pub fn emit(
operation: &'static str,
duration: Duration,
counters: &[(&'static str, u64)],
)Expand description
Emit one stable operation record. Counter names and order are caller-owned constants; values are numeric so no corpus or query material can leak.