]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev: origin of Labeled Perf Counters 57913/head
authorZac Dover <zac.dover@proton.me>
Wed, 5 Jun 2024 01:18:46 +0000 (11:18 +1000)
committerZac Dover <zac.dover@proton.me>
Thu, 6 Jun 2024 16:19:46 +0000 (02:19 +1000)
Note that Labeled Perf Counters were introduced in Reef.

Fixes: https://github.com/ceph/ceph/pull/57753#discussion_r1626483732
Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 36e09fb6894dcec56224d483d36a7315b8d19d60)

doc/dev/perf_counters.rst

index 3080330bd12402f685c4aef67ecb4b17922da43c..5ebf5ff46ab041badfd36d5f265b2bd71f22dfc9 100644 (file)
@@ -4,8 +4,6 @@
  Perf counters
 ===============
 
-.. note:: Perf counters were introduced in the Reef release of Ceph.
-
 The perf counters provide generic internal infrastructure for gauges and counters.  The counted values can be both integer and float. There is also an "average" type (normally float) that combines a sum and num counter which can be divided to provide an average.
 
 The intention is that this data will be collected and aggregated by a tool like ``collectd`` or ``statsd`` and fed into a tool like ``graphite`` for graphing and analysis.  Also, note the :doc:`../mgr/prometheus` and the :doc:`../mgr/telemetry`.
@@ -209,6 +207,8 @@ The actual dump is similar to the schema, except that average values are grouped
 Labeled Perf Counters
 ---------------------
 
+.. note:: Labeled perf counters were introduced in the Reef release of Ceph.
+
 A Ceph daemon has the ability to emit a set of perf counter instances with varying labels. These counters are intended for visualizing specific metrics in 3rd party tools like Prometheus and Grafana.
 
 For example, the below counters show the number of put requests for different users on different buckets::