Re: [PATCH} improve ssl guarding

2021-02-07 Thread William Lallemand
On Sat, Feb 06, 2021 at 09:18:30PM +0500, Илья Шипицин wrote: > you are right. > I've fixed it. > Thanks, both pushed in master. -- William Lallemand

Re: [ANNOUNCE] haproxy-2.4-dev7

2021-02-07 Thread Willy Tarreau
On Sun, Feb 07, 2021 at 09:08:07PM +0100, William Dauchy wrote: > Willy: it is probably a wise idea to keep it for the 2.4 final release > notes, some people might want to know that during their update; a lot > of people have their production alerts on those metrics. Noted, I hope I won't forget

Re: [ANNOUNCE] haproxy-2.4-dev7

2021-02-07 Thread William Dauchy
On Fri, Feb 5, 2021 at 4:14 PM Willy Tarreau wrote: > HAProxy 2.4-dev7 was released on 2021/02/05. It added 153 new commits > after version 2.4-dev6. > - Some significant lifting was done to the Prometheus exporter, including > new fields, better descriptions and some filtering. I've seen

[PATCH 2/2] MEDIUM: contrib/prometheus-exporter: export base stick table stats

2021-02-07 Thread William Dauchy
I saw some people falling back to unix socket to collect some data they could not find in prometheus exporter. One of them is base info from stick tables (used/size). I do not plan to extend it more for now; keys are quite a mess to handle. This should resolve github issue #1008. Signed-off-by:

[PATCH 1/2] MINOR: contrib/prometheus-exporter: use stats desc when possible followup

2021-02-07 Thread William Dauchy
Remove remaining descrition which are common to stats.c. This patch is a followup of commit 82b2ce2f967d967139adb7afab064416fadad615 ("MINOR: contrib/prometheus-exporter: use stats desc when possible"). I probably messed up with one of my rebase because I'm pretty sure I removed them at some

Configure peers on clusters with 20+ instances

2021-02-07 Thread Joao Morais
Hello list. I'm implementing peers in order to share rps and other metrics between all instances of a haproxy cluster, so I have a global view of these data. Here is a snippet of my poc which simply does a request count: global localpeer h1 ... listen l1 ...