]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
src/pybind/mgr/telemetry: parse `outb` instead of `outs` 47826/head
authorLaura Flores <lflores@redhat.com>
Wed, 24 Aug 2022 22:23:45 +0000 (22:23 +0000)
committerLaura Flores <lflores@redhat.com>
Fri, 26 Aug 2022 22:32:50 +0000 (17:32 -0500)
commit69d82b9e129ceb179dc33782b7969e9419cb4987
tree55e521f3c3af5f9b1acbd135f70c97111a2f496c
parent50c8e9a2b47d2e4a49d734708c9447209f0a31f3
src/pybind/mgr/telemetry: parse `outb` instead of `outs`

Following the merge of https://github.com/ceph/ceph/pull/47650, which
fixes the confusion between std out and std err in admin socket
commands, we will need to reference the out stream (outb) instead
of the error stream (outs) when we parse heap stats.

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