]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stats: Be able to access a specific field into a stats module
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 29 Jan 2024 15:35:19 +0000 (16:35 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 1 Feb 2024 11:00:53 +0000 (12:00 +0100)
commit3246f863d6016f17a47c38f8079856a160639382
tree4f21e67ac30eadb3bc988897e6e6790a654988d1
parentfd366a106b07d78bd9b8eb3102e3c60aba9e677f
MEDIUM: stats: Be able to access a specific field into a stats module

It is now possible to selectively retrieve extra counters from stats
modules. H1, H2, QUIC and H3 fill_stats() callback functions are updated to
return a specific counter.
include/haproxy/stats-t.h
src/h3_stats.c
src/mux_h1.c
src/mux_h2.c
src/quic_stats.c
src/resolvers.c
src/ssl_sock.c
src/stats.c