]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
src/pybind/mgr/telemetry: parse `outb` instead of `outs` 47184/head
authorLaura Flores <lflores@redhat.com>
Wed, 24 Aug 2022 22:23:45 +0000 (22:23 +0000)
committerLaura Flores <lflores@redhat.com>
Wed, 24 Aug 2022 22:23:45 +0000 (22:23 +0000)
commit025f8105a59db22ddc28abab288a43738a9967e4
tree1da15f359ced14396803a859b317ed0e8f050c62
parent138eb5db67c4319ceccc4ee838e9b7b0e5b7a5b1
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>
src/pybind/mgr/telemetry/module.py