mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-05 17:01:00 +01:00
This emits the field positions, names and types. It is more convenient than the default output for a parser that doesn't know all the fields. It simply relies on stats_emit_typed_data_field() and stats_emit_field_tags() added by previous patch for the output. A new stats format flag was added, STAT_FMT_TYPED, which is set when the "typed" keyword is specified on the CLI.