From 84bb276a8919cac51e401adaae1cd361b0a2aa75 Mon Sep 17 00:00:00 2001 From: "andrii.k" Date: Wed, 7 May 2025 14:04:15 +0300 Subject: [PATCH] update istio 4xx alert description --- _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