]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/mgr: remove ceph-exporter (Quincy) 55518/head
authorZac Dover <zac.dover@proton.me>
Fri, 9 Feb 2024 15:24:17 +0000 (01:24 +1000)
committerZac Dover <zac.dover@proton.me>
Fri, 9 Feb 2024 15:24:17 +0000 (01:24 +1000)
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 <zac.dover@proton.me>
doc/cephadm/services/monitoring.rst
doc/mgr/prometheus.rst

index 3cbc8b594f0933529f911b0f7f660863a575f5df..2da68aef3d1511c28386d636e71d1c8d352a12dd 100644 (file)
@@ -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://<mgr-ip>:8765/sd/prometheus/sd-config?service=ceph-exporter
+       - url: http://<mgr-ip>:8765/sd/prometheus/sd-config?service=haproxy
 
 
 * To enable the dashboard's prometheus-based alerting, see :ref:`dashboard-alerting`.
index 4b3476c7a83973df420fd8b460d44574b7b4eb3e..ec24d2a78cb03252836308b90f9e6a561205a97b 100644 (file)
@@ -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
 ==========================