CN-748 下钻table缓存功能优化(包括metric和tab结构的变化)

CN-778 总流量、总包、比特速率字段名前端统一
This commit is contained in:
hyx
2022-11-01 09:12:14 +08:00
parent 07e137d5e0
commit d568c748db
5 changed files with 320 additions and 304 deletions

View File

@@ -31,7 +31,7 @@ export const storageKey = {
echartLegendFontSize: 'echartLegendFontSize',
echartLabelFontSize: 'echartLabelFontSize',
tokenExpireCurrentPath: 'token-expire-current-path',
drillDownTableConfig: 'cn-drill-down-table-config',
drillDownTableConfig: 'drilldownTableConfig',
userCustomizationConfig: 'userCustomizationConfig',
linkInfo: 'cn-link-info',
history: 'cn-history'
@@ -1067,14 +1067,14 @@ export const bytesCycleColumnNameGroupForDns = {
// networkOverview 当前周期返回数据对应的属性名称(与上一周期中的属性名称不一致,total,之所以写在这里是因为有bytepacketssessions3种如果只有一种可以直接写在customTableTitlesForAppPerformance
export const bytesColumnNameGroup = {
total: 'bytesTotalRate',
total: 'totalBitsRate',
inbound: 'inboundBitsRate',
outbound: 'outboundBitsRate',
internal: 'internalBitsRate',
through: 'throughBitsRate'
}
export const packetsColumnNameGroup = {
total: 'packetsTotalRate',
total: 'totalPacketsRate',
inbound: 'inboundPacketsRate',
outbound: 'outboundPacketsRate',
internal: 'internalPacketsRate',
@@ -1085,7 +1085,7 @@ export const sessionsColumnNameGroup = {
}
export const bytesCycleColumnNameGroup = {
total: 'bytesRate'
total: 'bitsRate'
}
export const packetsCycleColumnNameGroup = {
total: 'packetsRate'