"...ssh:/git@developer.sourcefind.cn:2222/OpenDAS/dynamo.git" did not exist on "04f32fe226d3937cb2c811b3ac1539f88d22557b"
Unverified Commit 2eced093 authored by mohammedabdulwahhab's avatar mohammedabdulwahhab Committed by GitHub
Browse files

fix: update regex for namespace query in Grafana dashboard (#3002)


Signed-off-by: default avatarmohammedabdulwahhab <furkhan324@berkeley.edu>
parent dcee4dbd
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
"options": [], "options": [],
"query": "label_values(namespace)", "query": "label_values(namespace)",
"refresh": 1, "refresh": 1,
"regex": "", "regex": ".+",
"skipUrlSync": false, "skipUrlSync": false,
"sort": 1, "sort": 1,
"type": "query" "type": "query"
......
...@@ -118,7 +118,7 @@ data: ...@@ -118,7 +118,7 @@ data:
"options": [], "options": [],
"query": "label_values(namespace)", "query": "label_values(namespace)",
"refresh": 1, "refresh": 1,
"regex": "", "regex": ".+",
"skipUrlSync": false, "skipUrlSync": false,
"sort": 1, "sort": 1,
"type": "query" "type": "query"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment