NLnetLabs / unbound

Unbound is a validating, recursive, and caching DNS resolver.
https://nlnetlabs.nl/unbound
BSD 3-Clause "New" or "Revised" License
3.15k stars 360 forks source link

Stats for discard-timeout and wait-limit #1159

Closed wcawijngaards closed 3 weeks ago

wcawijngaards commented 1 month ago

The new discard-timeout and wait-limit options have been accounted as requestlist_exceeded in the statistics. But this mixes them with the request exceed number. The change makes their own statistics counters for them. The new statistics counters are num.queries_discard_timeout and num.queries_wait_limit.