File tree 3 files changed +14
-0
lines changed
3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
8
2250. [func] razvan
2
9
Kea now pretty prints options with binary data whenever possible.
3
10
(Gitlab #2844)
Original file line number Diff line number Diff line change @@ -970,6 +970,7 @@ The NameChangeRequest statistics are:
970
970
- ``ncr-received `` - the number of received valid NCRs
971
971
- ``ncr-invalid `` - the number of received invalid NCRs
972
972
- ``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
973
974
974
975
DNS Update Statistics
975
976
---------------------
Original file line number Diff line number Diff line change 828
828
"2023-06-13 21:42:54.627737"
829
829
]
830
830
],
831
+ "queue-mgr-queue-full": [
832
+ [
833
+ 0,
834
+ "2023-06-13 21:42:54.627737"
835
+ ]
836
+ ],
831
837
"update-error": [
832
838
[
833
839
0,
You can’t perform that action at this time.
0 commit comments