Exporters
Exporters deliver telemetry data to one or more backend destinations. They can operate in push or pull mode and are not configured by default — at least one must be defined. Each exporter may support one or more signal types. While some exporters work with their defaults, most require you to specify at least the target endpoint and security parameters.
TOC
OTLP gRPC ExporterOTLP HTTP ExporterDebug ExporterLoad Balancing ExporterPrometheus ExporterPrometheus Remote Write ExporterKafka ExporterFile ExporterOTLP gRPC Exporter
The OTLP gRPC Exporter sends traces and metrics over the OpenTelemetry Protocol (OTLP) using gRPC transport.
Reference: OTLP Exporter Documentation
OTLP HTTP Exporter
The OTLP HTTP Exporter sends traces and metrics over the OpenTelemetry Protocol (OTLP) using HTTP transport.
Reference: OTLP HTTP Exporter Documentation
Debug Exporter
The Debug Exporter writes traces and metrics to standard output for troubleshooting purposes.
Reference: Debug Exporter Documentation
Load Balancing Exporter
The Load Balancing Exporter distributes spans, metrics, and logs across backends in a consistent manner based on the configured routing_key.
Reference: Load Balancing Exporter Documentation
Prometheus Exporter
The Prometheus Exporter exposes metrics for scraping in Prometheus or OpenMetrics format.
Reference: Prometheus Exporter Documentation
Prometheus Remote Write Exporter
The Prometheus Remote Write Exporter pushes metrics to backends that support the Prometheus Remote Write protocol.
Reference: Prometheus Remote Write Exporter Documentation
Kafka Exporter
The Kafka Exporter publishes logs, metrics, and traces to Kafka topics. Because it uses a synchronous, non-batching producer, pairing it with the Batch Processor and queued retry mechanisms is recommended for improved throughput and reliability.
Reference: Kafka Exporter Documentation
File Exporter
The File Exporter persists telemetry data to local files, with support for rotation, compression, and multi-file output. You can also configure resource-attribute-based file naming for fine-grained output control.
Reference: File Exporter Documentation