From: Thomas Markwalder Date: Wed, 5 Jun 2024 19:23:05 +0000 (-0400) Subject: [#2611] Updated ARM, added ChangeLog X-Git-Tag: Kea-2.7.0~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bbe6aa4dc62894d24cc871abd4a6938c40998e9;p=thirdparty%2Fkea.git [#2611] Updated ARM, added ChangeLog /doc/sphinx/arm/ddns.rst /doc/sphinx/arm/stats.rst --- diff --git a/ChangeLog b/ChangeLog index 02224be905..c5cb0f162a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2251. [func] tmark + A new global statistic, "queue-mgr-queue-full", has been + added to kea-dhcp-ddns. It tracks the number of times + then receive queue for DNS update requests (NCRs) has + reached maxium capacity. + (Gitlab #2611) + 2250. [func] razvan Kea now pretty prints options with binary data whenever possible. (Gitlab #2844) diff --git a/doc/sphinx/arm/ddns.rst b/doc/sphinx/arm/ddns.rst index 4fac991001..e2cd076471 100644 --- a/doc/sphinx/arm/ddns.rst +++ b/doc/sphinx/arm/ddns.rst @@ -970,6 +970,7 @@ The NameChangeRequest statistics are: - ``ncr-received`` - the number of received valid NCRs - ``ncr-invalid`` - the number of received invalid NCRs - ``ncr-error`` - the number of errors in NCR receptions other than an I/O cancel on shutdown +- ``queue-mgr-queue-full`` - the number of times the NCR receive queue reached maxium capacity DNS Update Statistics --------------------- diff --git a/doc/sphinx/arm/stats.rst b/doc/sphinx/arm/stats.rst index 779cade8b6..0490a4af5b 100644 --- a/doc/sphinx/arm/stats.rst +++ b/doc/sphinx/arm/stats.rst @@ -828,6 +828,12 @@ or "2023-06-13 21:42:54.627737" ] ], + "queue-mgr-queue-full": [ + [ + 0, + "2023-06-13 21:42:54.627737" + ] + ], "update-error": [ [ 0,