]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: dns/stats: integrate dns counters in stats
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 5 Oct 2020 09:49:46 +0000 (11:49 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 5 Oct 2020 10:02:14 +0000 (12:02 +0200)
commitfbd0bc98feeefd24a4ce0f78465ae28662563ad2
tree33942c8c1e85be4265a2985bd4d8ff90ec5f82ca
parent0b70a8a314e9e376c153ad8512f4a70efaca241e
MINOR: dns/stats: integrate dns counters in stats

Use the new stats module API to integrate the dns counters in the
standard stats. This is done in order to avoid code duplication, keep
the code related to cli out of dns and use the full possibility of the
stats function, allowing to print dns stats in csv or json format.
doc/management.txt
include/haproxy/dns-t.h
include/haproxy/dns.h
include/haproxy/stats-t.h
src/dns.c
src/server.c
src/stats.c