2 releases (1 stable)

1.0.0 Jan 30, 2025
0.1.0 May 21, 2018

#1250 in Network programming

Download history 57/week @ 2024-10-23 93/week @ 2024-10-30 91/week @ 2024-11-06 42/week @ 2024-11-13 54/week @ 2024-11-20 52/week @ 2024-11-27 80/week @ 2024-12-04 87/week @ 2024-12-11 28/week @ 2024-12-18 4/week @ 2024-12-25 24/week @ 2025-01-01 96/week @ 2025-01-08 200/week @ 2025-01-15 28/week @ 2025-01-22 185/week @ 2025-01-29 234/week @ 2025-02-05

665 downloads per month
Used in 7 crates (via zipkin)

Apache-2.0

34KB
720 lines

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.


lib.rs:

Type definitions for Zipkin distributed trace information.

This library corresponds to version 2 of the Zipkin specification.

Serialization

If the serde Cargo feature is enabled, Annotation, Endpoint, Kind, Span, SpanId, and TraceId implement Serialize and Deserialize in the standard Zipkin format.

Dependencies

~115–275KB