@@ -58,10 +58,8 @@ The MongoDB Java driver organizes the events it defines into three categories:
58
58
59
59
The following sections show how to monitor each event category.
60
60
61
- To learn more about the events you can monitor, `see the event package of the
62
- MongoDB Java Driver <{+api+}/apidocs/mongodb-driver-core/com/mongodb/event/package-summary.html>`__.
63
-
64
- .. fix this link text^
61
+ To learn more about the events you can monitor, see the API documentation for `event classes
62
+ <{+api+}/apidocs/mongodb-driver-core/com/mongodb/event/package-summary.html>`__.
65
63
66
64
.. _command-events-java:
67
65
@@ -78,9 +76,7 @@ To monitor command events, write a class that implements the
78
76
79
77
To learn more about MongoDB database commands, see the
80
78
:manual:`MongoDB manual entry on database commands </reference/command/>` in the
81
- Server (or MongoDB?) Manual.
82
-
83
- .. fix this link ^
79
+ Server Manual.
84
80
85
81
.. note:: Internal Commands
86
82
@@ -94,9 +90,8 @@ Server (or MongoDB?) Manual.
94
90
As a security measure, the driver redacts the contents of some command events. This
95
91
protects the sensitive information contained in these command events. For a
96
92
full list of redacted command events, see the
97
- :spec:`MongoDB command logging and monitoring specification </command-logging-and-monitoring/command-logging-and-monitoring.rst#security>`.
98
-
99
- .. ^fix this link
93
+ :spec:`MongoDB command logging and monitoring specification </command-logging-and-monitoring/command-logging-and-monitoring.md#security>`
94
+ in GitHub.
100
95
101
96
Example
102
97
^^^^^^^
@@ -236,7 +231,6 @@ application run faster.
236
231
.. Add when page is ready: To learn more about connection pools, see the {+driver-short+}'s
237
232
.. :ref:`Connection Pools <connection-pools>` guide.
238
233
239
-
240
234
To monitor connection pool events, write a class that implements the
241
235
``ConnectionPoolListener`` interface and register an instance of that class with your
242
236
``MongoClient`` instance.
0 commit comments