Skip to content

Commit

Permalink
Correct the 'free' graph
Browse files Browse the repository at this point in the history
The `DCGM_FI_DEV_FB_USED` metric is already being used in the graph to its left.
  • Loading branch information
mjpieters committed Sep 4, 2020
1 parent 0494408 commit f3cfcab
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 @@ -861,7 +861,7 @@
"steppedLine": false,
"targets": [
{
"expr": "DCGM_FI_DEV_FB_USED{instance=~\"${instance}\", gpu=~\"${gpu}\"}",
"expr": "DCGM_FI_DEV_FB_FREE{instance=~\"${instance}\", gpu=~\"${gpu}\"}",
"interval": "",
"legendFormat": "GPU {{gpu}}",
"refId": "A"
Expand Down

0 comments on commit f3cfcab

Please sign in to comment.