Release Notes
0.3.0
- Added new Istio Control Plane Health dashboard to monitor Istio's control plane golden metrics
- Grafana dashboards now support multi meshes/clusters
cluster_id
andmesh_id
labels is now required, regardless of whether you use multi-cluster or not. you must update you Prometheus global configuration or scrape config to add both labels:If you're using the demo installation fromglobal:
external_labels:
cluster_id: Kubernetes # Change this to your cluster name
mesh_id: cluster.local # Change this to your mesh nameistio-monitoring-demo
Helm charts, you will need to upgrade to the latest version.
0.2.0
The UID of the dashboard has been changed, you may need to delete the old dashboard and import the new one.
- Consistency panel options across dashboards
- Add drill down on the service dashboard
- Add sidecar CPU and memory utilization to the workload dashboard. You need to install
kube-state-metrics
to see proxy CPU and memory utilization.
0.1.0
- Initial release