]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/telemetry: add `perf_memory_metrics` collection to telemetry
authorLaura Flores <lflores@redhat.com>
Tue, 5 Jul 2022 22:06:15 +0000 (22:06 +0000)
committerLaura Flores <lflores@redhat.com>
Fri, 26 Aug 2022 22:32:12 +0000 (17:32 -0500)
commit281da6e19bee847fde38ff3ac8ba7946a4bd2e34
tree08027363f3b3732440cb7c8b83c05c818cdbee0b
parent94f18a7037c65fc6065f19f9ad50e0de3028a28d
mgr/telemetry: add `perf_memory_metrics` collection to telemetry

This new collection includes heap stats and mempool metrics for
mon and mds daemons.

A `tell_command` function was introduced to the mgr module as a wrapper
around the `send_command` function to make it easier to run "tell"
admin socket commands.

Signed-off-by: Laura Flores <lflores@redhat.com>
(cherry picked from commit 1cd4edb6a675e816fc8a555fab141715aee6d070)
src/pybind/mgr/mgr_module.py
src/pybind/mgr/telemetry/module.py