fix: fix quantile query

This commit is contained in:
Samuel Berthe 2022-07-06 12:49:49 +02:00
parent 4201302285
commit 95af2b4d95
No known key found for this signature in database
GPG key ID: 64863511FFBD0E3C

View file

@ -1940,7 +1940,7 @@ groups:
for: 1m
- name: Istio latency 99 percentile
description: Istio 1% slowest requests are longer than 1s.
query: 'histogram_quantile(0.99, rate(istio_request_duration_milliseconds_bucket[1m])) > 1'
query: 'histogram_quantile(0.99, sum(rate(istio_request_duration_milliseconds_bucket[1m])) by (le)) > 1'
severity: warning
for: 1m
- name: Istio Pilot Duplicate Entry