Changes for version 0.021 - 2025-05-08
- Switch to the internal logger added to OpenTelemetry v0.030. This logger defaults to carping to STDERR at a warning level for internal messages only. The log level can be adjusted by setting the OTEL_PERL_INTERNAL_LOG_LEVEL environment variable to a suitable value. This internal logger is weaker than a regular Log::Any::Adapter and can be modified either by setting a Log::Any::Adapter or the LOG_ANY_DEFAULT_ADAPTER environment variable appropriately. Note that OTEL_PERL_INTERNAL_LOG_LEVEL will be ignored if an adapter is manually set.
Modules
An OpenTelemetry Protocol exporter
A JSON encoder for the OTLP exporter
A Protobuf encoder for the OTLP exporter
An OpenTelemetry Protocol log record exporter
An OpenTelemetry Protocol span exporter
The protobuf definitions for the OpenTelemetry Protocol