]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stats: integrate static proxies stats in new stats
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 5 Oct 2020 09:49:42 +0000 (11:49 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 5 Oct 2020 10:02:14 +0000 (12:02 +0200)
commitee63d4bd6743fee650c4483e3de6daa2c589822e
treedfe68f56fa2a1509e4268031e626017b5d738dc5
parent730c727ea34a695279e1919fd4506688cfe3711b
MEDIUM: stats: integrate static proxies stats in new stats

This is executed on startup with the registered statistics module. The
existing statistics have been merged in a list containing all
statistics for each domain. This is useful to print all available
statistics in a generic way.

Allocate extra counters for all proxies/servers/listeners instances.
These counters are allocated with the counters from the stats modules
registered on startup.
include/haproxy/listener-t.h
include/haproxy/proxy-t.h
include/haproxy/server-t.h
include/haproxy/stats.h
src/haproxy.c
src/stats.c