mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 00:47:18 +08:00
fix #226
This commit is contained in:
parent
10b810fd6e
commit
cbc20228e2
1 changed files with 1 additions and 1 deletions
|
|
@ -1889,7 +1889,7 @@ groups:
|
|||
for: 1m
|
||||
- name: Istio high request latency
|
||||
description: Istio average requests execution is longer than 100ms.
|
||||
query: 'rate(istio_request_duration_milliseconds_sum[1m]) / rate(istio_request_duration_milliseconds_count[1m]) > 0.1'
|
||||
query: 'rate(istio_request_duration_milliseconds_sum{reporter="destination"}[1m]) / rate(istio_request_duration_milliseconds_count{reporter="destination"}[1m]) > 100'
|
||||
severity: warning
|
||||
for: 1m
|
||||
- name: Istio latency 99 percentile
|
||||
|
|
|
|||
Loading…
Reference in a new issue