Skip to content

Commit d2471ab

Browse files
committed
GPU Dashboard now shows only available nodes
1 parent 24a5b56 commit d2471ab

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

grafana/dashboards/gpu.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
"enable": true,
88
"hide": true,
99
"iconColor": "rgba(0, 211, 255, 1)",
10-
"limit": 100,
1110
"name": "Annotations & Alerts",
12-
"showIn": 0,
1311
"type": "dashboard"
1412
}
1513
]
@@ -18,7 +16,7 @@
1816
"editable": true,
1917
"gnetId": 11752,
2018
"graphTooltip": 0,
21-
"iteration": 1606131081690,
19+
"iteration": 1606149765866,
2220
"links": [
2321
{
2422
"icon": "external link",
@@ -57,6 +55,7 @@
5755
"x": 0,
5856
"y": 0
5957
},
58+
"hideTimeOverride": true,
6059
"id": 59,
6160
"interval": null,
6261
"links": [],
@@ -72,7 +71,7 @@
7271
}
7372
],
7473
"maxDataPoints": 100,
75-
"nullPointMode": "connected",
74+
"nullPointMode": "null",
7675
"nullText": null,
7776
"postfix": "",
7877
"postfixFontSize": "50%",
@@ -96,6 +95,7 @@
9695
{
9796
"expr": "node_uname_info{instance_id=~\"$instance_id\"}",
9897
"format": "table",
98+
"hide": false,
9999
"interval": "",
100100
"intervalFactor": 1,
101101
"legendFormat": "",
@@ -1859,9 +1859,9 @@
18591859
{
18601860
"allValue": null,
18611861
"current": {
1862-
"selected": false,
1863-
"text": "i-076225e1b1aefc813",
1864-
"value": "i-076225e1b1aefc813"
1862+
"selected": true,
1863+
"text": "i-0edc71e97259faa4c",
1864+
"value": "i-0edc71e97259faa4c"
18651865
},
18661866
"datasource": "prometheus",
18671867
"definition": "label_values(node_uname_info{job=~\"ec2_instances\",instance_type=~\"g[3-4].*\"}, instance_id)",
@@ -1886,7 +1886,7 @@
18861886
]
18871887
},
18881888
"time": {
1889-
"from": "now-24h",
1889+
"from": "now-15m",
18901890
"to": "now"
18911891
},
18921892
"timepicker": {
@@ -1917,5 +1917,5 @@
19171917
"timezone": "browser",
19181918
"title": "GPU Nodes",
19191919
"uid": "hpcsyl6zhqk",
1920-
"version": 1
1920+
"version": 2
19211921
}

0 commit comments

Comments
 (0)