ConnectionCheckOutFailedEvent | mongodb (original) (raw)
An event published when a request to check a connection out fails
Hierarchy (view full)
- ConnectionPoolMonitoringEvent
- ConnectionCheckOutFailedEvent
Index
Properties
address
address: string
The address (host/port pair) of the pool
durationMS
durationMS: number
The time it took to check out the connection. More specifically, the time elapsed between emitting a ConnectionCheckOutStartedEvent
and emitting this event as part of the same check out.
reason
reason: string
The reason the attempt to check out failed
time
time: Date
A timestamp when the event was created