mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 20:01:28 +00:00
feat: add metrics on servicelist
This commit is contained in:
10
src/types/selector.d.ts
vendored
10
src/types/selector.d.ts
vendored
@@ -37,3 +37,13 @@ export type Endpoint = {
|
||||
label: string;
|
||||
value: string;
|
||||
};
|
||||
|
||||
export type Service = {
|
||||
id: string;
|
||||
value: string;
|
||||
label: string;
|
||||
group: string;
|
||||
normal: boolean;
|
||||
layers: string[];
|
||||
shortName: string;
|
||||
};
|
||||
|
Reference in New Issue
Block a user