From: Zac Dover Date: Thu, 5 Jun 2025 02:06:00 +0000 (+1000) Subject: doc/mgr: edit telemetry (2 of x) X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d10bfe3ce3fa28c0f143d8d150a603ffef2f27db;p=ceph.git doc/mgr: edit telemetry (2 of x) Improve the English and the formatting in doc/mgr/telemetry.rst. This follows up on https://github.com/ceph/ceph/pull/63476. This commit edits the second hundred lines in doc/mgr/telemetry.rst. (cherry picked from commit f8975b05a6cff674ad5fb6ce93c839ca1856464c) Signed-off-by: Zac Dover --- diff --git a/doc/mgr/telemetry.rst b/doc/mgr/telemetry.rst index d5b289c737aa..94f9d9809a1b 100644 --- a/doc/mgr/telemetry.rst +++ b/doc/mgr/telemetry.rst @@ -121,21 +121,22 @@ List all channels with: Enabling Telemetry ------------------ -To allow the *telemetry* module to share data, run the following command: +To allow the *telemetry* module to start sharing data, run the following +command: .. prompt:: bash # ceph telemetry on -Please note: Telemetry data is licensed under the Community Data License -Agreement - Sharing - Version 1.0 (https://cdla.io/sharing-1-0/). Hence, -telemetry module can be enabled only after you add ``--license sharing-1-0`` to -the ``ceph telemetry on`` command. Once telemetry is on, please consider -enabling channels which are off by default, such as the ``perf`` channel. -``ceph telemetry on`` output will list the exact command to enable these -channels. +Please note: Telemetry data is licensed under the `Community Data License +Agreement - Sharing - Version 1.0 `_. This means +that telemetry module can be enabled only after you add ``--license +sharing-1-0`` to the ``ceph telemetry on`` command. After telemetry is on, +consider enabling channels which are off by default, such as the +``perf`` channel. ``ceph telemetry on`` output will list the exact command to +enable these channels. -Telemetry can be disabled at any time with: +Telemetry can be disabled at any time by running the following command: .. prompt:: bash # @@ -144,21 +145,22 @@ Telemetry can be disabled at any time with: Sample report ------------- -You can look at what data is reported at any time with the command: +Show reported data by running the following command: .. prompt:: bash # ceph telemetry show -If telemetry is off, you can preview a sample report with: +If telemetry is disabled, run the following command to preview a sample report: .. prompt:: bash # ceph telemetry preview -The generation of a sample report for larger clusters might take some time. +The generation of a sample report might take a few moments in big clusters +(clusters with hundreds of OSDs or more). -To protect sensitive information, device reports are generated separately. Data +To protect your privacy, device reports are generated separately. Data including hostnames and device serial numbers are anonymized. The device telemetry is sent to a different endpoint and does not associate the device data with a particular cluster. To see a preview of the device report, run the @@ -168,26 +170,27 @@ following command: ceph telemetry show-device -If telemetry is off, you can preview a sample device report with: +If telemetry is disabled, run the following command to preview a sample device +report: .. prompt:: bash # ceph telemetry preview-device -.. note:: ``smartmontools`` version 7.0 or later must be installed so that JSON - output can be specified and parsed. If you have any concerns about privacy - with regard to the information included in this report, contact the Ceph - developers. +.. note:: In order to generate the device report we use Smartmontools version + 7.0 and up, which supports JSON output. If you have any concerns about + privacy with regard to the information included in this report, contact the + Ceph developers. -In case you prefer to have a single output of both reports, and telemetry is -on, use: +When telemetry is enabled, run the following command to generate both reports +in a single output: .. prompt:: bash # ceph telemetry show-all -If you would like to view a single output of both reports, and telemetry is -off, use: +When telemetry is disabled, run the following command to view both reports in a +single output: .. prompt:: bash # @@ -195,7 +198,8 @@ off, use: **Sample report by channel** -When telemetry is on you can see what data is reported by channel with: +Run the following command when telemetry is enabled to show the data reported +by a specified channel: .. prompt:: bash #