Skip to content

Commit

Permalink
Relax threshold for bq_gardener_historical_throughput alerts (#873)
Browse files Browse the repository at this point in the history
* Relax threshold for bq_gardener_historical_throughput alerts

* Update comment
  • Loading branch information
cristinaleonr authored Feb 7, 2022
1 parent b991f1a commit 9f1103e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/federation/prometheus/alerts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -840,12 +840,12 @@ groups:
# GardenerHistoricalThroughputIsStalled fires when historical reprocessing for
# datatypes under processing by the v2 pipeline falls below 1 date / day.
# The bq_gardener_historical_throughput metric is under the bigquery exporter 3h
# deployment, so the timeout for this alert is 3 hours and 10 minutes.
# deployment, so the timeout for this alert is 4 hours.
- alert: GardenerHistoricalThroughputIsStalled
expr: |
increase(gardener_jobs_total{status="success", daily="false"}[1d]) > 0
UNLESS ON(datatype) bq_gardener_historical_throughput > 0
for: 190m
for: 4h
labels:
repo: dev-tracker
severity: ticket
Expand All @@ -861,7 +861,7 @@ groups:
- alert: GardenerConfigDatatypeMissingInGardenerHistoricalThroughputQuery
expr: |
gardener_config_datatypes UNLESS ON(datatype) bq_gardener_historical_throughput
for: 190m
for: 4h
labels:
repo: dev-tracker
severity: ticket
Expand Down

0 comments on commit 9f1103e

Please sign in to comment.