Skip to content

Commit

Permalink
[dashboard] remove job scope for gpu model count (#66)
Browse files Browse the repository at this point in the history
remove job scope for gpu model count
  • Loading branch information
asaiacai authored Oct 15, 2024
1 parent 4284835 commit 2837d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafana/default_grafana_dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@
},
"editorMode": "code",
"exemplar": false,
"expr": "count(DCGM_FI_DEV_GPU_UTIL{job=\"gpu-metrics\"}) by (modelName)",
"expr": "count(DCGM_FI_DEV_GPU_UTIL) by (modelName)",
"instant": true,
"legendFormat": "__auto",
"range": false,
Expand Down

0 comments on commit 2837d6a

Please sign in to comment.