You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added /api/stats endpoint with request count, response count, response times, open connections, memory usage, summary data per period, and breakdown per endpoint
Added /api/stats/history endpoint with type selector and from/limit constraints
Added /api/stats/feed websocket endpoint with type selector
Implemented using a central statistics queue and circular buffers for historical data
Per-second tick clock to keep statistics up-to-date