]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: promex: create haproxy_backend_agg_server_status
authorCedric Paillet <c.paillet@criteo.com>
Thu, 8 Dec 2022 09:17:00 +0000 (09:17 +0000)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 9 Dec 2022 09:54:27 +0000 (10:54 +0100)
commit7d6644e689f15b329789a355ea2812ea0223fe4f
tree06df698c7c6c9e8954ca74d23200bc872bf37b15
parent9192d20f02592fae65494aa8d60c3bb504a56550
BUG/MINOR: promex: create haproxy_backend_agg_server_status

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.

This patch could be backported as far as 2.4.
addons/promex/service-prometheus.c
include/haproxy/stats-t.h
src/stats.c