Skip to content

Commit 790f5ca

Browse files
committed
update links
1 parent 25df8ed commit 790f5ca

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

source/monitoring.txt

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ The {+driver-short+} organizes the events it defines into three categories:
5656
- Connection Pool events
5757

5858
The following sections show how to monitor each event category. For a full list of the events you can monitor,
59-
`see the event package of the {+driver-short+} <{+api+}/com/mongodb/event/package-summary.html>`__.
59+
`see the event package of the {+driver-short+}
60+
<{+core-api+}/com/mongodb/event/package-summary.html>`__.
6061

6162
.. _command-events-kotlin:
6263

@@ -121,12 +122,12 @@ The following code implements these steps:
121122
For more information on the classes and methods mentioned in this section, see
122123
the following API documentation:
123124

124-
- `CommandListener <{+api+}/com/mongodb/event/CommandListener.html>`__
125-
- `MongoClientSettings <{+api+}/com/mongodb/MongoClientSettings.html>`__
126-
- `MongoClient <{+api+}/apidocs/mongodb-driver-kotlin-sync/mongodb-driver-kotlin-sync/com.mongodb.kotlin.client/-mongo-client/index.html>`__
127-
- `CommandStartedEvent <{+api+}/com/mongodb/event/CommandStartedEvent.html>`__
128-
- `CommandSucceededEvent <{+api+}/com/mongodb/event/CommandSucceededEvent.html>`__
129-
- `CommandFailedEvent <{+api+}/com/mongodb/event/CommandFailedEvent.html>`__
125+
- `CommandListener <{+core-api+}/com/mongodb/event/CommandListener.html>`__
126+
- `MongoClientSettings <{+core-api+}/com/mongodb/MongoClientSettings.html>`__
127+
- `MongoClient <{+api+}/com.mongodb.kotlin.client/-mongo-client/index.html>`__
128+
- `CommandStartedEvent <{+core-api+}/com/mongodb/event/CommandStartedEvent.html>`__
129+
- `CommandSucceededEvent <{+core-api+}/com/mongodb/event/CommandSucceededEvent.html>`__
130+
- `CommandFailedEvent <{+core-api+}/com/mongodb/event/CommandFailedEvent.html>`__
130131

131132
Server Discovery and Monitoring Events
132133
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -177,11 +178,11 @@ For more information on the classes and methods mentioned in this section, see
177178
the following API documentation:
178179

179180
- `ClusterListener <{+core-api+}/com/mongodb/event/ClusterListener.html>`__
180-
- `ServerListener <{+api+}/com/mongodb/event/ServerListener.html>`__
181-
- `ServerMonitorListener <{+api+}/com/mongodb/event/ServerMonitorListener.html>`__
181+
- `ServerListener <{+core-api+}/com/mongodb/event/ServerListener.html>`__
182+
- `ServerMonitorListener <{+core-api+}/com/mongodb/event/ServerMonitorListener.html>`__
182183
- `MongoClientSettings <{+api+}/com/mongodb/MongoClientSettings.html>`__
183184
- `MongoClient <{+api+}/apidocs/mongodb-driver-kotlin-sync/mongodb-driver-kotlin-sync/com.mongodb.kotlin.client/-mongo-client/index.html>`__
184-
- `ClusterDescriptionChangedEvent <{+api+}/com/mongodb/event/ClusterDescriptionChangedEvent.html>`__
185+
- `ClusterDescriptionChangedEvent <{+core-api+}/com/mongodb/event/ClusterDescriptionChangedEvent.html>`__
185186

186187
Connection Pool Events
187188
~~~~~~~~~~~~~~~~~~~~~~
@@ -224,11 +225,11 @@ The following code implements these steps:
224225
For more information on the classes and methods mentioned in this section, see
225226
the following API documentation:
226227

227-
- `ConnectionPoolListener <{+api+}/com/mongodb/event/ConnectionPoolListener.html>`__
228+
- `ConnectionPoolListener <{+core-api+}/com/mongodb/event/ConnectionPoolListener.html>`__
228229
- `MongoClientSettings <{+api+}/com/mongodb/MongoClientSettings.html>`__
229230
- `MongoClient <{+api+}/apidocs/mongodb-driver-kotlin-sync/mongodb-driver-kotlin-sync/com.mongodb.kotlin.client/-mongo-client/index.html>`__
230-
- `ConnectionCheckedOutEvent <{+api+}/com/mongodb/event/ConnectionCheckedOutEvent.html>`__
231-
- `ConnectionCheckOutFailedEvent <{+api+}/com/mongodb/event/ConnectionCheckOutFailedEvent.html>`__
231+
- `ConnectionCheckedOutEvent <{+core-api+}/com/mongodb/event/ConnectionCheckedOutEvent.html>`__
232+
- `ConnectionCheckOutFailedEvent <{+core-api+}/com/mongodb/event/ConnectionCheckOutFailedEvent.html>`__
232233

233234
.. _monitoring-jmx:
234235

0 commit comments

Comments
 (0)