]> git.proxmox.com Git - ceph.git/blobdiff - ceph/doc/mgr/prometheus.rst
update ceph source to reef 18.2.1
[ceph.git] / ceph / doc / mgr / prometheus.rst
index 698b6a2d539d7312b8812842df6bd03dd0977518..25a7b0d084ee654970b9bafa2ccb8bbe3a8ab351 100644 (file)
@@ -41,6 +41,7 @@ Configuration
 .. confval:: rbd_stats_pools_refresh_interval
 .. confval:: standby_behaviour
 .. confval:: standby_error_status_code
+.. confval:: exclude_perf_counters
 
 By default the module will accept HTTP requests on port ``9283`` on all IPv4
 and IPv6 addresses on the host.  The port and listen address are both
@@ -217,6 +218,15 @@ the module option ``exclude_perf_counters`` to ``false``:
 
    ceph config set mgr mgr/prometheus/exclude_perf_counters false
 
+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``::
+
+    ceph config set mgr mgr/prometheus/exclude_perf_counters false
+
 Statistic names and labels
 ==========================