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
321
321
"threaded" : <num>,
322
322
"exhaustIsMaster" : <num>,
323
323
"exhaustHello" : <num>,
324
- "awaitingTopologyChanges" : <num>
324
+ "awaitingTopologyChanges" : <num>,
325
+ "loadBalanced" : <num>
325
326
},
326
327
327
328
.. serverstatus:: connections
@@ -400,6 +401,13 @@ connections
400
401
401
402
.. versionadded:: 4.4
402
403
404
+ .. serverstatus:: connections.loadBalanced
405
+
406
+ .. versionadded:: 5.3
407
+
408
+ The current number of incoming connections received through the
409
+ load balancer.
410
+
403
411
.. _server-status-defaultRWConcern:
404
412
405
413
defaultRWConcern
Original file line number Diff line number Diff line change @@ -30,6 +30,13 @@ Starting in MongoDB 5.3, you can:
30
30
31
31
.. include:: /includes/geoNear-time-series.rst
32
32
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
+
33
40
Security
34
41
--------
35
42
You can’t perform that action at this time.
0 commit comments