From 39d4ab457e7d66e2338b76fe14875a65c9565fbd Mon Sep 17 00:00:00 2001 From: EarthlingDavey <15802017+EarthlingDavey@users.noreply.github.com> Date: Fri, 1 Nov 2024 17:17:00 +0000 Subject: [PATCH] Update 404 threshold --- deploy/production/rules.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/production/rules.yml b/deploy/production/rules.yml index 9649fcf43..af486c27a 100644 --- a/deploy/production/rules.yml +++ b/deploy/production/rules.yml @@ -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 @@ -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