[nginx] Modules compatibility: additional upstream metrics.

Vladimir Homutov vl at nginx.com
Tue Feb 27 14:16:53 UTC 2018


details:   http://hg.nginx.org/nginx/rev/d0d32b33167d
branches:  
changeset: 7219:d0d32b33167d
user:      Vladimir Homutov <vl at nginx.com>
date:      Thu Feb 22 17:25:43 2018 +0300
description:
Modules compatibility: additional upstream metrics.

diffstat:

 src/http/ngx_http_upstream.h |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r e48ac0136ee3 -r d0d32b33167d src/http/ngx_http_upstream.h
--- a/src/http/ngx_http_upstream.h	Mon Feb 26 16:52:20 2018 +0200
+++ b/src/http/ngx_http_upstream.h	Thu Feb 22 17:25:43 2018 +0300
@@ -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;
 


More information about the nginx-devel mailing list