Crates.io | hyper-zipkin |
lib.rs | hyper-zipkin |
version | 0.4.0 |
source | src |
created_at | 2017-06-23 22:14:51.140122 |
updated_at | 2018-04-20 22:32:28.985596 |
description | Hyper header definitions for standard Zipkin headers |
homepage | |
repository | https://github.com/palantir/rust-zipkin |
max_upload_size | |
id | 20365 |
size | 9,161 |
A collection of crates to support the Zipkin distributed tracing system.
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.
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.
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.
This repository is made available under the Apache 2.0 License.