I'm testing a move from dbcp2 pooling to tomcat's built in pooling. I'm using tomcat 8.0.30. Looking through the jmx mbeans i did not see the BorrowedCount or CreatedCount attributes as I did when using dbcp2. I use these in my monitoring software to graph DB thread activity.
What are the chances that we can get these attributes implemented for the built in pool? Thanks, -Tony