]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/influx/module.py
update ceph source to reef 18.2.1
[ceph.git] / ceph / src / pybind / mgr / influx / module.py
index f88261b20b14badd070562b6ee91700fee223eb1..6818783b341a8bc7d8533dc9f6ca662ce1365b54 100644 (file)
@@ -253,7 +253,7 @@ class Module(MgrModule):
                 }
 
     def get_daemon_stats(self, now: str) -> Iterator[Dict[str, Any]]:
-        for daemon, counters in self.get_all_perf_counters().items():
+        for daemon, counters in self.get_unlabeled_perf_counters().items():
             svc_type, svc_id = daemon.split(".", 1)
             metadata = self.get_metadata(svc_type, svc_id)
             if metadata is not None: