9 releases
0.2.2 | Nov 22, 2023 |
---|---|
0.2.1 | Nov 14, 2023 |
0.2.0 | Mar 22, 2023 |
0.1.1 | May 20, 2022 |
0.0.3 | Dec 9, 2021 |
#398 in Debugging
306 downloads per month
78KB
1.5K
SLoC
onesignal-tracing-tail-sampling
This is a fork of tracing-opentelemetry that exists to allow us to do in-memory tail sampling of data.
lib.rs
:
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.
Dependencies
~5.5MB
~98K SLoC