Skip to content

Commit

Permalink
The temperature graph needs a time series
Browse files Browse the repository at this point in the history
Disable the 'instant' flag, that only produces the latest value.
  • Loading branch information
mjpieters committed Sep 4, 2020
1 parent 0be571e commit 8b8ed66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafana/dcgm-exporter-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8b8ed66

Please sign in to comment.