Fix "Network Bandwidth Usage" unit/value mismatching in Linux-Service Dashboard (#11637)

This commit is contained in:
Jim 2023-12-08 00:55:30 +08:00 committed by GitHub
parent 5809200e66
commit f6a7791053
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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": [