diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md index e82414ec08..1c9735099a 100644 --- a/docs/en/changes/changes.md +++ b/docs/en/changes/changes.md @@ -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 diff --git a/oap-server/server-starter/src/main/resources/ui-initialized-templates/os_linux/linux-service.json b/oap-server/server-starter/src/main/resources/ui-initialized-templates/os_linux/linux-service.json index d6c27d5d6a..001b4980ce 100644 --- a/oap-server/server-starter/src/main/resources/ui-initialized-templates/os_linux/linux-service.json +++ b/oap-server/server-starter/src/main/resources/ui-initialized-templates/os_linux/linux-service.json @@ -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": [