diff xml/en/docs/http/ngx_http_status_module.xml @ 1943:96232cc8a0b7

Documented availability of some time metrics for all lb methods in status.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 27 Mar 2017 21:58:57 +0300
parents a58b35cc0823
children 88477c5d2751
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_status_module.xml
+++ b/xml/en/docs/http/ngx_http_status_module.xml
@@ -9,7 +9,7 @@
 <module name="Module ngx_http_status_module"
         link="/en/docs/http/ngx_http_status_module.html"
         lang="en"
-        rev="13">
+        rev="14">
 
 <section id="summary">
 
@@ -613,7 +613,8 @@ when the server was last selected to pro
 The average time to get the
 <link doc="ngx_http_upstream_module.xml" id="var_upstream_header_time">response
 header</link> from the server (1.7.10).
-The field is available when using the
+Prior to version 1.11.6,
+the field was available only when using the
 <link doc="ngx_http_upstream_module.xml" id="least_time"/>
 load balancing method.
 </tag-desc>
@@ -623,7 +624,8 @@ load balancing method.
 The average time to get the
 <link doc="ngx_http_upstream_module.xml" id="var_upstream_response_time">full
 response</link> from the server (1.7.10).
-The field is available when using the
+Prior to version 1.11.6,
+the field was available only when using the
 <link doc="ngx_http_upstream_module.xml" id="least_time"/>
 load balancing method.
 </tag-desc>
@@ -902,7 +904,8 @@ client connections forwarded to this ser
 <tag-name><literal>connect_time</literal></tag-name>
 <tag-desc>
 The average time to connect to the upstream server.
-The field is available when using the
+Prior to version 1.11.6,
+the field was available only when using the
 <link doc="../stream/ngx_stream_upstream_module.xml" id="least_time"/>
 load balancing method.
 </tag-desc>
@@ -910,7 +913,8 @@ load balancing method.
 <tag-name><literal>first_byte_time</literal></tag-name>
 <tag-desc>
 The average time to receive the first byte of data.
-The field is available when using the
+Prior to version 1.11.6,
+the field was available only when using the
 <link doc="../stream/ngx_stream_upstream_module.xml" id="least_time"/>
 load balancing method.
 </tag-desc>
@@ -918,7 +922,8 @@ load balancing method.
 <tag-name><literal>response_time</literal></tag-name>
 <tag-desc>
 The average time to receive the last byte of data.
-The field is available when using the
+Prior to version 1.11.6,
+the field was available only when using the
 <link doc="../stream/ngx_stream_upstream_module.xml" id="least_time"/>
 load balancing method.
 </tag-desc>