Skip to content

Commit d9509ce

Browse files
authored
Merge pull request #293 from mkarpiarz/fix/slurm-jobs-grafana-dashboard
Fix query type in the Slurm jobs Grafana dashboard
2 parents 048e222 + a9f5d33 commit d9509ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/grafana-dashboards/files/slurm-jobs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
}
151151
],
152152
"query": "*",
153-
"queryType": "randomWalk",
153+
"queryType": "lucene",
154154
"refId": "A",
155155
"timeField": "@timestamp"
156156
}

0 commit comments

Comments
 (0)