This commit is contained in:
samber 2022-07-06 10:50:46 +00:00
parent 67266bbca6
commit f57600b8d3

View file

@ -77,7 +77,7 @@ groups:
description: "Istio average requests execution is longer than 100ms.\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"
- alert: IstioLatency99Percentile
expr: 'histogram_quantile(0.99, rate(istio_request_duration_milliseconds_bucket[1m])) > 1'
expr: 'histogram_quantile(0.99, sum(rate(istio_request_duration_milliseconds_bucket[1m])) by (le)) > 1'
for: 1m
labels:
severity: warning