Skip to content

Commit

Permalink
Remove prestashop from alert.d nginx exception for p99 timing alert
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed Oct 1, 2024
1 parent 24cf629 commit e88581c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ groups:
description: "Rate of {{ $labels.status }} errors is {{ $value | humanizePercentage }} on service `{{ $labels.service }}`"

- alert: nginx/p99-timing
expr: histogram_quantile(0.99, sum by(host, service, le) (rate(nginx_ingress_controller_request_duration_seconds_bucket{service!~"(grafana|metabase|prestashop-svc)"}[5m]))) > 3 and on(service) increase(nginx_ingress_controller_requests[5m]) > 10
expr: histogram_quantile(0.99, sum by(host, service, le) (rate(nginx_ingress_controller_request_duration_seconds_bucket{service!~"(grafana|metabase)"}[5m]))) > 3 and on(service) increase(nginx_ingress_controller_requests[5m]) > 10
for: 5m
labels:
severity: page
Expand Down

0 comments on commit e88581c

Please sign in to comment.