From af5767fdc4780831a7625144d402d1b271240b4c Mon Sep 17 00:00:00 2001 From: joy717 Date: Tue, 25 Jun 2024 21:49:58 +0800 Subject: [PATCH] Fix HostGPUMemoryUsage wrong unit (#367) Fix HostGPUMemoryUsage wrong unit on grafana dashboard Signed-off-by: joy717 --- docs/gpu-dashboard.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gpu-dashboard.json b/docs/gpu-dashboard.json index 4dc348009..2f71c23ea 100644 --- a/docs/gpu-dashboard.json +++ b/docs/gpu-dashboard.json @@ -932,7 +932,7 @@ "yaxes": [ { "$$hashKey": "object:1087", - "format": "mbytes", + "format": "bytes", "label": null, "logBase": 1, "show": true @@ -1147,4 +1147,4 @@ "title": "k8s-vgpu-scheduler Dashboard", "uid": "Oxed_c6Wz1", "version": 3 -} \ No newline at end of file +}