CN-593 实体下拉--服务质量事件增加折线图

This commit is contained in:
hyx
2022-05-27 18:22:23 +08:00
parent ebd2717be5
commit cfb25a1ecb
9 changed files with 163 additions and 22 deletions

View File

@@ -121,9 +121,9 @@ export const api = {
listBasic: '/interface/detection/performance/list/basic',
listCount: '/interface/detection/performance/list/count',
overviewBasic: '/interface/detection/performance/detail/overview/basic',
dnsErrorMetric: '/interface/detection/performance/detail/overview/metric',
httpErrorMetric: '/interface/detection/performance/detail/overview/metric',
highDnsResponseTimeMetric: '/interface/detection/performance/detail/overview/metric'
dnsErrorMetric: '/interface/detection/performance/detail/overview/metric/dnsError',
httpErrorMetric: '/interface/detection/performance/detail/overview/metric/httpError',
highDnsResponseTimeMetric: '/interface/detection/performance/detail/overview/metric/highDnsResponseTime'
}
},
// Dashboard

View File

@@ -25,7 +25,8 @@ export const storageKey = {
entitySearchHistory: 'cn-entity-search-history',
echartLegendFontSize: 'echartLegendFontSize',
echartLabelFontSize: 'echartLabelFontSize',
tokenExpireCurrentPath: 'token-expire-current-path'
tokenExpireCurrentPath: 'token-expire-current-path',
performanceEndTimeInterval: 'performance-endTime-interval'
}
// 统一定义跳转来源