From 7033a981f352509507c057cd0cb88d5858ffc597 Mon Sep 17 00:00:00 2001 From: Roman Dzhabarov Date: Wed, 10 Aug 2016 16:41:50 -0700 Subject: [PATCH 1/3] more in description. --- .../http_conn_man/access_log.rst | 25 ++++++++++++------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/docs/configuration/http_conn_man/access_log.rst b/docs/configuration/http_conn_man/access_log.rst index cad9b0d74cbfd..d83fc808fd240 100644 --- a/docs/configuration/http_conn_man/access_log.rst +++ b/docs/configuration/http_conn_man/access_log.rst @@ -70,15 +70,22 @@ entry. The following command operators are supported: %FAILURE_REASON% Additional failure reason if any in addition to response code. Possible values are: - * **LH**: Local health check failed. - * **UH**: No healthy upstream. - * **UT**: Upstream request timeout. - * **LR**: Connection local reset. - * **UR**: Upstream remote reset. - * **UF**: Upstream connection failure. - * **UC**: Upstream connection termination. - * **UO**: Upstream overflow (circuit breaking). - * **NR**: No route configured for a given request. + * **LH**: Local health check failed in addition to 503 response code. + Local service failing :ref:`health check requests `. + * **UH**: No healthy upstream hosts in addition to 503 response code. + There are no healthy hosts in upstream cluster. + * **UT**: Upstream request timeout in addition to 504 response code. + * **LR**: Connection local reset in addition to 503 reponse code. + Envoy reset connection. + * **UR**: Upstream remote reset in addition to 503 response code. + Upstream host reset connection. + * **UF**: Upstream connection failure in addition to 503 response code. + + * **UC**: Upstream connection termination in additon to 503 response code. + * **UO**: Upstream overflow (circuit breaking) in addition to 503 reponse code. + Envoy performed :ref:`circuit breaking `. + * **NR**: No :ref:`route configured ` for a given request + in addition to 404 response code. %UPSTREAM_HOST% Upstream host URL (e.g., tcp://ip:port for TCP connections). From e8e8e8df4dd3c2ed1e80a1d90178244f2faba8b5 Mon Sep 17 00:00:00 2001 From: Roman Dzhabarov Date: Wed, 10 Aug 2016 16:49:18 -0700 Subject: [PATCH 2/3] test. --- docs/configuration/http_conn_man/access_log.rst | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/configuration/http_conn_man/access_log.rst b/docs/configuration/http_conn_man/access_log.rst index d83fc808fd240..5bb6f32bf931d 100644 --- a/docs/configuration/http_conn_man/access_log.rst +++ b/docs/configuration/http_conn_man/access_log.rst @@ -70,17 +70,13 @@ entry. The following command operators are supported: %FAILURE_REASON% Additional failure reason if any in addition to response code. Possible values are: - * **LH**: Local health check failed in addition to 503 response code. - Local service failing :ref:`health check requests `. - * **UH**: No healthy upstream hosts in addition to 503 response code. - There are no healthy hosts in upstream cluster. + * **LH**: Local service failed :ref:`health check request ` + in addition to 503 response code. + * **UH**: No healthy upstream hosts in upstream cluster in addition to 503 response code. * **UT**: Upstream request timeout in addition to 504 response code. * **LR**: Connection local reset in addition to 503 reponse code. - Envoy reset connection. * **UR**: Upstream remote reset in addition to 503 response code. - Upstream host reset connection. * **UF**: Upstream connection failure in addition to 503 response code. - * **UC**: Upstream connection termination in additon to 503 response code. * **UO**: Upstream overflow (circuit breaking) in addition to 503 reponse code. Envoy performed :ref:`circuit breaking `. From 3ace15ccf7efbbacfbb9e1c7899f1661a6514262 Mon Sep 17 00:00:00 2001 From: Roman Dzhabarov Date: Wed, 10 Aug 2016 18:04:39 -0700 Subject: [PATCH 3/3] test --- docs/configuration/http_conn_man/access_log.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/configuration/http_conn_man/access_log.rst b/docs/configuration/http_conn_man/access_log.rst index 5bb6f32bf931d..7e9018648c87c 100644 --- a/docs/configuration/http_conn_man/access_log.rst +++ b/docs/configuration/http_conn_man/access_log.rst @@ -65,7 +65,7 @@ entry. The following command operators are supported: Body bytes sent. %DURATION% - Total duration in milliseconds of the request from the start time to the last byte out. + Total duration in milliseconds of the request from the start time to the last byte out. df %FAILURE_REASON% Additional failure reason if any in addition to response code. Possible values are: @@ -74,11 +74,11 @@ entry. The following command operators are supported: in addition to 503 response code. * **UH**: No healthy upstream hosts in upstream cluster in addition to 503 response code. * **UT**: Upstream request timeout in addition to 504 response code. - * **LR**: Connection local reset in addition to 503 reponse code. + * **LR**: Connection local reset in addition to 503 response code. * **UR**: Upstream remote reset in addition to 503 response code. * **UF**: Upstream connection failure in addition to 503 response code. - * **UC**: Upstream connection termination in additon to 503 response code. - * **UO**: Upstream overflow (circuit breaking) in addition to 503 reponse code. + * **UC**: Upstream connection termination in addition to 503 response code. + * **UO**: Upstream overflow (circuit breaking) in addition to 503 response code. Envoy performed :ref:`circuit breaking `. * **NR**: No :ref:`route configured ` for a given request in addition to 404 response code.