mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2026-05-01 04:45:21 +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