Skip to content

Commit

Permalink
fix: update dashboard
Browse files Browse the repository at this point in the history
Signed-off-by: Utku Ozdemir <uoz@protonmail.com>
  • Loading branch information
utkuozdemir committed Sep 3, 2021
1 parent d7a2ee9 commit 3722c96
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions grafana/dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -618,15 +618,16 @@
"values": false
},
"text": {},
"textMode": "value"
"textMode": "name"
},
"pluginVersion": "8.0.3",
"targets": [
{
"exemplar": true,
"expr": "nvidia_smi_driver_version{uuid=\"$gpu\"}",
"expr": "nvidia_smi_gpu_info{uuid=\"$gpu\"}",
"instant": true,
"interval": "",
"legendFormat": "",
"legendFormat": "{{driver_version}}",
"refId": "A"
}
],
Expand Down

0 comments on commit 3722c96

Please sign in to comment.