1. Infrastructure Charts
  2. telemetry-exporter-components

telemetry-exporter-components

Deploys resources required for the telemetry-exporter chart on the tenant cluster.

Deploys resources required for the telemetry-exporter chart.

This chart must be installed in the tenant cluster.

Prerequisites

This chart requires a centralized telemetry system deployed using the telemetry-system chart. Make sure to set exporterOTLPEndpoint to the centralized system’s OpenTelemetry Collector endpoint.

Install

To install the chart:

helm install my-release oci://ghcr.io/sneakybugs/telemetry-exporter-components --version 1.0.0 --values values.yaml

Assuming you have a values.yaml with your values overrides:

Upgrade

To upgrade the chart:

helm upgrade my-release oci://ghcr.io/sneakybugs/telemetry-exporter-components --version 1.0.0 --values values.yaml

Assuming you have a values.yaml with your values overrides:

Uninstall

To uninstall the chart:

helm uninstall my-release

Configuration

ParameterDescriptionDefault
exporterOTLPEndpointCentralized OpenTelemetry Collector endpoint to export telemetry to.”otel.infra.sneakybugs.com:4317”
clusterNameCluster name to add as telemetry attribute.”foo”
nameOverrideOverride chart name.""
fullnameOverrideOverride full release name.""

Star the source on GitHub.