From: Willy Tarreau Date: Sat, 8 May 2021 05:46:44 +0000 (+0200) Subject: DOC: management: mention that some fields may be emitted as floats X-Git-Tag: v2.4-dev19~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=589722ed2c4e206c9378a546d87be00e53261c8c;p=thirdparty%2Fhaproxy.git DOC: management: mention that some fields may be emitted as floats Floats in stats output are currently not emitted but are technically possible, so let's mention that. --- diff --git a/doc/management.txt b/doc/management.txt index cdb5275981..0a69cbd28c 100644 --- a/doc/management.txt +++ b/doc/management.txt @@ -2731,7 +2731,7 @@ show stat [domain ] [{|} ] [typed|json] \ The rest of the line starting after the first colon follows the "typed output format" described in the section above. In short, the second column (after the first ':') indicates the origin, nature and scope of the variable. The third - column indicates the type of the field, among "s32", "s64", "u32", "u64" and + column indicates the field type, among "s32", "s64", "u32", "u64", "flt' and "str". Then the fourth column is the value itself, which the consumer knows how to parse thanks to column 3 and how to process thanks to column 2.