5 releases (3 breaking)
0.4.0 | Dec 30, 2023 |
---|---|
0.3.0 | Dec 5, 2019 |
0.2.0 | Nov 8, 2019 |
0.1.1 | Nov 14, 2018 |
0.1.0 | Jun 6, 2018 |
#1589 in Web programming
335 downloads per month
Used in 3 crates
(2 directly)
54KB
1K
SLoC
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
:
HTTP header propagation for Zipkin trace information.
Dependencies
~1MB
~20K SLoC