fix: npm event 部分组件接口调试

This commit is contained in:
@changcode
2022-08-11 16:45:48 +08:00
parent ff0648d23d
commit d55cdcb709
9 changed files with 244 additions and 276 deletions

View File

@@ -161,10 +161,18 @@ export const api = {
appPacketRetransPercent: '/interface/application/performance/overview/appPacketRetransPercent'
},
location: {
// 折线图
thoughput: '/interface/application/performance/location/thoughput',
tcpConnectionEstablishLatency: '/interface/application/performance/location/tcpConnectionEstablishLatency',
httpResponseLatency: '/interface/application/performance/location/httpResponseLatency',
sslHandshakeLatency: '/interface/application/performance/location/sslHandshakeLatency',
packetsLoss: '/interface/application/performance/location/packetsLoss',
packetsRetrains: '/interface/application/performance/location/packetsRetrains',
},
events: {
list: '/interface/overview/event/list',
recentEvents: '/interface/overview/event/recentEvents',
dimensionEvents: '/interface/overview/event/dimensionEvents'
}
}
}