Skip to content

Commit be956a6

Browse files
committed
fix dashboard instances regex
1 parent f0fef0b commit be956a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/grafana/docker/dashboard.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@
595595
"datasource": "prometheus",
596596
"refresh": 2,
597597
"query": "label_values(up{job=\"hydra_nodes\"}, instance)",
598-
"regex": "/(hydra-node-*:6001)/",
598+
"regex": "hydra-node-.*:6001",
599599
"includeAll": true,
600600
"allValue": ".+",
601601
"sort": 1,

demo/grafana/nix/dashboards/dashboard.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@
595595
"datasource": "prometheus",
596596
"refresh": 2,
597597
"query": "label_values(up{job=\"hydra_nodes\"}, instance)",
598-
"regex": "/(0.0.0.0:600[1-3])/",
598+
"regex": "0.0.0.0:600[1-3]",
599599
"includeAll": true,
600600
"allValue": ".+",
601601
"sort": 1,

0 commit comments

Comments
 (0)