pgbouncer.clients.connect_time (gauge) | When the connection was made (seconds since epoch) Shown as second |
pgbouncer.clients.request_time (gauge) | When last request was issued (seconds since epoch) Shown as second |
pgbouncer.clients.wait (gauge) | Current waiting time in seconds Shown as second |
pgbouncer.clients.wait_us (gauge) | The microsecond portion of the current waiting time Shown as microsecond |
pgbouncer.databases.current_connections (gauge) | Current number of connections for this database Shown as connection |
pgbouncer.databases.max_connections (gauge) | Maximum number of allowed connections Shown as connection |
pgbouncer.databases.pool_size (gauge) | Maximum number of server connections Shown as connection |
pgbouncer.max_client_conn (gauge) | The maximum number of client connections allowed. Shown as connection |
pgbouncer.pools.cl_active (gauge) | Client connections linked to server connection and able to process queries Shown as connection |
pgbouncer.pools.cl_waiting (gauge) | Client connections waiting on a server connection Shown as connection |
pgbouncer.pools.maxwait (gauge) | How long the first (oldest) client in the queue has waited, in seconds Shown as second |
pgbouncer.pools.maxwait_us (gauge) | Microsecond part of the maximum waiting time Shown as microsecond |
pgbouncer.pools.sv_active (gauge) | Server connections linked to a client connection Shown as connection |
pgbouncer.pools.sv_idle (gauge) | Server connections idle and ready for a client query Shown as connection |
pgbouncer.pools.sv_login (gauge) | Server connections currently in the process of logging in Shown as connection |
pgbouncer.pools.sv_tested (gauge) | Server connections currently running either serverresetquery or servercheckquery Shown as connection |
pgbouncer.pools.sv_used (gauge) | Server connections idle more than servercheckdelay, needing servercheckquery Shown as connection |
pgbouncer.servers.connect_time (gauge) | When the connection was made (seconds since epoch) Shown as second |
pgbouncer.servers.request_time (gauge) | When last request was issued (seconds since epoch) Shown as second |
pgbouncer.stats.avg_query (gauge) | The average query duration Shown as microsecond |
pgbouncer.stats.avg_query_count (gauge) | The average number of queries per second in last stat period Shown as query |
pgbouncer.stats.avg_query_time (gauge) | The average query duration Shown as microsecond |
pgbouncer.stats.avg_recv (gauge) | The client network traffic received Shown as byte |
pgbouncer.stats.avg_req (gauge) | The average number of requests per second in last stat period Shown as request |
pgbouncer.stats.avg_sent (gauge) | The client network traffic sent Shown as byte |
pgbouncer.stats.avg_transaction_count (gauge) | The average number of transactions per second in last stat period Shown as transaction |
pgbouncer.stats.avg_transaction_time (gauge) | The average transaction duration Shown as microsecond |
pgbouncer.stats.avg_wait_time (gauge) | Time spent by clients waiting for a server, in microseconds (average per second) Shown as microsecond |
pgbouncer.stats.bytes_received_per_second (rate) | The total network traffic received Shown as byte |
pgbouncer.stats.bytes_sent_per_second (rate) | The total network traffic sent Shown as byte |
pgbouncer.stats.queries_per_second (rate) | The query rate Shown as query |
pgbouncer.stats.requests_per_second (rate) | The request rate Shown as request |
pgbouncer.stats.total_query_time (rate) | Time spent by pgbouncer actively querying PostgreSQL Shown as microsecond |
pgbouncer.stats.total_transaction_time (rate) | Time spent by pgbouncer in transactions Shown as microsecond |
pgbouncer.stats.total_wait_time (gauge) | Time spent by clients waiting for a server, in microseconds Shown as microsecond |
pgbouncer.stats.transactions_per_second (rate) | The transaction rate Shown as transaction |