diff --git a/source/fundamentals/monitoring.txt b/source/fundamentals/monitoring.txt index be4637ac..a32bb48e 100644 --- a/source/fundamentals/monitoring.txt +++ b/source/fundamentals/monitoring.txt @@ -148,8 +148,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 ` - related events +- ``ClusterListener``: topology-related events - ``ServerListener``: events related to ``mongod`` or ``mongos`` processes - ``ServerMonitorListener``: heartbeat related events @@ -157,8 +156,7 @@ 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 `. +For a detailed description of each SDAM event, see the :spec:`MongoDB SDAM monitoring events specification `. Example ^^^^^^^