mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 01:49:48 +00:00
[#2611] Updated ARM, added ChangeLog
/doc/sphinx/arm/ddns.rst /doc/sphinx/arm/stats.rst
This commit is contained in:
parent
7e5e60911d
commit
9bbe6aa4dc
@ -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)
|
||||
|
@ -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
|
||||
---------------------
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user