Skip to main content

Crate trace_weft_core

Crate trace_weft_core 

Source

Modules§

redactor
semconv
Shared OpenTelemetry GenAI semantic-convention attribute keys.

Structs§

BlobHash
BlobRef
CheckpointRecord
CostEstimate
EventId
EventRecord
A point-in-time event recorded within a span. Events carry their parent span and an ordering seq so an event stream (retries, budget checks, guardrail trips, REPL steps) survives without collapsing into many tiny spans.
RedactionResult
RunId
SessionId
SpanId
SpanRecord
TokenUsage
TraceId
TraceRecord

Enums§

CapturePolicy
EventKind
Kind of an intra-span event — a point-in-time occurrence within a span’s lifetime (a retry, a budget check, a guardrail trip, an REPL step), as opposed to a span, which has a duration.
RedactionStatus
ReplayMode
SideEffectPolicy
SpanStatus
TraceWeftSpanKind

Traits§

BlobStore
Redactor