mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-22 01:17:19 +08:00
reduce p99 quantile aggregation duration
This commit is contained in:
parent
5d7d99a658
commit
209fdf86e8
1 changed files with 1 additions and 1 deletions
|
|
@ -1042,7 +1042,7 @@ groups:
|
|||
for: 1m
|
||||
- name: Nginx latency high
|
||||
description: Nginx p99 latency is higher than 3 seconds
|
||||
query: 'histogram_quantile(0.99, sum(rate(nginx_http_request_duration_seconds_bucket[30m])) by (host, node)) > 3'
|
||||
query: 'histogram_quantile(0.99, sum(rate(nginx_http_request_duration_seconds_bucket[2m])) by (host, node)) > 3'
|
||||
severity: warning
|
||||
for: 2m
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue