]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: contrib/prometheus-exporter: remove htx reference
authorWilliam Dauchy <wdauchy@gmail.com>
Thu, 18 Feb 2021 22:05:32 +0000 (23:05 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 19 Feb 2021 17:03:59 +0000 (18:03 +0100)
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>
contrib/prometheus-exporter/README

index 30154de95f0385dcbc56db9cf30f2dc2dd38b13b..fdbc502032c634c4b909c6034741d69ebf167f0d 100644 (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 }
         ...