mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 08:57:19 +08:00
fix #292
This commit is contained in:
parent
6afcf31df4
commit
34081e4f43
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue