mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-06-17 10:07:36 +00:00
cleanup
This commit is contained in:
parent
bdd2aa8c94
commit
48bccba3d6
@ -227,15 +227,6 @@ export const appStore = defineStore({
|
||||
if (res.errors) {
|
||||
return res;
|
||||
}
|
||||
// mock data
|
||||
// const data = {
|
||||
// minute: 20,
|
||||
// hour: 2,
|
||||
// day: 3,
|
||||
// coldMinute: 19,
|
||||
// coldHour: 10,
|
||||
// coldDay: 9,
|
||||
// };
|
||||
this.metricsTTL = res.data.getMetricsTTL;
|
||||
return res.data;
|
||||
},
|
||||
@ -244,13 +235,6 @@ export const appStore = defineStore({
|
||||
if (res.errors) {
|
||||
return res;
|
||||
}
|
||||
// mock data
|
||||
// const recordsData = {
|
||||
// value: 6,
|
||||
// superDataset: 2,
|
||||
// coldValue: 3,
|
||||
// coldSuperDataset: 5,
|
||||
// };
|
||||
this.recordsTTL = res.data.getRecordsTTL;
|
||||
return res.data;
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user