Re: [PATCH 1/3] DOC: contrib/prometheus-exporter: remove htx reference

2021-02-19 Thread Willy Tarreau
On Thu, Feb 18, 2021 at 11:05:32PM +0100, William Dauchy wrote:
> now that htx is the default everywhere, we can remove the need to put
> htx as a mandatory option to setup prometheus.

Series applied, thank you William!
Willy



Re: [PATCH 1/3] DOC: contrib/prometheus-exporter: remove htx reference

2021-02-19 Thread Christopher Faulet

Le 18/02/2021 à 23:05, William Dauchy a écrit :

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



Thanks William, the series is now merged !

--
Christopher Faulet



[PATCH 1/3] DOC: contrib/prometheus-exporter: remove htx reference

2021-02-18 Thread William Dauchy
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 
---
 contrib/prometheus-exporter/README | 1 -
 1 file changed, 1 deletion(-)

diff --git a/contrib/prometheus-exporter/README 
b/contrib/prometheus-exporter/README
index 30154de95..fdbc50203 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 }
 ...
 
-- 
2.30.0