File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -2452,13 +2452,25 @@ metrics
2452
2452
2453
2453
.. serverstatus:: metrics.repl.stateTransition.userOperationsKilled
2454
2454
2455
- The number of user operations stopped during the
2455
+ The number of operations stopped during the
2456
2456
:binary:`~bin.mongod` instance's state change.
2457
2457
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
+
2458
2464
.. serverstatus:: metrics.repl.stateTransition.userOperationsRunning
2459
2465
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.
2462
2474
2463
2475
.. serverstatus:: metrics.repl.syncSource
2464
2476
You can’t perform that action at this time.
0 commit comments