Expand description
Query execution tracing and observability instrumentation.
Provides structured tracing for query compilation, validation, and execution phases. Integrates with the tracing crate for OpenTelemetry-compatible span collection.
Structs§
- Query
Execution Trace - Complete trace for a query execution.
- Query
Phase Span - Trace span for a query compilation phase.
- Query
Trace Builder - Builder for creating and tracking query execution traces.
Functions§
- create_
phase_ span - Create a tracing span for a specific phase.
- create_
query_ span - Create a tracing span for query execution.