]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/prometheus: fix metrics service not coming up 64385/head
authorNizamudeen A <nia@redhat.com>
Tue, 8 Jul 2025 13:37:35 +0000 (19:07 +0530)
committerNizamudeen A <nia@redhat.com>
Thu, 10 Jul 2025 08:57:32 +0000 (14:27 +0530)
commit6a37fc870a7051317cc8d49ddae74fde63cce396
treee262bf30cfeb91d8c24069f16b917c5774264271
parent54197bf38ca72027864edc977f19cfbc0d1bf4ec
mgr/prometheus: fix metrics service not coming up

https://github.com/ceph/ceph/pull/61468 unintentionally broke the http
metric service while it removed the code that starts the metrics. adding
them back up.

adding a basic test to catch these issues

Regression from https://github.com/ceph/ceph/pull/61468/commits/64f590cc8f03c9aab909c3ea5b9f53271ba3c15b#diff-031e09c4297d84a407cf55f8981d38764efc3c37e9827e12e638521f69284e1f

Fixes: https://tracker.ceph.com/issues/72012
Signed-off-by: Nizamudeen A <nia@redhat.com>
qa/suites/orch/cephadm/workunits/task/test_monitoring_stack_basic.yaml
src/pybind/mgr/prometheus/module.py