#zipkin

macro zipkin-macros

Macros for use with zipkin

2 releases

0.1.1 May 7, 2021
0.1.0 Jan 22, 2020

#10 in #zipkin

Download history 249/week @ 2024-07-13 236/week @ 2024-07-20 206/week @ 2024-07-27 157/week @ 2024-08-03 210/week @ 2024-08-10 222/week @ 2024-08-17 214/week @ 2024-08-24 189/week @ 2024-08-31 171/week @ 2024-09-07 206/week @ 2024-09-14 233/week @ 2024-09-21 201/week @ 2024-09-28 164/week @ 2024-10-05 7/week @ 2024-10-12 2/week @ 2024-10-19 1/week @ 2024-10-26

199 downloads per month
Used in zipkin

Apache-2.0

6KB
68 lines

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.

Dependencies

~1.5MB
~37K SLoC