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>
.. 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`.
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
==========================