Files
apix-mvp/apix-admin
Carsten Rehfeld 435e1bda42
Deploy to Production / deploy (push) Successful in 3m16s
fix(admin): smooth live rate label — window-accumulated rate, not instantaneous
With 1 s polls and batch traffic, delta * 60 flickers between 0 and 300.
Fix: live label shows accDelta / elapsed_in_window * 60000 — the rate
builds up continuously within each 5 s bucket. First 200 ms after flush
carries the previous window rate to avoid a zero jump.

Co-Authored-By: Mira Rehfeld <noreply@anthropic.com>
2026-05-17 01:20:15 +02:00
..