DOC: contrib/prometheus-exporter: remove htx reference

now that htx is the default everywhere, we can remove the need to put
htx as a mandatory option to setup prometheus.

Signed-off-by: William Dauchy <wdauchy@gmail.com>
This commit is contained in:
William Dauchy 2021-02-18 23:05:32 +01:00 committed by Christopher Faulet
parent ea2cdf55e3
commit 04e90df7cb

View File

@ -27,7 +27,6 @@ and the corresponding HTTP proxy must enable the HTX support. For instance:
frontend test
mode http
...
option http-use-htx
http-request use-service prometheus-exporter if { path /metrics }
...