File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -321,7 +321,8 @@ connections
321321 "threaded" : <num>,
322322 "exhaustIsMaster" : <num>,
323323 "exhaustHello" : <num>,
324- "awaitingTopologyChanges" : <num>
324+ "awaitingTopologyChanges" : <num>,
325+ "loadBalanced" : <num>
325326 },
326327
327328.. serverstatus:: connections
@@ -400,6 +401,13 @@ connections
400401
401402 .. versionadded:: 4.4
402403
404+ .. serverstatus:: connections.loadBalanced
405+
406+ .. versionadded:: 5.3
407+
408+ The current number of incoming connections received through the
409+ load balancer.
410+
403411.. _server-status-defaultRWConcern:
404412
405413defaultRWConcern
Original file line number Diff line number Diff line change @@ -30,6 +30,13 @@ Starting in MongoDB 5.3, you can:
3030
3131 .. include:: /includes/geoNear-time-series.rst
3232
33+ ``serverStatus`` Output Change
34+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
35+
36+ Starting in MongoDB 5.3, :dbcommand:`serverStatus` includes
37+ :serverstatus:`metrics.connections.loadBalanced` which reports the
38+ number of incoming connections received through a load balancer.
39+
3340Security
3441--------
3542
You can’t perform that action at this time.
0 commit comments