3 releases (1 stable)
1.0.0 | Jan 30, 2025 |
---|---|
0.1.1 | May 7, 2021 |
0.1.0 | Jan 22, 2020 |
#1763 in Procedural macros
141 downloads per month
Used in zipkin
7KB
69 lines
rust-zipkin
A collection of crates to support the Zipkin distributed tracing system.
zipkin-types
The zipkin-types crate defines Rust types corresponding to Zipkin's object schema.
zipkin
The zipkin crate defines a Tracer
object which handles the heavy lifting of
creating and recording Zipkin spans.
http-zipkin
The http-zipkin crate provides functions to serialize and deserialize zipkin
TraceContext
and SamplingFlags
values into and out of http HeaderMap
collections to propagate traces across HTTP requests.
License
This repository is made available under the Apache 2.0 License.
lib.rs
:
Macros for use with zipkin
.
You should not depend on this crate directly.
Dependencies
~185–610KB
~14K SLoC