CN-593 实体下拉--服务质量事件增加折线图
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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'
|
||||
}
|
||||
|
||||
// 统一定义跳转来源
|
||||
|
||||
Reference in New Issue
Block a user