Skip to content

Instantly share code, notes, and snippets.

@juarezjuniorgithub
Created January 17, 2024 13:24
Show Gist options
  • Select an option

  • Save juarezjuniorgithub/b1c0b32ee8a1dc74d53acc41ca21d07d to your computer and use it in GitHub Desktop.

Select an option

Save juarezjuniorgithub/b1c0b32ee8a1dc74d53acc41ca21d07d to your computer and use it in GitHub Desktop.
Pool metrics mappings
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