]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stats: Add stats about request and response bytes received and sent
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 4 Nov 2025 18:11:23 +0000 (19:11 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 6 Nov 2025 14:01:29 +0000 (15:01 +0100)
commit4991a51208022a98be7d84f6cf49f5bf02486819
tree5f1fa01dbfa04db95bfc21bd6ee014f431b7450c
parent0084baa6ba664cdf392132b5c7e0eccc71129f07
MINOR: stats: Add stats about request and response bytes received and sent

In previous patches, these counters were added per frontend, backend, server
and listener. With this patch, these counters are reported on stats,
including promex.

Note that the stats file minor version was incremented by one because the
shm_stats_file_object struct size has changed.

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