Module span

Module span 

Source
Expand description

LLM span definitions following OpenTelemetry GenAI semantic conventions.

Structs§

ChatMessage
Chat message for conversational models.
LlmOutput
LLM output (completion).
LlmSpan
Represents a single LLM operation (request/response) as an OpenTelemetry span.
LlmSpanBuilder
Builder for creating LlmSpan instances.
SpanEvent
Event recorded during span execution.

Enums§

ContentPart
Content part for multimodal inputs.
LlmInput
LLM input (prompt).
SpanStatus
Span status following OpenTelemetry conventions.