zipkin

Crates.iozipkin
lib.rszipkin
version1.0.0
created_at2017-06-23 22:13:57.047842+00
updated_at2025-01-30 15:53:46.29885+00
descriptionA library for collecting timing information about distributed computations
homepage
repositoryhttps://github.com/palantir/rust-zipkin
max_upload_size
id20364
size38,277
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: 205

cargo fmt