aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVladimir Homutov <vl@nginx.com>2018-02-22 17:25:43 +0300
committerVladimir Homutov <vl@nginx.com>2018-02-22 17:25:43 +0300
commit2d9db482aa92194a2258334545908d620b6dd214 (patch)
treeac94b3adabff61b8a3173fcb6aefd6d1feaba23f /src
parentf607032e0c7edd44b25a759ebcaea077e94f6b10 (diff)
downloadnginx-2d9db482aa92194a2258334545908d620b6dd214.tar.gz
nginx-2d9db482aa92194a2258334545908d620b6dd214.zip
Modules compatibility: additional upstream metrics.
Diffstat (limited to 'src')
-rw-r--r--src/http/ngx_http_upstream.h1
1 files changed, 1 insertions, 0 deletions
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;