From becbe1be3ba37f89bcce73159a8b44188769a4f4 Mon Sep 17 00:00:00 2001 From: samber Date: Thu, 8 May 2025 17:49:45 +0000 Subject: [PATCH] Publish --- dist/rules/istio/embedded-exporter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/rules/istio/embedded-exporter.yml b/dist/rules/istio/embedded-exporter.yml index 4ce9f54..ce1c837 100644 --- a/dist/rules/istio/embedded-exporter.yml +++ b/dist/rules/istio/embedded-exporter.yml @@ -56,7 +56,7 @@ groups: severity: warning annotations: summary: Istio high 4xx error rate (instance {{ $labels.instance }}) - description: "High percentage of HTTP 5xx responses in Istio (> 5%).\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" + description: "High percentage of HTTP 4xx responses in Istio (> 5%).\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" - alert: IstioHigh5xxErrorRate expr: 'sum(rate(istio_requests_total{reporter="destination", response_code=~"5.*"}[5m])) / sum(rate(istio_requests_total{reporter="destination"}[5m])) * 100 > 5'