A handle obtained a session (either a reused idle session or a new one via scale-up).
A session was returned to the pool via .disconnect() on a handle that had not been invalidated.
A new physical session has been started (warm-up or scale-up).
An idle session above the minimum threshold was closed without penalty due to inactivity (ADR-0010/0012).
One session was discarded (abrupt termination, never returned) following an error in a business call (ADR-0011/0020).
A handle request was rejected because the queue was full.
A handle request has expired while waiting in the queue.
Events emitted by any session pool in the process—the bus is shared among all pools; filter by
keyin the handler when you need to distinguish between identities.