mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-28 04:12:17 -04:00
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.
This commit is contained in:
parent
a1169b6231
commit
589722ed2c
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue