pub const DEFAULT_EWMA_ALPHA: f64 = 0.2;
Default EWMA smoothing factor for rate calculations.
Alpha = 0.2 gives moderate smoothing (newest sample weighted 20%, history 80%).