Skip to content

Commit 2b96370

Browse files
jmd-mongosaltzm
andauthored
documents connections.loadBalanced (#396)
* documents connections.loadBalanced * updates release notes * Update source/release-notes/5.3.txt Co-authored-by: Matthew Saltz <saltzm@gmail.com> Co-authored-by: Matthew Saltz <saltzm@gmail.com>
1 parent 1b2aff6 commit 2b96370

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

source/reference/command/serverStatus.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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

405413
defaultRWConcern

source/release-notes/5.3.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
3340
Security
3441
--------
3542

0 commit comments

Comments
 (0)