This repository contains Helm charts for OpenTelemetry project.
Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
Once Helm is set up properly, add the repo as follows:
helm repo add open-telemetry https://open-telemetry.github.io/opentelemetry-helm-chartsAll charts in this repository are signed. More information about how to verify charts can be found in the official Helm documentation.
A local running gpg agent is mandatory.
To import the signing key for this repository run the following command:
curl https://open-telemetry.github.io/opentelemetry-helm-charts/pubkey.gpg | gpg --importHelm reads a legacy GnuPG keyring, which modern GnuPG (2.1+) does not create on import. Depending on your GnuPG version, you may need to export the imported key so that Helm can find it:
gpg --export > ~/.gnupg/pubring.gpgYou can now use the --verify flag during helm install
to enable chart signature validation.
You can then run helm search repo open-telemetry to see the charts.
The chart can be used to install OpenTelemetry Collector in a Kubernetes cluster. More detailed documentation can be found in OpenTelemetry Collector chart directory.
The chart can be used to install OpenTelemetry Demo in a Kubernetes cluster. More detailed documentation can be found in OpenTelemetry Demo chart directory.
The chart can be used to install OpenTelemetry Operator in a Kubernetes cluster. More detailed documentation can be found in OpenTelemetry Operator chart directory.
The chart can be used to install OpenTelemetry eBPF Instrumentation in a Kubernetes cluster. More detailed documentation can be found in OpenTelemetry eBPF Instrumentation chart directory.
See CONTRIBUTING.md.
- Dmitrii Anoshin, Splunk
- Jacob Aronoff, Tero
- Tyler Helmuth, Grafana Labs
For more information about the maintainer role, see the community repository.
- Alex Birca, Adobe
- Jared Tan, DaoCloud
- Juliano Costa, Datadog
- Pierre Tessier, Honeycomb
- Povilas, Coralogix
For more information about the approver role, see the community repository.
- Josh Voravong, Approver
- Naseem K. Ullah, Approver
- Tigran Najaryan, Maintainer
For more information about the emeritus role, see the community repository.