RecordMaintenanceNotification records when a maintenance notification is received notificationType: the type of notification (e.g., "MOVING", "MIGRATING", etc.)
(ctx context.Context, cn *pool.Conn, notificationType string)
| 64 | // RecordMaintenanceNotification records when a maintenance notification is received |
| 65 | // notificationType: the type of notification (e.g., "MOVING", "MIGRATING", etc.) |
| 66 | RecordMaintenanceNotification(ctx context.Context, cn *pool.Conn, notificationType string) |
| 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) |
no outgoing calls
no test coverage detected