MINOR: init: report the list of optionally available services
authorWilly Tarreau <w@1wt.eu>
Tue, 19 Mar 2019 07:08:10 +0000 (08:08 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 19 Mar 2019 07:08:10 +0000 (08:08 +0100)
commit679bba13f782356a1e51cda14a407125ce087a41
treef16baa1e1669bcef49c1fbf9b45999552b2864ac
parent9b6be3bbeb40a4e606980f70fe2a8db64c33a44e
MINOR: init: report the list of optionally available services

It's never easy to guess what services are built in. We currently have
the prometheus exporter in contrib/ which is the only extension for now.
Let's enumerate all available ones just like we do for filterr and pollers.
include/proto/stream.h
src/haproxy.c
src/stream.c