mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 17:07:24 +08:00
istio pilot duplicate cluster (#220)
This commit is contained in:
parent
6fcdcff5e3
commit
b9222993ac
1 changed files with 4 additions and 1 deletions
|
|
@ -1801,7 +1801,10 @@ groups:
|
|||
query: 'histogram_quantile(0.99, rate(istio_request_duration_milliseconds_bucket[1m])) > 1'
|
||||
severity: warning
|
||||
for: 1m
|
||||
|
||||
- name: Istio Pilot Duplicate Entry
|
||||
description: Istio pilot duplicate entry error.
|
||||
query: 'sum(rate(pilot_duplicate_envoy_clusters{}[5m])) > 0'
|
||||
severity: critical
|
||||
|
||||
- name: Network, security and storage
|
||||
services:
|
||||
|
|
|
|||
Loading…
Reference in a new issue