-
-
Notifications
You must be signed in to change notification settings - Fork 139
Closed
Description
Hello, I need some metrics to monitor connection pool state in production.
In ConnectionPool class there are inUseConnectionCount
, futuresWaitingForConnectionCount
and idleConnectionsCount
. The problem is that they are constant variables, not functions, making them virtually useless to observe connection pool state as they are initialized once when making an instance of ConnectionPool.
Metadata
Metadata
Assignees
Labels
No labels