Visualizing telemetry using Grafana
Grafana is open source software used for the visualization of telemetry data. It provides an easy-to-use and interactive option for visualizing observability metrics. Grafana also helps to unify telemetry data from various systems in a centralized place, providing a unified view of observability across all your systems.
Istio installation provides sample manifests for Grafana, located in samples/addons
. Install Grafana using the following commands:
% kubectl apply -f samples/addons/grafana.yaml serviceaccount/grafana created configmap/grafana created service/grafana created deployment.apps/grafana created configmap/istio-grafana-dashboards created configmap/istio-services-grafana-dashboards created
Once you have installed Grafana, you can open the Grafana dashboard using the following commands:
% istioctl dashboard grafana http://localhost:3000
This should open the Grafana dashboard, as shown in the following screenshot:
...