# 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"} 8.4222e-05 go_gc_duration_seconds{quantile="0.25"} 0.000149011 go_gc_duration_seconds{quantile="0.5"} 0.000212431 go_gc_duration_seconds{quantile="0.75"} 0.000292183 go_gc_duration_seconds{quantile="1"} 0.001767217 go_gc_duration_seconds_sum 2.175690088 go_gc_duration_seconds_count 8822 # 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 3.093656e+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 1.6684744192e+10 # 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 2.28892819e+08 # 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.172592e+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 3.093656e+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 6.619136e+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 5.144576e+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 17619 # 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.505024e+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.1763712e+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.7761972313217793e+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 2.28910438e+08 # 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 86560 # 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 114240 # 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.68985e+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 600152 # 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 819200 # 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 819200 # 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 9 # 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="gepvi_eat_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_eat_db"} 0 pgbouncer_database_current_client_connections{datname="gepvi_fin_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_fin_db"} 0 pgbouncer_database_current_client_connections{datname="gepvi_health_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_health_db"} 0 pgbouncer_database_current_client_connections{datname="gepvi_reports_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_reports_db"} 0 pgbouncer_database_current_client_connections{datname="gepvi_users_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_users_db"} 0 pgbouncer_database_current_client_connections{datname="omniword",host="/var/run/postgresql",port="5432",real_datname="omniword"} 0 pgbouncer_database_current_client_connections{datname="pgbouncer",host="",port="6432",real_datname="pgbouncer"} 1 # HELP pgbouncer_database_current_connections Current number of connections for this database # TYPE pgbouncer_database_current_connections gauge pgbouncer_database_current_connections{datname="gepvi_eat_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_eat_db"} 2 pgbouncer_database_current_connections{datname="gepvi_fin_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_fin_db"} 1 pgbouncer_database_current_connections{datname="gepvi_health_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_health_db"} 0 pgbouncer_database_current_connections{datname="gepvi_reports_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_reports_db"} 0 pgbouncer_database_current_connections{datname="gepvi_users_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_users_db"} 0 pgbouncer_database_current_connections{datname="omniword",host="/var/run/postgresql",port="5432",real_datname="omniword"} 0 pgbouncer_database_current_connections{datname="pgbouncer",host="",port="6432",real_datname="pgbouncer"} 0 # HELP pgbouncer_database_disabled True(1) if this database is currently disabled # TYPE pgbouncer_database_disabled gauge pgbouncer_database_disabled{datname="gepvi_eat_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_eat_db"} 0 pgbouncer_database_disabled{datname="gepvi_fin_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_fin_db"} 0 pgbouncer_database_disabled{datname="gepvi_health_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_health_db"} 0 pgbouncer_database_disabled{datname="gepvi_reports_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_reports_db"} 0 pgbouncer_database_disabled{datname="gepvi_users_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_users_db"} 0 pgbouncer_database_disabled{datname="omniword",host="/var/run/postgresql",port="5432",real_datname="omniword"} 0 pgbouncer_database_disabled{datname="pgbouncer",host="",port="6432",real_datname="pgbouncer"} 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="gepvi_eat_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_eat_db"} 0 pgbouncer_database_max_client_connections{datname="gepvi_fin_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_fin_db"} 0 pgbouncer_database_max_client_connections{datname="gepvi_health_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_health_db"} 0 pgbouncer_database_max_client_connections{datname="gepvi_reports_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_reports_db"} 0 pgbouncer_database_max_client_connections{datname="gepvi_users_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_users_db"} 0 pgbouncer_database_max_client_connections{datname="omniword",host="/var/run/postgresql",port="5432",real_datname="omniword"} 0 pgbouncer_database_max_client_connections{datname="pgbouncer",host="",port="6432",real_datname="pgbouncer"} 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="gepvi_eat_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_eat_db"} 100 pgbouncer_database_max_connections{datname="gepvi_fin_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_fin_db"} 100 pgbouncer_database_max_connections{datname="gepvi_health_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_health_db"} 100 pgbouncer_database_max_connections{datname="gepvi_reports_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_reports_db"} 100 pgbouncer_database_max_connections{datname="gepvi_users_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_users_db"} 100 pgbouncer_database_max_connections{datname="omniword",host="/var/run/postgresql",port="5432",real_datname="omniword"} 100 pgbouncer_database_max_connections{datname="pgbouncer",host="",port="6432",real_datname="pgbouncer"} 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="gepvi_eat_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_eat_db"} 0 pgbouncer_database_min_pool_size{datname="gepvi_fin_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_fin_db"} 0 pgbouncer_database_min_pool_size{datname="gepvi_health_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_health_db"} 0 pgbouncer_database_min_pool_size{datname="gepvi_reports_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_reports_db"} 0 pgbouncer_database_min_pool_size{datname="gepvi_users_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_users_db"} 0 pgbouncer_database_min_pool_size{datname="omniword",host="/var/run/postgresql",port="5432",real_datname="omniword"} 0 pgbouncer_database_min_pool_size{datname="pgbouncer",host="",port="6432",real_datname="pgbouncer"} 0 # HELP pgbouncer_database_paused True(1) if this database is currently paused # TYPE pgbouncer_database_paused gauge pgbouncer_database_paused{datname="gepvi_eat_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_eat_db"} 0 pgbouncer_database_paused{datname="gepvi_fin_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_fin_db"} 0 pgbouncer_database_paused{datname="gepvi_health_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_health_db"} 0 pgbouncer_database_paused{datname="gepvi_reports_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_reports_db"} 0 pgbouncer_database_paused{datname="gepvi_users_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_users_db"} 0 pgbouncer_database_paused{datname="omniword",host="/var/run/postgresql",port="5432",real_datname="omniword"} 0 pgbouncer_database_paused{datname="pgbouncer",host="",port="6432",real_datname="pgbouncer"} 0 # HELP pgbouncer_database_pool_size Maximum number of server connections # TYPE pgbouncer_database_pool_size gauge pgbouncer_database_pool_size{datname="gepvi_eat_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_eat_db"} 50 pgbouncer_database_pool_size{datname="gepvi_fin_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_fin_db"} 50 pgbouncer_database_pool_size{datname="gepvi_health_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_health_db"} 50 pgbouncer_database_pool_size{datname="gepvi_reports_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_reports_db"} 50 pgbouncer_database_pool_size{datname="gepvi_users_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_users_db"} 50 pgbouncer_database_pool_size{datname="omniword",host="/var/run/postgresql",port="5432",real_datname="omniword"} 50 pgbouncer_database_pool_size{datname="pgbouncer",host="",port="6432",real_datname="pgbouncer"} 2 # HELP pgbouncer_database_reserve_pool Maximum number of additional connections for this database # TYPE pgbouncer_database_reserve_pool gauge pgbouncer_database_reserve_pool{datname="gepvi_eat_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_eat_db"} 30 pgbouncer_database_reserve_pool{datname="gepvi_fin_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_fin_db"} 30 pgbouncer_database_reserve_pool{datname="gepvi_health_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_health_db"} 30 pgbouncer_database_reserve_pool{datname="gepvi_reports_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_reports_db"} 30 pgbouncer_database_reserve_pool{datname="gepvi_users_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_users_db"} 30 pgbouncer_database_reserve_pool{datname="omniword",host="/var/run/postgresql",port="5432",real_datname="omniword"} 30 pgbouncer_database_reserve_pool{datname="pgbouncer",host="",port="6432",real_datname="pgbouncer"} 0 # 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="gepvi_eat_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_eat_db"} 600 pgbouncer_database_server_lifetime{datname="gepvi_fin_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_fin_db"} 600 pgbouncer_database_server_lifetime{datname="gepvi_health_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_health_db"} 600 pgbouncer_database_server_lifetime{datname="gepvi_reports_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_reports_db"} 600 pgbouncer_database_server_lifetime{datname="gepvi_users_db",host="/var/run/postgresql",port="5432",real_datname="gepvi_users_db"} 600 pgbouncer_database_server_lifetime{datname="omniword",host="/var/run/postgresql",port="5432",real_datname="omniword"} 600 pgbouncer_database_server_lifetime{datname="pgbouncer",host="",port="6432",real_datname="pgbouncer"} 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.776197252e+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"} 9.226851741 pgbouncer_exporter_query_cache_ttl{datname="pgbouncer",query="pgbouncer_list"} 9.226851741 pgbouncer_exporter_query_cache_ttl{datname="pgbouncer",query="pgbouncer_pool"} 9.226851741 pgbouncer_exporter_query_cache_ttl{datname="pgbouncer",query="pgbouncer_stat"} 9.226851741 # 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.000329674 pgbouncer_exporter_query_scrape_duration{datname="pgbouncer",query="pgbouncer_list"} 0.00021112 pgbouncer_exporter_query_scrape_duration{datname="pgbouncer",query="pgbouncer_pool"} 0.000378549 pgbouncer_exporter_query_scrape_duration{datname="pgbouncer",query="pgbouncer_stat"} 0.000396788 # 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"} 15634 pgbouncer_exporter_query_scrape_hit_count{datname="pgbouncer",query="pgbouncer_list"} 15634 pgbouncer_exporter_query_scrape_hit_count{datname="pgbouncer",query="pgbouncer_pool"} 15634 pgbouncer_exporter_query_scrape_hit_count{datname="pgbouncer",query="pgbouncer_stat"} 15634 # 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"} 70 pgbouncer_exporter_query_scrape_metric_count{datname="pgbouncer",query="pgbouncer_list"} 14 pgbouncer_exporter_query_scrape_metric_count{datname="pgbouncer",query="pgbouncer_pool"} 52 pgbouncer_exporter_query_scrape_metric_count{datname="pgbouncer",query="pgbouncer_stat"} 88 # 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"} 42647 pgbouncer_exporter_query_scrape_total_count{datname="pgbouncer",query="pgbouncer_list"} 42647 pgbouncer_exporter_query_scrape_total_count{datname="pgbouncer",query="pgbouncer_pool"} 42647 pgbouncer_exporter_query_scrape_total_count{datname="pgbouncer",query="pgbouncer_stat"} 42647 # HELP pgbouncer_exporter_scrape_duration seconds exporter spending on scraping # TYPE pgbouncer_exporter_scrape_duration gauge pgbouncer_exporter_scrape_duration 0.000714302 # 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 42647 # 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.000689984 # 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"} 42647 # 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"} 58.835635111999636 # 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 426448.720993867 # 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"} 7 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"} 47 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"} 4 pgbouncer_list_items{list="used_clients"} 1 pgbouncer_list_items{list="used_servers"} 3 pgbouncer_list_items{list="users"} 11 # 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="gepvi_eat_db",load_balance_hosts="",pool_mode="transaction",user="gepvi_eat"} 0 pgbouncer_pool_active_cancel_clients{datname="gepvi_fin_db",load_balance_hosts="",pool_mode="transaction",user="gepvi_fin"} 0 pgbouncer_pool_active_cancel_clients{datname="omniword",load_balance_hosts="",pool_mode="transaction",user="omniword_user"} 0 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="gepvi_eat_db",load_balance_hosts="",pool_mode="transaction",user="gepvi_eat"} 0 pgbouncer_pool_active_cancel_servers{datname="gepvi_fin_db",load_balance_hosts="",pool_mode="transaction",user="gepvi_fin"} 0 pgbouncer_pool_active_cancel_servers{datname="omniword",load_balance_hosts="",pool_mode="transaction",user="omniword_user"} 0 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="gepvi_eat_db",load_balance_hosts="",pool_mode="transaction",user="gepvi_eat"} 0 pgbouncer_pool_active_clients{datname="gepvi_fin_db",load_balance_hosts="",pool_mode="transaction",user="gepvi_fin"} 0 pgbouncer_pool_active_clients{datname="omniword",load_balance_hosts="",pool_mode="transaction",user="omniword_user"} 0 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="gepvi_eat_db",load_balance_hosts="",pool_mode="transaction",user="gepvi_eat"} 0 pgbouncer_pool_active_servers{datname="gepvi_fin_db",load_balance_hosts="",pool_mode="transaction",user="gepvi_fin"} 0 pgbouncer_pool_active_servers{datname="omniword",load_balance_hosts="",pool_mode="transaction",user="omniword_user"} 0 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="gepvi_eat_db",load_balance_hosts="",pool_mode="transaction",user="gepvi_eat"} 0 pgbouncer_pool_cancel_clients{datname="gepvi_fin_db",load_balance_hosts="",pool_mode="transaction",user="gepvi_fin"} 0 pgbouncer_pool_cancel_clients{datname="omniword",load_balance_hosts="",pool_mode="transaction",user="omniword_user"} 0 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="gepvi_eat_db",load_balance_hosts="",pool_mode="transaction",user="gepvi_eat"} 0 pgbouncer_pool_cancel_servers{datname="gepvi_fin_db",load_balance_hosts="",pool_mode="transaction",user="gepvi_fin"} 0 pgbouncer_pool_cancel_servers{datname="omniword",load_balance_hosts="",pool_mode="transaction",user="omniword_user"} 0 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="gepvi_eat_db",load_balance_hosts="",pool_mode="transaction",user="gepvi_eat"} 2 pgbouncer_pool_idle_servers{datname="gepvi_fin_db",load_balance_hosts="",pool_mode="transaction",user="gepvi_fin"} 0 pgbouncer_pool_idle_servers{datname="omniword",load_balance_hosts="",pool_mode="transaction",user="omniword_user"} 0 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="gepvi_eat_db",load_balance_hosts="",pool_mode="transaction",user="gepvi_eat"} 0 pgbouncer_pool_login_servers{datname="gepvi_fin_db",load_balance_hosts="",pool_mode="transaction",user="gepvi_fin"} 0 pgbouncer_pool_login_servers{datname="omniword",load_balance_hosts="",pool_mode="transaction",user="omniword_user"} 0 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="gepvi_eat_db",load_balance_hosts="",pool_mode="transaction",user="gepvi_eat"} 0 pgbouncer_pool_maxwait{datname="gepvi_fin_db",load_balance_hosts="",pool_mode="transaction",user="gepvi_fin"} 0 pgbouncer_pool_maxwait{datname="omniword",load_balance_hosts="",pool_mode="transaction",user="omniword_user"} 0 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="gepvi_eat_db",load_balance_hosts="",pool_mode="transaction",user="gepvi_eat"} 0 pgbouncer_pool_maxwait_us{datname="gepvi_fin_db",load_balance_hosts="",pool_mode="transaction",user="gepvi_fin"} 0 pgbouncer_pool_maxwait_us{datname="omniword",load_balance_hosts="",pool_mode="transaction",user="omniword_user"} 0 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="gepvi_eat_db",load_balance_hosts="",pool_mode="transaction",user="gepvi_eat"} 0 pgbouncer_pool_tested_servers{datname="gepvi_fin_db",load_balance_hosts="",pool_mode="transaction",user="gepvi_fin"} 0 pgbouncer_pool_tested_servers{datname="omniword",load_balance_hosts="",pool_mode="transaction",user="omniword_user"} 0 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="gepvi_eat_db",load_balance_hosts="",pool_mode="transaction",user="gepvi_eat"} 0 pgbouncer_pool_used_servers{datname="gepvi_fin_db",load_balance_hosts="",pool_mode="transaction",user="gepvi_fin"} 1 pgbouncer_pool_used_servers{datname="omniword",load_balance_hosts="",pool_mode="transaction",user="omniword_user"} 0 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="gepvi_eat_db",load_balance_hosts="",pool_mode="transaction",user="gepvi_eat"} 0 pgbouncer_pool_waiting_clients{datname="gepvi_fin_db",load_balance_hosts="",pool_mode="transaction",user="gepvi_fin"} 0 pgbouncer_pool_waiting_clients{datname="omniword",load_balance_hosts="",pool_mode="transaction",user="omniword_user"} 0 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="gepvi_eat_db"} 0 pgbouncer_stat_avg_bind_count{datname="gepvi_fin_db"} 0 pgbouncer_stat_avg_bind_count{datname="omniword"} 0 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="gepvi_eat_db"} 0 pgbouncer_stat_avg_client_parse_count{datname="gepvi_fin_db"} 0 pgbouncer_stat_avg_client_parse_count{datname="omniword"} 0 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="gepvi_eat_db"} 1 pgbouncer_stat_avg_query_count{datname="gepvi_fin_db"} 0 pgbouncer_stat_avg_query_count{datname="omniword"} 0 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="gepvi_eat_db"} 0.000592 pgbouncer_stat_avg_query_time{datname="gepvi_fin_db"} 0 pgbouncer_stat_avg_query_time{datname="omniword"} 0 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="gepvi_eat_db"} 262 pgbouncer_stat_avg_recv{datname="gepvi_fin_db"} 0 pgbouncer_stat_avg_recv{datname="omniword"} 0 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="gepvi_eat_db"} 112 pgbouncer_stat_avg_sent{datname="gepvi_fin_db"} 0 pgbouncer_stat_avg_sent{datname="omniword"} 0 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="gepvi_eat_db"} 0 pgbouncer_stat_avg_server_assignment_count{datname="gepvi_fin_db"} 0 pgbouncer_stat_avg_server_assignment_count{datname="omniword"} 0 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="gepvi_eat_db"} 0 pgbouncer_stat_avg_server_parse_count{datname="gepvi_fin_db"} 0 pgbouncer_stat_avg_server_parse_count{datname="omniword"} 0 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="gepvi_eat_db"} 1.1e-05 pgbouncer_stat_avg_wait_time{datname="gepvi_fin_db"} 0 pgbouncer_stat_avg_wait_time{datname="omniword"} 0 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="gepvi_eat_db"} 0 pgbouncer_stat_avg_xact_count{datname="gepvi_fin_db"} 0 pgbouncer_stat_avg_xact_count{datname="omniword"} 0 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="gepvi_eat_db"} 0.003792 pgbouncer_stat_avg_xact_time{datname="gepvi_fin_db"} 0 pgbouncer_stat_avg_xact_time{datname="omniword"} 0 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="gepvi_eat_db"} 121568 pgbouncer_stat_total_bind_count{datname="gepvi_fin_db"} 1356 pgbouncer_stat_total_bind_count{datname="omniword"} 16 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="gepvi_eat_db"} 121007 pgbouncer_stat_total_client_parse_count{datname="gepvi_fin_db"} 496 pgbouncer_stat_total_client_parse_count{datname="omniword"} 16 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="gepvi_eat_db"} 360764 pgbouncer_stat_total_query_count{datname="gepvi_fin_db"} 995 pgbouncer_stat_total_query_count{datname="omniword"} 36 pgbouncer_stat_total_query_count{datname="pgbouncer"} 7004 # 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="gepvi_eat_db"} 242.23285299999998 pgbouncer_stat_total_query_time{datname="gepvi_fin_db"} 1.50105 pgbouncer_stat_total_query_time{datname="omniword"} 0.057568999999999995 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="gepvi_eat_db"} 9.5025443e+07 pgbouncer_stat_total_received{datname="gepvi_fin_db"} 346354 pgbouncer_stat_total_received{datname="omniword"} 6785 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="gepvi_eat_db"} 5.213108e+07 pgbouncer_stat_total_sent{datname="gepvi_fin_db"} 515080 pgbouncer_stat_total_sent{datname="omniword"} 5600 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="gepvi_eat_db"} 119613 pgbouncer_stat_total_server_assignment_count{datname="gepvi_fin_db"} 247 pgbouncer_stat_total_server_assignment_count{datname="omniword"} 10 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="gepvi_eat_db"} 4954 pgbouncer_stat_total_server_parse_count{datname="gepvi_fin_db"} 183 pgbouncer_stat_total_server_parse_count{datname="omniword"} 12 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="gepvi_eat_db"} 37.548732 pgbouncer_stat_total_wait_time{datname="gepvi_fin_db"} 0.490415 pgbouncer_stat_total_wait_time{datname="omniword"} 0.011906 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="gepvi_eat_db"} 119613 pgbouncer_stat_total_xact_count{datname="gepvi_fin_db"} 247 pgbouncer_stat_total_xact_count{datname="omniword"} 10 pgbouncer_stat_total_xact_count{datname="pgbouncer"} 7004 # 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="gepvi_eat_db"} 602.3122129999999 pgbouncer_stat_total_xact_time{datname="gepvi_fin_db"} 11.040218999999999 pgbouncer_stat_total_xact_time{datname="omniword"} 2.071008 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 481.74 # 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 4.4041928958e+10 # 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 4.4095611662e+10 # 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 1.4925824e+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.77577080185e+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"} 42646 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0