mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-23 01:47:17 +08:00
Publish
This commit is contained in:
parent
e0e3cdda1d
commit
becbe1be3b
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
|
|
@ -56,7 +56,7 @@ groups:
|
||||||
severity: warning
|
severity: warning
|
||||||
annotations:
|
annotations:
|
||||||
summary: Istio high 4xx error rate (instance {{ $labels.instance }})
|
summary: Istio high 4xx error rate (instance {{ $labels.instance }})
|
||||||
description: "High percentage of HTTP 5xx responses in Istio (> 5%).\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"
|
description: "High percentage of HTTP 4xx responses in Istio (> 5%).\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"
|
||||||
|
|
||||||
- alert: IstioHigh5xxErrorRate
|
- alert: IstioHigh5xxErrorRate
|
||||||
expr: 'sum(rate(istio_requests_total{reporter="destination", response_code=~"5.*"}[5m])) / sum(rate(istio_requests_total{reporter="destination"}[5m])) * 100 > 5'
|
expr: 'sum(rate(istio_requests_total{reporter="destination", response_code=~"5.*"}[5m])) / sum(rate(istio_requests_total{reporter="destination"}[5m])) * 100 > 5'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue