#zipkin #tracing #header #hyper #trace #context #standard

hyper-zipkin

Hyper header definitions for standard Zipkin headers

6 releases (3 breaking)

Uses old Rust 2015

0.4.0 Apr 20, 2018
0.3.1 Apr 6, 2018
0.3.0 Mar 7, 2018
0.2.1 Jan 12, 2018
0.1.0 Jun 23, 2017

#6 in #zipkin

38 downloads per month

Apache-2.0

47KB
963 lines

rust-zipkin

CircleCI

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

zipkin

Documentation

The zipkin crate defines Rust types corresponding to Zipkin's object schema, as well as 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

~9MB
~156K SLoC