mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-26 19:37:27 +08:00
Update rules.yml
replace irate function
This commit is contained in:
parent
151919e409
commit
f969f31893
1 changed files with 1 additions and 2 deletions
|
|
@ -1803,9 +1803,8 @@ groups:
|
|||
for: 1m
|
||||
- name: Istio Pilot Duplicate Entry
|
||||
description: Istio pilot duplicate entry error.
|
||||
query: 'sum(irate(pilot_duplicate_envoy_clusters{}[5m])) > 0'
|
||||
query: 'sum(rate(pilot_duplicate_envoy_clusters{}[5m])) > 0'
|
||||
severity: critical
|
||||
for: 1m
|
||||
|
||||
- name: Network and storage
|
||||
services:
|
||||
|
|
|
|||
Loading…
Reference in a new issue