zipkin

Crates.iozipkin
lib.rszipkin
version0.4.2
sourcesrc
created_at2017-06-23 22:13:57.047842
updated_at2021-01-21 14:13:12.697249
descriptionA library for collecting timing information about distributed computations
homepage
repositoryhttps://github.com/palantir/rust-zipkin
max_upload_size
id20364
size36,996
Palantir Technologies (palantirtech)

documentation

README

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.

Commit count: 191

cargo fmt