Skip to content

Commit 9bbe6aa

Browse files
tmarkwalderRazvan Becheriu
authored and
Razvan Becheriu
committed
[#2611] Updated ARM, added ChangeLog
/doc/sphinx/arm/ddns.rst /doc/sphinx/arm/stats.rst
1 parent 7e5e609 commit 9bbe6aa

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

ChangeLog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2251. [func] tmark
2+
A new global statistic, "queue-mgr-queue-full", has been
3+
added to kea-dhcp-ddns. It tracks the number of times
4+
then receive queue for DNS update requests (NCRs) has
5+
reached maxium capacity.
6+
(Gitlab #2611)
7+
18
2250. [func] razvan
29
Kea now pretty prints options with binary data whenever possible.
310
(Gitlab #2844)

doc/sphinx/arm/ddns.rst

+1
Original file line numberDiff line numberDiff line change
@@ -970,6 +970,7 @@ The NameChangeRequest statistics are:
970970
- ``ncr-received`` - the number of received valid NCRs
971971
- ``ncr-invalid`` - the number of received invalid NCRs
972972
- ``ncr-error`` - the number of errors in NCR receptions other than an I/O cancel on shutdown
973+
- ``queue-mgr-queue-full`` - the number of times the NCR receive queue reached maxium capacity
973974

974975
DNS Update Statistics
975976
---------------------

doc/sphinx/arm/stats.rst

+6
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,12 @@ or
828828
"2023-06-13 21:42:54.627737"
829829
]
830830
],
831+
"queue-mgr-queue-full": [
832+
[
833+
0,
834+
"2023-06-13 21:42:54.627737"
835+
]
836+
],
831837
"update-error": [
832838
[
833839
0,

0 commit comments

Comments
 (0)