]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stats: report the total number of warnings issued
authorWilly Tarreau <w@1wt.eu>
Thu, 11 May 2023 10:02:21 +0000 (12:02 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 May 2023 10:02:21 +0000 (12:02 +0200)
commit3c4a297d2b5d4856c3e5d102c3d98548de6d8d8c
tree7e6ca3517b118b30b3b9ffa25dcdbf7a960bb487
parent29dcc5e5599e2cec236dfd3b10899dc8264e2bde
MINOR: stats: report the total number of warnings issued

Now in "show info" we have a TotalWarnings field that reports the total
number of warnings issued since the process started. It's also reported
in the the stats page next to the uptime.
include/haproxy/errors.h
include/haproxy/stats-t.h
src/errors.c
src/stats.c