Skip to content

Commit 8582c13

Browse files
author
Chris Cho
committed
Fix link to renamed and reformatted spec (#122)
(cherry picked from commit 49ad33b)
1 parent 61a4c93 commit 8582c13

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

source/fundamentals/monitoring.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,17 +148,15 @@ The driver defines nine SDAM events. The driver divides these nine events
148148
between three separate listener interfaces which each listen for three of the
149149
nine events. Here are the three interfaces and the events they listen for:
150150

151-
- ``ClusterListener``: :spec:`topology </server-discovery-and-monitoring/server-discovery-and-monitoring.rst#topology>`
152-
related events
151+
- ``ClusterListener``: topology-related events
153152
- ``ServerListener``: events related to ``mongod`` or ``mongos`` processes
154153
- ``ServerMonitorListener``: heartbeat related events
155154

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

160-
For a detailed description of each SDAM event in the driver, see the
161-
:spec:`MongoDB SDAM monitoring specification </server-discovery-and-monitoring/server-discovery-and-monitoring-monitoring.rst#events>`.
159+
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>`.
162160

163161
Example
164162
^^^^^^^

0 commit comments

Comments
 (0)