From: Laura Flores Date: Thu, 17 Jun 2021 19:23:45 +0000 (-0500) Subject: doc: fixed a small typo in Perf Counters documentation X-Git-Tag: v17.1.0~1605^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F41920%2Fhead;p=ceph.git doc: fixed a small typo in Perf Counters documentation There is a small typo in the Perf Counters documentation. Gauge was spelled incorrectly. Signed-off-by: Laura Flores --- diff --git a/doc/dev/perf_counters.rst b/doc/dev/perf_counters.rst index 2f49f772fb8..ce2fdea31b8 100644 --- a/doc/dev/perf_counters.rst +++ b/doc/dev/perf_counters.rst @@ -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).