Expand description

Provide extensions to the tracing libraries to buffer complete traces and enable tail sampling.

Some functionality provided by tracing is reimplemented in terms of this package, such as the opentelemetry integration. The upstream integration forwards span data as they close rather than buffer, but this prevents sophisticated tail sampling.

Modules

Structs