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 f0fef0b commit be956a6Copy full SHA for be956a6
demo/grafana/docker/dashboard.json
@@ -595,7 +595,7 @@
595
"datasource": "prometheus",
596
"refresh": 2,
597
"query": "label_values(up{job=\"hydra_nodes\"}, instance)",
598
- "regex": "/(hydra-node-*:6001)/",
+ "regex": "hydra-node-.*:6001",
599
"includeAll": true,
600
"allValue": ".+",
601
"sort": 1,
demo/grafana/nix/dashboards/dashboard.json
- "regex": "/(0.0.0.0:600[1-3])/",
+ "regex": "0.0.0.0:600[1-3]",
0 commit comments