From f5fd17255923671288ba5ae875390008a0e33ab8 Mon Sep 17 00:00:00 2001 From: haoyixing Date: Tue, 24 Nov 2020 11:16:29 +0800 Subject: [PATCH] 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 --- doc/mgr/prometheus.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `_. -- 2.47.3