feat: support labeled value on the service/instance/endpoint list widgets (#177)

This commit is contained in:
Fine0830
2022-10-31 10:27:37 +08:00
committed by GitHub
parent e597f91448
commit 09051e916b
11 changed files with 235 additions and 108 deletions

View File

@@ -74,6 +74,7 @@ export type MetricConfigOpt = {
labelsIndex: string;
sortOrder: string;
topN?: number;
index?: number;
};
export interface WidgetConfig {