From: Yaarit Hatuka Date: Wed, 12 Apr 2023 12:00:31 +0000 (+0000) Subject: PendingReleaseNotes: add a note about telemetry leaderboard X-Git-Tag: v19.0.0~1304^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=750772d71b89835f7ec221f74895d1cbeba99fea;p=ceph.git PendingReleaseNotes: add a note about telemetry leaderboard Signed-off-by: Yaarit Hatuka --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index b850745a7e4..10a952eec1b 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -124,6 +124,18 @@ * RBD: list-watchers C++ API (`Image::list_watchers`) now clears the passed `std::list` before potentially appending to it, aligning with the semantics of the corresponding C API (`rbd_watchers_list`). +* Telemetry: Users who are opted-in to telemetry can also opt-in to + participating in a leaderboard in the telemetry public + dashboards (https://telemetry-public.ceph.com/). Users can now also add a + description of the cluster to publicly appear in the leaderboard. + For more details, see: + https://docs.ceph.com/en/latest/mgr/telemetry/#leaderboard + See a sample report with `ceph telemetry preview`. + Opt-in to telemetry with `ceph telemetry on`. + Opt-in to the leaderboard with + `ceph config set mgr mgr/telemetry/leaderboard true`. + Add leaderboard description with: + `ceph config set mgr mgr/telemetry/leaderboard_description ‘Cluster description’`. >=17.2.1