Module telemetry

Module telemetry 

Source
Expand description

Lightweight session telemetry — atomic fast-lane counters + periodic aggregation.

All hot-path operations (counter increments, timestamp recording) are lock-free and zero-allocation (~1ns per call). Aggregation only happens periodically on the telemetry lane or at turn boundaries, ensuring no impact on the latency-sensitive audio pipeline.

Structs§

SessionTelemetry
Zero-overhead telemetry collector for speech-to-speech sessions.