BUG/MINOR: dns: add missing sent counter and parent id to dns counters.
authorEmeric Brun <ebrun@haproxy.com>
Mon, 4 Jan 2021 09:40:46 +0000 (10:40 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 13 Feb 2021 08:43:17 +0000 (09:43 +0100)
commit50c870e4de5e8e5fa51e33b54edb6c3f4fd87e85
tree98db208a3f45f77e903c975f1648af4dbd06a42c
parent147b3f05b5d5c3ec33f9d3ef2a6f79bbda1b3617
BUG/MINOR: dns: add missing sent counter and parent id to dns counters.

Resolv callbacks are also updated to rely on counters and not on
nameservers.
"show stat domain dns" will now show the parent id (i.e. resolvers
section name).
include/haproxy/action.h
include/haproxy/dns-t.h
include/haproxy/server.h
src/action.c
src/dns.c
src/server.c