[5.2] 0b67439 Document addition of counter req_dropped in 5.2.

PÃ¥l Hermunn Johansen hermunn at varnish-software.com
Fri Sep 15 11:17:29 UTC 2017


commit 0b674390a73a5a39fac952e404f15989786aae11
Author: Geoff Simmons <geoff at uplex.de>
Date:   Thu Sep 14 10:07:15 2017 +0200

    Document addition of counter req_dropped in 5.2.

diff --git a/doc/sphinx/whats-new/upgrading-5.2.rst b/doc/sphinx/whats-new/upgrading-5.2.rst
index 196fcf0..77a063d 100644
--- a/doc/sphinx/whats-new/upgrading-5.2.rst
+++ b/doc/sphinx/whats-new/upgrading-5.2.rst
@@ -201,6 +201,11 @@ Other changes
   * The ``MAIN.s_req`` statistic has been removed, as it was identical
     to ``MAIN.client_req``.
 
+  * Added the counter ``req_dropped``. Similar to ``sess_dropped``,
+    this is the number of times an HTTP/2 stream was refused because
+    the internal queue is full. See :ref:`varnish-counters(7)` and
+    :ref:`ref_param_thread_queue_limit`.
+
   * *XXX: anything else? stats added, removed or changed?*
 
 * ``varnishlog(1)``:


More information about the varnish-commit mailing list