diff src/http/ngx_http_upstream.h @ 7219:d0d32b33167d

Modules compatibility: additional upstream metrics.
author Vladimir Homutov <vl@nginx.com>
date Thu, 22 Feb 2018 17:25:43 +0300
parents 5a3ab1b5804b
children 098bbd076a2d
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;