MINOR: stats: Report internal errors in the proxies/listeners/servers stats
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 16 Dec 2019 13:40:39 +0000 (14:40 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 20 Jan 2020 14:18:45 +0000 (15:18 +0100)
commit0159ee403220c8352162f50afa4dd168b5c94f8d
treee597baf20f7396bee503370ee93fb770a78df2b0
parent74f67af8d49b623bb9b96a170705613ad6815eb4
MINOR: stats: Report internal errors in the proxies/listeners/servers stats

The stats field ST_F_EINT has been added to report internal errors encountered
per proxy, per listener and per server. It appears in the CLI export and on the
HTML stats page.
doc/management.txt
include/types/stats.h
src/stats.c