From 9864ccb3ee7ef8e4e5aa90197bf7e8752cbf62bf Mon Sep 17 00:00:00 2001 From: Alyssa Wilk Date: Tue, 30 Jan 2018 11:22:49 -0500 Subject: [PATCH] Adding 1xx stats for 100-continue responses Signed-off-by: Alyssa Wilk --- docs/root/configuration/http_conn_man/stats.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/root/configuration/http_conn_man/stats.rst b/docs/root/configuration/http_conn_man/stats.rst index f66dd8a3c..f4713a0e4 100644 --- a/docs/root/configuration/http_conn_man/stats.rst +++ b/docs/root/configuration/http_conn_man/stats.rst @@ -45,6 +45,7 @@ statistics: downstream_rq_tx_reset, Counter, Total request resets sent downstream_rq_non_relative_path, Counter, Total requests with a non-relative HTTP path downstream_rq_too_large, Counter, Total requests resulting in a 413 due to buffering an overly large body. + downstream_rq_1xx, Counter, Total 1xx responses downstream_rq_2xx, Counter, Total 2xx responses downstream_rq_3xx, Counter, Total 3xx responses downstream_rq_4xx, Counter, Total 4xx responses @@ -80,6 +81,7 @@ following statistics: :header: Name, Type, Description :widths: 1, 1, 2 + downstream_rq_1xx, Counter, Total 1xx responses downstream_rq_2xx, Counter, Total 2xx responses downstream_rq_3xx, Counter, Total 3xx responses downstream_rq_4xx, Counter, Total 4xx responses