Module metrics_context

Module metrics_context 

Source

Re-exports§

pub use crate::vm::CompiledPath;

Structs§

MetricsContext
MetricsContext provides an imperative API for complex aggregation logic in instruction hooks generated by declarative macros.

Traits§

FieldAccessor
Trait for type-safe field access without string literals (LEGACY API)
FieldDescriptor
Trait that describes how to access a field on a struct (NEW ENHANCED API)
FieldRef
Trait for direct field references - legacy approach (still supported)