]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/prometheus: introduce fetch_perf_counters_metrics module option 52774/head
authorAvan Thakkar <athakkar@redhat.com>
Thu, 1 Dec 2022 06:06:56 +0000 (11:36 +0530)
committeravanthakkar <avanjohn@gmail.com>
Fri, 4 Aug 2023 09:55:08 +0000 (15:25 +0530)
commit6a6b674f61c647aa161f65e40977ad7f1e5e8f0d
treeeec61ad49c54cbebefcc23d10560911767247af9
parentf2e7da016407a4d48c7fa84fb6789cb1fda8e263
mgr/prometheus: introduce fetch_perf_counters_metrics module option

Fixes: https://tracker.ceph.com/issues/58164
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
Introducing module option in prometheus module to enable/disable support for exporting ceph daemons
perf counters as prometheus metrics, by default this option will be disabled. The use case for this option
is in case if ceph-exporter deployment failed for any reason then user still can have option to fetch metrics
from promethues exporter.
doc/mgr/prometheus.rst
src/pybind/mgr/prometheus/module.py