http-zipkin

Crates.iohttp-zipkin
lib.rshttp-zipkin
version0.4.0
sourcesrc
created_at2018-06-06 05:08:34.608448
updated_at2023-12-30 01:47:52.490434
descriptionHTTP header propagation for Zipkin trace information.
homepage
repositoryhttps://github.com/palantir/rust-zipkin
max_upload_size
id68812
size16,484
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