]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: fixed a small typo in Perf Counters documentation 41920/head
authorLaura Flores <lflores@redhat.com>
Thu, 17 Jun 2021 19:23:45 +0000 (14:23 -0500)
committerLaura Flores <lflores@redhat.com>
Fri, 18 Jun 2021 18:14:45 +0000 (18:14 +0000)
There is a small typo in the Perf Counters documentation. Gauge was spelled incorrectly.

Signed-off-by: Laura Flores <lflores@redhat.com>
doc/dev/perf_counters.rst

index 2f49f772fb846f777afe9a8bdc2e56da97d83e8a..ce2fdea31b88a19446173c72c3b8380c76500633 100644 (file)
@@ -60,7 +60,7 @@ lifetime average value.  Normally these are used to measure latencies
 for the previous interval is what is interesting.
 
 Instead of interpreting the bit fields, the ``metric type`` has a
-value of either ``guage`` or ``counter``, and the ``value type``
+value of either ``gauge`` or ``counter``, and the ``value type``
 property will be one of ``real``, ``integer``, ``real-integer-pair``
 (for a sum + real count pair), or ``integer-integer-pair`` (for a
 sum + integer count pair).