Skip to content

Commit aaf3c20

Browse files
jason-price-mongodbjason-price-mongodb
andauthored
DOCS-15698-metric-auth-command-ingress (#2140)
* DOCS-15698-metric-auth-command-ingress * DOCS-15698-metric-auth-command-ingress * DOCS-15698-metric-auth-command-ingress * DOCS-15698-metric-auth-command-ingress Co-authored-by: jason-price-mongodb <[email protected]>
1 parent c648e95 commit aaf3c20

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

source/reference/command/serverStatus.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1508,7 +1508,8 @@ metrics
15081508
totalEgressConnectionEstablishmentTimeMillis : Long("<num>"),
15091509
totalIngressTLSConnections : Long("<num>"),
15101510
totalIngressTLSHandshakeTimeMillis : Long("<num>"),
1511-
totalTimeForEgressConnectionAcquiredToWireMicros : Long("<num>")
1511+
totalTimeForEgressConnectionAcquiredToWireMicros : Long("<num>"),
1512+
totalTimeToFirstNonAuthCommandMillis : Long("<num>")
15121513
},
15131514
operation : {
15141515
numConnectionNetworkTimeouts : Long("<num>"), // Added in MongoDB 6.3
@@ -5092,6 +5093,15 @@ transactions
50925093
the server over the network. The number is cumulative and is the
50935094
total after the server was started.
50945095

5096+
.. serverstatus:: metrics.network.totalTimeToFirstNonAuthCommandMillis
5097+
5098+
.. versionadded:: 6.3
5099+
5100+
The total time in milliseconds from accepting incoming connections to
5101+
the server and receiving the first operation that isn't part of the
5102+
connection authentication handshake. The number is cumulative and is
5103+
the total after the server was started.
5104+
50955105
.. serverstatus:: transactions.retriedCommandsCount
50965106

50975107
|mongod-only|

source/release-notes/6.3.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Starting in MongoDB 6.3, the :dbcommand:`serverStatus` command and the
4141
:serverstatus:`metrics.network.totalIngressTLSConnections`
4242
:serverstatus:`metrics.network.totalIngressTLSHandshakeTimeMillis`
4343
:serverstatus:`metrics.network.totalTimeForEgressConnectionAcquiredToWireMicros`
44+
:serverstatus:`metrics.network.totalTimeToFirstNonAuthCommandMillis`
4445

4546
* - Additions to :serverstatus:`metrics.operation` document.
4647
- :serverstatus:`metrics.operation.numConnectionNetworkTimeouts`

0 commit comments

Comments
 (0)