From 2d9db482aa92194a2258334545908d620b6dd214 Mon Sep 17 00:00:00 2001 From: Vladimir Homutov Date: Thu, 22 Feb 2018 17:25:43 +0300 Subject: Modules compatibility: additional upstream metrics. --- src/http/ngx_http_upstream.h | 1 + 1 file changed, 1 insertion(+) 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; -- cgit