From c37ebce47321a49599bf5b07cbb7350130070679 Mon Sep 17 00:00:00 2001 From: Yevhen Tienkaiev Date: Wed, 12 Jul 2023 03:42:20 +0300 Subject: [PATCH] Update embedded-exporter.yml --- 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 cdf012e..4ce9f54 100644 --- a/dist/rules/istio/embedded-exporter.yml +++ b/dist/rules/istio/embedded-exporter.yml @@ -83,7 +83,7 @@ groups: severity: warning annotations: summary: Istio latency 99 percentile (instance {{ $labels.instance }}) - description: "Istio 1% slowest requests are longer than 1s.\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" + description: "Istio 1% slowest requests are longer than 1000ms.\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" - alert: IstioPilotDuplicateEntry expr: 'sum(rate(pilot_duplicate_envoy_clusters{}[5m])) > 0'