You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- ``ServerListener``: events related to ``mongod`` or ``mongos`` processes
168
168
- ``ServerMonitorListener``: heartbeat related events
@@ -172,7 +172,11 @@ implements one of the three preceding interfaces and register an instance of tha
172
172
class with your ``MongoClient`` instance.
173
173
174
174
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>`.
0 commit comments