From 8b8ed66d4177702ef52aab58a72127ac9fa925c8 Mon Sep 17 00:00:00 2001 From: Martijn Pieters Date: Fri, 4 Sep 2020 14:45:16 +0100 Subject: [PATCH] The temperature graph needs a time series Disable the 'instant' flag, that only produces the latest value. --- grafana/dcgm-exporter-dashboard.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grafana/dcgm-exporter-dashboard.json b/grafana/dcgm-exporter-dashboard.json index 73a4458..2e0c8d8 100644 --- a/grafana/dcgm-exporter-dashboard.json +++ b/grafana/dcgm-exporter-dashboard.json @@ -101,7 +101,7 @@ "targets": [ { "expr": "DCGM_FI_DEV_GPU_TEMP{instance=~\"${instance}\", gpu=~\"${gpu}\"}", - "instant": true, + "instant": false, "interval": "", "legendFormat": "GPU {{gpu}}", "refId": "A"