Skip to content

Commit

Permalink
Fix HostGPUMemoryUsage wrong unit (#367)
Browse files Browse the repository at this point in the history
Fix HostGPUMemoryUsage wrong unit on grafana dashboard

Signed-off-by: joy717 <[email protected]>
  • Loading branch information
joy717 authored Jun 25, 2024
1 parent 972d9f3 commit af5767f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/gpu-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@
"yaxes": [
{
"$$hashKey": "object:1087",
"format": "mbytes",
"format": "bytes",
"label": null,
"logBase": 1,
"show": true
Expand Down Expand Up @@ -1147,4 +1147,4 @@
"title": "k8s-vgpu-scheduler Dashboard",
"uid": "Oxed_c6Wz1",
"version": 3
}
}

0 comments on commit af5767f

Please sign in to comment.