- Infrastructure Charts
- 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
Parameter | Description | Default |
---|---|---|
exporterOTLPEndpoint | Centralized OpenTelemetry Collector endpoint to export telemetry to. | ”otel.infra.sneakybugs.com:4317” |
clusterName | Cluster name to add as telemetry attribute. | ”foo” |
nameOverride | Override chart name. | "" |
fullnameOverride | Override full release name. | "" |