Skip to content

Commit

Permalink
Add istio control plane dashboard and alert rule (#478)
Browse files Browse the repository at this point in the history
* Add istio control plane dashboard

The source of this dashboard is [1].

---
[1]: https://grafana.com/grafana/dashboards/7645-istio-control-plane-dashboard/

* Add aler rule from source [1] based on metrics [2]

Found some intteresting alert rules in [1], however based on istio
doc [2], only the last one will work, so I added it here.

---
[1]: https://samber.github.io/awesome-prometheus-alerts/rules#istio
[2]: https://istio.io/latest/docs/reference/commands/pilot-discovery/#metrics
  • Loading branch information
rgildein authored Aug 28, 2024
1 parent e585392 commit fbac2e3
Show file tree
Hide file tree
Showing 4 changed files with 2,011 additions 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(reporter="source", source_workload=~"istio-(ingress|egress)gateway-workload"})==1
absent(istio_requests_total{reporter="source", source_workload=~"istio-(ingress|egress)gateway-workload"})==1
for: 5m
- alert: IstioMetricsMissing
annotations:
Expand Down
Loading

0 comments on commit fbac2e3

Please sign in to comment.