increase interval for 500 alerts to 20m [ci skip]

This commit is contained in:
Viktor Barzin 2025-01-10 20:47:25 +00:00
parent 786a39b246
commit 5ef9ba5917
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863

View file

@ -238,7 +238,7 @@ serverFiles:
summary: "High permission error rate for {{ $labels.ingress }}: {{ $value }}%."
- alert: HighIngressServerErrors
expr: (sum(rate(nginx_ingress_controller_requests{status=~"5.*"}[2m])) by (ingress) / sum(rate(nginx_ingress_controller_requests[2m])) by (ingress) * 100) > 10
for: 10m
for: 20m
labels:
severity: page
annotations: