]> git.kaiwu.me - haproxy.git/commit
MINOR: stats: support an optional "float" option to "show info"
authorWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 05:54:24 +0000 (07:54 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 08:52:12 +0000 (10:52 +0200)
commit27456202409820713a6aca31b6df259b1737cf56
treee69b75a787ed81eeef4c77cd7996026958fae464
parent0b26b3866ccf10c78e8f46b9c0d104f97d69a8cf
MINOR: stats: support an optional "float" option to "show info"

This will allow some fields to be produced with a higher accuracy when
the requester indicates being able to parse floats. Rates and times are
among the elements which can make sense.
doc/management.txt
include/haproxy/stats-t.h
src/stats.c