35 releases (breaking)
| 0.28.0 | Oct 1, 2025 |
|---|---|
| 0.27.0 | May 28, 2025 |
| 0.26.0 | Apr 2, 2025 |
| 0.25.0 | Feb 11, 2025 |
| 0.4.0 | Mar 30, 2020 |
#1808 in Debugging
4,570 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
~15–32MB
~366K SLoC