Skip to content

Commit

Permalink
DOCSP-40830 Include load balanced mode note (#564)
Browse files Browse the repository at this point in the history
* add note and update links

* update for clarity

* update link title

* add space to link

(cherry picked from commit e36cbd8)
  • Loading branch information
stephmarie17 committed Jul 18, 2024
1 parent 849b905 commit 87bc567
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions source/fundamentals/monitoring.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ The driver defines nine SDAM events. The driver divides these nine events
between three separate listener interfaces which each listen for three of the
nine events. Here are the three interfaces and the events they listen for:

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

For a detailed description of each SDAM event in the driver, see the
:spec:`MongoDB SDAM Logging and Monitoring Specification </server-discovery-and-monitoring/server-discovery-and-monitoring-logging-and-monitoring.rst#events-api>`.
:spec:`MongoDB SDAM Logging and Monitoring Specification </server-discovery-and-monitoring/server-discovery-and-monitoring-logging-and-monitoring.md#events-api>`.

.. note:: Load Balanced Mode

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>`.

Example
^^^^^^^
Expand Down

0 comments on commit 87bc567

Please sign in to comment.