Expand description
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.
Modules§
- Annotations.
- Endpoints.
- Spans.
- Span IDs.
- Trace IDs.
Structs§
- Associates an event that explains latency with a timestamp.
- The network context of a node in the service graph.
- A
Span
represents a single operation over some range of time. - The ID of a span.
- The ID of a trace.
Enums§
- The “kind” of a span.