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
feat(stats): add cumulative total_connections and total_flows counters
active_connections and active_flows are real-time gauges that return to 0
after sessions close. Every UAT agent reports "stats broken" because they
check after traffic completes. Add monotonically increasing total_*
counters alongside the existing gauges.
Also adds packets_dropped to the REST API and OpenAPI spec — it was
already present in proto, CLI, and MCP but missing from REST (interface
parity violation).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments