RecordConnectionCreateTime records the time it took to create a new connection
(ctx context.Context, duration time.Duration, cn *pool.Conn)
| 43 | |
| 44 | // RecordConnectionCreateTime records the time it took to create a new connection |
| 45 | RecordConnectionCreateTime(ctx context.Context, duration time.Duration, cn *pool.Conn) |
| 46 | |
| 47 | // RecordConnectionRelaxedTimeout records when connection timeout is relaxed/unrelaxed |
| 48 | // delta: +1 for relaxed, -1 for unrelaxed |
no outgoing calls
no test coverage detected