opentelemetry-helm-charts

OpenTelemetry Helm Charts

License Artifact Hub

This repository contains Helm charts for OpenTelemetry project.

Usage

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-charts

Helm Provenance and Integrity

All 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 --import

Helm 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.gpg

You can now use the --verify flag during helm install to enable chart signature validation.

Helm Charts

You can then run helm search repo open-telemetry to see the charts.

OpenTelemetry Collector

The chart can be used to install OpenTelemetry Collector in a Kubernetes cluster. More detailed documentation can be found in OpenTelemetry Collector chart directory.

OpenTelemetry Demo

The chart can be used to install OpenTelemetry Demo in a Kubernetes cluster. More detailed documentation can be found in OpenTelemetry Demo chart directory.

OpenTelemetry Operator

The chart can be used to install OpenTelemetry Operator in a Kubernetes cluster. More detailed documentation can be found in OpenTelemetry Operator chart directory.

OpenTelemetry eBPF Instrumentation

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.

Contributing

See CONTRIBUTING.md.

Maintainers

For more information about the maintainer role, see the community repository.

Approvers

For more information about the approver role, see the community repository.

Emeritus

For more information about the emeritus role, see the community repository.

License

Apache 2.0 License.