From 32cf16a53d08aaff0a11b5daf566f6bf822aba72 Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Wed, 12 Jul 2023 14:32:43 +0200 Subject: [PATCH] Update rules.yml --- _data/rules.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/rules.yml b/_data/rules.yml index 2595167..189013e 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -1985,8 +1985,8 @@ groups: severity: warning 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 (destination_canonical_service, destination_workload_namespace, source_canonical_service, source_workload_namespace, le)) > 1' + description: Istio 1% slowest requests are longer than 1000ms. + 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)) > 1000' severity: warning for: 1m - name: Istio Pilot Duplicate Entry