@@ -30,26 +30,20 @@ Starting in MongoDB 6.2, the :dbcommand:`serverStatus` command and the
3030 * - Document
3131 - Field(s)
3232
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`
3935
4036 * - 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`
4538
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`
4943
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 `
5347
5448``connPoolStats`` Metrics
5549~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -64,14 +58,10 @@ these output changes:
6458 * - Document
6559 - Field(s)
6660
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.
7565
7666Server Parameters
7767-----------------
0 commit comments