6 releases (1 stable)

1.0.0 Jan 30, 2025
0.4.0 Dec 30, 2023
0.3.0 Dec 5, 2019
0.2.0 Nov 8, 2019
0.1.0 Jun 6, 2018

#247 in HTTP client

Download history 54/week @ 2024-12-04 62/week @ 2024-12-11 11/week @ 2024-12-18 10/week @ 2025-01-01 68/week @ 2025-01-08 167/week @ 2025-01-15 5/week @ 2025-01-22 176/week @ 2025-01-29 201/week @ 2025-02-05 53/week @ 2025-02-12 54/week @ 2025-02-19 36/week @ 2025-02-26 15/week @ 2025-03-05 32/week @ 2025-03-12 93/week @ 2025-03-19

180 downloads per month
Used in 2 crates

Apache-2.0

55KB
1K SLoC

rust-zipkin

CircleCI

A collection of crates to support the Zipkin distributed tracing system.

zipkin-types

Documentation

The zipkin-types crate defines Rust types corresponding to Zipkin's object schema.

zipkin

Documentation

The zipkin crate defines a Tracer object which handles the heavy lifting of creating and recording Zipkin spans.

http-zipkin

Documentation

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

~2MB
~33K SLoC