diff options
author | Vladimir Homutov <vl@nginx.com> | 2018-02-22 17:25:43 +0300 |
---|---|---|
committer | Vladimir Homutov <vl@nginx.com> | 2018-02-22 17:25:43 +0300 |
commit | 2d9db482aa92194a2258334545908d620b6dd214 (patch) | |
tree | ac94b3adabff61b8a3173fcb6aefd6d1feaba23f /src | |
parent | f607032e0c7edd44b25a759ebcaea077e94f6b10 (diff) | |
download | nginx-2d9db482aa92194a2258334545908d620b6dd214.tar.gz nginx-2d9db482aa92194a2258334545908d620b6dd214.zip |
Modules compatibility: additional upstream metrics.
Diffstat (limited to 'src')
-rw-r--r-- | src/http/ngx_http_upstream.h | 1 |
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; |