Hi,
I'm working on creating an alerting process around traefik and one of the alert topics I would like to make is around traefik open connections. I am using the official traefik docker image to run traefik. I have a few questions surrounding this.
- Is there a maximum total number of open connections that the traefik process can support?
- If not, then does the max number of connection depend on the the maximum number of connection the container OS can support?
I am hoping to have some maximum number so I can alert when traefik has far too many open connections and then I can find a solution to it.
Thank you!