Is there a way to monitor/get the value of the current maxconn
and based on that value add more instances ?
Currently I have a setup of 3 HAProxy with maxconn 1000
I have recached the limit at a point that the stats page is not even reachable.
So would like to know/prevent how to scale horizontally whenever I am close to reach that limit.
Any ideas?