stats_total_query_count | Number of queries sent by all clients | Counter |
stats_total_query_time | Total time for queries to execute | Counter |
stats_total_received | Number of bytes received from the server | Counter |
stats_total_sent | Number of bytes sent to the server | Counter |
stats_total_xact_count | Total number of transactions started by the client | Counter |
stats_total_xact_time | Total amount of time for all transactions to execute | Counter |
stats_total_wait_time | Total client wait time for a server connection | Counter |
stats_avg_query_count | Average of total_query_count every 15 seconds | Gauge |
stats_avg_query_time | Average time taken for queries to execute every 15 seconds | Gauge |
stats_avg_recv | Average of total_received bytes every 15 seconds | Gauge |
stats_avg_sent | Average of total_sent bytes every 15 seconds | Gauge |
stats_avg_errors | Average number of errors every 15 seconds | Gauge |
stats_avg_xact_count | Average of total_xact_count every 15 seconds | Gauge |
stats_avg_xact_time | Average of total_xact_time every 15 seconds | Gauge |
stats_avg_wait_time | Average of total_wait_time every 15 seconds | Gauge |
pools_maxwait_us | Client max wait time for connection in microseconds | Gauge |
pools_maxwait | Client max wait time for connection in seconds | Gauge |
pools_cl_waiting | How many clients are waiting for a connection from the pool | Gauge |
pools_cl_active | How many clients are actively communicating with a server | Gauge |
pools_cl_idle | How many clients are idle | Gauge |
pools_sv_idle | How many server connections are idle | Gauge |
pools_sv_active | How many server connections have an active client | Gauge |
pools_sv_login | How many server connections are currently being created | Gauge |
pools_sv_tested | How many server connections waiting on a health check | Gauge |
servers_bytes_received | Number of bytes of network traffic received by server | Gauge |
servers_bytes_sent | Number of bytes of network traffic sent by server | Gauge |
servers_transaction_count | Number of transactions executed by server | Gauge |
servers_query_count | Number of queries executed by server | Gauge |
servers_error_count | Number of errors | Gauge |
databases_pool_size | Maximum number of server connections | Gauge |
databases_current_connections | Current number of connections for this database | Gauge |