Add Istio insights
Add Istio insights to the Gloo telemetry pipeline.
Overview
Gloo Mesh Enterprise comes with an insights engine that automatically analyzes your Istio setup for health issues. To view insights for your environment, you must deploy the Gloo analyzer along with pipelines in the Gloo telemetry pipeline that analyze Istio components and store analyzer results as logs in Redis. Then, the Gloo management server uses the analyzer logs and metrics in Prometheus to create insights. Insights can be accessed in the Gloo UI.
If you followed the Get started guide and used the install profiles to set up Gloo Mesh Enterprise, the insights engine is already enabled. To view insights, launch the Gloo UI.
Single cluster
Get your current installation Helm values, and save them in a file.
Add the following configuration to your Helm values file to enable the insights engine, the
logs/analyzer
pipeline. Thelogs/analyzer
pipeline is set up on the Gloo collector agent and collects analyzer results from the Gloo analyzer component. Analyzer results are written to Redis Streams.Upgrade your installation by using your updated values file.
Verify that your settings were added to the Gloo telemetry collector configmap.
Perform a rollout restart of the telemetry collector daemon set to force your configmap changes to be applied to the telemetry collector agent pod.
Open the Gloo UI.
In the navigation pane, click Insights. Note that it takes a few minutes for insights to show in the Gloo UI. For more information about how to drill into insights and to find an overview of insights that are available to you, see Insights.
Multicluster
Get the Helm values files for your current version.
- Get your current values for the management cluster.
- Get your current values for the workload clusters.
- Get your current values for the management cluster.
In the Helm chart for the management cluster, enable the insights engine and the
logs/redis_stream
pipeline. This pipeline receives analyzer results from the Gloo analyzer in the workload clusters, and writes these results to Redis Stream.In the Helm values file for the workload cluster, add the following configuration to enable the Gloo analyzer agent, the
logs/analyzer
pipeline. Thelogs/analyzer
pipeline is set up on the Gloo collector agent and collects analyzer results from the Gloo analyzer component. Analyzer results are written to Redis Streams.Upgrade the Gloo management cluster.
Verify that your settings are applied in the management cluster.
Verify that your settings were added to the Gloo telemetry gateway configmap.
Perform a rollout restart of the telemetry gateway deployment to force your configmap changes to be applied to the telemetry gateway pod.
Upgrade the Gloo workload cluster.
Verify that your settings are applied in the workload cluster.
Verify that your settings were added to the Gloo telemetry collector configmap.
Perform a rollout restart of the telemetry collector daemon set to force your configmap changes to be applied to the telemetry collector agent pods.
Open the Gloo UI.
In the navigation pane, click Insights. Note that it takes a few minutes for insights to show in the Gloo UI. For more information about how to drill into insights and to find an overview of insights that are available to you, see Insights.