mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-23 18:06:58 +08:00
Update rules.yml
This commit is contained in:
parent
4394de4713
commit
32cf16a53d
1 changed files with 2 additions and 2 deletions
|
|
@ -1985,8 +1985,8 @@ groups:
|
||||||
severity: warning
|
severity: warning
|
||||||
for: 1m
|
for: 1m
|
||||||
- name: Istio latency 99 percentile
|
- name: Istio latency 99 percentile
|
||||||
description: Istio 1% slowest requests are longer than 1s.
|
description: Istio 1% slowest requests are longer than 1000ms.
|
||||||
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'
|
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)) > 1000'
|
||||||
severity: warning
|
severity: warning
|
||||||
for: 1m
|
for: 1m
|
||||||
- name: Istio Pilot Duplicate Entry
|
- name: Istio Pilot Duplicate Entry
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue