Created
January 17, 2024 13:24
-
-
Save juarezjuniorgithub/b1c0b32ee8a1dc74d53acc41ca21d07d to your computer and use it in GitHub Desktop.
Pool metrics mappings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| HikariCP metrics | UCP Metrics | |
|---|---|---|
| Number of active connections | BorrowedConnectionsCount | |
| Number of pending connection requests | PendingRequestsCount | |
| Total number of timed-out requests | CumulativeFailedConnectionWaitCount | |
| Time taken to get a connection | PeakConnectionWaitTime / AverageConnectionWaitTime | |
| Current total number of connections | TotalConnectionsCount | |
| Number of idle connections | AvailableConnectionsCount | |
| Max number of connections | PeakConnectionsCount |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment