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:
@@ -73,7 +73,7 @@ groups:
|
||||
datasourceUid: loki
|
||||
model:
|
||||
refId: A
|
||||
expr: 'count_over_time({container="mvp-backend"}[5m])'
|
||||
expr: 'count_over_time({container=~"mvp-backend(-staging)?"}[5m])'
|
||||
queryType: instant
|
||||
- refId: B
|
||||
relativeTimeRange:
|
||||
@@ -110,7 +110,7 @@ groups:
|
||||
datasourceUid: loki
|
||||
model:
|
||||
refId: A
|
||||
expr: 'count_over_time({container="mvp-postgres"}[5m])'
|
||||
expr: 'count_over_time({container=~"mvp-postgres(-staging)?"}[5m])'
|
||||
queryType: instant
|
||||
- refId: B
|
||||
relativeTimeRange:
|
||||
@@ -147,7 +147,7 @@ groups:
|
||||
datasourceUid: loki
|
||||
model:
|
||||
refId: A
|
||||
expr: 'count_over_time({container="mvp-redis"}[5m])'
|
||||
expr: 'count_over_time({container=~"mvp-redis(-staging)?"}[5m])'
|
||||
queryType: instant
|
||||
- refId: B
|
||||
relativeTimeRange:
|
||||
@@ -184,7 +184,7 @@ groups:
|
||||
datasourceUid: loki
|
||||
model:
|
||||
refId: A
|
||||
expr: 'sum(count_over_time({container="mvp-backend"} | json | msg=`Request processed` | status >= 500 [5m]))'
|
||||
expr: 'sum(count_over_time({container=~"mvp-backend(-staging)?"} | json | msg=`Request processed` | status >= 500 [5m]))'
|
||||
queryType: instant
|
||||
- refId: B
|
||||
relativeTimeRange:
|
||||
|
||||
Reference in New Issue
Block a user