]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: counters: Remove bytes_in and bytes_out counter from fe/be/srv/li
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 4 Nov 2025 18:00:43 +0000 (19:00 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 6 Nov 2025 14:01:29 +0000 (15:01 +0100)
commit0084baa6ba664cdf392132b5c7e0eccc71129f07
treef3dc4aed8916974f89373461d53f0ac952853383
parent567df50d91b9e58961d785eccd8ac596ca526a22
MINOR: counters: Remove bytes_in and bytes_out counter from fe/be/srv/li

bytes_in and bytes_out counters per frontend, backend, listener and server
were removed and we now rely on, respectively on, req_in and res_in
counters.

This patch is related to issue #1617.
include/haproxy/counters-t.h
src/stats-proxy.c
src/stream.c