Skip to content

Commit ecd5969

Browse files
authored
DOCS-16568 stateTransition Notice (#6741) (#6811)
* DOCS-16568 userOperations% clarification * Force build * Force build * Reworks text * Reworks text * Fixes per Nick * Fixes per Vishnu
1 parent 753113c commit ecd5969

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

source/reference/command/serverStatus.txt

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2452,13 +2452,25 @@ metrics
24522452

24532453
.. serverstatus:: metrics.repl.stateTransition.userOperationsKilled
24542454

2455-
The number of user operations stopped during the
2455+
The number of operations stopped during the
24562456
:binary:`~bin.mongod` instance's state change.
24572457

2458+
.. note::
2459+
2460+
This metric reflects the total number of operations
2461+
killed, regardless of whether the operation was
2462+
initiated by the user or the server.
2463+
24582464
.. serverstatus:: metrics.repl.stateTransition.userOperationsRunning
24592465

2460-
The number of user operations that remained running during the
2461-
``mongod`` instance's state change.
2466+
The number of operations that remained running during the
2467+
:binary:`~bin.mongod` instance's state change.
2468+
2469+
.. note::
2470+
2471+
This metric reflects the total number of operations
2472+
running, regardless of whether the operation was initiated
2473+
by the user or the server.
24622474

24632475
.. serverstatus:: metrics.repl.syncSource
24642476

0 commit comments

Comments
 (0)