DOC: management: rename some last occurences from domain "dns" to "resolvers"
authorAurelien DARRAGON <adarragon@haproxy.com>
Thu, 13 Mar 2025 09:51:57 +0000 (10:51 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 13 Mar 2025 15:24:07 +0000 (16:24 +0100)
This is a complementary patch to cf913c2f9 ("DOC: management: rename show
stats domain cli "dns" to "resolvers"). The doc still refered to the
legacy "dns" domain filter for stat command. Let's rename those occurences
to "resolvers".

It may be backported to all stable versions.

(cherry picked from commit 4c3eb60e7019d12734501ceb9358d2714bce8922)
Signed-off-by: Willy Tarreau <w@1wt.eu>
(cherry picked from commit b794eb91aa57be36c90439a7f1574a757ad84e9d)
Signed-off-by: Willy Tarreau <w@1wt.eu>

doc/management.txt

index 914dbaf..bafe8d2 100644 (file)
@@ -1124,9 +1124,9 @@ CSV output format for monitoring tools. The same format is provided on the
 Unix socket.
 
 Statistics are regroup in categories labelled as domains, corresponding to the
-multiple components of HAProxy. There are two domains available: proxy and dns.
-If not specified, the proxy domain is selected. Note that only the proxy
-statistics are printed on the HTTP page.
+multiple components of HAProxy. There are two domains available: proxy and
+resolvers. If not specified, the proxy domain is selected. Note that only the
+proxy statistics are printed on the HTTP page.
 
 9.1. CSV format
 ---------------
@@ -3322,12 +3322,12 @@ show sess <id> | older <age> | susp | all
 
 show stat [domain <resolvers|proxy>] [{<iid>|<proxy>} <type> <sid>] \
           [typed|json] [desc] [up|no-maint]
-  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
-  activate the extended typed output format described in the section above if
-  "typed" is passed after the other arguments; or in JSON if "json" is passed
-  after the other arguments. By passing <id>, <type> and <sid>, it is possible
-  to dump only selected items :
+  Dump statistics. The domain is used to select which statistics to print;
+  resolvers 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 "typed" is passed after the other arguments; or in JSON if "json" is
+  passed after the other arguments. By passing <id>, <type> and <sid>, it is
+  possible to dump only selected items :
     - <iid> is a proxy ID, -1 to dump everything. Alternatively, a proxy name
       <proxy> may be specified. In this case, this proxy's ID will be used as
       the ID selector.