Skip to content

Commit 7b12d20

Browse files
committed
NH feedback
1 parent c74ddce commit 7b12d20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/monitoring.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ in the state of the MongoDB instance or cluster you have connected the driver to
139139
The driver defines nine SDAM events and provides the following listener
140140
interfaces, which listen for three SDAM events each:
141141

142-
- ` ``ClusterListener`` <{+core-api+}/com/mongodb/event/ClusterListener.html>`__ : Listens for topology-related events
143-
- ` ``ServerListener`` <{+core-api+}/com/mongodb/event/ServerListener.html>`__ : Listens for events related to ``mongod`` or ``mongos`` processes
144-
- ` ``ServerMonitorListener`` <{+core-api+}/com/mongodb/event/ServerMonitorListener.html>`__ : Listens for heartbeat-related events
142+
- `ClusterListener <{+core-api+}/com/mongodb/event/ClusterListener.html>`__ : Listens for topology-related events
143+
- `ServerListener <{+core-api+}/com/mongodb/event/ServerListener.html>`__ : Listens for events related to ``mongod`` or ``mongos`` processes
144+
- `ServerMonitorListener <{+core-api+}/com/mongodb/event/ServerMonitorListener.html>`__ : Listens for heartbeat-related events
145145

146146
To monitor a type of SDAM event, create a class that implements one of the three
147147
preceding interfaces and register an instance of that class with your

0 commit comments

Comments
 (0)