32 releases (breaking)
0.25.0 | Feb 11, 2025 |
---|---|
0.24.0 | Nov 26, 2024 |
0.23.0 | Oct 7, 2024 |
0.21.0 | Jul 21, 2024 |
0.4.0 | Mar 30, 2020 |
#185 in Web programming
2,229 downloads per month
Used in 2 crates
(via opinionated_telemetry)
195KB
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
~19–30MB
~533K SLoC