Crate onesignal_tracing_tail_sample

Source
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§

opentelemetry
Tracing OpenTelemetry

Structs§

SampleDecision
Trace
TraceContext
TraceContextLayer
Buffers data and builds complete traces prior to exporting
TraceInner