Skip to content

Commit 35a458f

Browse files
author
Dave
authored
DOCS-14895 BACKPORT (#548)
1 parent 8f1aab9 commit 35a458f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

source/reference/command/serverStatus.txt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5020,6 +5020,7 @@ metrics
50205020
has been executed.
50215021

50225022
*New in version 4.4 (4.2.6 and 4.0.19).*
5023+
*Updated in version 5.2 (and 5.0.6).*
50235024

50245025
.. _server-status-apiVersions:
50255026

@@ -5054,9 +5055,7 @@ metrics
50545055
.. serverstatus:: metrics.operatorCounters
50555056

50565057
A document with a number that indicates how often
5057-
:ref:`aggregation-expression-operators` ran. For some operators, the
5058-
number reported is a multiple of the times the operator actually
5059-
ran.
5058+
:ref:`aggregation-expression-operators` ran.
50605059

50615060
To get metrics for a specific operator, such as the greater-than
50625061
operator (:expression:`$gt`), append the operator to the command:
@@ -5070,9 +5069,7 @@ metrics
50705069
.. serverstatus:: metrics.operatorCounters.match
50715070

50725071
A document with a number that indicates how often
5073-
:ref:`match expressions <query-projection-operators-top>` ran. For
5074-
some operators, the number reported is a multiple of the times the
5075-
operator actually ran.
5072+
:ref:`match expressions <query-projection-operators-top>` ran.
50765073

50775074
:ref:`Match expression operators <query-projection-operators-top>`
50785075
also increment as part of an aggregation pipeline :pipeline:`$match`

0 commit comments

Comments
 (0)