File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -1629,6 +1629,7 @@ metrics
1629
1629
},
1630
1630
operation : {
1631
1631
killedDueToClientDisconnect : Long("<num>"), // Added in MongoDB 7.1
1632
+ killedDueToMaxTimeMSExpired : Long("<num>"), // Added in MongoDB 7.2
1632
1633
numConnectionNetworkTimeouts : Long("<num>"), // Added in MongoDB 6.3
1633
1634
scanAndOrder : Long("<num>"),
1634
1635
totalTimeWaitingBeforeConnectionTimeoutMillis : Long("<num>"), // Added in MongoDB 6.3
@@ -2140,6 +2141,12 @@ metrics
2140
2141
Total number of operations cancelled before completion
2141
2142
because the client disconnected.
2142
2143
2144
+ .. serverstatus:: metrics.operation.killedDueToMaxTimeMSExpired
2145
+
2146
+ .. versionadded:: 7.2
2147
+
2148
+ Total number of operations that timed out before completion.
2149
+
2143
2150
.. serverstatus:: metrics.operation.numConnectionNetworkTimeouts
2144
2151
2145
2152
.. versionadded:: 6.3
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ EOL'ed Releases
77
77
:maxdepth: 1
78
78
:hidden:
79
79
80
+ /release-notes/7.2
80
81
/release-notes/7.1
81
82
/release-notes/7.0
82
83
/release-notes/6.3
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ Database Validation on ``mongos`` Aggregation Queries
39
39
Starting in MongoDB 7.2, the :dbcommand:`serverStatus` command and the
40
40
:method:`db.serverStatus()` method outputs include the following new metrics:
41
41
42
+ - :serverstatus:`metrics.operation.killedDueToMaxTimeMSExpired`
42
43
- :serverstatus:`readPreferenceCounters`
43
44
44
45
.. toctree::
You can’t perform that action at this time.
0 commit comments