Skip to main content

Module types

Module types 

Source
Available on crate feature otel only.
Expand description

Core observability types and the ObservabilityStore trait.

Structs§

CaptureResult
Per-artifact decisions returned by the store.
PayloadBundle
Structured payload bundle passed to the observability store.

Enums§

CaptureDecision
Decision returned by the ObservabilityStore for each payload artifact.
CaptureKind
Identifies the kind of LLM payload capture.

Traits§

ObservabilityStore
Async trait for GenAI payload capture.