mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-25 02:46:59 +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
|
for: 1m
|
||||||
- name: Nginx latency high
|
- name: Nginx latency high
|
||||||
description: Nginx p99 latency is higher than 3 seconds
|
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
|
severity: warning
|
||||||
for: 2m
|
for: 2m
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue