mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-26 19:37:27 +08:00
Update embedded-exporter.yml
This commit is contained in:
parent
495d54b451
commit
c37ebce473
1 changed files with 1 additions and 1 deletions
2
dist/rules/istio/embedded-exporter.yml
vendored
2
dist/rules/istio/embedded-exporter.yml
vendored
|
|
@ -83,7 +83,7 @@ groups:
|
||||||
severity: warning
|
severity: warning
|
||||||
annotations:
|
annotations:
|
||||||
summary: Istio latency 99 percentile (instance {{ $labels.instance }})
|
summary: Istio latency 99 percentile (instance {{ $labels.instance }})
|
||||||
description: "Istio 1% slowest requests are longer than 1s.\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"
|
description: "Istio 1% slowest requests are longer than 1000ms.\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"
|
||||||
|
|
||||||
- alert: IstioPilotDuplicateEntry
|
- alert: IstioPilotDuplicateEntry
|
||||||
expr: 'sum(rate(pilot_duplicate_envoy_clusters{}[5m])) > 0'
|
expr: 'sum(rate(pilot_duplicate_envoy_clusters{}[5m])) > 0'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue