]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/prometheus: introduce fetch_perf_counters_metrics module option 49248/head
authorAvan Thakkar <athakkar@redhat.com>
Thu, 1 Dec 2022 06:06:56 +0000 (11:36 +0530)
committerAvan Thakkar <athakkar@redhat.com>
Tue, 4 Apr 2023 17:42:29 +0000 (23:12 +0530)
commit5a058b8fb376541f1313f25e96a11606c7fef1d4
tree04027f8c418fb85f9a0682ea132d01e166a1c78a
parentddb22aa0b365604faf10ac2ac8b24f99e9b5fbfa
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