Structs§
- Span
- The generic representation of a V1 span.
- Span
Event - The generic representation of a V1 span event.
Tis the type used to represent strings in the span event. - Span
Link - The generic representation of a V1 span link.
Tis the type used to represent strings in the span link. - ThinVec
- See the crate’s top level documentation for a description of this type.
- Trace
Chunk - A V1 trace chunk: a group of spans sharing the same
trace_id, plus chunk-level metadata. - Tracer
Payload - A V1 tracer payload: tracer-level metadata and the trace chunks it carries.
Enums§
- Attribute
Value - Typed V1 attribute value.
Replaces v0.4’s split
meta/metrics/meta_structmaps. - Span
Kind - OpenTelemetry SpanKind values, encoded on the wire as a
uint32. Unset or unrecognized kinds default toSpanKind::Internal.