]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stats: make "show stat" and "show info"
authorWilly Tarreau <w@1wt.eu>
Wed, 9 Oct 2019 13:44:21 +0000 (15:44 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 10 Oct 2019 09:30:07 +0000 (11:30 +0200)
commit6b19b142e8b3a40c452c32099f3a3071dbdfe43a
tree0994dea651ec84ced3971c7951cb6a10e0619478
parenteaa55370c34bbb1ab9886fd5365d66eeadeb3f2e
MINOR: stats: make "show stat" and "show info"

Now "show info" supports "desc" after the default and "typed" formats,
and "show stat" supports this after the typed format. In both cases
this appends the description for the represented metric between double
quotes. The same could be done for JSON output but would possibly require
to update the schema first.
doc/management.txt
src/stats.c