# HG changeset patch # User Vladimir Homutov # Date 1519309543 -10800 # Node ID d0d32b33167d493722fb986e642a28cab21b0084 # Parent e48ac0136ee39daeb4e935194a2d78a82de594d3 Modules compatibility: additional upstream metrics. diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h --- a/src/http/ngx_http_upstream.h +++ b/src/http/ngx_http_upstream.h @@ -61,6 +61,7 @@ typedef struct { ngx_msec_t response_time; ngx_msec_t connect_time; ngx_msec_t header_time; + ngx_msec_t queue_time; off_t response_length; off_t bytes_received;