Skip to content

Commit ab48182

Browse files
committed
vaile
1 parent 00e71f2 commit ab48182

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/monitoring.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ In this guide you will learn how to perform these tasks:
2828
- :ref:`Monitor connection pool events with Java Management Extensions (JMX) and JConsole <monitoring-jmx>`
2929

3030
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.
3332

3433
.. _monitoring-monitor-events:
3534

@@ -190,7 +189,7 @@ Connection Pool Events
190189
A connection pool event is an event related to a **connection pool** held by the driver.
191190
A connection pool is a set of open TCP connections your driver maintains with
192191
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
194193
application run faster.
195194

196195
To monitor connection pool events, write a class that implements the
@@ -367,7 +366,7 @@ application, use
367366
include MongoDB event data in the
368367
`Zipkin <https://zipkin.io/>`__ distributed tracing system.
369368

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
371370
tracing system other than Zipkin, you must write a command event listener that
372371
manages `spans <https://docs.spring.io/spring-cloud-sleuth/docs/current-SNAPSHOT/reference/html/getting-started.html#getting-started-terminology>`__
373372
for your desired distributed tracing system. To see an implementation of such a

0 commit comments

Comments
 (0)