Technologies/NGINX/nginx_upstream_peers_response_time_histogram
NGINXNGINXMetric

nginx_upstream_peers_response_time_histogram

The average time to receive the last byte of data from this server as a histogram.
Dimensions:None
Available on:DatadogDatadog (1)
Interface Metrics (1)
DatadogDatadog
The average time to receive the last byte of data from this server as a histogram.
Dimensions:None
Related Insights (2)
Event Loop Blocking Causes Serial Request Processingcritical

When NGINX proxies to async application servers (FastAPI, Node.js) but those backends make blocking I/O calls, the event loop stalls, causing serial-like request processing despite async infrastructure. Symptoms include flat throughput curves and rising tail latency even when CPU is moderate.

Response Time Degradation Without Resource Saturationwarning

When nginx_upstream_peers_response_time p95/p99 percentiles increase but nginx_upstream_peers_active stays low and backend resources (CPU, memory, database) appear healthy, the issue often lies in configuration inefficiencies: suboptimal keepalives, excessive DNS lookups, or poorly tuned caching.