zio-jdbc icon indicating copy to clipboard operation
zio-jdbc copied to clipboard

Add metrics to track database connection failures / successes

Open jdegoes opened this issue 3 years ago • 0 comments

Each time a new / fresh connection to the database is attempted (as part of growing the connection pool), we can increment counters that track successes & failures using ZIO 2.0 metrics.

jdegoes avatar Feb 08 '22 09:02 jdegoes