Skip to content

Commit 9882ba0

Browse files
committed
Added a not null condition which were causing the graphs to never load
1 parent e7c3b57 commit 9882ba0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy/infrabox/grafana/dashboards/node_inspector.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@
856856
"multi": false,
857857
"name": "node_name",
858858
"options": [],
859-
"query": "select distinct node_name from job",
859+
"query": "select distinct node_name from job where node_name is not null",
860860
"refresh": 1,
861861
"regex": "",
862862
"sort": 1,

0 commit comments

Comments
 (0)