mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-08 22:39:30 +00:00
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:
parent
ea2cdf55e3
commit
04e90df7cb
@ -27,7 +27,6 @@ and the corresponding HTTP proxy must enable the HTX support. For instance:
|
|||||||
frontend test
|
frontend test
|
||||||
mode http
|
mode http
|
||||||
...
|
...
|
||||||
option http-use-htx
|
|
||||||
http-request use-service prometheus-exporter if { path /metrics }
|
http-request use-service prometheus-exporter if { path /metrics }
|
||||||
...
|
...
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user