]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/prometheus: remove jeje log 51126/head
authorPere Diaz Bou <pere-altea@hotmail.com>
Tue, 18 Apr 2023 06:41:10 +0000 (08:41 +0200)
committerPere Diaz Bou <pere-altea@hotmail.com>
Tue, 18 Apr 2023 06:46:14 +0000 (08:46 +0200)
Probably the greatest log ever assembled in ceph is being deprecated in
this PR.

RIP 2022/11/11 - 2023/04/18

Signed-off-by: Pere Diaz Bou <pere-altea@hotmail.com>
src/pybind/mgr/prometheus/module.py

index ade068b0c368147b98eccc698caf16b88ee1a2f3..09b31df0385ccef249365c16c76e9a9ff05f2437 100644 (file)
@@ -1613,7 +1613,6 @@ class Module(MgrModule):
 
     def get_all_daemon_health_metrics(self) -> None:
         daemon_metrics = self.get_daemon_health_metrics()
-        self.log.debug('metrics jeje %s' % (daemon_metrics))
         for daemon_name, health_metrics in daemon_metrics.items():
             for health_metric in health_metrics:
                 path = f'daemon_health_metrics{daemon_name}{health_metric["type"]}'