PgBouncer
Integration Installation
Install the Astradot Infra Agent on your server
Edit
/etc/astradot-infra/integrations/pgbouncer.toml
Restart astradot-infra agent
Metrics
Transactions
Rate of SQL transactions pooled
Queries
Rate of SQL queries pooled
Bytes Received
Volume of network traffic received
Bytes Sent
Volume of network traffic sent
Client Connections - Active
Client connections that are linked to server connection and can process queries
Client Connections - Waiting
Client connections have sent queries but have not yet got a server connection
Server Connections - Active
Server connections that linked to client
Server Connections - Idle
Server connections that unused and immediately usable for client queries
Server Connections - In Use
Server connections that have been idle more than server_check_delay, so they needs server_check_query to run on them before they can be used
Last updated
Was this helpful?