RecordConnectionWaitTime records the time spent waiting for a connection from the pool
(ctx context.Context, duration time.Duration, cn *pool.Conn)
| 67 | |
| 68 | // RecordConnectionWaitTime records the time spent waiting for a connection from the pool |
| 69 | RecordConnectionWaitTime(ctx context.Context, duration time.Duration, cn *pool.Conn) |
| 70 | |
| 71 | // RecordConnectionClosed records when a connection is closed |
| 72 | // reason: reason for closing (e.g., "idle", "max_lifetime", "error", "pool_closed") |
no outgoing calls
no test coverage detected