[PATCH] MINOR : converter: add param converter

2022-12-08 Thread Thayne McCombs
Ok. I think this patch addresses all of your feedback. Thanks for looking at it. -- >8 -- Add a converter that extracts a parameter from string of delimited key/value pairs. Fixes: #1697 ---  doc/configuration.txt | 26  reg-tests/converter/param.vtc | 80

[PATCH 1/2] [PATCH] BUG/MINOR: promex: create haproxy_backend_agg_server_status

2022-12-08 Thread Cedric Paillet
haproxy_backend_agg_server_check_status currently aggregates haproxy_server_status instead of haproxy_server_check_status. We deprecate this and create a new one, haproxy_backend_agg_server_status to clarify what it really does. --- addons/promex/service-prometheus.c | 4 +++-

[PATCH 2/2] [PATCH] MINOR: promex: introduce haproxy_backend_agg_check_status

2022-12-08 Thread Cedric Paillet
This patch introduces haproxy_backend_agg_check_status metric as we wanted in 42d7c402d but with the right data source. --- addons/promex/service-prometheus.c | 26 ++ include/haproxy/stats-t.h | 1 + src/stats.c| 4 3 files changed,

[PATCH 0/2] BUG/MINOR: promex: create haproxy_backend_agg_check_status

2022-12-08 Thread Cedric Paillet
As described in github issue #1312, the first intention of patch 42d7c402d was to aggregate haproxy_server_check_status. But we aggregated haproxy_server_status instead. To fix that: - Deprecated haproxy_backend_agg_server_check_status. (Modify the metric description) - create new

Re: [PATCH]: BUILD: insecure-setuid-wanted support on FreeBSD

2022-12-08 Thread Willy Tarreau
On Thu, Dec 08, 2022 at 08:40:02AM +, David CARLIER wrote: > ping :) is the mailing list still the way for patches or is github more > appropriate for better traceability ? The mailing list is still preferred for patches, but I previously got the impression that you resent the same. Better

Re: [PATCH]: BUILD: insecure-setuid-wanted support on FreeBSD

2022-12-08 Thread David CARLIER
ping :) is the mailing list still the way for patches or is github more appropriate for better traceability ? On Mon, 7 Nov 2022 at 13:37, David CARLIER wrote: > I sent a new one after, resending in case it got lost. > > On Mon, 7 Nov 2022 at 12:36, Tim Düsterhus wrote: > >> David, >> >> On