From: Zac Dover Date: Fri, 9 Feb 2024 15:24:17 +0000 (+1000) Subject: doc/mgr: remove ceph-exporter (Quincy) X-Git-Tag: v17.2.8~528^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F55518%2Fhead;p=ceph.git doc/mgr: remove ceph-exporter (Quincy) Remove mention of ceph-exporter in the Quincy branch. ceph-exporter was in one release of Quincy, but was later removed because it was broken. This PR is made in response to Eugen Block's having brought this matter to my attention. Signed-off-by: Zac Dover --- diff --git a/doc/cephadm/services/monitoring.rst b/doc/cephadm/services/monitoring.rst index 3cbc8b594f09..2da68aef3d15 100644 --- a/doc/cephadm/services/monitoring.rst +++ b/doc/cephadm/services/monitoring.rst @@ -316,9 +316,9 @@ Here's an example prometheus job definition that uses the cephadm service discov .. code-block:: bash - - job_name: 'ceph-exporter' + - job_name: 'haproxy' http_sd_configs: - - url: http://:8765/sd/prometheus/sd-config?service=ceph-exporter + - url: http://:8765/sd/prometheus/sd-config?service=haproxy * To enable the dashboard's prometheus-based alerting, see :ref:`dashboard-alerting`. diff --git a/doc/mgr/prometheus.rst b/doc/mgr/prometheus.rst index 4b3476c7a839..ec24d2a78cb0 100644 --- a/doc/mgr/prometheus.rst +++ b/doc/mgr/prometheus.rst @@ -206,16 +206,6 @@ Example to turn up the sync interval to 10 minutes: ceph config set mgr mgr/prometheus/rbd_stats_pools_refresh_interval 600 -Ceph daemon performance counters metrics ------------------------------------------ - -With the introduction of ``ceph-exporter`` daemon, the prometheus module will no longer export Ceph daemon -perf counters as prometheus metrics by default. However, one may re-enable exporting these metrics by setting -the module option ``exclude_perf_counters`` to ``false``: - -.. prompt:: bash $ - - ceph config set mgr mgr/prometheus/exclude_perf_counters false Statistic names and labels ==========================