DOC: management: rename show stats domain cli "dns" to "resolvers"

In commit f8642ee82 ("MEDIUM: resolvers: rename dns extra counters to
resolvers extra counters"), we renamed "dns" counters to "resolvers", but
we forgot to update the documentation accordingly.

This may be backported to all stable versions.
This commit is contained in:
Aurelien DARRAGON 2024-06-12 11:41:54 +02:00
parent 61d66a3d06
commit cf913c2f90

View File

@ -3264,8 +3264,8 @@ show sess <id> | older <age> | susp | all
is meant to be interpreted while checking function strm_dump_to_buffer() in is meant to be interpreted while checking function strm_dump_to_buffer() in
src/stream.c to figure the exact meaning of certain fields. src/stream.c to figure the exact meaning of certain fields.
show stat [domain <dns|proxy>] [{<iid>|<proxy>} <type> <sid>] [typed|json] \ show stat [domain <resolvers|proxy>] [{<iid>|<proxy>} <type> <sid>] \
[desc] [up|no-maint] [typed|json] [desc] [up|no-maint]
Dump statistics. The domain is used to select which statistics to print; dns Dump statistics. The domain is used to select which statistics to print; dns
and proxy are available for now. By default, the CSV format is used; you can and proxy are available for now. By default, the CSV format is used; you can
activate the extended typed output format described in the section above if activate the extended typed output format described in the section above if