Skip to content

Commit

Permalink
Update 404 threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
EarthlingDavey committed Nov 1, 2024
1 parent a301cbc commit 39d4ab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/production/rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ spec:

- alert: High404Rate
annotations:
message: More than 5% of responses were 404 errors.
message: More than 10% of responses were 404 errors.
runbook_url: https://dsdmoj.atlassian.net/wiki/spaces/CDPT/pages/edit-v2/5124292758#High404Rate
dashboard_url: >-
https://grafana.live.cloud-platform.service.justice.gov.uk
Expand All @@ -133,7 +133,7 @@ spec:
sum by (ingress, cluster) (rate(nginx_ingress_controller_requests{exported_namespace="justice-gov-uk-production",status="404"}[1m]))
/
sum by (ingress) (rate(nginx_ingress_controller_requests{exported_namespace="justice-gov-uk-production"}[1m]))
> 0.05
> 0.1
for: 3m
labels:
severity: justice-gov-uk-alerts
Expand Down

0 comments on commit 39d4ab4

Please sign in to comment.