fix: Update grafana dashboards
All checks were successful
Deploy to Staging / Build Images (push) Successful in 35s
Deploy to Staging / Deploy to Staging (push) Successful in 51s
Deploy to Staging / Verify Staging (push) Successful in 2m31s
Deploy to Staging / Notify Staging Ready (push) Successful in 7s
Deploy to Staging / Notify Staging Failure (push) Has been skipped
All checks were successful
Deploy to Staging / Build Images (push) Successful in 35s
Deploy to Staging / Deploy to Staging (push) Successful in 51s
Deploy to Staging / Verify Staging (push) Successful in 2m31s
Deploy to Staging / Notify Staging Ready (push) Successful in 7s
Deploy to Staging / Notify Staging Failure (push) Has been skipped
This commit is contained in:
@@ -157,7 +157,7 @@
|
||||
"type": "loki",
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"expr": "{container=\"mvp-postgres\"} |~ \"ERROR|WARNING|FATAL\"",
|
||||
"expr": "{container=~\"mvp-postgres(-staging)?\"} |~ \"ERROR|WARNING|FATAL\"",
|
||||
"refId": "A"
|
||||
}
|
||||
],
|
||||
@@ -196,7 +196,7 @@
|
||||
"type": "loki",
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"expr": "{container=\"mvp-redis\"}",
|
||||
"expr": "{container=~\"mvp-redis(-staging)?\"}",
|
||||
"refId": "A"
|
||||
}
|
||||
],
|
||||
@@ -235,7 +235,7 @@
|
||||
"type": "loki",
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"expr": "{container=\"mvp-traefik\"}",
|
||||
"expr": "{container=~\"mvp-traefik(-staging)?\"}",
|
||||
"refId": "A"
|
||||
}
|
||||
],
|
||||
@@ -274,7 +274,7 @@
|
||||
"type": "loki",
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"expr": "{container=\"mvp-traefik\"} |~ \"level=error|err=\"",
|
||||
"expr": "{container=~\"mvp-traefik(-staging)?\"} |~ \"level=error|err=\"",
|
||||
"refId": "A"
|
||||
}
|
||||
],
|
||||
@@ -313,7 +313,7 @@
|
||||
"type": "loki",
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"expr": "{container=\"mvp-ocr\"}",
|
||||
"expr": "{container=~\"mvp-ocr(-staging)?\"}",
|
||||
"refId": "A"
|
||||
}
|
||||
],
|
||||
@@ -352,7 +352,7 @@
|
||||
"type": "loki",
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"expr": "{container=\"mvp-ocr\"} |~ \"ERROR|error|Exception|Traceback\"",
|
||||
"expr": "{container=~\"mvp-ocr(-staging)?\"} |~ \"ERROR|error|Exception|Traceback\"",
|
||||
"refId": "A"
|
||||
}
|
||||
],
|
||||
@@ -439,7 +439,7 @@
|
||||
"type": "loki",
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"expr": "sum(rate({container=\"mvp-loki\"}[1m]))",
|
||||
"expr": "sum(rate({container=~\"mvp-loki(-staging)?\"}[1m]))",
|
||||
"legendFormat": "Loki Lines/min",
|
||||
"refId": "A"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user