# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 4.8153e-05 go_gc_duration_seconds{quantile="0.25"} 8.8288e-05 go_gc_duration_seconds{quantile="0.5"} 0.000127351 go_gc_duration_seconds{quantile="0.75"} 0.000169735 go_gc_duration_seconds{quantile="1"} 0.001359324 go_gc_duration_seconds_sum 0.069370484 go_gc_duration_seconds_count 404 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent. # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes. # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 14 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.26.1"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 2.71572e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 8.23875072e+08 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 1.444536e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 9.980679e+06 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.175664e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 2.71572e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 7.307264e+06 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 4.554752e+06 # HELP go_memstats_heap_objects Number of currently allocated objects. Equals to /gc/heap/objects:objects. # TYPE go_memstats_heap_objects gauge go_memstats_heap_objects 9320 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 5.791744e+06 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 1.1862016e+07 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.7744521501963766e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 9.989999e+06 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 4592 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 16072 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 74560 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 97920 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 5.320914e+06 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 613400 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 720896 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 720896 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 1.7930504e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads. # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 2 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 8 # HELP pgbouncer_database_current_client_connections Current number of client connections for this database # TYPE pgbouncer_database_current_client_connections gauge pgbouncer_database_current_client_connections{datname="meta",host="/var/run/postgresql",port="5432",real_datname="meta"} 0 pgbouncer_database_current_client_connections{datname="pgbouncer",host="",port="6432",real_datname="pgbouncer"} 1 pgbouncer_database_current_client_connections{datname="pgweb",host="/var/run/postgresql",port="5432",real_datname="pgweb"} 0 # HELP pgbouncer_database_current_connections Current number of connections for this database # TYPE pgbouncer_database_current_connections gauge pgbouncer_database_current_connections{datname="meta",host="/var/run/postgresql",port="5432",real_datname="meta"} 0 pgbouncer_database_current_connections{datname="pgbouncer",host="",port="6432",real_datname="pgbouncer"} 0 pgbouncer_database_current_connections{datname="pgweb",host="/var/run/postgresql",port="5432",real_datname="pgweb"} 0 # HELP pgbouncer_database_disabled True(1) if this database is currently disabled # TYPE pgbouncer_database_disabled gauge pgbouncer_database_disabled{datname="meta",host="/var/run/postgresql",port="5432",real_datname="meta"} 0 pgbouncer_database_disabled{datname="pgbouncer",host="",port="6432",real_datname="pgbouncer"} 0 pgbouncer_database_disabled{datname="pgweb",host="/var/run/postgresql",port="5432",real_datname="pgweb"} 0 # HELP pgbouncer_database_max_client_connections Maximum number of allowed client connections for this pgbouncer instance # TYPE pgbouncer_database_max_client_connections gauge pgbouncer_database_max_client_connections{datname="meta",host="/var/run/postgresql",port="5432",real_datname="meta"} 0 pgbouncer_database_max_client_connections{datname="pgbouncer",host="",port="6432",real_datname="pgbouncer"} 0 pgbouncer_database_max_client_connections{datname="pgweb",host="/var/run/postgresql",port="5432",real_datname="pgweb"} 0 # HELP pgbouncer_database_max_connections Maximum number of allowed connections for this database # TYPE pgbouncer_database_max_connections gauge pgbouncer_database_max_connections{datname="meta",host="/var/run/postgresql",port="5432",real_datname="meta"} 100 pgbouncer_database_max_connections{datname="pgbouncer",host="",port="6432",real_datname="pgbouncer"} 100 pgbouncer_database_max_connections{datname="pgweb",host="/var/run/postgresql",port="5432",real_datname="pgweb"} 100 # HELP pgbouncer_database_min_pool_size Minimum number of server connections # TYPE pgbouncer_database_min_pool_size gauge pgbouncer_database_min_pool_size{datname="meta",host="/var/run/postgresql",port="5432",real_datname="meta"} 0 pgbouncer_database_min_pool_size{datname="pgbouncer",host="",port="6432",real_datname="pgbouncer"} 0 pgbouncer_database_min_pool_size{datname="pgweb",host="/var/run/postgresql",port="5432",real_datname="pgweb"} 0 # HELP pgbouncer_database_paused True(1) if this database is currently paused # TYPE pgbouncer_database_paused gauge pgbouncer_database_paused{datname="meta",host="/var/run/postgresql",port="5432",real_datname="meta"} 0 pgbouncer_database_paused{datname="pgbouncer",host="",port="6432",real_datname="pgbouncer"} 0 pgbouncer_database_paused{datname="pgweb",host="/var/run/postgresql",port="5432",real_datname="pgweb"} 0 # HELP pgbouncer_database_pool_size Maximum number of server connections # TYPE pgbouncer_database_pool_size gauge pgbouncer_database_pool_size{datname="meta",host="/var/run/postgresql",port="5432",real_datname="meta"} 50 pgbouncer_database_pool_size{datname="pgbouncer",host="",port="6432",real_datname="pgbouncer"} 2 pgbouncer_database_pool_size{datname="pgweb",host="/var/run/postgresql",port="5432",real_datname="pgweb"} 50 # HELP pgbouncer_database_reserve_pool Maximum number of additional connections for this database # TYPE pgbouncer_database_reserve_pool gauge pgbouncer_database_reserve_pool{datname="meta",host="/var/run/postgresql",port="5432",real_datname="meta"} 30 pgbouncer_database_reserve_pool{datname="pgbouncer",host="",port="6432",real_datname="pgbouncer"} 0 pgbouncer_database_reserve_pool{datname="pgweb",host="/var/run/postgresql",port="5432",real_datname="pgweb"} 30 # HELP pgbouncer_database_server_lifetime The maximum lifetime of a server connection for this database # TYPE pgbouncer_database_server_lifetime gauge pgbouncer_database_server_lifetime{datname="meta",host="/var/run/postgresql",port="5432",real_datname="meta"} 600 pgbouncer_database_server_lifetime{datname="pgbouncer",host="",port="6432",real_datname="pgbouncer"} 600 pgbouncer_database_server_lifetime{datname="pgweb",host="/var/run/postgresql",port="5432",real_datname="pgweb"} 600 # HELP pgbouncer_exporter_build_info A metric with a constant '1' value labeled with version, revision, branch, goversion, builddate, goos, and goarch from which pg_exporter was built. # TYPE pgbouncer_exporter_build_info gauge pgbouncer_exporter_build_info{branch="HEAD",builddate="2026-03-21T01:21:20Z",goarch="amd64",goos="linux",goversion="go1.26.1",revision="3cea615",version="1.2.1"} 1 # HELP pgbouncer_exporter_last_scrape_time last scrape timestamp # TYPE pgbouncer_exporter_last_scrape_time gauge pgbouncer_exporter_last_scrape_time 1.774452168e+09 # HELP pgbouncer_exporter_query_cache_ttl times to live of query cache # TYPE pgbouncer_exporter_query_cache_ttl gauge pgbouncer_exporter_query_cache_ttl{datname="pgbouncer",query="pgbouncer_database"} 10 pgbouncer_exporter_query_cache_ttl{datname="pgbouncer",query="pgbouncer_list"} 10 pgbouncer_exporter_query_cache_ttl{datname="pgbouncer",query="pgbouncer_pool"} 10 pgbouncer_exporter_query_cache_ttl{datname="pgbouncer",query="pgbouncer_stat"} 10 # HELP pgbouncer_exporter_query_scrape_duration seconds query spending on scraping # TYPE pgbouncer_exporter_query_scrape_duration gauge pgbouncer_exporter_query_scrape_duration{datname="pgbouncer",query="pgbouncer_database"} 0.000232594 pgbouncer_exporter_query_scrape_duration{datname="pgbouncer",query="pgbouncer_list"} 0.000235831 pgbouncer_exporter_query_scrape_duration{datname="pgbouncer",query="pgbouncer_pool"} 0.000128644 pgbouncer_exporter_query_scrape_duration{datname="pgbouncer",query="pgbouncer_stat"} 0.000184672 # HELP pgbouncer_exporter_query_scrape_error_count times the query failed # TYPE pgbouncer_exporter_query_scrape_error_count gauge pgbouncer_exporter_query_scrape_error_count{datname="pgbouncer",query="pgbouncer_database"} 0 pgbouncer_exporter_query_scrape_error_count{datname="pgbouncer",query="pgbouncer_list"} 0 pgbouncer_exporter_query_scrape_error_count{datname="pgbouncer",query="pgbouncer_pool"} 0 pgbouncer_exporter_query_scrape_error_count{datname="pgbouncer",query="pgbouncer_stat"} 0 # HELP pgbouncer_exporter_query_scrape_hit_count numbers been scraped from this query # TYPE pgbouncer_exporter_query_scrape_hit_count gauge pgbouncer_exporter_query_scrape_hit_count{datname="pgbouncer",query="pgbouncer_database"} 1051 pgbouncer_exporter_query_scrape_hit_count{datname="pgbouncer",query="pgbouncer_list"} 1051 pgbouncer_exporter_query_scrape_hit_count{datname="pgbouncer",query="pgbouncer_pool"} 1051 pgbouncer_exporter_query_scrape_hit_count{datname="pgbouncer",query="pgbouncer_stat"} 1051 # HELP pgbouncer_exporter_query_scrape_metric_count numbers of metrics been scraped from this query # TYPE pgbouncer_exporter_query_scrape_metric_count gauge pgbouncer_exporter_query_scrape_metric_count{datname="pgbouncer",query="pgbouncer_database"} 30 pgbouncer_exporter_query_scrape_metric_count{datname="pgbouncer",query="pgbouncer_list"} 14 pgbouncer_exporter_query_scrape_metric_count{datname="pgbouncer",query="pgbouncer_pool"} 13 pgbouncer_exporter_query_scrape_metric_count{datname="pgbouncer",query="pgbouncer_stat"} 22 # HELP pgbouncer_exporter_query_scrape_total_count times exporter server was scraped for metrics # TYPE pgbouncer_exporter_query_scrape_total_count gauge pgbouncer_exporter_query_scrape_total_count{datname="pgbouncer",query="pgbouncer_database"} 2802 pgbouncer_exporter_query_scrape_total_count{datname="pgbouncer",query="pgbouncer_list"} 2802 pgbouncer_exporter_query_scrape_total_count{datname="pgbouncer",query="pgbouncer_pool"} 2802 pgbouncer_exporter_query_scrape_total_count{datname="pgbouncer",query="pgbouncer_stat"} 2802 # HELP pgbouncer_exporter_scrape_duration seconds exporter spending on scraping # TYPE pgbouncer_exporter_scrape_duration gauge pgbouncer_exporter_scrape_duration 0.001220561 # HELP pgbouncer_exporter_scrape_error_count times exporter was scraped for metrics and failed # TYPE pgbouncer_exporter_scrape_error_count counter pgbouncer_exporter_scrape_error_count 0 # HELP pgbouncer_exporter_scrape_total_count times exporter was scraped for metrics # TYPE pgbouncer_exporter_scrape_total_count counter pgbouncer_exporter_scrape_total_count 2802 # HELP pgbouncer_exporter_server_scrape_duration seconds exporter server spending on scraping last scrape # TYPE pgbouncer_exporter_server_scrape_duration gauge pgbouncer_exporter_server_scrape_duration{datname="pgbouncer"} 0.001216235 # HELP pgbouncer_exporter_server_scrape_error_count cumulative times exporter server scrape failed (fatal scrape failures only) # TYPE pgbouncer_exporter_server_scrape_error_count gauge pgbouncer_exporter_server_scrape_error_count{datname="pgbouncer"} 0 # HELP pgbouncer_exporter_server_scrape_total_count times exporter server was scraped for metrics # TYPE pgbouncer_exporter_server_scrape_total_count gauge pgbouncer_exporter_server_scrape_total_count{datname="pgbouncer"} 2802 # HELP pgbouncer_exporter_server_scrape_total_seconds cumulative total seconds exporter server spending on scraping # TYPE pgbouncer_exporter_server_scrape_total_seconds gauge pgbouncer_exporter_server_scrape_total_seconds{datname="pgbouncer"} 3.1249466680000095 # HELP pgbouncer_exporter_up always be 1 if your could retrieve metrics # TYPE pgbouncer_exporter_up gauge pgbouncer_exporter_up 1 # HELP pgbouncer_exporter_uptime seconds since exporter primary server inited # TYPE pgbouncer_exporter_uptime gauge pgbouncer_exporter_uptime 28005.487598464 # HELP pgbouncer_in_recovery server is in recovery mode? 1 for yes 0 for no # TYPE pgbouncer_in_recovery gauge pgbouncer_in_recovery 0 # HELP pgbouncer_list_items Number of corresponding pgbouncer object # TYPE pgbouncer_list_items gauge pgbouncer_list_items{list="databases"} 3 pgbouncer_list_items{list="dns_names"} 0 pgbouncer_list_items{list="dns_pending"} 0 pgbouncer_list_items{list="dns_queries"} 0 pgbouncer_list_items{list="dns_zones"} 0 pgbouncer_list_items{list="free_clients"} 49 pgbouncer_list_items{list="free_servers"} 0 pgbouncer_list_items{list="login_clients"} 0 pgbouncer_list_items{list="peer_pools"} 0 pgbouncer_list_items{list="peers"} 0 pgbouncer_list_items{list="pools"} 1 pgbouncer_list_items{list="used_clients"} 1 pgbouncer_list_items{list="used_servers"} 0 pgbouncer_list_items{list="users"} 7 # HELP pgbouncer_pool_active_cancel_clients Client connections that have forwarded query cancellations to the server and are waiting for the server response. # TYPE pgbouncer_pool_active_cancel_clients gauge pgbouncer_pool_active_cancel_clients{datname="pgbouncer",load_balance_hosts="",pool_mode="statement",user="pgbouncer"} 0 # HELP pgbouncer_pool_active_cancel_servers Server connections that are currently forwarding a cancel request # TYPE pgbouncer_pool_active_cancel_servers gauge pgbouncer_pool_active_cancel_servers{datname="pgbouncer",load_balance_hosts="",pool_mode="statement",user="pgbouncer"} 0 # HELP pgbouncer_pool_active_clients Client connections that are linked to server connection and can process queries # TYPE pgbouncer_pool_active_clients gauge pgbouncer_pool_active_clients{datname="pgbouncer",load_balance_hosts="",pool_mode="statement",user="pgbouncer"} 1 # HELP pgbouncer_pool_active_servers Server connections that are linked to a client # TYPE pgbouncer_pool_active_servers gauge pgbouncer_pool_active_servers{datname="pgbouncer",load_balance_hosts="",pool_mode="statement",user="pgbouncer"} 0 # HELP pgbouncer_pool_cancel_clients Client connections that have not forwarded query cancellations to the server yet. # TYPE pgbouncer_pool_cancel_clients gauge pgbouncer_pool_cancel_clients{datname="pgbouncer",load_balance_hosts="",pool_mode="statement",user="pgbouncer"} 0 # HELP pgbouncer_pool_cancel_servers cancel requests have completed that were sent to cancel a query on this server # TYPE pgbouncer_pool_cancel_servers gauge pgbouncer_pool_cancel_servers{datname="pgbouncer",load_balance_hosts="",pool_mode="statement",user="pgbouncer"} 0 # HELP pgbouncer_pool_idle_servers Server connections that are unused and immediately usable for client queries # TYPE pgbouncer_pool_idle_servers gauge pgbouncer_pool_idle_servers{datname="pgbouncer",load_balance_hosts="",pool_mode="statement",user="pgbouncer"} 0 # HELP pgbouncer_pool_login_servers Server connections currently in the process of logging in # TYPE pgbouncer_pool_login_servers gauge pgbouncer_pool_login_servers{datname="pgbouncer",load_balance_hosts="",pool_mode="statement",user="pgbouncer"} 0 # HELP pgbouncer_pool_maxwait How long the first(oldest) client in the queue has waited # TYPE pgbouncer_pool_maxwait gauge pgbouncer_pool_maxwait{datname="pgbouncer",load_balance_hosts="",pool_mode="statement",user="pgbouncer"} 0 # HELP pgbouncer_pool_maxwait_us Microsecond part of the maximum waiting time. # TYPE pgbouncer_pool_maxwait_us gauge pgbouncer_pool_maxwait_us{datname="pgbouncer",load_balance_hosts="",pool_mode="statement",user="pgbouncer"} 0 # HELP pgbouncer_pool_tested_servers Server connections that are currently running reset or check query # TYPE pgbouncer_pool_tested_servers gauge pgbouncer_pool_tested_servers{datname="pgbouncer",load_balance_hosts="",pool_mode="statement",user="pgbouncer"} 0 # HELP pgbouncer_pool_used_servers Server connections that have been idle for more than server_check_delay (means have to run check query) # TYPE pgbouncer_pool_used_servers gauge pgbouncer_pool_used_servers{datname="pgbouncer",load_balance_hosts="",pool_mode="statement",user="pgbouncer"} 0 # HELP pgbouncer_pool_waiting_clients Client connections that have sent queries but have not yet got a server connection # TYPE pgbouncer_pool_waiting_clients gauge pgbouncer_pool_waiting_clients{datname="pgbouncer",load_balance_hosts="",pool_mode="statement",user="pgbouncer"} 0 # HELP pgbouncer_stat_avg_bind_count Average number of prepared statements readied for execution by clients and forwarded to postgres # TYPE pgbouncer_stat_avg_bind_count gauge pgbouncer_stat_avg_bind_count{datname="pgbouncer"} 0 # HELP pgbouncer_stat_avg_client_parse_count Average number of prepared statements created by clients # TYPE pgbouncer_stat_avg_client_parse_count gauge pgbouncer_stat_avg_client_parse_count{datname="pgbouncer"} 0 # HELP pgbouncer_stat_avg_query_count Average queries per second in last stat period # TYPE pgbouncer_stat_avg_query_count gauge pgbouncer_stat_avg_query_count{datname="pgbouncer"} 0 # HELP pgbouncer_stat_avg_query_time Average query duration # TYPE pgbouncer_stat_avg_query_time gauge pgbouncer_stat_avg_query_time{datname="pgbouncer"} 0 # HELP pgbouncer_stat_avg_recv Average received (from clients) bytes per second # TYPE pgbouncer_stat_avg_recv gauge pgbouncer_stat_avg_recv{datname="pgbouncer"} 0 # HELP pgbouncer_stat_avg_sent Average sent (to clients) bytes per second # TYPE pgbouncer_stat_avg_sent gauge pgbouncer_stat_avg_sent{datname="pgbouncer"} 0 # HELP pgbouncer_stat_avg_server_assignment_count Average number of times a server as assigned to a client per second in the last stat period. # TYPE pgbouncer_stat_avg_server_assignment_count gauge pgbouncer_stat_avg_server_assignment_count{datname="pgbouncer"} 0 # HELP pgbouncer_stat_avg_server_parse_count Average number of prepared statements created on a server. # TYPE pgbouncer_stat_avg_server_parse_count gauge pgbouncer_stat_avg_server_parse_count{datname="pgbouncer"} 0 # HELP pgbouncer_stat_avg_wait_time Time spent by clients waiting for a server # TYPE pgbouncer_stat_avg_wait_time gauge pgbouncer_stat_avg_wait_time{datname="pgbouncer"} 0 # HELP pgbouncer_stat_avg_xact_count Average transactions per second in last stat period # TYPE pgbouncer_stat_avg_xact_count gauge pgbouncer_stat_avg_xact_count{datname="pgbouncer"} 0 # HELP pgbouncer_stat_avg_xact_time Average transaction duration # TYPE pgbouncer_stat_avg_xact_time gauge pgbouncer_stat_avg_xact_time{datname="pgbouncer"} 0 # HELP pgbouncer_stat_total_bind_count Total number of prepared statements readied for execution by clients and forwarded to postgres # TYPE pgbouncer_stat_total_bind_count counter pgbouncer_stat_total_bind_count{datname="pgbouncer"} 0 # HELP pgbouncer_stat_total_client_parse_count Total number of prepared statements created by clients # TYPE pgbouncer_stat_total_client_parse_count counter pgbouncer_stat_total_client_parse_count{datname="pgbouncer"} 0 # HELP pgbouncer_stat_total_query_count Total number of SQL queries pooled by pgbouncer # TYPE pgbouncer_stat_total_query_count counter pgbouncer_stat_total_query_count{datname="pgbouncer"} 456 # HELP pgbouncer_stat_total_query_time Total number of seconds spent when executing queries # TYPE pgbouncer_stat_total_query_time counter pgbouncer_stat_total_query_time{datname="pgbouncer"} 0 # HELP pgbouncer_stat_total_received Total volume in bytes of network traffic received by pgbouncer # TYPE pgbouncer_stat_total_received counter pgbouncer_stat_total_received{datname="pgbouncer"} 0 # HELP pgbouncer_stat_total_sent Total volume in bytes of network traffic sent by pgbouncer # TYPE pgbouncer_stat_total_sent counter pgbouncer_stat_total_sent{datname="pgbouncer"} 0 # HELP pgbouncer_stat_total_server_assignment_count Total times a server was assigned to a client # TYPE pgbouncer_stat_total_server_assignment_count counter pgbouncer_stat_total_server_assignment_count{datname="pgbouncer"} 0 # HELP pgbouncer_stat_total_server_parse_count Total number of prepared statements created on a server. # TYPE pgbouncer_stat_total_server_parse_count counter pgbouncer_stat_total_server_parse_count{datname="pgbouncer"} 0 # HELP pgbouncer_stat_total_wait_time Time spent by clients waiting for a server # TYPE pgbouncer_stat_total_wait_time counter pgbouncer_stat_total_wait_time{datname="pgbouncer"} 0 # HELP pgbouncer_stat_total_xact_count Total number of SQL transactions pooled by pgbouncer # TYPE pgbouncer_stat_total_xact_count counter pgbouncer_stat_total_xact_count{datname="pgbouncer"} 456 # HELP pgbouncer_stat_total_xact_time Total number of seconds spent when in a transaction # TYPE pgbouncer_stat_total_xact_time counter pgbouncer_stat_total_xact_time{datname="pgbouncer"} 0 # HELP pgbouncer_up last scrape was able to connect to the server: 1 for yes, 0 for no # TYPE pgbouncer_up gauge pgbouncer_up 1 # HELP pgbouncer_version server version number # TYPE pgbouncer_version gauge pgbouncer_version 12501 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 24.7 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524287 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 6.094824726e+09 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 3.564866328e+09 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 9 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.060288e+07 # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. # TYPE process_start_time_seconds gauge process_start_time_seconds 1.77442416183e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.303822336e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19 # HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served. # TYPE promhttp_metric_handler_requests_in_flight gauge promhttp_metric_handler_requests_in_flight 1 # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code. # TYPE promhttp_metric_handler_requests_total counter promhttp_metric_handler_requests_total{code="200"} 2801 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0