mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 20:01:28 +00:00
feat: add metrics on endpointlist
This commit is contained in:
6
src/types/selector.d.ts
vendored
6
src/types/selector.d.ts
vendored
@@ -31,3 +31,9 @@ export type Instance = {
|
||||
instanceUUID: string;
|
||||
attributes: { name: string; value: string }[];
|
||||
};
|
||||
|
||||
export type Endpoint = {
|
||||
id: string;
|
||||
label: string;
|
||||
value: string;
|
||||
};
|
||||
|
Reference in New Issue
Block a user