]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common: fix missing name in PriorityCache perf counters 45588/head
authorLaura Flores <lflores@redhat.com>
Mon, 12 Jul 2021 18:47:53 +0000 (18:47 +0000)
committerLaura Flores <lflores@redhat.com>
Wed, 23 Mar 2022 15:30:47 +0000 (10:30 -0500)
commit48ef1508540b5df4535350d9ae324dafdc735aed
tree6791471fd1daa8269a5e0d26d06ca6b3fcea7914
parent204a306b968f1677cbd8bba4640b7beb7df03d3a
common: fix missing name in PriorityCache perf counters

There was a problem with PriorityCache perf counters, where part of the name was missing (i.e. "mon.a.cache_bytes" instead of "mon.a.prioritycache.cache_bytes"). The problem was happening because a 'this' pointer was missing in the original implementation.

Signed-off-by: Laura Flores <lflores@redhat.com>
(cherry picked from commit 9e07175b3c9a5c69b8694bc05e0baa26a351582d)
src/common/PriorityCache.cc