Fix duplicate words

See gh-41916
This commit is contained in:
Christoph Dreis
2024-08-18 17:58:30 +02:00
committed by Stéphane Nicoll
parent 1733f44fea
commit 393ec8ae51
4 changed files with 6 additions and 6 deletions

View File

@@ -1026,7 +1026,7 @@ Auto-configuration registers a `MongoMetricsConnectionPoolListener` with the aut
The following gauge metrics are created for the connection pool:
* `mongodb.driver.pool.size` reports the current size of the connection pool, including idle and and in-use members.
* `mongodb.driver.pool.size` reports the current size of the connection pool, including idle and in-use members.
* `mongodb.driver.pool.checkedout` reports the count of connections that are currently in use.
* `mongodb.driver.pool.waitqueuesize` reports the current size of the wait queue for a connection from the pool.