High active connection count indicates connection leaks
warningConnection ManagementUpdated Feb 24, 2026(via Exa)
Technologies:
How to detect:
Active connection count reaches thousands, indicating connections not closing properly due to application connection leaks or misconfigured keepalive settings. Each active connection consumes memory for buffers, TLS state, and metadata.
Recommended action:
Check downstream_cx_active and upstream_cx_active stats. If counts are very high (thousands), investigate application for connection leaks or review keepalive configuration.