Skip to main content

Istio

Istio - Prometheus

The Istio integration works by scraping the Istio relevant data from a Prometheus server.

To enable Istio as a data source, please add the following section to your values.yaml file:

scrapers:
istio:
enabled: true
prometheus:
endpoint: http://prometheus.istio-system.svc.cluster.local:9090

Please ensure that the Prometheus instance scrapes all your Istio sidecars to capture all the service-to-service communication metrics.

Istio - w/o Prometheus

The Istio integration works by scraping the Istio relevant data directly from the istio sidecars.

To enable Istio as a data source, please add the following section to your values.yaml file:

scrapers:
istiosidecar:
enabled: true