From 34081e4f436dcd3b8dc715834a87fd351eb2ba28 Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Sun, 24 Jul 2022 00:42:21 +0200 Subject: [PATCH] fix #292 --- _data/rules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/rules.yml b/_data/rules.yml index fb3f145..23820f5 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -1948,7 +1948,7 @@ groups: for: 1m - name: Istio latency 99 percentile description: Istio 1% slowest requests are longer than 1s. - query: 'histogram_quantile(0.99, sum(rate(istio_request_duration_milliseconds_bucket[1m])) by (le)) > 1' + query: 'histogram_quantile(0.99, sum(rate(istio_request_duration_milliseconds_bucket[1m])) by (destination_canonical_service, destination_workload_namespace, source_canonical_service, source_workload_namespace, le)) > 1' severity: warning for: 1m - name: Istio Pilot Duplicate Entry