Merge pull request #69038 from zdover23/wip-doc-2026-05-21-mgr-prometheus-ceph-exporter

doc/mgr: document ceph-exporter
This commit is contained in:
Anthony D'Atri 2026-07-25 11:55:06 -04:00 committed by GitHub
commit 72b684aaea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,19 @@ Enable the ``prometheus`` module by running the below command :
ceph mgr module enable prometheus
ceph-exporter
=============
``ceph-exporter`` works alongside the Prometheus manager module. The two
components have distinct responsibilities:
- The **Prometheus manager module** exposes all cluster-level metrics by
default other than Ceph daemon performance counters. However, these metrics
may be exported by the Prometheus manager module by setting the module option
:confval:`mgr/prometheus/exclude_perf_counter` to `false`.
- The **ceph-exporter daemon** exposes only Ceph daemon performance counters
as Prometheus metrics, running on each host in the cluster.
Configuration
-------------