Detailed information about the PostgreSQL connection pool health.
Additional custom properties
Optionalended?: booleanIndicates whether the connection pool has ended
Optionalerror?: stringError message or stack trace if the health check failed
OptionalidleCount?: numberNumber of clients currently idle in the pool
Optionallatency?: stringTime taken to perform the health check query in milliseconds
The name of the manager
OptionaltotalCount?: numberTotal number of clients in the pool
OptionalwaitingCount?: numberNumber of clients currently waiting for a connection
Whether the connection is healthy
OptionallatencyResponse time in milliseconds
OptionalmessageHuman-readable status message
Unix timestamp when the check was performed
Extended health check result specific to PostgreSQL managers. Includes connection pool metrics and query response time.