From 99b101077df5b5ccf3a3df07fed16debe7e8e563 Mon Sep 17 00:00:00 2001 From: samber Date: Fri, 28 Apr 2023 14:06:51 +0000 Subject: [PATCH] Publish --- dist/rules/nginx/knyar-nginx-exporter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/rules/nginx/knyar-nginx-exporter.yml b/dist/rules/nginx/knyar-nginx-exporter.yml index fb55ea5..4c971a4 100644 --- a/dist/rules/nginx/knyar-nginx-exporter.yml +++ b/dist/rules/nginx/knyar-nginx-exporter.yml @@ -23,7 +23,7 @@ groups: description: "Too many HTTP requests with status 5xx (> 5%)\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" - 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 labels: severity: warning