From: haoyixing Date: Tue, 24 Nov 2020 03:16:29 +0000 (+0800) Subject: doc/mgr/prometheus: update 'config-key set' to 'config set' for consistency X-Git-Tag: v16.1.0~470^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F38265%2Fhead;p=ceph.git doc/mgr/prometheus: update 'config-key set' to 'config set' for consistency Elsewere in mgr/prometheus use the 'config set' way, so update the only 'config-key set' to make it consistent. Signed-off-by: haoyixing --- diff --git a/doc/mgr/prometheus.rst b/doc/mgr/prometheus.rst index 6fcb292f98fa..2c0fff5dcf7d 100644 --- a/doc/mgr/prometheus.rst +++ b/doc/mgr/prometheus.rst @@ -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 `_.