1. Infrastructure Charts
  2. telemetry-exporter-components

telemetry-exporter-components

Deploys resources related to the telemetry exporter.

A Helm chart for Kubernetes

Prerequisites

This chart requires an OpenTelemetry protocol endpoint for ingesting telemetry data. Make sure to set openTelemetry.exporterOTLPEndpoint to the ingest endpoint.

Install

To install the chart:

helm install my-release oci://ghcr.io/sneakybugs/telemetry-exporter-components --version 3.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 3.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
nameOverrideOverride chart name.""
fullnameOverrideOverride full release name.""
openTelemetry.namespaceNamespace to deploy OpenTelemetry resources in.”telemetry”
openTelemetry.exporterOTLPEndpointCentralized OpenTelemetry Collector endpoint to export telemetry to.”otel.infra.sneakybugs.com:4317”
openTelemetry.collectorResources.requests.cpu”125m”
openTelemetry.collectorResources.requests.memory”500Mi”
openTelemetry.collectorResources.limits.cpu”250m”
openTelemetry.collectorResources.limits.memory”1000Mi”
openTelemetry.targetAllocatorResources.requests.cpu”50m”
openTelemetry.targetAllocatorResources.requests.memory”128Mi”
openTelemetry.targetAllocatorResources.limits.cpu”100m”
openTelemetry.targetAllocatorResources.limits.memory”256Mi”

Star the source on GitHub.