Skip to content

Commit

Permalink
fix labels in alert rules
Browse files Browse the repository at this point in the history
  • Loading branch information
rgildein authored Aug 13, 2024
1 parent 0ab4569 commit 4e88228
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ groups:
summary: 'ingress gateway traffic missing'
description: '[Critical]: ingress gateway traffic missing, likely other monitors are misleading, check client logs'
expr: >
absent(istio_requests_total{destination_service_namespace=~"service-graph.*",reporter="source",source_workload="istio-ingressgateway"})==1
absent(istio_requests_total{reporter="source", source_workload=~"istio-(ingress|egress)gateway-workload"})==1
for: 5m
- alert: IstioMetricsMissing
annotations:
Expand Down

0 comments on commit 4e88228

Please sign in to comment.