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 @@
},
"direction": "backward",
"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",
"refId": "A"
}
......@@ -90,6 +90,7 @@
"type": "datasource"
},
{
"allValue": ".+",
"current": {
"selected": true,
"text": ["All"],
......@@ -114,6 +115,7 @@
"type": "query"
},
{
"allValue": ".+",
"current": {
"selected": true,
"text": ["All"],
......@@ -138,6 +140,7 @@
"type": "query"
},
{
"allValue": ".+",
"current": {
"selected": true,
"text": ["All"],
......
......@@ -66,7 +66,7 @@ data:
},
"direction": "backward",
"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",
"refId": "A"
}
......@@ -100,6 +100,7 @@ data:
"type": "datasource"
},
{
"allValue": ".+",
"current": {
"selected": true,
"text": ["All"],
......@@ -124,6 +125,7 @@ data:
"type": "query"
},
{
"allValue": ".+",
"current": {
"selected": true,
"text": ["All"],
......@@ -148,6 +150,7 @@ data:
"type": "query"
},
{
"allValue": ".+",
"current": {
"selected": true,
"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