Fix duplicate words
See gh-41916
This commit is contained in:
committed by
Stéphane Nicoll
parent
1733f44fea
commit
393ec8ae51
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user