We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looking for the information to get the thread logging on the event when the thread gets a connection and when they are returned to the pool.
Any information apart form the logging would also help me.
The intention for this activity is to know, if a thread can, at any point in time, be associated with more than one connection.
The text was updated successfully, but these errors were encountered:
@Masood312 did you try implementing com.zaxxer.hikari.metrics.IMetricsTracker? It seems to get called when connection acquired and released
com.zaxxer.hikari.metrics.IMetricsTracker
Sorry, something went wrong.
No branches or pull requests
Looking for the information to get the thread logging on the event when the thread gets a connection and when they are returned to the pool.
Any information apart form the logging would also help me.
The intention for this activity is to know, if a thread can, at any point in time, be associated with more than one connection.
The text was updated successfully, but these errors were encountered: