The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.018 - 2023-11-21

  • Ensure shutdown and force_flush calls on the TracerProvider wait for the resuts of propagating those calls down to the processors
  • Bump minimum version of OpenTelemetry to 0.010 for the implementation of the API
  • Fix an issue with reporting dropped spans due to improper scalar conversion
  • Fix an issue in the documentation of the OTEL_TRACES_EXPORTER variable and add some additional details

Modules

An implementation of the OpenTelemetry SDK for Perl
An OpenTelemetry span exporter that prints to the console
A logical unit of instrumented code
Represents the entity producing OpenTelemetry data
The abstract interface for a sampler object
A sampler that will never sample
A sampler that will always sample
The result of a sampling decision
A single operation within a trace
A batched OpenTelemetry span processor
A basic OpenTelemetry span processor
A readable snapshot of an OpenTelemetry span
A class that governs the configuration of spans
A Tracer for the OpenTelemetry SDK
Provides access to SDK OpenTelemetry Tracers