Istio high 5xx error rate warning
High percentage of HTTP 5xx responses in Istio (> 5%).
>>>
sum
(
rate
(
{reporter="destination", response_code=~"5.*"}[5m])) /
sum
(
rate
(
{reporter="destination"}[5m])) * 100 > 5
Get Alert✕
Download
Copy to Clipboard