DbalPoolMetricsListener
in package
FinalYes
Tags
Table of Contents
Methods
- __construct() : mixed
- onConnectionCreated() : void
- onConnectionDestroyed() : void
- onConnectionPoisoned() : void
- onConnectionReleased() : void
- onConnectionTaken() : void
- onPoolExhausted() : void
Methods
__construct()
public
__construct(Observability $observability) : mixed
Parameters
- $observability : Observability
onConnectionCreated()
public
onConnectionCreated(ConnectionCreated $event) : void
Parameters
- $event : ConnectionCreated
onConnectionDestroyed()
public
onConnectionDestroyed(ConnectionDestroyed $event) : void
Parameters
- $event : ConnectionDestroyed
onConnectionPoisoned()
public
onConnectionPoisoned(ConnectionPoisoned $event) : void
Parameters
- $event : ConnectionPoisoned
onConnectionReleased()
public
onConnectionReleased(ConnectionReleased $event) : void
Parameters
- $event : ConnectionReleased
onConnectionTaken()
public
onConnectionTaken(ConnectionTaken $event) : void
Parameters
- $event : ConnectionTaken
onPoolExhausted()
public
onPoolExhausted(PoolExhausted $event) : void
Parameters
- $event : PoolExhausted