@@ -30,26 +30,20 @@ Starting in MongoDB 6.2, the :dbcommand:`serverStatus` command and the
30
30
* - Document
31
31
- Field(s)
32
32
33
- * - New :serverstatus:`network.listenerProcessingTime` document that
34
- reports the time the database listener spends allocating
35
- incoming database connection requests.
36
- - Field:
37
-
38
- - :serverstatus:`network.listenerProcessingTime.durationMicros`
33
+ * - New :serverstatus:`network.listenerProcessingTime` document.
34
+ - :serverstatus:`network.listenerProcessingTime.durationMicros`
39
35
40
36
* - Addition to :serverstatus:`connections` document.
41
- - New field that reports the number of incoming connections the
42
- server has rejected.
43
-
44
- - :serverstatus:`connections.rejected`
37
+ - :serverstatus:`connections.rejected`
45
38
46
- * - New :serverstatus:`metrics.network` document that reports
47
- additional server network metrics.
48
- - Fields:
39
+ * - New :serverstatus:`metrics.network` document.
40
+ - :serverstatus:`metrics.network.totalEgressConnectionEstablishmentTimeMillis`
41
+ :serverstatus:`metrics.network.totalIngressTLSConnections`
42
+ :serverstatus:`metrics.network.totalIngressTLSHandshakeTimeMillis`
49
43
50
- - :serverstatus:`metrics.network.totalEgressConnectionEstablishmentTimeMillis`
51
- - :serverstatus:`metrics.network.totalIngressTLSConnections `
52
- - :serverstatus:`metrics.network.totalIngressTLSHandshakeTimeMillis `
44
+ * - Additions to :serverstatus:`metrics.operation` document.
45
+ - :serverstatus:`metrics.operation.numConnectionNetworkTimeouts `
46
+ :serverstatus:`metrics.operation.totalTimeWaitingBeforeConnectionTimeoutMillis `
53
47
54
48
``connPoolStats`` Metrics
55
49
~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -64,14 +58,10 @@ these output changes:
64
58
* - Document
65
59
- Field(s)
66
60
67
- * - New :data:`connPoolStats.acquisitionWaitTimes` document that
68
- reports the wait times for requests to acquire a connection from
69
- :binary:`~bin.mongos` to :binary:`~bin.mongod`.
70
- - New fields:
71
-
72
- - Time ranges with the number of connection requests in each
73
- range.
74
- - Total number of connection requests for all time ranges.
61
+ * - New :data:`connPoolStats.acquisitionWaitTimes` document.
62
+ - Time ranges with the number of connection requests in each
63
+ range.
64
+ Total number of connection requests for all time ranges.
75
65
76
66
Server Parameters
77
67
-----------------
0 commit comments