Skip to content

Commit

Permalink
Increase autoload daily job alert threshold to account for deployments (
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinaleonr authored Dec 7, 2023
1 parent ca2688b commit eefdce8
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 @@ -1336,7 +1336,7 @@ groups:
expr: |
sum by (experiment, datatype) (increase(autoloader_duration_count{period="daily", status="OK"}[6h])) == 0
OR sum by (experiment, datatype) (increase(autoloader_duration_count{period="daily", status!="OK"}[6h])) > 0
for: 3h
for: 6h
labels:
repo: dev-tracker
severity: ticket
Expand Down

0 comments on commit eefdce8

Please sign in to comment.