]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/telemetry: add separate channels
authorSage Weil <sage@redhat.com>
Mon, 1 Jul 2019 15:32:59 +0000 (10:32 -0500)
committerJoao Eduardo Luis <joao@suse.com>
Mon, 9 Dec 2019 19:36:54 +0000 (19:36 +0000)
commit89370f1514b59257719bfc308e1b54db03b2b03c
treec9765d3ba66ceb1f7cddb6fce2be1be39a3c8194
parent6e4a5309af0359e2dcfd8679dad3d9a31c32bef4
mgr/telemetry: add separate channels

'basic' is the basic cluster stats (version, size, etc)
'crash' is the crash dumps.

By default these are both on, but they can be selectively enabled or
disabled.

New channels will follow.

Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit f3a3ccb52fa5a7b24f8d11138b5b51345865547e)

Conflicts:
src/pybind/mgr/telemetry/module.py
          Don't backport code related to the 'crash' module, and adjust
          how we read option variables (luminous goes through a config
          map, instead of master's that goes through class attributes)
src/pybind/mgr/telemetry/module.py