]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: management: mention that some fields may be emitted as floats
authorWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 05:46:44 +0000 (07:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 05:48:07 +0000 (07:48 +0200)
Floats in stats output are currently not emitted but are technically
possible, so let's mention that.

doc/management.txt

index cdb527598174f82f3f016ed8a0f1309c3d78ae2d..0a69cbd28c76e82e1b1c0a6fc51f1d282d750dd2 100644 (file)
@@ -2731,7 +2731,7 @@ show stat [domain <dns|proxy>] [{<iid>|<proxy>} <type> <sid>] [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.