From 28afb40c5eabf1c2ce628fec7e71f9a0b79b243a Mon Sep 17 00:00:00 2001 From: Hongbo Miao <3375461+hongbo-miao@users.noreply.github.com> Date: Wed, 18 Feb 2026 23:41:40 -0800 Subject: [PATCH] fix(grafana-dashboard): change to new DCGM_FI_PROF_GR_ENGINE_ACTIVE --- grafana/dcgm-exporter-dashboard.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/grafana/dcgm-exporter-dashboard.json b/grafana/dcgm-exporter-dashboard.json index c1681041..d089c60d 100644 --- a/grafana/dcgm-exporter-dashboard.json +++ b/grafana/dcgm-exporter-dashboard.json @@ -494,7 +494,7 @@ "steppedLine": false, "targets": [ { - "expr": "DCGM_FI_DEV_GPU_UTIL{instance=~\"$instance\", gpu=~\"$gpu\"}", + "expr": "DCGM_FI_PROF_GR_ENGINE_ACTIVE{instance=~\"$instance\", gpu=~\"$gpu\"}", "interval": "", "legendFormat": "GPU {{gpu}}", "refId": "A" @@ -520,10 +520,10 @@ }, "yaxes": [ { - "format": "percent", + "format": "percentunit", "label": null, "logBase": 1, - "max": "100", + "max": "1", "min": "0", "show": true },