mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 20:01:28 +00:00
feat: visualize metrics in InstanceList
This commit is contained in:
@@ -65,6 +65,8 @@ export interface LineConfig extends AreaConfig {
|
||||
smooth?: boolean;
|
||||
showSymbol?: boolean;
|
||||
step?: boolean;
|
||||
showXAxis?: boolean;
|
||||
showYAxis?: boolean;
|
||||
}
|
||||
|
||||
export interface AreaConfig {
|
||||
|
9
src/types/selector.d.ts
vendored
9
src/types/selector.d.ts
vendored
@@ -22,3 +22,12 @@ export type Service = {
|
||||
normal: boolean;
|
||||
group: string;
|
||||
};
|
||||
|
||||
export type Instance = {
|
||||
value: string;
|
||||
label: string;
|
||||
layer: string;
|
||||
language: string;
|
||||
instanceUUID: string;
|
||||
attributes: { name: string; value: string }[];
|
||||
};
|
||||
|
Reference in New Issue
Block a user