changeset 7219:d0d32b33167d

Modules compatibility: additional upstream metrics.
author Vladimir Homutov <vl@nginx.com>
date Thu, 22 Feb 2018 17:25:43 +0300
parents e48ac0136ee3
children 20f139e9ffa8
files src/http/ngx_http_upstream.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;