1 unstable release

Uses old Rust 2015

0.1.0 May 21, 2018

#7 in #zipkin

Download history 87/week @ 2023-11-30 79/week @ 2023-12-07 74/week @ 2023-12-14 47/week @ 2023-12-21 49/week @ 2023-12-28 104/week @ 2024-01-04 163/week @ 2024-01-11 261/week @ 2024-01-18 274/week @ 2024-01-25 395/week @ 2024-02-01 232/week @ 2024-02-08 394/week @ 2024-02-15 99/week @ 2024-02-22 56/week @ 2024-02-29 514/week @ 2024-03-07 1578/week @ 2024-03-14

2,410 downloads per month
Used in 7 crates (via zipkin)

Apache-2.0

33KB
717 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.

futures-zipkin

Documentation

The futures-zipkin crate provides an adaptor type which bridges the thread-based Tracer and the nonblocking futures world. It ensures that a TraceContext is registered while the inner Future, Stream, or Sink is running.

hyper-zipkin

Documentation

The hyper-zipkin crate defines Hyper header types corresponding to the standard headers used for propagation of Zipkin trace contexts thorough remote calls, as well as functions to serialize and deserialize zipkin TraceContext values into and out of Hyper Headers collections.

License

This repository is made available under the Apache 2.0 License.

Dependencies

~110–295KB