feat: support multiple metrics for querys

This commit is contained in:
Qiuxia Fan
2022-01-20 20:17:19 +08:00
parent 86ec9c985b
commit 37fad917fb
10 changed files with 164 additions and 56 deletions

View File

@@ -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: {