mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 20:01:28 +00:00
feat: support multiple metrics for querys
This commit is contained in:
@@ -20,12 +20,12 @@ export interface LayoutConfig {
|
||||
w: number;
|
||||
h: number;
|
||||
i: string;
|
||||
widget?: WidgetConfig;
|
||||
graph?: GraphConfig;
|
||||
standard?: StandardConfig;
|
||||
metrics?: string[];
|
||||
type?: string;
|
||||
metricTypes?: string[];
|
||||
widget: WidgetConfig;
|
||||
graph: GraphConfig;
|
||||
standard: StandardConfig;
|
||||
metrics: string[];
|
||||
type: string;
|
||||
metricTypes: string[];
|
||||
children?: any;
|
||||
}
|
||||
|
||||
@@ -45,6 +45,7 @@ export interface StandardConfig {
|
||||
divide?: string;
|
||||
milliseconds?: string;
|
||||
seconds?: string;
|
||||
maxItemNum?: number;
|
||||
}
|
||||
|
||||
export type GraphConfig =
|
||||
|
Reference in New Issue
Block a user