Skip to main content

Module trace

Module trace 

Source
Expand description

Query and projection observability traces.

Every query execution produces a QueryTrace that records classification, route plan, per-leg timing, merge statistics, and any degradation warnings. Projection lifecycle actions produce a ProjectionTrace.

Structs§

ProjectionTrace
Observability record for a projection lifecycle action.
QueryTrace
Observability record for a single query execution.
RuntimeDerivedCandidateTraceV1
Runtime-level summary of a semantic-memory derived candidate receipt.
RuntimeQueryProvenanceV1
Versioned provenance record summarizing a full query execution for downstream audit.
WideningDisclosure
Disclosure record emitted when a query leg is widened or degraded from its requested view.

Enums§

ProjectionAction
What lifecycle action was taken on a projection.
QueryWarning
A warning or degradation notice emitted during query execution.
RuntimeView
Logical view through which a query leg is executed.