]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/mgr/prometheus: update 'config-key set' to 'config set' for consistency 38265/head
authorhaoyixing <haoyixing@kuaishou.com>
Tue, 24 Nov 2020 03:16:29 +0000 (11:16 +0800)
committerhaoyixing <haoyixing@kuaishou.com>
Thu, 26 Nov 2020 06:23:56 +0000 (14:23 +0800)
Elsewere in mgr/prometheus use the 'config set' way, so update the only 'config-key set'
to make it consistent.

Signed-off-by: haoyixing <haoyixing@kuaishou.com>
doc/mgr/prometheus.rst

index 6fcb292f98fa4ed10bc6d320e8bc4d525da7f09d..2c0fff5dcf7d87ed964943ae6db96b6b2c7c668e 100644 (file)
@@ -31,7 +31,7 @@ Configuration
 
 By default the module will accept HTTP requests on port ``9283`` on all IPv4
 and IPv6 addresses on the host.  The port and listen address are both
-configurable with ``ceph config-key set``, with keys
+configurable with ``ceph config set``, with keys
 ``mgr/prometheus/server_addr`` and ``mgr/prometheus/server_port``.  This port
 is registered with Prometheus's `registry
 <https://github.com/prometheus/prometheus/wiki/Default-port-allocations>`_.