]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stats: don't output internal proxies (PR_CAP_INT)
authorWilliam Lallemand <wlallemand@haproxy.org>
Wed, 28 Jul 2021 15:45:18 +0000 (17:45 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 28 Jul 2021 15:45:18 +0000 (17:45 +0200)
commite7f74623e4fc7d582145b38a60c6911acc7da41d
tree3acddb3dd5a7abbf7c7ee286ec7e26d8fb193964
parentd11c5728b4b3af115b07db63f2d965bd1338affa
MINOR: stats: don't output internal proxies (PR_CAP_INT)

Disable the output of the statistics of internal proxies (PR_CAP_INT),
wo we don't rely only on the px->uuid > 0. This will allow to hide more
cleanly the internal proxies in the stats.
src/stats.c