Structs§
- Event
- An event describing a specific moment in time on a span and associated attributes.
- Link
- Describes a relationship to another
span. - Span
Context - Identifying trace information about a span that can be serialized and propagated.
- Span
Data - The data associated with a span.
- Trace
Flags
Enums§
- Span
Kind - Describes the relationship between the Span, its parents, and its children in a trace.
- Status
- The
statusof aspan.
Traits§
Functions§
Type Aliases§
- Datetime
- Instrumentation
Scope - KeyValue
- SpanId
- The id of this
span-context. - TraceId
- The trace that this
span-contextbelongs to. - Trace
State - Carries system-specific configuration data, represented as a list of key-value pairs.
trace-stateallows multiple tracing systems to participate in the same trace.