Skip to content

Commit 36e09fb

Browse files
committed
doc/dev: origin of Labeled Perf Counters
Note that Labeled Perf Counters were introduced in Reef. Fixes: ceph#57753 (comment) Signed-off-by: Zac Dover <[email protected]>
1 parent 1a0bc3c commit 36e09fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/dev/perf_counters.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
Perf counters
55
===============
66

7-
.. note:: Perf counters were introduced in the Reef release of Ceph.
8-
97
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.
108

119
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
209207
Labeled Perf Counters
210208
---------------------
211209

210+
.. note:: Labeled perf counters were introduced in the Reef release of Ceph.
211+
212212
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.
213213

214214
For example, the below counters show the number of put requests for different users on different buckets::

0 commit comments

Comments
 (0)