]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/mgr: edit telemetry.rst (lines 300-400) 63866/head
authorZac Dover <zac.dover@proton.me>
Tue, 10 Jun 2025 02:54:18 +0000 (12:54 +1000)
committerZac Dover <zac.dover@proton.me>
Wed, 11 Jun 2025 00:18:34 +0000 (10:18 +1000)
Edit doc/mgr/telemetry.rst (lines 300-400).

Follow up on the suggestions made by Anthony D'Atri in
https://github.com/ceph/ceph/pull/63741 (except for the one about
including Lovecraftian lore in the dummy user data in this file).

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 4587f330e455ca77294c84fd61add5d62f548a60)

doc/mgr/telemetry.rst

index 9c5fe5ce2f734ee73f3677e507c5d2e2be5702eb..2fd9dd4b4c7e29ef6994b83c4aaf7d1cc5deff35 100644 (file)
@@ -300,14 +300,15 @@ Sending telemetry through a proxy
 ---------------------------------
 
 If the cluster cannot directly connect to the configured telemetry
-endpoint (default ``telemetry.ceph.com``), you can configure a HTTP/HTTPS
-proxy server with:
+endpoint (default: ``telemetry.ceph.com``), configure an HTTP/HTTPS
+proxy server by running a command of the following form:
 
 .. prompt:: bash #
 
    ceph config set mgr mgr/telemetry/proxy https://10.0.0.1:8080
 
-You can also include a ``user:pass`` if needed:
+Include a colon-separated user and password (``user:pass``) if needed by
+running a command of the following form:
 
 .. prompt:: bash #