Page MenuHomePhabricator

Ensure prometheus-blazegraph-exporter-wdqs-* services can start in Bullseye or later
Closed, ResolvedPublic3 Estimated Story Points

Description

Bullseye host wdqs2022 is unable to start prometheus-blazegraph-exporter-wdqs-blazegraph.service .The following error message appears in the prometheus-blazegraph-exporter-wdqs-blazegraph.service log:

Traceback (most recent call last)
  File "/usr/local/bin/prometheus-blazegraph-exporter", line 305, in <module>
    sys.exit(main())
  File "/usr/local/bin/prometheus-blazegraph-exporter", line 293, in main
    REGISTRY.register(PrometheusBlazeGraphExporter(
  File "/usr/lib/python3/dist-packages/prometheus_client/registry.py", line 26, in register
    names = self._get_names(collector)
  File "/usr/lib/python3/dist-packages/prometheus_client/registry.py", line 66, in _get_names
    for metric in desc_func()
  File "/usr/local/bin/prometheus-blazegraph-exporter", line 205, in collect
    metric_value = self.get_counter(metric_name)
  File "/usr/local/bin/prometheus-blazegraph-exporter", line 73, in get_counter
    for cnt in el.getiterator('c')
AttributeError

Creating this ticket to:

  • Ensure prometheus-blazegraph-exporter-wdqs-* services can start in Bullseye or later

Event Timeline

This appears to be finished, based on the last few data transfers to wdqs2022 (as of this writing, our sole Bullseye host). Closing...

Gehel moved this task from Ready for Work to Needs Reporting on the Data-Platform-SRE board.