RecordConnectionHandoff records when a connection is handed off to another node poolName: name of the connection pool (e.g., "main", "pubsub")
(ctx context.Context, cn *pool.Conn, poolName string)
| 53 | // RecordConnectionHandoff records when a connection is handed off to another node |
| 54 | // poolName: name of the connection pool (e.g., "main", "pubsub") |
| 55 | RecordConnectionHandoff(ctx context.Context, cn *pool.Conn, poolName string) |
| 56 | |
| 57 | // RecordError records client errors (ASK, MOVED, handshake failures, etc.) |
| 58 | // errorType: type of error (e.g., "ASK", "MOVED", "HANDSHAKE_FAILED") |
no outgoing calls
no test coverage detected