Hell,
Is there any that I can get the HkariCP connection pool metric information such as total connections, idle connections and so on?
I know HikariPool logs such information like:
Before cleanup pool stats db (total=20, inUse=0, avail=20, waiting=0)
But it is too frequently and my code cannot control it. I would like to log such information in a configurable period such as 1 minutes. BTW, I use Scala Slick 3.0