From: Vladimir Homutov Date: Thu, 22 Feb 2018 14:25:43 +0000 (+0300) Subject: Modules compatibility: additional upstream metrics. X-Git-Tag: release-1.13.10~24 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=2d9db482aa92194a2258334545908d620b6dd214;p=nginx.git Modules compatibility: additional upstream metrics. --- diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h index 3e714e5b1..56b54d13b 100644 --- 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;