]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/prometheus: fix metrics service not coming up
authorNizamudeen A <nia@redhat.com>
Tue, 8 Jul 2025 13:37:35 +0000 (19:07 +0530)
committerSunnatillo <sunnat.samadov@est.tech>
Thu, 10 Jul 2025 07:25:45 +0000 (10:25 +0300)
commit248041e095627e5c7d76a2056e6fee5992181dee
treec9fa7f72babe555bfb03f89925b33a3d58e8f305
parentac04d5fd0fd1fed7ea8c502a3c4d797ed67f7e68
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

Signed-off-by: Nizamudeen A <nia@redhat.com>
(cherry picked from commit 0f2dbbda42b571fee8c990befd2677f3250e19ce)
qa/suites/orch/cephadm/workunits/task/test_monitoring_stack_basic.yaml
src/pybind/mgr/prometheus/module.py