Merge branch '3.2.x' into 3.3.x

Closes gh-41920
This commit is contained in:
Stéphane Nicoll
2024-08-19 09:46:23 +02:00
4 changed files with 6 additions and 6 deletions

View File

@@ -1082,7 +1082,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.