Skip to content

Commit

Permalink
add pod utilization dashboard (#342)
Browse files Browse the repository at this point in the history
Signed-off-by: coderth <[email protected]>
  • Loading branch information
CoderTH authored Jun 5, 2024
1 parent 8f82997 commit 7e23ec4
Showing 1 changed file with 96 additions and 0 deletions.
96 changes: 96 additions & 0 deletions docs/gpu-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,102 @@
"alignLevel": null
}
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": {
"uid": "ALL"
},
"fieldConfig": {
"defaults": {
"links": []
},
"overrides": []
},
"fill": 1,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 12,
"x": 0,
"y": 20
},
"hiddenSeries": false,
"id": 26,
"legend": {
"alignAsTable": false,
"avg": true,
"current": false,
"max": true,
"min": false,
"rightSide": false,
"show": true,
"total": false,
"values": true
},
"lines": true,
"linewidth": 2,
"nullPointMode": "null",
"options": {
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "9.3.14",
"pointradius": 2,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"datasource": {
"uid": "ALL"
},
"exemplar": true,
"expr": "Device_utilization_desc_of_container{node_name=~\"${node_name}\"}",
"interval": "",
"legendFormat": "{{podname}}",
"refId": "A"
}
],
"thresholds": [],
"timeRegions": [],
"title": "HAMi-pod算力使用率",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"mode": "time",
"show": true,
"values": []
},
"yaxes": [
{
"$$hashKey": "object:779",
"format": "percent",
"logBase": 1,
"max": "100",
"min": "0",
"show": true
},
{
"$$hashKey": "object:780",
"format": "short",
"logBase": 1,
"show": true
}
],
"yaxis": {
"align": false
}
},
{
"aliasColors": {},
"bars": false,
Expand Down

0 comments on commit 7e23ec4

Please sign in to comment.