Adding 1xx stats for 100-continue responses (#455)

Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
pull/457/head
alyssawilk 7 years ago committed by htuch
parent 771d10d0ee
commit a07a36853e
  1. 2
      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

Loading…
Cancel
Save