Unverified Commit d24b6bd7 authored by mohammedabdulwahhab's avatar mohammedabdulwahhab Committed by GitHub
Browse files

fix: dashboard fix (#3040)


Signed-off-by: default avatarfurkhan324@berkeley.edu <furkhan324@berkeley.edu>
parent c82f477d
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
}, },
"direction": "backward", "direction": "backward",
"editorMode": "builder", "editorMode": "builder",
"expr": "{namespace=~\"$namespace\", nvidia_com_dynamo_graph_deployment_name=~\"$dynamographdeployment\", nvidia_com_dynamo_component_type=~\"$component\"} |~ \"(?i)$search\" |~ \"(?i)$trace_id\"", "expr": "{namespace=~\"$namespace\", nvidia_com_dynamo_graph_deployment_name=~\"$dynamographdeployment\", nvidia_com_dynamo_component_type=~\"$component\"} |= \"$search\" |= \"$trace_id\"",
"queryType": "range", "queryType": "range",
"refId": "A" "refId": "A"
} }
...@@ -90,6 +90,7 @@ ...@@ -90,6 +90,7 @@
"type": "datasource" "type": "datasource"
}, },
{ {
"allValue": ".+",
"current": { "current": {
"selected": true, "selected": true,
"text": ["All"], "text": ["All"],
...@@ -114,6 +115,7 @@ ...@@ -114,6 +115,7 @@
"type": "query" "type": "query"
}, },
{ {
"allValue": ".+",
"current": { "current": {
"selected": true, "selected": true,
"text": ["All"], "text": ["All"],
...@@ -138,6 +140,7 @@ ...@@ -138,6 +140,7 @@
"type": "query" "type": "query"
}, },
{ {
"allValue": ".+",
"current": { "current": {
"selected": true, "selected": true,
"text": ["All"], "text": ["All"],
......
...@@ -66,7 +66,7 @@ data: ...@@ -66,7 +66,7 @@ data:
}, },
"direction": "backward", "direction": "backward",
"editorMode": "builder", "editorMode": "builder",
"expr": "{namespace=~\"$namespace\", nvidia_com_dynamo_graph_deployment_name=~\"$dynamographdeployment\", nvidia_com_dynamo_component_type=~\"$component\"} |~ \"(?i)$search\" |~ \"(?i)$trace_id\"", "expr": "{namespace=~\"$namespace\", nvidia_com_dynamo_graph_deployment_name=~\"$dynamographdeployment\", nvidia_com_dynamo_component_type=~\"$component\"} |= \"$search\" |= \"$trace_id\"",
"queryType": "range", "queryType": "range",
"refId": "A" "refId": "A"
} }
...@@ -100,6 +100,7 @@ data: ...@@ -100,6 +100,7 @@ data:
"type": "datasource" "type": "datasource"
}, },
{ {
"allValue": ".+",
"current": { "current": {
"selected": true, "selected": true,
"text": ["All"], "text": ["All"],
...@@ -124,6 +125,7 @@ data: ...@@ -124,6 +125,7 @@ data:
"type": "query" "type": "query"
}, },
{ {
"allValue": ".+",
"current": { "current": {
"selected": true, "selected": true,
"text": ["All"], "text": ["All"],
...@@ -148,6 +150,7 @@ data: ...@@ -148,6 +150,7 @@ data:
"type": "query" "type": "query"
}, },
{ {
"allValue": ".+",
"current": { "current": {
"selected": true, "selected": true,
"text": ["All"], "text": ["All"],
......
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