Project

General

Profile

Actions

Bug #58433

closed

Prometheus mgr module is crashing

Added by Redouane Kachach Elhichou over 1 year ago. Updated 11 months ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Prometheus mgr module is crashing

Jan 12 16:45:06 ceph-node-0 ceph-mgr[11567]: log_channel(cluster) log [DBG] : pgmap v169: 1 pgs: 1 active+clean; 449 KiB data, 61 MiB used, 30 GiB / 30 GiB avail
Jan 12 16:45:08 ceph-node-0 ceph-mgr[11567]: log_channel(cluster) log [DBG] : pgmap v170: 1 pgs: 1 active+clean; 449 KiB data, 61 MiB used, 30 GiB / 30 GiB avail
Jan 12 16:45:09 ceph-node-0 ceph-mgr[11567]: [prometheus ERROR root] failed to collect metrics:
                                             Traceback (most recent call last):
                                               File "/usr/share/ceph/mgr/prometheus/module.py", line 511, in collect
                                                 data = self.mod.collect()
                                               File "/usr/share/ceph/mgr/mgr_util.py", line 862, in wrapper
                                                 result = f(*args, **kwargs)
                                               File "/usr/share/ceph/mgr/prometheus/module.py", line 1636, in collect
                                                 self.get_all_daemon_health_metrics()
                                               File "/usr/share/ceph/mgr/prometheus/module.py", line 1604, in get_all_daemon_health_metrics
                                                 daemon_metrics = self.get_daemon_health_metrics()
                                               File "/usr/share/ceph/mgr/mgr_module.py", line 2291, in get_daemon_health_metrics
                                                 return self._ceph_get_daemon_health_metrics()
                                             AttributeError: 'Module' object has no attribute '_ceph_get_daemon_health_metrics'
Jan 12 16:45:10 ceph-node-0 ceph-mgr[11567]: log_channel(cluster) log [DBG] : pgmap v171: 1 pgs: 1 active+clean; 449 KiB data, 61 MiB used, 30 GiB / 30 GiB avail
Jan 12 16:45:12 ceph-node-0 ceph-mgr[11567]: log_channel(cluster) log [DBG] : pgmap v172: 1 pgs: 1 active+clean; 449 KiB data, 61 MiB used, 30 GiB / 30 GiB avail

                                                 result = f(*args, **kwargs)
                                               File "/usr/share/ceph/mgr/prometheus/module.py", line 1636, in collect
                                                 self.get_all_daemon_health_metrics()
                                               File "/usr/share/ceph/mgr/prometheus/module.py", line 1604, in get_all_daemon_health_metrics
                                                 daemon_metrics = self.get_daemon_health_metrics()
                                               File "/usr/share/ceph/mgr/mgr_module.py", line 2291, in get_daemon_health_metrics
                                                 return self._ceph_get_daemon_health_metrics()
                                             AttributeError: 'Module' object has no attribute '_ceph_get_daemon_health_metrics'

Actions #1

Updated by Redouane Kachach Elhichou 11 months ago

  • Status changed from New to Rejected
Actions

Also available in: Atom PDF