Expand description
Compilation metrics and observability for the JIT pipeline.
CompilationMetrics tracks atomic counters for compiled, fallback, and
errored queries along with cumulative compilation time. CacheSnapshot
provides a point-in-time view of the compiler cache state.
All counters use Relaxed ordering — these are advisory/observability
values, not synchronization primitives.
Structs§
- Cache
Snapshot - Point-in-time snapshot of the compiler cache state.
- Compilation
Metrics - Global metrics for the JIT compilation pipeline.
- Metrics
Snapshot - Point-in-time snapshot of
CompilationMetrics.