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:
@@ -29,6 +29,7 @@ interface SelectorState {
|
||||
currentService: string;
|
||||
currentPod: string;
|
||||
currentDestService: string;
|
||||
currentDestPod: string;
|
||||
durationTime: Duration;
|
||||
}
|
||||
|
||||
@@ -42,6 +43,7 @@ export const selectorStore = defineStore({
|
||||
currentService: "",
|
||||
currentPod: "",
|
||||
currentDestService: "",
|
||||
currentDestPod: "",
|
||||
durationTime: useAppStoreWithOut().durationTime,
|
||||
}),
|
||||
actions: {
|
||||
|
Reference in New Issue
Block a user