Merge branch 'main' of bb.hublab.ru:HUB/grafana-dashboards
This commit is contained in:
@@ -134,7 +134,7 @@
|
|||||||
},
|
},
|
||||||
"direction": "backward",
|
"direction": "backward",
|
||||||
"editorMode": "code",
|
"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": "",
|
"legendFormat": "",
|
||||||
"queryType": "range",
|
"queryType": "range",
|
||||||
"refId": "A"
|
"refId": "A"
|
||||||
@@ -180,7 +180,7 @@
|
|||||||
},
|
},
|
||||||
"direction": "backward",
|
"direction": "backward",
|
||||||
"editorMode": "code",
|
"editorMode": "code",
|
||||||
"expr": "{job=~\"$env/$app\", cluster=\"$cluster\"} |= \"$search\" | logfmt",
|
"expr": "{job=~\"$env/$app\", cluster=\"$cluster\"} |= \"$search\" | json | (__error__!=\"JSONParserErr\")",
|
||||||
"hide": false,
|
"hide": false,
|
||||||
"legendFormat": "",
|
"legendFormat": "",
|
||||||
"queryType": "range",
|
"queryType": "range",
|
||||||
|
|||||||
Reference in New Issue
Block a user