@@ -28,8 +28,7 @@ In this guide you will learn how to perform these tasks:
28
28
- :ref:`Monitor connection pool events with Java Management Extensions (JMX) and JConsole <monitoring-jmx>`
29
29
30
30
This guide shows how to use information about the meta activity of the driver.
31
- If you would like to learn how to record data transactions, consider reading
32
- our :ref:`Monitoring Data Changes <kotlin-sync-change-streams>` page.
31
+ To learn how to record data transactions, see the :ref:`Monitoring Data Changes <kotlin-sync-change-streams>` page.
33
32
34
33
.. _monitoring-monitor-events:
35
34
@@ -190,7 +189,7 @@ Connection Pool Events
190
189
A connection pool event is an event related to a **connection pool** held by the driver.
191
190
A connection pool is a set of open TCP connections your driver maintains with
192
191
a MongoDB instance. Connection pools help reduce the number of network handshakes
193
- your application needs to perform with a MongoDB instance, and can help your
192
+ your application performs with a MongoDB instance, and can help your
194
193
application run faster.
195
194
196
195
To monitor connection pool events, write a class that implements the
@@ -367,7 +366,7 @@ application, use
367
366
include MongoDB event data in the
368
367
`Zipkin <https://zipkin.io/>`__ distributed tracing system.
369
368
370
- If you do not use Spring Cloud or need to include driver event data in a distributed
369
+ If you do not use Spring Cloud or want to include driver event data in a distributed
371
370
tracing system other than Zipkin, you must write a command event listener that
372
371
manages `spans <https://docs.spring.io/spring-cloud-sleuth/docs/current-SNAPSHOT/reference/html/getting-started.html#getting-started-terminology>`__
373
372
for your desired distributed tracing system. To see an implementation of such a
0 commit comments