Update logs_apps_k8s.json

This commit is contained in:
2025-04-22 10:55:57 +00:00
parent 1c346cbe58
commit 134a15ff5c

View File

@@ -134,7 +134,7 @@
},
"direction": "backward",
"editorMode": "code",
"expr": "sum(count_over_time({job=~\"$env/$app\", cluster=\"$cluster\"} |= \"$search\" [$__interval]))",
"expr": "sum(count_over_time({job=~\"$env/$app\", cluster=\"$cluster\"} json | (__error__!=\"JSONParserErr\") |= \"$search\" [$__interval]))",
"legendFormat": "",
"queryType": "range",
"refId": "A"
@@ -180,7 +180,7 @@
},
"direction": "backward",
"editorMode": "code",
"expr": "{job=~\"$env/$app\", cluster=\"$cluster\"} |= \"$search\" | logfmt",
"expr": "{job=~\"$env/$app\", cluster=\"$cluster\"} |= \"$search\" | json | (__error__!=\"JSONParserErr\")",
"hide": false,
"legendFormat": "",
"queryType": "range",