We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726a463 commit 7bcacb0Copy full SHA for 7bcacb0
ansible/roles/grafana-dashboards/files/openhpc-slurm.json
@@ -2017,15 +2017,15 @@
2017
"allValue": null,
2018
"current": {},
2019
"datasource": "${DS_PROMETHEUS}",
2020
- "definition": "label_values(node_cpu_seconds_total{job=~\"node\"}, device)",
+ "definition": "label_values(node_infiniband_info{job=~\"node\"}, device)",
2021
"error": null,
2022
"hide": 0,
2023
"includeAll": true,
2024
"label": "infiniband device",
2025
"multi": true,
2026
"name": "device",
2027
"options": [],
2028
- "query": "label_values(node_cpu_seconds_total{job=~\"node\"}, device)",
+ "query": "label_values(node_infiniband_info{job=~\"node\"}, device)",
2029
"refresh": 1,
2030
"regex": "",
2031
"skipUrlSync": false,
0 commit comments