You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Monitoring number of threads waiting for a connection to database is extremely helpful when diagnosing performance issue with relational database and tuning pool size.
I suggest adding wait count to DataSourcePoolMetadata and DataSourcePoolMetrics (eg. for org.apache.tomcat.jdbc.pool.DataSource::getWaitCount Tomcat JDBC pool).