commit | f9a1c269d75cf2a2dc6fbd08158390f8f2ff060b | [log] [tgz] |
---|---|---|
author | Vladimir Homutov <vl@nginx.com> | Thu Feb 22 17:25:43 2018 +0300 |
committer | Vladimir Homutov <vl@nginx.com> | Thu Feb 22 17:25:43 2018 +0300 |
tree | ac94b3adabff61b8a3173fcb6aefd6d1feaba23f | |
parent | 6a2ad9b7b624a5d417715087df1413576f0f71d8 [diff] |
Modules compatibility: additional upstream metrics.
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h index 3e714e5..56b54d1 100644 --- a/src/http/ngx_http_upstream.h +++ b/src/http/ngx_http_upstream.h
@@ -61,6 +61,7 @@ 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;