MINOR: stats: define the concept of domain for statistics
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 5 Oct 2020 09:49:37 +0000 (11:49 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 5 Oct 2020 10:02:14 +0000 (12:02 +0200)
commit072f97eddf3ea5d4b6293bd7185d7311e0744992
tree1a2a48d20e276864d2ed8e3f32ec3e3454b65282
parentf98d821b942b4f392e77431c320aa895ca97369e
MINOR: stats: define the concept of domain for statistics

The domain option will be used to have statistics attached to other
objects than proxies/listeners/servers. At the moment, only the PROXY
domain is available.

Add an argument 'domain' on the 'show stats' cli command to specify the
domain. Only 'domain proxy' is available now. If not specified, proxy
will be considered the default domain.

For HTML output, only proxy statistics will be displayed.
doc/management.txt
include/haproxy/applet-t.h
include/haproxy/stats-t.h
src/stats.c