Skip to main content
logoTetrate Istio SubscriptionVersion: Next

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 and mesh_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:
    global:
    external_labels:
    cluster_id: Kubernetes # Change this to your cluster name
    mesh_id: cluster.local # Change this to your mesh name
    If you're using the demo installation from istio-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