Project

General

Profile

Actions

Feature #53543

open

mgr/dashboard: expose new telemetry commands

Added by Yaarit Hatuka over 2 years ago. Updated almost 2 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Component - Telemetry
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

We are introducing new design for adding new data to telemetry reports.

The current design requires increasing the telemetry revision each time we add new data to the report.
As a result, users need to re-opt-in to telemetry.
This new design allows for adding new data to the report, while allowing users to keep sending only what they already opted-in to, hence no re-opt-in is required.
In case users wish to report the new data as well, they need to re-opt-in and enable any new channels. 

See PR: https://github.com/ceph/ceph/pull/44251.

As a result of the change, new CLI commands are now available.
The user can see a sample report of what they are opted-in to with:

  
ceph telemetry show
ceph telemetry show-device
ceph telemetry show-all

(which are not a new command)
and to preview a sample report that contains the new data with:
ceph telemetry preview
ceph telemetry preview-device
ceph telemetry preview-all

Users can see the diff between collections they are opted-in to and new collections with:

ceph telemetry diff

To list all collections:
ceph telemetry collection ls

We should expose these commands in the dashboard too.


Related issues 1 (0 open1 closed)

Related to Dashboard - Bug #54120: mgr/dashboard: dashboard turns telemetry off when configuring reportResolvedSarthak Gupta

Actions
Actions #1

Updated by Yaarit Hatuka over 2 years ago

  • Subject changed from mgr/dashboard: to mgr/dashboard: expose new telemetry commands
Actions #2

Updated by Ernesto Puerta about 2 years ago

  • Category set to Component - Telemetry
Actions #3

Updated by Yaarit Hatuka about 2 years ago

  • Related to Bug #54120: mgr/dashboard: dashboard turns telemetry off when configuring report added
Actions #4

Updated by Yaarit Hatuka almost 2 years ago

Hi Ernesto, was wondering if there is any progress on this subject.

Actions

Also available in: Atom PDF