]> 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>
Wed, 20 Jul 2022 14:41:32 +0000 (14:41 +0000)
commit1cd4edb6a675e816fc8a555fab141715aee6d070
treeeb67a6170b7741fe4941067cd794ab5e210eb446
parent8c4b3ea4e326358144582c03bfebccf9fcc59bb4
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>
src/pybind/mgr/mgr_module.py
src/pybind/mgr/telemetry/module.py