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
Add a new haproxy_max_connections gauge metric that exposes the
process-wide maximum connections configured for HAProxy.
The metric is extracted from the public frontend's "slim" field
(field 6) in HAProxy's "show stat" CSV output. Since the router
configures both global and defaults sections with the same
ROUTER_MAX_CONNECTIONS value, the public frontend's session limit
reflects the process-wide maxconn setting.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments