"vscode:/vscode.git/clone" did not exist on "8a04d7b25224006643259f41d2a480248a384462"
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 @@
"options": [],
"query": "label_values(namespace)",
"refresh": 1,
"regex": "",
"regex": ".+",
"skipUrlSync": false,
"sort": 1,
"type": "query"
......
......@@ -118,7 +118,7 @@ data:
"options": [],
"query": "label_values(namespace)",
"refresh": 1,
"regex": "",
"regex": ".+",
"skipUrlSync": false,
"sort": 1,
"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