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§
- Projection
Trace - Observability record for a projection lifecycle action.
- Query
Trace - Observability record for a single query execution.
- Runtime
Derived Candidate Trace V1 - Runtime-level summary of a semantic-memory derived candidate receipt.
- Runtime
Query Provenance V1 - Versioned provenance record summarizing a full query execution for downstream audit.
- Widening
Disclosure - Disclosure record emitted when a query leg is widened or degraded from its requested view.
Enums§
- Projection
Action - What lifecycle action was taken on a projection.
- Query
Warning - A warning or degradation notice emitted during query execution.
- Runtime
View - Logical view through which a query leg is executed.