mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-23 18:06:58 +08:00
update istio 4xx alert description (#463)
This commit is contained in:
parent
4be87d7796
commit
e0e3cdda1d
1 changed files with 1 additions and 1 deletions
|
|
@ -2390,7 +2390,7 @@ groups:
|
||||||
severity: warning
|
severity: warning
|
||||||
for: 2m
|
for: 2m
|
||||||
- name: Istio high 4xx error rate
|
- name: Istio high 4xx error rate
|
||||||
description: High percentage of HTTP 5xx responses in Istio (> 5%).
|
description: High percentage of HTTP 4xx responses in Istio (> 5%).
|
||||||
query: 'sum(rate(istio_requests_total{reporter="destination", response_code=~"4.*"}[5m])) / sum(rate(istio_requests_total{reporter="destination"}[5m])) * 100 > 5'
|
query: 'sum(rate(istio_requests_total{reporter="destination", response_code=~"4.*"}[5m])) / sum(rate(istio_requests_total{reporter="destination"}[5m])) * 100 > 5'
|
||||||
severity: warning
|
severity: warning
|
||||||
for: 1m
|
for: 1m
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue