From 2ae0734dba1a1f46f8ce127038b89607fd21ec6b Mon Sep 17 00:00:00 2001 From: Laura Flores Date: Thu, 17 Jun 2021 14:23:45 -0500 Subject: [PATCH] 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 --- doc/dev/perf_counters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/perf_counters.rst b/doc/dev/perf_counters.rst index 2f49f772fb846..ce2fdea31b88a 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). -- 2.39.5