Fix "Network Bandwidth Usage" unit/value mismatching in Linux-Service Dashboard (#11637)
This commit is contained in:
parent
5809200e66
commit
f6a7791053
|
|
@ -8,6 +8,7 @@
|
|||
* Add `is_present` function in MQE for check if the list metrics has a value or not.
|
||||
|
||||
#### UI
|
||||
* Fix the mismatch between the unit and calculation of the "Network Bandwidth Usage" widget in Linux-Service Dashboard.
|
||||
|
||||
|
||||
#### Documentation
|
||||
|
|
|
|||
|
|
@ -101,8 +101,8 @@
|
|||
"showYAxis": true
|
||||
},
|
||||
"expressions": [
|
||||
"meter_vm_network_receive",
|
||||
"meter_vm_network_transmit"
|
||||
"meter_vm_network_receive/1024",
|
||||
"meter_vm_network_transmit/1024"
|
||||
],
|
||||
"metricMode": "Expression",
|
||||
"typesOfMQE": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue