oracle-db-appdev-monitoring icon indicating copy to clipboard operation
oracle-db-appdev-monitoring copied to clipboard

Expose db connection status as a metric

Open markxnelson opened this issue 1 year ago • 0 comments

Expose the current database connection (pool) status as a simple internal metric (up/down) to enable easy detection of connection issues.

Note that the driver does not actually connect to the database when Open() is called, only when Ping() is called or you try to run a query.

markxnelson avatar Feb 12 '24 16:02 markxnelson