fix: 实体代码整理

This commit is contained in:
chenjinsong
2022-03-27 20:52:07 +08:00
parent f6f82d26c4
commit b9cdb81bc6
3 changed files with 34 additions and 29 deletions

View File

@@ -192,6 +192,12 @@ export const dnsServerRole = {
RTDNSM: 'RTDNSM'
}
export const performanceMetricMapping = {
'dns error': 'DNS Error Rate',
'http error': 'HTTP Error Rate',
'high dns response time': 'DNS Response Latency'
}
export const chartColor = ['#5370C6', '#90CC74', '#FAC858', '#EE6666',
'#73BFDE', '#3BA172', '#FC8452', '#9960B4',
'#E97CCC', '#FEA69E', '#0F8AB2', '#57CBAC',