Skip to content

Commit 4876a98

Browse files
committed
DOCSP-40830 Include load balanced mode note (#564)
* add note and update links * update for clarity * update link title * add space to link (cherry picked from commit e36cbd8)
1 parent cf9877c commit 4876a98

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

source/fundamentals/monitoring.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ The driver defines nine SDAM events. The driver divides these nine events
162162
between three separate listener interfaces which each listen for three of the
163163
nine events. Here are the three interfaces and the events they listen for:
164164

165-
- ``ClusterListener``: :spec:`topology </server-discovery-and-monitoring/server-discovery-and-monitoring.rst#topology>`
165+
- ``ClusterListener``: :spec:`topology </server-discovery-and-monitoring/server-discovery-and-monitoring.md#topology>`
166166
related events
167167
- ``ServerListener``: events related to ``mongod`` or ``mongos`` processes
168168
- ``ServerMonitorListener``: heartbeat related events
@@ -172,7 +172,11 @@ implements one of the three preceding interfaces and register an instance of tha
172172
class with your ``MongoClient`` instance.
173173

174174
For a detailed description of each SDAM event in the driver, see the
175-
:spec:`MongoDB SDAM Logging and Monitoring Specification </server-discovery-and-monitoring/server-discovery-and-monitoring-logging-and-monitoring.rst#events-api>`.
175+
:spec:`MongoDB SDAM Logging and Monitoring Specification </server-discovery-and-monitoring/server-discovery-and-monitoring-logging-and-monitoring.md#events-api>`.
176+
177+
.. note:: Load Balanced Mode
178+
179+
The driver doesn't emit heartbeat related events when in load balanced mode. For more details about SDAM events with load balancing, see :spec:`MongoDB Load Balancer Support Specification </load-balancers/load-balancers.md#server-discovery-logging-and-monitoring>`.
176180

177181
Example
178182
^^^^^^^

0 commit comments

Comments
 (0)