hyper-zipkin

Crates.iohyper-zipkin
lib.rshyper-zipkin
version0.4.0
sourcesrc
created_at2017-06-23 22:14:51.140122
updated_at2018-04-20 22:32:28.985596
descriptionHyper header definitions for standard Zipkin headers
homepage
repositoryhttps://github.com/palantir/rust-zipkin
max_upload_size
id20365
size9,161
rust-zipkin (github:palantir:rust-zipkin)

documentation

README

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.

Commit count: 191

cargo fmt