34 releases (breaking)
0.27.0 | May 28, 2025 |
---|---|
0.25.0 | Feb 11, 2025 |
0.24.0 | Nov 26, 2024 |
0.21.0 | Jul 21, 2024 |
0.4.0 | Mar 30, 2020 |
#1317 in Debugging
2,130 downloads per month
Used in 3 crates
(2 directly)
200KB
2.5K
SLoC
OpenTelemetry Stackdriver
This crate provides an opentelemetry
exporter for use with Google Stackdriver trace. It uses gRPC to send tracing spans.
Contributions are welcome.
Propagator
Feature flag propagator
will enable the GoogleTraceContextPropagator
which implements the TextMapPropagator
trait for Google X-Cloud-Trace-Context
Trace Context format.
Example usage:
opentelemetry::global::set_text_map_propagator(GoogleTraceContextPropagator::new());
Dependencies
~11–24MB
~333K SLoC