From: William Dauchy Date: Thu, 18 Feb 2021 22:05:32 +0000 (+0100) Subject: DOC: contrib/prometheus-exporter: remove htx reference X-Git-Tag: v2.4-dev9~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04e90df7cb7f5aa333409285b87ed41e14558697;p=thirdparty%2Fhaproxy.git 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 --- diff --git a/contrib/prometheus-exporter/README b/contrib/prometheus-exporter/README index 30154de95f..fdbc502032 100644 --- a/contrib/prometheus-exporter/README +++ b/contrib/prometheus-exporter/README @@ -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 } ...