zipkin-macros

Crates.iozipkin-macros
lib.rszipkin-macros
version0.1.1
sourcesrc
created_at2020-01-22 22:47:59.910742
updated_at2021-05-07 19:05:26.741803
descriptionMacros for use with `zipkin`
homepage
repositoryhttps://github.com/palantir/rust-zipkin
max_upload_size
id201110
size5,382
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