mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-23 01:47:17 +08:00
Publish
This commit is contained in:
parent
c36014f03e
commit
99b101077d
1 changed files with 1 additions and 1 deletions
2
dist/rules/nginx/knyar-nginx-exporter.yml
vendored
2
dist/rules/nginx/knyar-nginx-exporter.yml
vendored
|
|
@ -23,7 +23,7 @@ groups:
|
||||||
description: "Too many HTTP requests with status 5xx (> 5%)\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"
|
description: "Too many HTTP requests with status 5xx (> 5%)\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"
|
||||||
|
|
||||||
- alert: NginxLatencyHigh
|
- alert: NginxLatencyHigh
|
||||||
expr: 'histogram_quantile(0.99, sum(rate(nginx_http_request_duration_seconds_bucket[2m])) by (host, node)) > 3'
|
expr: 'histogram_quantile(0.99, sum(rate(nginx_http_request_duration_seconds_bucket[2m])) by (host, node, le)) > 3'
|
||||||
for: 2m
|
for: 2m
|
||||||
labels:
|
labels:
|
||||||
severity: warning
|
severity: warning
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue