Sample OpenTelemetry Collector configuration file
- Last Updated: July 7, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
An example of the configuration file for the OpenTelemetry (OTel) Collector is as
follows:
|
In this configuration file:
- The
receiverssection specifies how the OTel Collector receives telemetry data using OTLP over gRPC and HTTP protocols. - The
processorssection specifies how the collected telemetry data is processed before export. - The
exporterssection specifies the destinations for telemetry data, such as debug output, file storage, and an OTLP endpoint. - The
servicesection defines pipelines for traces, including how receivers and exporters are connected.