Technologies/NGINX/nginx_upstream_peers_max_backend
NGINXNGINXMetric

nginx_upstream_peers_max_backend

The max_conns limit for this server.
Dimensions:None
Available on:DatadogDatadog (1)
Interface Metrics (1)
DatadogDatadog
The max_conns limit for this server.
Dimensions:None
Related Insights (1)
Upstream Connection Pool Saturation Blocks NGINX Workerscritical

When NGINX proxies to backends (PHP-FPM, FastCGI, uwsgi) without proper connection limits, a single site can exhaust the proxy connection pool, blocking other sites on shared infrastructure. Default mod_proxy behavior allows each child process to open max connections equal to ThreadsPerChild × ServerLimit.