Skip to content

Commit

Permalink
Fix link to renamed and reformatted spec (#122)
Browse files Browse the repository at this point in the history
(cherry picked from commit 49ad33b)
  • Loading branch information
Chris Cho committed Aug 16, 2023
1 parent 61a4c93 commit 8582c13
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions source/fundamentals/monitoring.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,17 +148,15 @@ 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>`
related events
- ``ClusterListener``: topology-related events
- ``ServerListener``: events related to ``mongod`` or ``mongos`` processes
- ``ServerMonitorListener``: heartbeat related events

To monitor a type of SDAM event, write a class that
implements one of the three preceding interfaces and register an instance of that
class with your ``MongoClient`` instance.

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

Example
^^^^^^^
Expand Down

0 comments on commit 8582c13

Please sign in to comment.