comparison 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
comparison
equal deleted inserted replaced
7218:e48ac0136ee3 7219:d0d32b33167d
59 typedef struct { 59 typedef struct {
60 ngx_uint_t status; 60 ngx_uint_t status;
61 ngx_msec_t response_time; 61 ngx_msec_t response_time;
62 ngx_msec_t connect_time; 62 ngx_msec_t connect_time;
63 ngx_msec_t header_time; 63 ngx_msec_t header_time;
64 ngx_msec_t queue_time;
64 off_t response_length; 65 off_t response_length;
65 off_t bytes_received; 66 off_t bytes_received;
66 67
67 ngx_str_t *peer; 68 ngx_str_t *peer;
68 } ngx_http_upstream_state_t; 69 } ngx_http_upstream_state_t;