]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/telemetry: Add Ceph Telemetry module to send reports back to project
authorWido den Hollander <wido@42on.com>
Fri, 27 Apr 2018 07:14:05 +0000 (09:14 +0200)
committerJoao Eduardo Luis <joao@suse.com>
Mon, 9 Dec 2019 19:36:42 +0000 (19:36 +0000)
commit0419626aea2682349adb7c0ac26ba0ef34fe8248
treefb90c9706a22e41c666d2a233ddbaec3216c726f
parent1fc28333957953d72c47f0f5e78fd806c4faaf18
mgr/telemetry: Add Ceph Telemetry module to send reports back to project

This Manager Module will send statistics and version information from
a Ceph cluster back to telemetry.ceph.com if the user has opted-in on sending
this information.

Additionally a user can tell that the information is allowed to be made
public which then allows other users to see this information.

Signed-off-by: Wido den Hollander <wido@42on.com>
(cherry picked from commit 8f6137d162d2505eaefe489e16f3adffc7977cf8)

Conflicts:
doc/mgr/index.rst
qa/tasks/mgr/test_module_selftest.py
doc/mgr/index.rst
doc/mgr/telemetry.rst [new file with mode: 0644]
qa/tasks/mgr/test_module_selftest.py
src/pybind/mgr/telemetry/__init__.py [new file with mode: 0644]
src/pybind/mgr/telemetry/module.py [new file with mode: 0644]