Skip to content

Commit

Permalink
Update delay to 1h to avoid brief outages (#1053)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-soltesz authored Aug 22, 2024
1 parent b5b9aaa commit cec9521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/federation/prometheus/alerts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ groups:
# How many NDT measurements include matching scamper1 traceroutes?
- alert: DataQuality_TooFewNDTSidecarTraceroutes_MetricsMissing
expr: bq_sidecar_scamper1_matching / bq_sidecar_ndt_total < 0.90 OR absent(bq_sidecar_ndt_total)
for: 10m
for: 1h
labels:
repo: ops-tracker
severity: ticket
Expand Down

0 comments on commit cec9521

Please sign in to comment.