From e0e3cdda1de7f53f868a76e7fc108e4c08b60b29 Mon Sep 17 00:00:00 2001 From: "andrii.k" Date: Thu, 8 May 2025 20:49:18 +0300 Subject: [PATCH] update istio 4xx alert description (#463) --- _data/rules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/rules.yml b/_data/rules.yml index 39f13e1..0000d6c 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -2390,7 +2390,7 @@ groups: severity: warning for: 2m - name: Istio high 4xx error rate - description: High percentage of HTTP 5xx responses in Istio (> 5%). + description: High percentage of HTTP 4xx responses in Istio (> 5%). query: 'sum(rate(istio_requests_total{reporter="destination", response_code=~"4.*"}[5m])) / sum(rate(istio_requests_total{reporter="destination"}[5m])) * 100 > 5' severity: warning for: 1m