Skip to main content

Installing Open-Source Collector components

This section enables you to deploy the collector components and their open-source agents (exporters) using the commands to run in Helm.

Deploy the collectors

Run the following command to deploy Prometheus exporters such as Kube-State-Metrics (KSM), cAdvisor , and other collectors such as Loki and Jaeger under the collectors' namespace.

Usage:

helm upgrade --install Container Observability-bundle oc-repo/Container Observability --namespace collectors --create-namespace --set tags.opscruise=false -f Container Observability-values.yaml --version 3.5.0

Note : If any of the collector components are already installed and you need to disable them, then you can set that collector flag as “False” in the command and exclude it from the Helm chart.

For more information, you can refer Container Observability install instructions-v3.5.0 document.

2690388736

Related links: