# 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"} 7.3612e-05 go_gc_duration_seconds{quantile="0.25"} 9.489e-05 go_gc_duration_seconds{quantile="0.5"} 0.000108063 go_gc_duration_seconds{quantile="0.75"} 0.000158548 go_gc_duration_seconds{quantile="1"} 0.003237665 go_gc_duration_seconds_sum 176.132499479 go_gc_duration_seconds_count 314075 # 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 24 # 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 7.810096e+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.392069657464e+12 # 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.8560789481e+10 # 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.478272e+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 7.810096e+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 1.0698752e+07 # 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 9.617408e+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 133591 # 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 7.74144e+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 2.031616e+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.7840276536992207e+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.8560923072e+10 # 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 2296 # 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 169120 # 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 261120 # 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 1.1159562e+07 # 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 471192 # 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 655360 # 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 655360 # 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 2.6642712e+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 1 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 8 # HELP pg_activity_count Count of connection among (datname # TYPE pg_activity_count gauge pg_activity_count{datname="gepvi_eat_db",state="active"} 0 pg_activity_count{datname="gepvi_eat_db",state="disabled"} 0 pg_activity_count{datname="gepvi_eat_db",state="fastpath function call"} 0 pg_activity_count{datname="gepvi_eat_db",state="idle"} 2 pg_activity_count{datname="gepvi_eat_db",state="idle in transaction"} 0 pg_activity_count{datname="gepvi_eat_db",state="idle in transaction (aborted)"} 0 pg_activity_count{datname="gepvi_fin_db",state="active"} 0 pg_activity_count{datname="gepvi_fin_db",state="disabled"} 0 pg_activity_count{datname="gepvi_fin_db",state="fastpath function call"} 0 pg_activity_count{datname="gepvi_fin_db",state="idle"} 2 pg_activity_count{datname="gepvi_fin_db",state="idle in transaction"} 0 pg_activity_count{datname="gepvi_fin_db",state="idle in transaction (aborted)"} 0 pg_activity_count{datname="gepvi_health_db",state="active"} 0 pg_activity_count{datname="gepvi_health_db",state="disabled"} 0 pg_activity_count{datname="gepvi_health_db",state="fastpath function call"} 0 pg_activity_count{datname="gepvi_health_db",state="idle"} 1 pg_activity_count{datname="gepvi_health_db",state="idle in transaction"} 0 pg_activity_count{datname="gepvi_health_db",state="idle in transaction (aborted)"} 0 pg_activity_count{datname="gepvi_reports_db",state="active"} 0 pg_activity_count{datname="gepvi_reports_db",state="disabled"} 0 pg_activity_count{datname="gepvi_reports_db",state="fastpath function call"} 0 pg_activity_count{datname="gepvi_reports_db",state="idle"} 0 pg_activity_count{datname="gepvi_reports_db",state="idle in transaction"} 0 pg_activity_count{datname="gepvi_reports_db",state="idle in transaction (aborted)"} 0 pg_activity_count{datname="gepvi_users_db",state="active"} 0 pg_activity_count{datname="gepvi_users_db",state="disabled"} 0 pg_activity_count{datname="gepvi_users_db",state="fastpath function call"} 0 pg_activity_count{datname="gepvi_users_db",state="idle"} 4 pg_activity_count{datname="gepvi_users_db",state="idle in transaction"} 0 pg_activity_count{datname="gepvi_users_db",state="idle in transaction (aborted)"} 0 pg_activity_count{datname="omniword",state="active"} 0 pg_activity_count{datname="omniword",state="disabled"} 0 pg_activity_count{datname="omniword",state="fastpath function call"} 0 pg_activity_count{datname="omniword",state="idle"} 1 pg_activity_count{datname="omniword",state="idle in transaction"} 0 pg_activity_count{datname="omniword",state="idle in transaction (aborted)"} 0 pg_activity_count{datname="postgres",state="active"} 0 pg_activity_count{datname="postgres",state="disabled"} 0 pg_activity_count{datname="postgres",state="fastpath function call"} 0 pg_activity_count{datname="postgres",state="idle"} 2 pg_activity_count{datname="postgres",state="idle in transaction"} 0 pg_activity_count{datname="postgres",state="idle in transaction (aborted)"} 0 # HELP pg_activity_max_conn_duration Max backend session duration since state change among (datname # TYPE pg_activity_max_conn_duration gauge pg_activity_max_conn_duration{datname="gepvi_eat_db",state="active"} 0 pg_activity_max_conn_duration{datname="gepvi_eat_db",state="disabled"} 0 pg_activity_max_conn_duration{datname="gepvi_eat_db",state="fastpath function call"} 0 pg_activity_max_conn_duration{datname="gepvi_eat_db",state="idle"} 267.237558 pg_activity_max_conn_duration{datname="gepvi_eat_db",state="idle in transaction"} 0 pg_activity_max_conn_duration{datname="gepvi_eat_db",state="idle in transaction (aborted)"} 0 pg_activity_max_conn_duration{datname="gepvi_fin_db",state="active"} 0 pg_activity_max_conn_duration{datname="gepvi_fin_db",state="disabled"} 0 pg_activity_max_conn_duration{datname="gepvi_fin_db",state="fastpath function call"} 0 pg_activity_max_conn_duration{datname="gepvi_fin_db",state="idle"} 500.847345 pg_activity_max_conn_duration{datname="gepvi_fin_db",state="idle in transaction"} 0 pg_activity_max_conn_duration{datname="gepvi_fin_db",state="idle in transaction (aborted)"} 0 pg_activity_max_conn_duration{datname="gepvi_health_db",state="active"} 0 pg_activity_max_conn_duration{datname="gepvi_health_db",state="disabled"} 0 pg_activity_max_conn_duration{datname="gepvi_health_db",state="fastpath function call"} 0 pg_activity_max_conn_duration{datname="gepvi_health_db",state="idle"} 59.851713 pg_activity_max_conn_duration{datname="gepvi_health_db",state="idle in transaction"} 0 pg_activity_max_conn_duration{datname="gepvi_health_db",state="idle in transaction (aborted)"} 0 pg_activity_max_conn_duration{datname="gepvi_reports_db",state="active"} 0 pg_activity_max_conn_duration{datname="gepvi_reports_db",state="disabled"} 0 pg_activity_max_conn_duration{datname="gepvi_reports_db",state="fastpath function call"} 0 pg_activity_max_conn_duration{datname="gepvi_reports_db",state="idle"} 0 pg_activity_max_conn_duration{datname="gepvi_reports_db",state="idle in transaction"} 0 pg_activity_max_conn_duration{datname="gepvi_reports_db",state="idle in transaction (aborted)"} 0 pg_activity_max_conn_duration{datname="gepvi_users_db",state="active"} 0 pg_activity_max_conn_duration{datname="gepvi_users_db",state="disabled"} 0 pg_activity_max_conn_duration{datname="gepvi_users_db",state="fastpath function call"} 0 pg_activity_max_conn_duration{datname="gepvi_users_db",state="idle"} 135.246509 pg_activity_max_conn_duration{datname="gepvi_users_db",state="idle in transaction"} 0 pg_activity_max_conn_duration{datname="gepvi_users_db",state="idle in transaction (aborted)"} 0 pg_activity_max_conn_duration{datname="omniword",state="active"} 0 pg_activity_max_conn_duration{datname="omniword",state="disabled"} 0 pg_activity_max_conn_duration{datname="omniword",state="fastpath function call"} 0 pg_activity_max_conn_duration{datname="omniword",state="idle"} 59.772384 pg_activity_max_conn_duration{datname="omniword",state="idle in transaction"} 0 pg_activity_max_conn_duration{datname="omniword",state="idle in transaction (aborted)"} 0 pg_activity_max_conn_duration{datname="postgres",state="active"} 0 pg_activity_max_conn_duration{datname="postgres",state="disabled"} 0 pg_activity_max_conn_duration{datname="postgres",state="fastpath function call"} 0 pg_activity_max_conn_duration{datname="postgres",state="idle"} 3.46619446139e+06 pg_activity_max_conn_duration{datname="postgres",state="idle in transaction"} 0 pg_activity_max_conn_duration{datname="postgres",state="idle in transaction (aborted)"} 0 # HELP pg_activity_max_duration Max duration since last state change among (datname # TYPE pg_activity_max_duration gauge pg_activity_max_duration{datname="gepvi_eat_db",state="active"} 0 pg_activity_max_duration{datname="gepvi_eat_db",state="disabled"} 0 pg_activity_max_duration{datname="gepvi_eat_db",state="fastpath function call"} 0 pg_activity_max_duration{datname="gepvi_eat_db",state="idle"} 9.847439 pg_activity_max_duration{datname="gepvi_eat_db",state="idle in transaction"} 0 pg_activity_max_duration{datname="gepvi_eat_db",state="idle in transaction (aborted)"} 0 pg_activity_max_duration{datname="gepvi_fin_db",state="active"} 0 pg_activity_max_duration{datname="gepvi_fin_db",state="disabled"} 0 pg_activity_max_duration{datname="gepvi_fin_db",state="fastpath function call"} 0 pg_activity_max_duration{datname="gepvi_fin_db",state="idle"} 500.836598 pg_activity_max_duration{datname="gepvi_fin_db",state="idle in transaction"} 0 pg_activity_max_duration{datname="gepvi_fin_db",state="idle in transaction (aborted)"} 0 pg_activity_max_duration{datname="gepvi_health_db",state="active"} 0 pg_activity_max_duration{datname="gepvi_health_db",state="disabled"} 0 pg_activity_max_duration{datname="gepvi_health_db",state="fastpath function call"} 0 pg_activity_max_duration{datname="gepvi_health_db",state="idle"} 9.793801 pg_activity_max_duration{datname="gepvi_health_db",state="idle in transaction"} 0 pg_activity_max_duration{datname="gepvi_health_db",state="idle in transaction (aborted)"} 0 pg_activity_max_duration{datname="gepvi_reports_db",state="active"} 0 pg_activity_max_duration{datname="gepvi_reports_db",state="disabled"} 0 pg_activity_max_duration{datname="gepvi_reports_db",state="fastpath function call"} 0 pg_activity_max_duration{datname="gepvi_reports_db",state="idle"} 0 pg_activity_max_duration{datname="gepvi_reports_db",state="idle in transaction"} 0 pg_activity_max_duration{datname="gepvi_reports_db",state="idle in transaction (aborted)"} 0 pg_activity_max_duration{datname="gepvi_users_db",state="active"} 0 pg_activity_max_duration{datname="gepvi_users_db",state="disabled"} 0 pg_activity_max_duration{datname="gepvi_users_db",state="fastpath function call"} 0 pg_activity_max_duration{datname="gepvi_users_db",state="idle"} 135.027655 pg_activity_max_duration{datname="gepvi_users_db",state="idle in transaction"} 0 pg_activity_max_duration{datname="gepvi_users_db",state="idle in transaction (aborted)"} 0 pg_activity_max_duration{datname="omniword",state="active"} 0 pg_activity_max_duration{datname="omniword",state="disabled"} 0 pg_activity_max_duration{datname="omniword",state="fastpath function call"} 0 pg_activity_max_duration{datname="omniword",state="idle"} 9.996493 pg_activity_max_duration{datname="omniword",state="idle in transaction"} 0 pg_activity_max_duration{datname="omniword",state="idle in transaction (aborted)"} 0 pg_activity_max_duration{datname="postgres",state="active"} 0 pg_activity_max_duration{datname="postgres",state="disabled"} 0 pg_activity_max_duration{datname="postgres",state="fastpath function call"} 0 pg_activity_max_duration{datname="postgres",state="idle"} 2.226684 pg_activity_max_duration{datname="postgres",state="idle in transaction"} 0 pg_activity_max_duration{datname="postgres",state="idle in transaction (aborted)"} 0 # HELP pg_activity_max_tx_duration Max transaction duration since state change among (datname # TYPE pg_activity_max_tx_duration gauge pg_activity_max_tx_duration{datname="gepvi_eat_db",state="active"} 0 pg_activity_max_tx_duration{datname="gepvi_eat_db",state="disabled"} 0 pg_activity_max_tx_duration{datname="gepvi_eat_db",state="fastpath function call"} 0 pg_activity_max_tx_duration{datname="gepvi_eat_db",state="idle"} 0 pg_activity_max_tx_duration{datname="gepvi_eat_db",state="idle in transaction"} 0 pg_activity_max_tx_duration{datname="gepvi_eat_db",state="idle in transaction (aborted)"} 0 pg_activity_max_tx_duration{datname="gepvi_fin_db",state="active"} 0 pg_activity_max_tx_duration{datname="gepvi_fin_db",state="disabled"} 0 pg_activity_max_tx_duration{datname="gepvi_fin_db",state="fastpath function call"} 0 pg_activity_max_tx_duration{datname="gepvi_fin_db",state="idle"} 0 pg_activity_max_tx_duration{datname="gepvi_fin_db",state="idle in transaction"} 0 pg_activity_max_tx_duration{datname="gepvi_fin_db",state="idle in transaction (aborted)"} 0 pg_activity_max_tx_duration{datname="gepvi_health_db",state="active"} 0 pg_activity_max_tx_duration{datname="gepvi_health_db",state="disabled"} 0 pg_activity_max_tx_duration{datname="gepvi_health_db",state="fastpath function call"} 0 pg_activity_max_tx_duration{datname="gepvi_health_db",state="idle"} 0 pg_activity_max_tx_duration{datname="gepvi_health_db",state="idle in transaction"} 0 pg_activity_max_tx_duration{datname="gepvi_health_db",state="idle in transaction (aborted)"} 0 pg_activity_max_tx_duration{datname="gepvi_reports_db",state="active"} 0 pg_activity_max_tx_duration{datname="gepvi_reports_db",state="disabled"} 0 pg_activity_max_tx_duration{datname="gepvi_reports_db",state="fastpath function call"} 0 pg_activity_max_tx_duration{datname="gepvi_reports_db",state="idle"} 0 pg_activity_max_tx_duration{datname="gepvi_reports_db",state="idle in transaction"} 0 pg_activity_max_tx_duration{datname="gepvi_reports_db",state="idle in transaction (aborted)"} 0 pg_activity_max_tx_duration{datname="gepvi_users_db",state="active"} 0 pg_activity_max_tx_duration{datname="gepvi_users_db",state="disabled"} 0 pg_activity_max_tx_duration{datname="gepvi_users_db",state="fastpath function call"} 0 pg_activity_max_tx_duration{datname="gepvi_users_db",state="idle"} 0 pg_activity_max_tx_duration{datname="gepvi_users_db",state="idle in transaction"} 0 pg_activity_max_tx_duration{datname="gepvi_users_db",state="idle in transaction (aborted)"} 0 pg_activity_max_tx_duration{datname="omniword",state="active"} 0 pg_activity_max_tx_duration{datname="omniword",state="disabled"} 0 pg_activity_max_tx_duration{datname="omniword",state="fastpath function call"} 0 pg_activity_max_tx_duration{datname="omniword",state="idle"} 0 pg_activity_max_tx_duration{datname="omniword",state="idle in transaction"} 0 pg_activity_max_tx_duration{datname="omniword",state="idle in transaction (aborted)"} 0 pg_activity_max_tx_duration{datname="postgres",state="active"} 0 pg_activity_max_tx_duration{datname="postgres",state="disabled"} 0 pg_activity_max_tx_duration{datname="postgres",state="fastpath function call"} 0 pg_activity_max_tx_duration{datname="postgres",state="idle"} 0 pg_activity_max_tx_duration{datname="postgres",state="idle in transaction"} 0 pg_activity_max_tx_duration{datname="postgres",state="idle in transaction (aborted)"} 0 # HELP pg_archiver_failed_count Number of failed attempts for archiving WAL files # TYPE pg_archiver_failed_count counter pg_archiver_failed_count 238 # HELP pg_archiver_failed_time Time of the last failed archival operation # TYPE pg_archiver_failed_time gauge pg_archiver_failed_time 1.782922129594546e+09 # HELP pg_archiver_finish_count Number of WAL files that have been successfully archived # TYPE pg_archiver_finish_count counter pg_archiver_finish_count 6081 # HELP pg_archiver_finish_time Time of the last successful archive operation # TYPE pg_archiver_finish_time gauge pg_archiver_finish_time 1.784015276399301e+09 # HELP pg_archiver_reset_time Time at which archive statistics were last reset # TYPE pg_archiver_reset_time gauge pg_archiver_reset_time 1.775763749923533e+09 # HELP pg_backend_count Database backend process count by backend_type # TYPE pg_backend_count gauge pg_backend_count{type="archiver"} 1 pg_backend_count{type="autovacuum launcher"} 1 pg_backend_count{type="background writer"} 1 pg_backend_count{type="checkpointer"} 1 pg_backend_count{type="client backend"} 13 pg_backend_count{type="io worker"} 4 pg_backend_count{type="logical replication launcher"} 1 pg_backend_count{type="walwriter"} 1 # HELP pg_bgwriter_buffers_alloc Number of buffers allocated # TYPE pg_bgwriter_buffers_alloc counter pg_bgwriter_buffers_alloc 13410 # HELP pg_bgwriter_buffers_clean Number of buffers written by the background writer # TYPE pg_bgwriter_buffers_clean counter pg_bgwriter_buffers_clean 0 # HELP pg_bgwriter_maxwritten_clean Number of times the background writer stopped a cleaning scan because it had written too many buffers # TYPE pg_bgwriter_maxwritten_clean counter pg_bgwriter_maxwritten_clean 0 # HELP pg_bgwriter_reset_time Time at which bgwriter statistics were last reset # TYPE pg_bgwriter_reset_time gauge pg_bgwriter_reset_time 1.775763749923533e+09 # HELP pg_boot_time postmaster boot timestamp in unix epoch # TYPE pg_boot_time gauge pg_boot_time 1.78056145907249e+09 # HELP pg_checkpoint_checkpoint_lsn Latest checkpoint location # TYPE pg_checkpoint_checkpoint_lsn counter pg_checkpoint_checkpoint_lsn 1.18514253952e+11 # HELP pg_checkpoint_elapse Seconds elapsed since latest checkpoint in seconds # TYPE pg_checkpoint_elapse gauge pg_checkpoint_elapse 12498.531157 # HELP pg_checkpoint_full_page_writes Latest checkpoint's full_page_writes enabled # TYPE pg_checkpoint_full_page_writes gauge pg_checkpoint_full_page_writes 1 # HELP pg_checkpoint_newest_commit_ts_xid Latest checkpoint's newestCommitTsXid # TYPE pg_checkpoint_newest_commit_ts_xid counter pg_checkpoint_newest_commit_ts_xid 44307 # HELP pg_checkpoint_next_multi_offset Latest checkpoint's NextMultiOffset # TYPE pg_checkpoint_next_multi_offset counter pg_checkpoint_next_multi_offset 0 # HELP pg_checkpoint_next_multixact_id Latest checkpoint's NextMultiXactId # TYPE pg_checkpoint_next_multixact_id counter pg_checkpoint_next_multixact_id 1 # HELP pg_checkpoint_next_oid Latest checkpoint's NextOID # TYPE pg_checkpoint_next_oid counter pg_checkpoint_next_oid 37746 # HELP pg_checkpoint_next_xid Latest checkpoint's NextXID xid # TYPE pg_checkpoint_next_xid counter pg_checkpoint_next_xid 44308 # HELP pg_checkpoint_next_xid_epoch Latest checkpoint's NextXID epoch # TYPE pg_checkpoint_next_xid_epoch counter pg_checkpoint_next_xid_epoch 0 # HELP pg_checkpoint_oldest_active_xid Latest checkpoint's oldestActiveXID # TYPE pg_checkpoint_oldest_active_xid counter pg_checkpoint_oldest_active_xid 44308 # HELP pg_checkpoint_oldest_commit_ts_xid Latest checkpoint's oldestCommitTsXid # TYPE pg_checkpoint_oldest_commit_ts_xid counter pg_checkpoint_oldest_commit_ts_xid 752 # HELP pg_checkpoint_oldest_multi_dbid Latest checkpoint's oldestMulti's DB OID # TYPE pg_checkpoint_oldest_multi_dbid gauge pg_checkpoint_oldest_multi_dbid 1 # HELP pg_checkpoint_oldest_multi_xid Latest checkpoint's oldestMultiXid # TYPE pg_checkpoint_oldest_multi_xid counter pg_checkpoint_oldest_multi_xid 1 # HELP pg_checkpoint_oldest_xid Latest checkpoint's oldestXID # TYPE pg_checkpoint_oldest_xid counter pg_checkpoint_oldest_xid 744 # HELP pg_checkpoint_oldest_xid_dbid Latest checkpoint's oldestXID's DB OID # TYPE pg_checkpoint_oldest_xid_dbid gauge pg_checkpoint_oldest_xid_dbid 1 # HELP pg_checkpoint_prev_tli Latest checkpoint's PrevTimeLineID # TYPE pg_checkpoint_prev_tli counter pg_checkpoint_prev_tli 7 # HELP pg_checkpoint_redo_lsn Latest checkpoint's REDO location # TYPE pg_checkpoint_redo_lsn counter pg_checkpoint_redo_lsn 1.18514253864e+11 # HELP pg_checkpoint_time Time of latest checkpoint # TYPE pg_checkpoint_time counter pg_checkpoint_time 1.784015105e+09 # HELP pg_checkpoint_tli Latest checkpoint's TimeLineID # TYPE pg_checkpoint_tli counter pg_checkpoint_tli 7 # HELP pg_checkpointer_buffers_written Number of buffers written during checkpoints and restartpoints # TYPE pg_checkpointer_buffers_written counter pg_checkpointer_buffers_written 33774 # HELP pg_checkpointer_done Number of checkpoints that have been performed # TYPE pg_checkpointer_done counter pg_checkpointer_done 2980 # HELP pg_checkpointer_req Number of requested checkpoints that have been performed # TYPE pg_checkpointer_req counter pg_checkpointer_req 107 # HELP pg_checkpointer_reset_time Time at which checkpointer statistics were last reset # TYPE pg_checkpointer_reset_time gauge pg_checkpointer_reset_time 1.775763749923533e+09 # HELP pg_checkpointer_restartpoints_done Number of restartpoints that have been performed # TYPE pg_checkpointer_restartpoints_done counter pg_checkpointer_restartpoints_done 0 # HELP pg_checkpointer_restartpoints_req Number of requested restartpoints # TYPE pg_checkpointer_restartpoints_req counter pg_checkpointer_restartpoints_req 0 # HELP pg_checkpointer_restartpoints_timed Number of scheduled restartpoints due to timeout or after a failed attempt to perform it # TYPE pg_checkpointer_restartpoints_timed counter pg_checkpointer_restartpoints_timed 0 # HELP pg_checkpointer_slru_written Number of SLRU buffers written during checkpoints and restartpoints # TYPE pg_checkpointer_slru_written counter pg_checkpointer_slru_written 4424 # HELP pg_checkpointer_sync_time Total amount of time that has been spent in the portion of checkpoint processing where files are synchronized to disk # TYPE pg_checkpointer_sync_time counter pg_checkpointer_sync_time 7.231 # HELP pg_checkpointer_timed Number of scheduled checkpoints that have been performed # TYPE pg_checkpointer_timed counter pg_checkpointer_timed 9085 # HELP pg_checkpointer_write_time Total amount of time that has been spent in the portion of checkpoint processing where files are written to disk # TYPE pg_checkpointer_write_time counter pg_checkpointer_write_time 3414.568 # HELP pg_conf_reload_time seconds since last configuration reload # TYPE pg_conf_reload_time gauge pg_conf_reload_time 3.466203256249e+06 # HELP pg_db_active_time Time spent executing SQL statements in this database # TYPE pg_db_active_time counter pg_db_active_time{datname="gepvi_eat_db"} 34532.061702 pg_db_active_time{datname="gepvi_fin_db"} 26939.093187 pg_db_active_time{datname="gepvi_health_db"} 14153.541487 pg_db_active_time{datname="gepvi_reports_db"} 0.010501 pg_db_active_time{datname="gepvi_users_db"} 19966.664071 pg_db_active_time{datname="omniword"} 21537.69834 pg_db_active_time{datname="postgres"} 41274.957599 pg_db_active_time{datname="template0"} 0 pg_db_active_time{datname="template1"} 0 # HELP pg_db_age Age of database calculated from datfrozenxid # TYPE pg_db_age gauge pg_db_age{datname="gepvi_eat_db"} 43564 pg_db_age{datname="gepvi_fin_db"} 43564 pg_db_age{datname="gepvi_health_db"} 43564 pg_db_age{datname="gepvi_reports_db"} 43564 pg_db_age{datname="gepvi_users_db"} 43564 pg_db_age{datname="omniword"} 43564 pg_db_age{datname="postgres"} 43564 pg_db_age{datname="template0"} 43564 pg_db_age{datname="template1"} 43564 # HELP pg_db_allow_conn If false(0) then no one can connect to this database. # TYPE pg_db_allow_conn gauge pg_db_allow_conn{datname="gepvi_eat_db"} 1 pg_db_allow_conn{datname="gepvi_fin_db"} 1 pg_db_allow_conn{datname="gepvi_health_db"} 1 pg_db_allow_conn{datname="gepvi_reports_db"} 1 pg_db_allow_conn{datname="gepvi_users_db"} 1 pg_db_allow_conn{datname="omniword"} 1 pg_db_allow_conn{datname="postgres"} 1 pg_db_allow_conn{datname="template0"} 0 pg_db_allow_conn{datname="template1"} 1 # HELP pg_db_blk_read_time Time spent reading data file blocks by backends in this database # TYPE pg_db_blk_read_time counter pg_db_blk_read_time{datname="gepvi_eat_db"} 1.304885 pg_db_blk_read_time{datname="gepvi_fin_db"} 1.1216700000000002 pg_db_blk_read_time{datname="gepvi_health_db"} 0.393258 pg_db_blk_read_time{datname="gepvi_reports_db"} 0.113068 pg_db_blk_read_time{datname="gepvi_users_db"} 0.7968390000000001 pg_db_blk_read_time{datname="omniword"} 1.7018510000000002 pg_db_blk_read_time{datname="postgres"} 0.8204170000000001 pg_db_blk_read_time{datname="template0"} 0 pg_db_blk_read_time{datname="template1"} 0.082778 # HELP pg_db_blk_write_time Time spent writing data file blocks by backends in this database # TYPE pg_db_blk_write_time counter pg_db_blk_write_time{datname="gepvi_eat_db"} 0.091658 pg_db_blk_write_time{datname="gepvi_fin_db"} 0.075178 pg_db_blk_write_time{datname="gepvi_health_db"} 0 pg_db_blk_write_time{datname="gepvi_reports_db"} 0 pg_db_blk_write_time{datname="gepvi_users_db"} 0 pg_db_blk_write_time{datname="omniword"} 0.014588 pg_db_blk_write_time{datname="postgres"} 0 pg_db_blk_write_time{datname="template0"} 0 pg_db_blk_write_time{datname="template1"} 0 # HELP pg_db_blks_access Number of times disk blocks that accessed read+hit # TYPE pg_db_blks_access counter pg_db_blks_access{datname="gepvi_eat_db"} 1.620567503e+09 pg_db_blks_access{datname="gepvi_fin_db"} 1.361457621e+09 pg_db_blks_access{datname="gepvi_health_db"} 9.06947966e+08 pg_db_blks_access{datname="gepvi_reports_db"} 1.0053073e+07 pg_db_blks_access{datname="gepvi_users_db"} 1.087015962e+09 pg_db_blks_access{datname="omniword"} 1.122936197e+09 pg_db_blks_access{datname="postgres"} 7.46108196e+08 pg_db_blks_access{datname="template0"} 0 pg_db_blks_access{datname="template1"} 1.0045803e+07 # HELP pg_db_blks_hit Number of times disk blocks were found already in the buffer cache # TYPE pg_db_blks_hit counter pg_db_blks_hit{datname="gepvi_eat_db"} 1.620564216e+09 pg_db_blks_hit{datname="gepvi_fin_db"} 1.361454797e+09 pg_db_blks_hit{datname="gepvi_health_db"} 9.06946608e+08 pg_db_blks_hit{datname="gepvi_reports_db"} 1.0052622e+07 pg_db_blks_hit{datname="gepvi_users_db"} 1.087014547e+09 pg_db_blks_hit{datname="omniword"} 1.122934423e+09 pg_db_blks_hit{datname="postgres"} 7.46106778e+08 pg_db_blks_hit{datname="template0"} 0 pg_db_blks_hit{datname="template1"} 1.0045393e+07 # HELP pg_db_blks_read Number of disk blocks read in this database # TYPE pg_db_blks_read counter pg_db_blks_read{datname="gepvi_eat_db"} 3287 pg_db_blks_read{datname="gepvi_fin_db"} 2824 pg_db_blks_read{datname="gepvi_health_db"} 1358 pg_db_blks_read{datname="gepvi_reports_db"} 451 pg_db_blks_read{datname="gepvi_users_db"} 1415 pg_db_blks_read{datname="omniword"} 1774 pg_db_blks_read{datname="postgres"} 1418 pg_db_blks_read{datname="template0"} 0 pg_db_blks_read{datname="template1"} 410 # HELP pg_db_cks_fail_time Time at which the last data page checksum failure was detected in this database # TYPE pg_db_cks_fail_time gauge pg_db_cks_fail_time{datname="gepvi_eat_db"} NaN pg_db_cks_fail_time{datname="gepvi_fin_db"} NaN pg_db_cks_fail_time{datname="gepvi_health_db"} NaN pg_db_cks_fail_time{datname="gepvi_reports_db"} NaN pg_db_cks_fail_time{datname="gepvi_users_db"} NaN pg_db_cks_fail_time{datname="omniword"} NaN pg_db_cks_fail_time{datname="postgres"} NaN pg_db_cks_fail_time{datname="template0"} NaN pg_db_cks_fail_time{datname="template1"} NaN # HELP pg_db_cks_fails Number of data page checksum failures detected in this database # TYPE pg_db_cks_fails counter pg_db_cks_fails{datname="gepvi_eat_db"} 0 pg_db_cks_fails{datname="gepvi_fin_db"} 0 pg_db_cks_fails{datname="gepvi_health_db"} 0 pg_db_cks_fails{datname="gepvi_reports_db"} 0 pg_db_cks_fails{datname="gepvi_users_db"} 0 pg_db_cks_fails{datname="omniword"} 0 pg_db_cks_fails{datname="postgres"} 0 pg_db_cks_fails{datname="template0"} 0 pg_db_cks_fails{datname="template1"} 0 # HELP pg_db_conflicts Number of queries canceled due to conflicts with recovery in this database # TYPE pg_db_conflicts counter pg_db_conflicts{datname="gepvi_eat_db"} 0 pg_db_conflicts{datname="gepvi_fin_db"} 0 pg_db_conflicts{datname="gepvi_health_db"} 0 pg_db_conflicts{datname="gepvi_reports_db"} 0 pg_db_conflicts{datname="gepvi_users_db"} 0 pg_db_conflicts{datname="omniword"} 0 pg_db_conflicts{datname="postgres"} 0 pg_db_conflicts{datname="template0"} 0 pg_db_conflicts{datname="template1"} 0 # HELP pg_db_conn_limit Sets maximum number of concurrent connections that can be made to this database. -1 means no limit. # TYPE pg_db_conn_limit gauge pg_db_conn_limit{datname="gepvi_eat_db"} -1 pg_db_conn_limit{datname="gepvi_fin_db"} -1 pg_db_conn_limit{datname="gepvi_health_db"} -1 pg_db_conn_limit{datname="gepvi_reports_db"} -1 pg_db_conn_limit{datname="gepvi_users_db"} -1 pg_db_conn_limit{datname="omniword"} -1 pg_db_conn_limit{datname="postgres"} -1 pg_db_conn_limit{datname="template0"} -1 pg_db_conn_limit{datname="template1"} -1 # HELP pg_db_datid OID of the database # TYPE pg_db_datid gauge pg_db_datid{datname="gepvi_eat_db"} 19737 pg_db_datid{datname="gepvi_fin_db"} 19747 pg_db_datid{datname="gepvi_health_db"} 19757 pg_db_datid{datname="gepvi_reports_db"} 19752 pg_db_datid{datname="gepvi_users_db"} 19742 pg_db_datid{datname="omniword"} 19762 pg_db_datid{datname="postgres"} 5 pg_db_datid{datname="template0"} 4 pg_db_datid{datname="template1"} 1 # HELP pg_db_deadlocks Number of deadlocks detected in this database # TYPE pg_db_deadlocks counter pg_db_deadlocks{datname="gepvi_eat_db"} 0 pg_db_deadlocks{datname="gepvi_fin_db"} 0 pg_db_deadlocks{datname="gepvi_health_db"} 0 pg_db_deadlocks{datname="gepvi_reports_db"} 0 pg_db_deadlocks{datname="gepvi_users_db"} 0 pg_db_deadlocks{datname="omniword"} 0 pg_db_deadlocks{datname="postgres"} 0 pg_db_deadlocks{datname="template0"} 0 pg_db_deadlocks{datname="template1"} 0 # HELP pg_db_frozen_xid All transaction IDs before this one have been frozen # TYPE pg_db_frozen_xid gauge pg_db_frozen_xid{datname="gepvi_eat_db"} 744 pg_db_frozen_xid{datname="gepvi_fin_db"} 744 pg_db_frozen_xid{datname="gepvi_health_db"} 744 pg_db_frozen_xid{datname="gepvi_reports_db"} 744 pg_db_frozen_xid{datname="gepvi_users_db"} 744 pg_db_frozen_xid{datname="omniword"} 744 pg_db_frozen_xid{datname="postgres"} 744 pg_db_frozen_xid{datname="template0"} 744 pg_db_frozen_xid{datname="template1"} 744 # HELP pg_db_is_template If true(1) # TYPE pg_db_is_template gauge pg_db_is_template{datname="gepvi_eat_db"} 0 pg_db_is_template{datname="gepvi_fin_db"} 0 pg_db_is_template{datname="gepvi_health_db"} 0 pg_db_is_template{datname="gepvi_reports_db"} 0 pg_db_is_template{datname="gepvi_users_db"} 0 pg_db_is_template{datname="omniword"} 0 pg_db_is_template{datname="postgres"} 0 pg_db_is_template{datname="template0"} 1 pg_db_is_template{datname="template1"} 1 # HELP pg_db_ixact_time Time spent idling while in a transaction in this database # TYPE pg_db_ixact_time counter pg_db_ixact_time{datname="gepvi_eat_db"} 17941.812317000004 pg_db_ixact_time{datname="gepvi_fin_db"} 171.27430300000003 pg_db_ixact_time{datname="gepvi_health_db"} 0 pg_db_ixact_time{datname="gepvi_reports_db"} 0 pg_db_ixact_time{datname="gepvi_users_db"} 0 pg_db_ixact_time{datname="omniword"} 844.644641 pg_db_ixact_time{datname="postgres"} 0 pg_db_ixact_time{datname="template0"} 0 pg_db_ixact_time{datname="template1"} 0 # HELP pg_db_numbackends Number of backends currently connected to this database # TYPE pg_db_numbackends gauge pg_db_numbackends{datname="gepvi_eat_db"} 2 pg_db_numbackends{datname="gepvi_fin_db"} 2 pg_db_numbackends{datname="gepvi_health_db"} 1 pg_db_numbackends{datname="gepvi_reports_db"} 0 pg_db_numbackends{datname="gepvi_users_db"} 4 pg_db_numbackends{datname="omniword"} 1 pg_db_numbackends{datname="postgres"} 3 pg_db_numbackends{datname="template0"} 0 pg_db_numbackends{datname="template1"} 0 # HELP pg_db_parallel_workers_launched Number of parallel workers launched by queries on this database # TYPE pg_db_parallel_workers_launched counter pg_db_parallel_workers_launched{datname="gepvi_eat_db"} 0 pg_db_parallel_workers_launched{datname="gepvi_fin_db"} 0 pg_db_parallel_workers_launched{datname="gepvi_health_db"} 0 pg_db_parallel_workers_launched{datname="gepvi_reports_db"} 0 pg_db_parallel_workers_launched{datname="gepvi_users_db"} 0 pg_db_parallel_workers_launched{datname="omniword"} 0 pg_db_parallel_workers_launched{datname="postgres"} 0 pg_db_parallel_workers_launched{datname="template0"} 0 pg_db_parallel_workers_launched{datname="template1"} 0 # HELP pg_db_parallel_workers_to_launch Number of parallel workers planned to be launched by queries on this database # TYPE pg_db_parallel_workers_to_launch counter pg_db_parallel_workers_to_launch{datname="gepvi_eat_db"} 0 pg_db_parallel_workers_to_launch{datname="gepvi_fin_db"} 0 pg_db_parallel_workers_to_launch{datname="gepvi_health_db"} 0 pg_db_parallel_workers_to_launch{datname="gepvi_reports_db"} 0 pg_db_parallel_workers_to_launch{datname="gepvi_users_db"} 0 pg_db_parallel_workers_to_launch{datname="omniword"} 0 pg_db_parallel_workers_to_launch{datname="postgres"} 0 pg_db_parallel_workers_to_launch{datname="template0"} 0 pg_db_parallel_workers_to_launch{datname="template1"} 0 # HELP pg_db_reset_time Time at which database statistics were last reset # TYPE pg_db_reset_time gauge pg_db_reset_time{datname="gepvi_eat_db"} NaN pg_db_reset_time{datname="gepvi_fin_db"} NaN pg_db_reset_time{datname="gepvi_health_db"} NaN pg_db_reset_time{datname="gepvi_reports_db"} NaN pg_db_reset_time{datname="gepvi_users_db"} NaN pg_db_reset_time{datname="omniword"} NaN pg_db_reset_time{datname="postgres"} NaN pg_db_reset_time{datname="template0"} NaN pg_db_reset_time{datname="template1"} NaN # HELP pg_db_session_time Time spent by database sessions in this database # TYPE pg_db_session_time counter pg_db_session_time{datname="gepvi_eat_db"} 1.8845030965723e+07 pg_db_session_time{datname="gepvi_fin_db"} 9.095784300156001e+06 pg_db_session_time{datname="gepvi_health_db"} 7.575191642329001e+06 pg_db_session_time{datname="gepvi_reports_db"} 6.063655471136941e+12 pg_db_session_time{datname="gepvi_users_db"} 7.750574766702e+06 pg_db_session_time{datname="omniword"} 7.8173673683090005e+06 pg_db_session_time{datname="postgres"} 1.802273395811e+07 pg_db_session_time{datname="template0"} 0 pg_db_session_time{datname="template1"} 0 # HELP pg_db_sessions Total number of sessions established to this database # TYPE pg_db_sessions counter pg_db_sessions{datname="gepvi_eat_db"} 144130 pg_db_sessions{datname="gepvi_fin_db"} 127847 pg_db_sessions{datname="gepvi_health_db"} 125216 pg_db_sessions{datname="gepvi_reports_db"} 3 pg_db_sessions{datname="gepvi_users_db"} 125342 pg_db_sessions{datname="omniword"} 125771 pg_db_sessions{datname="postgres"} 137339 pg_db_sessions{datname="template0"} 0 pg_db_sessions{datname="template1"} 0 # HELP pg_db_sessions_abandoned Number of database sessions to this database that were terminated because connection to the client was lost # TYPE pg_db_sessions_abandoned counter pg_db_sessions_abandoned{datname="gepvi_eat_db"} 75 pg_db_sessions_abandoned{datname="gepvi_fin_db"} 2 pg_db_sessions_abandoned{datname="gepvi_health_db"} 2 pg_db_sessions_abandoned{datname="gepvi_reports_db"} 0 pg_db_sessions_abandoned{datname="gepvi_users_db"} 2 pg_db_sessions_abandoned{datname="omniword"} 5 pg_db_sessions_abandoned{datname="postgres"} 2 pg_db_sessions_abandoned{datname="template0"} 0 pg_db_sessions_abandoned{datname="template1"} 0 # HELP pg_db_sessions_fatal Number of database sessions to this database that were terminated by fatal errors # TYPE pg_db_sessions_fatal counter pg_db_sessions_fatal{datname="gepvi_eat_db"} 12 pg_db_sessions_fatal{datname="gepvi_fin_db"} 3 pg_db_sessions_fatal{datname="gepvi_health_db"} 0 pg_db_sessions_fatal{datname="gepvi_reports_db"} 826433 pg_db_sessions_fatal{datname="gepvi_users_db"} 1 pg_db_sessions_fatal{datname="omniword"} 0 pg_db_sessions_fatal{datname="postgres"} 6 pg_db_sessions_fatal{datname="template0"} 0 pg_db_sessions_fatal{datname="template1"} 0 # HELP pg_db_sessions_killed Number of database sessions to this database that were terminated by operator intervention # TYPE pg_db_sessions_killed counter pg_db_sessions_killed{datname="gepvi_eat_db"} 0 pg_db_sessions_killed{datname="gepvi_fin_db"} 0 pg_db_sessions_killed{datname="gepvi_health_db"} 0 pg_db_sessions_killed{datname="gepvi_reports_db"} 0 pg_db_sessions_killed{datname="gepvi_users_db"} 0 pg_db_sessions_killed{datname="omniword"} 0 pg_db_sessions_killed{datname="postgres"} 4 pg_db_sessions_killed{datname="template0"} 0 pg_db_sessions_killed{datname="template1"} 0 # HELP pg_db_temp_bytes Total amount of data written to temporary files by queries in this database. # TYPE pg_db_temp_bytes counter pg_db_temp_bytes{datname="gepvi_eat_db"} 0 pg_db_temp_bytes{datname="gepvi_fin_db"} 0 pg_db_temp_bytes{datname="gepvi_health_db"} 0 pg_db_temp_bytes{datname="gepvi_reports_db"} 0 pg_db_temp_bytes{datname="gepvi_users_db"} 0 pg_db_temp_bytes{datname="omniword"} 0 pg_db_temp_bytes{datname="postgres"} 0 pg_db_temp_bytes{datname="template0"} 0 pg_db_temp_bytes{datname="template1"} 0 # HELP pg_db_temp_files Number of temporary files created by queries in this database # TYPE pg_db_temp_files counter pg_db_temp_files{datname="gepvi_eat_db"} 0 pg_db_temp_files{datname="gepvi_fin_db"} 0 pg_db_temp_files{datname="gepvi_health_db"} 0 pg_db_temp_files{datname="gepvi_reports_db"} 0 pg_db_temp_files{datname="gepvi_users_db"} 0 pg_db_temp_files{datname="omniword"} 0 pg_db_temp_files{datname="postgres"} 0 pg_db_temp_files{datname="template0"} 0 pg_db_temp_files{datname="template1"} 0 # HELP pg_db_tup_deleted Number of rows deleted by queries in this database # TYPE pg_db_tup_deleted counter pg_db_tup_deleted{datname="gepvi_eat_db"} 3031 pg_db_tup_deleted{datname="gepvi_fin_db"} 42 pg_db_tup_deleted{datname="gepvi_health_db"} 0 pg_db_tup_deleted{datname="gepvi_reports_db"} 0 pg_db_tup_deleted{datname="gepvi_users_db"} 0 pg_db_tup_deleted{datname="omniword"} 226 pg_db_tup_deleted{datname="postgres"} 0 pg_db_tup_deleted{datname="template0"} 0 pg_db_tup_deleted{datname="template1"} 0 # HELP pg_db_tup_fetched Number of rows fetched by queries in this database # TYPE pg_db_tup_fetched counter pg_db_tup_fetched{datname="gepvi_eat_db"} 6.49721816e+08 pg_db_tup_fetched{datname="gepvi_fin_db"} 5.60221364e+08 pg_db_tup_fetched{datname="gepvi_health_db"} 3.85509651e+08 pg_db_tup_fetched{datname="gepvi_reports_db"} 2.068638e+06 pg_db_tup_fetched{datname="gepvi_users_db"} 4.52054438e+08 pg_db_tup_fetched{datname="omniword"} 4.67625626e+08 pg_db_tup_fetched{datname="postgres"} 3.93532215e+08 pg_db_tup_fetched{datname="template0"} 0 pg_db_tup_fetched{datname="template1"} 2.065842e+06 # HELP pg_db_tup_inserted Number of rows inserted by queries in this database # TYPE pg_db_tup_inserted counter pg_db_tup_inserted{datname="gepvi_eat_db"} 7982 pg_db_tup_inserted{datname="gepvi_fin_db"} 17114 pg_db_tup_inserted{datname="gepvi_health_db"} 0 pg_db_tup_inserted{datname="gepvi_reports_db"} 0 pg_db_tup_inserted{datname="gepvi_users_db"} 0 pg_db_tup_inserted{datname="omniword"} 1031 pg_db_tup_inserted{datname="postgres"} 0 pg_db_tup_inserted{datname="template0"} 0 pg_db_tup_inserted{datname="template1"} 0 # HELP pg_db_tup_modified Number of rows modified by queries in this database # TYPE pg_db_tup_modified counter pg_db_tup_modified{datname="gepvi_eat_db"} 35639 pg_db_tup_modified{datname="gepvi_fin_db"} 17411 pg_db_tup_modified{datname="gepvi_health_db"} 0 pg_db_tup_modified{datname="gepvi_reports_db"} 0 pg_db_tup_modified{datname="gepvi_users_db"} 0 pg_db_tup_modified{datname="omniword"} 1622 pg_db_tup_modified{datname="postgres"} 0 pg_db_tup_modified{datname="template0"} 0 pg_db_tup_modified{datname="template1"} 0 # HELP pg_db_tup_returned Number of rows returned by queries in this database # TYPE pg_db_tup_returned counter pg_db_tup_returned{datname="gepvi_eat_db"} 5.304039112e+09 pg_db_tup_returned{datname="gepvi_fin_db"} 4.347104221e+09 pg_db_tup_returned{datname="gepvi_health_db"} 3.16954323e+09 pg_db_tup_returned{datname="gepvi_reports_db"} 1.32787988e+08 pg_db_tup_returned{datname="gepvi_users_db"} 4.048898978e+09 pg_db_tup_returned{datname="omniword"} 4.077098136e+09 pg_db_tup_returned{datname="postgres"} 3.200472344e+09 pg_db_tup_returned{datname="template0"} 0 pg_db_tup_returned{datname="template1"} 1.28319629e+08 # HELP pg_db_tup_updated Number of rows updated by queries in this database # TYPE pg_db_tup_updated counter pg_db_tup_updated{datname="gepvi_eat_db"} 24626 pg_db_tup_updated{datname="gepvi_fin_db"} 255 pg_db_tup_updated{datname="gepvi_health_db"} 0 pg_db_tup_updated{datname="gepvi_reports_db"} 0 pg_db_tup_updated{datname="gepvi_users_db"} 0 pg_db_tup_updated{datname="omniword"} 365 pg_db_tup_updated{datname="postgres"} 0 pg_db_tup_updated{datname="template0"} 0 pg_db_tup_updated{datname="template1"} 0 # HELP pg_db_xact_commit Number of transactions in this database that have been committed # TYPE pg_db_xact_commit counter pg_db_xact_commit{datname="gepvi_eat_db"} 1.1385773e+07 pg_db_xact_commit{datname="gepvi_fin_db"} 6.161318e+06 pg_db_xact_commit{datname="gepvi_health_db"} 6.162203e+06 pg_db_xact_commit{datname="gepvi_reports_db"} 275234 pg_db_xact_commit{datname="gepvi_users_db"} 6.158014e+06 pg_db_xact_commit{datname="omniword"} 6.166098e+06 pg_db_xact_commit{datname="postgres"} 3.8460279e+07 pg_db_xact_commit{datname="template0"} 0 pg_db_xact_commit{datname="template1"} 275063 # HELP pg_db_xact_rollback Number of transactions in this database that have been rolled back # TYPE pg_db_xact_rollback counter pg_db_xact_rollback{datname="gepvi_eat_db"} 1.887713e+06 pg_db_xact_rollback{datname="gepvi_fin_db"} 4862 pg_db_xact_rollback{datname="gepvi_health_db"} 9 pg_db_xact_rollback{datname="gepvi_reports_db"} 826433 pg_db_xact_rollback{datname="gepvi_users_db"} 29 pg_db_xact_rollback{datname="omniword"} 3279 pg_db_xact_rollback{datname="postgres"} 253 pg_db_xact_rollback{datname="template0"} 0 pg_db_xact_rollback{datname="template1"} 0 # HELP pg_db_xact_total Number of transactions in this database # TYPE pg_db_xact_total counter pg_db_xact_total{datname="gepvi_eat_db"} 1.3273486e+07 pg_db_xact_total{datname="gepvi_fin_db"} 6.16618e+06 pg_db_xact_total{datname="gepvi_health_db"} 6.162212e+06 pg_db_xact_total{datname="gepvi_reports_db"} 1.101667e+06 pg_db_xact_total{datname="gepvi_users_db"} 6.158043e+06 pg_db_xact_total{datname="omniword"} 6.169377e+06 pg_db_xact_total{datname="postgres"} 3.8460532e+07 pg_db_xact_total{datname="template0"} 0 pg_db_xact_total{datname="template1"} 275063 # HELP pg_downstream_count Count of corresponding state # TYPE pg_downstream_count gauge pg_downstream_count{state="backup"} 0 pg_downstream_count{state="catchup"} 0 pg_downstream_count{state="startup"} 0 pg_downstream_count{state="stopping"} 0 pg_downstream_count{state="streaming"} 0 # HELP pg_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 pg_exporter_build_info gauge pg_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 pg_exporter_last_scrape_time last scrape timestamp # TYPE pg_exporter_last_scrape_time gauge pg_exporter_last_scrape_time 1.784027662e+09 # HELP pg_exporter_query_cache_ttl times to live of query cache # TYPE pg_exporter_query_cache_ttl gauge pg_exporter_query_cache_ttl{datname="gepvi_eat_db",query="pg_defpart"} 31.848183007 pg_exporter_query_cache_ttl{datname="gepvi_eat_db",query="pg_func"} 2.1176887019999997 pg_exporter_query_cache_ttl{datname="gepvi_eat_db",query="pg_index"} 2.1176887019999997 pg_exporter_query_cache_ttl{datname="gepvi_eat_db",query="pg_index_bloat"} 121.83074731299999 pg_exporter_query_cache_ttl{datname="gepvi_eat_db",query="pg_pubrel"} 2.1176887019999997 pg_exporter_query_cache_ttl{datname="gepvi_eat_db",query="pg_relkind"} 31.848183007 pg_exporter_query_cache_ttl{datname="gepvi_eat_db",query="pg_seq"} 2.1176887019999997 pg_exporter_query_cache_ttl{datname="gepvi_eat_db",query="pg_subrel"} 2.1176887019999997 pg_exporter_query_cache_ttl{datname="gepvi_eat_db",query="pg_table"} 2.1176887019999997 pg_exporter_query_cache_ttl{datname="gepvi_eat_db",query="pg_table_bloat"} 121.83074731299999 pg_exporter_query_cache_ttl{datname="gepvi_eat_db",query="pg_table_size"} 121.83074731299999 pg_exporter_query_cache_ttl{datname="gepvi_fin_db",query="pg_defpart"} 1.997950306 pg_exporter_query_cache_ttl{datname="gepvi_fin_db",query="pg_func"} 1.8080330720000006 pg_exporter_query_cache_ttl{datname="gepvi_fin_db",query="pg_index"} 1.8080330720000006 pg_exporter_query_cache_ttl{datname="gepvi_fin_db",query="pg_index_bloat"} 81.69795591299999 pg_exporter_query_cache_ttl{datname="gepvi_fin_db",query="pg_pubrel"} 1.8080330720000006 pg_exporter_query_cache_ttl{datname="gepvi_fin_db",query="pg_relkind"} 1.997950306 pg_exporter_query_cache_ttl{datname="gepvi_fin_db",query="pg_seq"} 1.8080330720000006 pg_exporter_query_cache_ttl{datname="gepvi_fin_db",query="pg_subrel"} 1.8080330720000006 pg_exporter_query_cache_ttl{datname="gepvi_fin_db",query="pg_table"} 1.8080330720000006 pg_exporter_query_cache_ttl{datname="gepvi_fin_db",query="pg_table_bloat"} 81.69795591299999 pg_exporter_query_cache_ttl{datname="gepvi_fin_db",query="pg_table_size"} 81.69795591299999 pg_exporter_query_cache_ttl{datname="gepvi_health_db",query="pg_defpart"} 2.1159769289999986 pg_exporter_query_cache_ttl{datname="gepvi_health_db",query="pg_func"} 1.8855159570000009 pg_exporter_query_cache_ttl{datname="gepvi_health_db",query="pg_index"} 1.8855159570000009 pg_exporter_query_cache_ttl{datname="gepvi_health_db",query="pg_index_bloat"} 61.996070645 pg_exporter_query_cache_ttl{datname="gepvi_health_db",query="pg_pubrel"} 1.8855159570000009 pg_exporter_query_cache_ttl{datname="gepvi_health_db",query="pg_relkind"} 2.1159769289999986 pg_exporter_query_cache_ttl{datname="gepvi_health_db",query="pg_seq"} 1.8855159570000009 pg_exporter_query_cache_ttl{datname="gepvi_health_db",query="pg_subrel"} 1.8855159570000009 pg_exporter_query_cache_ttl{datname="gepvi_health_db",query="pg_table"} 1.8855159570000009 pg_exporter_query_cache_ttl{datname="gepvi_health_db",query="pg_table_bloat"} 61.996070645 pg_exporter_query_cache_ttl{datname="gepvi_health_db",query="pg_table_size"} 61.996070645 pg_exporter_query_cache_ttl{datname="gepvi_users_db",query="pg_defpart"} 52.208524579 pg_exporter_query_cache_ttl{datname="gepvi_users_db",query="pg_func"} 2.2085245789999997 pg_exporter_query_cache_ttl{datname="gepvi_users_db",query="pg_index"} 2.2085245789999997 pg_exporter_query_cache_ttl{datname="gepvi_users_db",query="pg_index_bloat"} 122.30497865199999 pg_exporter_query_cache_ttl{datname="gepvi_users_db",query="pg_pubrel"} 2.2085245789999997 pg_exporter_query_cache_ttl{datname="gepvi_users_db",query="pg_relkind"} 52.208524579 pg_exporter_query_cache_ttl{datname="gepvi_users_db",query="pg_seq"} 2.2085245789999997 pg_exporter_query_cache_ttl{datname="gepvi_users_db",query="pg_subrel"} 2.2085245789999997 pg_exporter_query_cache_ttl{datname="gepvi_users_db",query="pg_table"} 2.2085245789999997 pg_exporter_query_cache_ttl{datname="gepvi_users_db",query="pg_table_bloat"} 122.30497865199999 pg_exporter_query_cache_ttl{datname="gepvi_users_db",query="pg_table_size"} 122.30497865199999 pg_exporter_query_cache_ttl{datname="omniword",query="pg_defpart"} 51.92012498 pg_exporter_query_cache_ttl{datname="omniword",query="pg_func"} 1.9201249800000006 pg_exporter_query_cache_ttl{datname="omniword",query="pg_index"} 1.9201249800000006 pg_exporter_query_cache_ttl{datname="omniword",query="pg_index_bloat"} 161.925059979 pg_exporter_query_cache_ttl{datname="omniword",query="pg_pubrel"} 1.9201249800000006 pg_exporter_query_cache_ttl{datname="omniword",query="pg_relkind"} 51.92012498 pg_exporter_query_cache_ttl{datname="omniword",query="pg_seq"} 1.9201249800000006 pg_exporter_query_cache_ttl{datname="omniword",query="pg_subrel"} 1.9201249800000006 pg_exporter_query_cache_ttl{datname="omniword",query="pg_table"} 1.9201249800000006 pg_exporter_query_cache_ttl{datname="omniword",query="pg_table_bloat"} 161.925059979 pg_exporter_query_cache_ttl{datname="omniword",query="pg_table_size"} 161.925059979 pg_exporter_query_cache_ttl{datname="postgres",query="pg"} 1 pg_exporter_query_cache_ttl{datname="postgres",query="pg_activity"} 1.5627078450000003 pg_exporter_query_cache_ttl{datname="postgres",query="pg_archiver"} 1.5636158749999964 pg_exporter_query_cache_ttl{datname="postgres",query="pg_backend"} 1.5627078450000003 pg_exporter_query_cache_ttl{datname="postgres",query="pg_backup"} 1.5627078450000003 pg_exporter_query_cache_ttl{datname="postgres",query="pg_bgwriter"} 1.5627078450000003 pg_exporter_query_cache_ttl{datname="postgres",query="pg_checkpoint"} 1.5636158749999964 pg_exporter_query_cache_ttl{datname="postgres",query="pg_checkpointer"} 1.5627078450000003 pg_exporter_query_cache_ttl{datname="postgres",query="pg_clustering"} 1.5627078450000003 pg_exporter_query_cache_ttl{datname="postgres",query="pg_db"} 1.5627078450000003 pg_exporter_query_cache_ttl{datname="postgres",query="pg_defpart"} 1.5636158749999964 pg_exporter_query_cache_ttl{datname="postgres",query="pg_downstream"} 1.5627078450000003 pg_exporter_query_cache_ttl{datname="postgres",query="pg_func"} 1.5627078450000003 pg_exporter_query_cache_ttl{datname="postgres",query="pg_heartbeat"} 1.5627078450000003 pg_exporter_query_cache_ttl{datname="postgres",query="pg_index"} 1.5627078450000003 pg_exporter_query_cache_ttl{datname="postgres",query="pg_index_bloat"} 221.563195726 pg_exporter_query_cache_ttl{datname="postgres",query="pg_indexing"} 1.5627078450000003 pg_exporter_query_cache_ttl{datname="postgres",query="pg_io"} 1 pg_exporter_query_cache_ttl{datname="postgres",query="pg_lock"} 1.5627078450000003 pg_exporter_query_cache_ttl{datname="postgres",query="pg_meta"} 1.5627078450000003 pg_exporter_query_cache_ttl{datname="postgres",query="pg_pubrel"} 1.5627078450000003 pg_exporter_query_cache_ttl{datname="postgres",query="pg_query"} 1.5627078450000003 pg_exporter_query_cache_ttl{datname="postgres",query="pg_relkind"} 1.5636158749999964 pg_exporter_query_cache_ttl{datname="postgres",query="pg_repl"} 1.5627078450000003 pg_exporter_query_cache_ttl{datname="postgres",query="pg_seq"} 1.5627078450000003 pg_exporter_query_cache_ttl{datname="postgres",query="pg_setting"} 1.5627078450000003 pg_exporter_query_cache_ttl{datname="postgres",query="pg_size"} 1.5636158749999964 pg_exporter_query_cache_ttl{datname="postgres",query="pg_slot"} 1.5627078450000003 pg_exporter_query_cache_ttl{datname="postgres",query="pg_slru"} 1.5636158749999964 pg_exporter_query_cache_ttl{datname="postgres",query="pg_ssl"} 1.5627078450000003 pg_exporter_query_cache_ttl{datname="postgres",query="pg_sub"} 1.5627078450000003 pg_exporter_query_cache_ttl{datname="postgres",query="pg_subrel"} 1.5627078450000003 pg_exporter_query_cache_ttl{datname="postgres",query="pg_sync_standby"} 1.5627078450000003 pg_exporter_query_cache_ttl{datname="postgres",query="pg_table"} 1.5627078450000003 pg_exporter_query_cache_ttl{datname="postgres",query="pg_table_bloat"} 221.563195726 pg_exporter_query_cache_ttl{datname="postgres",query="pg_table_size"} 221.563195726 pg_exporter_query_cache_ttl{datname="postgres",query="pg_timeline"} 1.5627078450000003 pg_exporter_query_cache_ttl{datname="postgres",query="pg_vacuuming"} 1.5627078450000003 pg_exporter_query_cache_ttl{datname="postgres",query="pg_wait"} 1.5627078450000003 pg_exporter_query_cache_ttl{datname="postgres",query="pg_wal"} 1.5627078450000003 pg_exporter_query_cache_ttl{datname="postgres",query="pg_xact"} 1.5627078450000003 # HELP pg_exporter_query_scrape_duration seconds query spending on scraping # TYPE pg_exporter_query_scrape_duration gauge pg_exporter_query_scrape_duration{datname="gepvi_eat_db",query="pg_defpart"} 0.057522897 pg_exporter_query_scrape_duration{datname="gepvi_eat_db",query="pg_func"} 0.004118085 pg_exporter_query_scrape_duration{datname="gepvi_eat_db",query="pg_index"} 0.043578926 pg_exporter_query_scrape_duration{datname="gepvi_eat_db",query="pg_index_bloat"} 0.346510079 pg_exporter_query_scrape_duration{datname="gepvi_eat_db",query="pg_pubrel"} 0.000741243 pg_exporter_query_scrape_duration{datname="gepvi_eat_db",query="pg_relkind"} 0.008719862 pg_exporter_query_scrape_duration{datname="gepvi_eat_db",query="pg_seq"} 0.008713127 pg_exporter_query_scrape_duration{datname="gepvi_eat_db",query="pg_subrel"} 0.001698733 pg_exporter_query_scrape_duration{datname="gepvi_eat_db",query="pg_table"} 0.056688612 pg_exporter_query_scrape_duration{datname="gepvi_eat_db",query="pg_table_bloat"} 0.093697257 pg_exporter_query_scrape_duration{datname="gepvi_eat_db",query="pg_table_size"} 0.008927465 pg_exporter_query_scrape_duration{datname="gepvi_fin_db",query="pg_defpart"} 0.004817129 pg_exporter_query_scrape_duration{datname="gepvi_fin_db",query="pg_func"} 0.002990723 pg_exporter_query_scrape_duration{datname="gepvi_fin_db",query="pg_index"} 0.020001115 pg_exporter_query_scrape_duration{datname="gepvi_fin_db",query="pg_index_bloat"} 0.221086579 pg_exporter_query_scrape_duration{datname="gepvi_fin_db",query="pg_pubrel"} 0.000745237 pg_exporter_query_scrape_duration{datname="gepvi_fin_db",query="pg_relkind"} 0.007156491 pg_exporter_query_scrape_duration{datname="gepvi_fin_db",query="pg_seq"} 0.001874328 pg_exporter_query_scrape_duration{datname="gepvi_fin_db",query="pg_subrel"} 0.001174867 pg_exporter_query_scrape_duration{datname="gepvi_fin_db",query="pg_table"} 0.018850209 pg_exporter_query_scrape_duration{datname="gepvi_fin_db",query="pg_table_bloat"} 0.110897192 pg_exporter_query_scrape_duration{datname="gepvi_fin_db",query="pg_table_size"} 0.00473553 pg_exporter_query_scrape_duration{datname="gepvi_health_db",query="pg_defpart"} 0.002744437 pg_exporter_query_scrape_duration{datname="gepvi_health_db",query="pg_func"} 0.00246805 pg_exporter_query_scrape_duration{datname="gepvi_health_db",query="pg_index"} 0.006696523 pg_exporter_query_scrape_duration{datname="gepvi_health_db",query="pg_index_bloat"} 0.273017734 pg_exporter_query_scrape_duration{datname="gepvi_health_db",query="pg_pubrel"} 0.001125217 pg_exporter_query_scrape_duration{datname="gepvi_health_db",query="pg_relkind"} 0.014445484 pg_exporter_query_scrape_duration{datname="gepvi_health_db",query="pg_seq"} 0.003883838 pg_exporter_query_scrape_duration{datname="gepvi_health_db",query="pg_subrel"} 0.001594841 pg_exporter_query_scrape_duration{datname="gepvi_health_db",query="pg_table"} 0.008425177 pg_exporter_query_scrape_duration{datname="gepvi_health_db",query="pg_table_bloat"} 0.071214565 pg_exporter_query_scrape_duration{datname="gepvi_health_db",query="pg_table_size"} 0.002526105 pg_exporter_query_scrape_duration{datname="gepvi_users_db",query="pg_defpart"} 0.001362205 pg_exporter_query_scrape_duration{datname="gepvi_users_db",query="pg_func"} 0.002298176 pg_exporter_query_scrape_duration{datname="gepvi_users_db",query="pg_index"} 0.008886219 pg_exporter_query_scrape_duration{datname="gepvi_users_db",query="pg_index_bloat"} 0.167171551 pg_exporter_query_scrape_duration{datname="gepvi_users_db",query="pg_pubrel"} 0.001344919 pg_exporter_query_scrape_duration{datname="gepvi_users_db",query="pg_relkind"} 0.012469888 pg_exporter_query_scrape_duration{datname="gepvi_users_db",query="pg_seq"} 0.009254874 pg_exporter_query_scrape_duration{datname="gepvi_users_db",query="pg_subrel"} 0.00315553 pg_exporter_query_scrape_duration{datname="gepvi_users_db",query="pg_table"} 0.016983331 pg_exporter_query_scrape_duration{datname="gepvi_users_db",query="pg_table_bloat"} 0.070894068 pg_exporter_query_scrape_duration{datname="gepvi_users_db",query="pg_table_size"} 0.002848983 pg_exporter_query_scrape_duration{datname="omniword",query="pg_defpart"} 0.003316283 pg_exporter_query_scrape_duration{datname="omniword",query="pg_func"} 0.003727555 pg_exporter_query_scrape_duration{datname="omniword",query="pg_index"} 0.028457882 pg_exporter_query_scrape_duration{datname="omniword",query="pg_index_bloat"} 0.291028343 pg_exporter_query_scrape_duration{datname="omniword",query="pg_pubrel"} 0.001226425 pg_exporter_query_scrape_duration{datname="omniword",query="pg_relkind"} 0.006953776 pg_exporter_query_scrape_duration{datname="omniword",query="pg_seq"} 0.006531477 pg_exporter_query_scrape_duration{datname="omniword",query="pg_subrel"} 0.001585603 pg_exporter_query_scrape_duration{datname="omniword",query="pg_table"} 0.031217518 pg_exporter_query_scrape_duration{datname="omniword",query="pg_table_bloat"} 0.072010582 pg_exporter_query_scrape_duration{datname="omniword",query="pg_table_size"} 0.003917038 pg_exporter_query_scrape_duration{datname="postgres",query="pg"} 0.000529408 pg_exporter_query_scrape_duration{datname="postgres",query="pg_activity"} 0.09513963 pg_exporter_query_scrape_duration{datname="postgres",query="pg_archiver"} 0.000555754 pg_exporter_query_scrape_duration{datname="postgres",query="pg_backend"} 0.001264811 pg_exporter_query_scrape_duration{datname="postgres",query="pg_backup"} 0.000521064 pg_exporter_query_scrape_duration{datname="postgres",query="pg_bgwriter"} 0.000541627 pg_exporter_query_scrape_duration{datname="postgres",query="pg_checkpoint"} 0.001357913 pg_exporter_query_scrape_duration{datname="postgres",query="pg_checkpointer"} 0.000563324 pg_exporter_query_scrape_duration{datname="postgres",query="pg_clustering"} 0.002654791 pg_exporter_query_scrape_duration{datname="postgres",query="pg_db"} 0.003953636 pg_exporter_query_scrape_duration{datname="postgres",query="pg_defpart"} 0.002482831 pg_exporter_query_scrape_duration{datname="postgres",query="pg_downstream"} 0.001407564 pg_exporter_query_scrape_duration{datname="postgres",query="pg_func"} 0.001886785 pg_exporter_query_scrape_duration{datname="postgres",query="pg_heartbeat"} 0.003478945 pg_exporter_query_scrape_duration{datname="postgres",query="pg_index"} 0.004305423 pg_exporter_query_scrape_duration{datname="postgres",query="pg_index_bloat"} 0.009723604 pg_exporter_query_scrape_duration{datname="postgres",query="pg_indexing"} 0.001154542 pg_exporter_query_scrape_duration{datname="postgres",query="pg_io"} 0.004620195 pg_exporter_query_scrape_duration{datname="postgres",query="pg_lock"} 0.004400969 pg_exporter_query_scrape_duration{datname="postgres",query="pg_meta"} 0.000632286 pg_exporter_query_scrape_duration{datname="postgres",query="pg_pubrel"} 0.00063324 pg_exporter_query_scrape_duration{datname="postgres",query="pg_query"} 0.026111068 pg_exporter_query_scrape_duration{datname="postgres",query="pg_relkind"} 0.006837667 pg_exporter_query_scrape_duration{datname="postgres",query="pg_repl"} 0.001714826 pg_exporter_query_scrape_duration{datname="postgres",query="pg_seq"} 0.00116849 pg_exporter_query_scrape_duration{datname="postgres",query="pg_setting"} 0.000819326 pg_exporter_query_scrape_duration{datname="postgres",query="pg_size"} 0.011523963 pg_exporter_query_scrape_duration{datname="postgres",query="pg_slot"} 0.001489997 pg_exporter_query_scrape_duration{datname="postgres",query="pg_slru"} 0.000986039 pg_exporter_query_scrape_duration{datname="postgres",query="pg_ssl"} 0.000993967 pg_exporter_query_scrape_duration{datname="postgres",query="pg_sub"} 0.00084424 pg_exporter_query_scrape_duration{datname="postgres",query="pg_subrel"} 0.001093864 pg_exporter_query_scrape_duration{datname="postgres",query="pg_sync_standby"} 0.00056994 pg_exporter_query_scrape_duration{datname="postgres",query="pg_table"} 0.008976937 pg_exporter_query_scrape_duration{datname="postgres",query="pg_table_bloat"} 0.008082689 pg_exporter_query_scrape_duration{datname="postgres",query="pg_table_size"} 0.002769828 pg_exporter_query_scrape_duration{datname="postgres",query="pg_timeline"} 0.00097233 pg_exporter_query_scrape_duration{datname="postgres",query="pg_vacuuming"} 0.000926435 pg_exporter_query_scrape_duration{datname="postgres",query="pg_wait"} 0.002248764 pg_exporter_query_scrape_duration{datname="postgres",query="pg_wal"} 0.076460606 pg_exporter_query_scrape_duration{datname="postgres",query="pg_xact"} 0.001637518 # HELP pg_exporter_query_scrape_error_count times the query failed # TYPE pg_exporter_query_scrape_error_count gauge pg_exporter_query_scrape_error_count{datname="gepvi_eat_db",query="pg_defpart"} 7 pg_exporter_query_scrape_error_count{datname="gepvi_eat_db",query="pg_func"} 32 pg_exporter_query_scrape_error_count{datname="gepvi_eat_db",query="pg_index"} 0 pg_exporter_query_scrape_error_count{datname="gepvi_eat_db",query="pg_index_bloat"} 0 pg_exporter_query_scrape_error_count{datname="gepvi_eat_db",query="pg_pubrel"} 10 pg_exporter_query_scrape_error_count{datname="gepvi_eat_db",query="pg_relkind"} 0 pg_exporter_query_scrape_error_count{datname="gepvi_eat_db",query="pg_seq"} 35 pg_exporter_query_scrape_error_count{datname="gepvi_eat_db",query="pg_subrel"} 7 pg_exporter_query_scrape_error_count{datname="gepvi_eat_db",query="pg_table"} 0 pg_exporter_query_scrape_error_count{datname="gepvi_eat_db",query="pg_table_bloat"} 0 pg_exporter_query_scrape_error_count{datname="gepvi_eat_db",query="pg_table_size"} 0 pg_exporter_query_scrape_error_count{datname="gepvi_fin_db",query="pg_defpart"} 0 pg_exporter_query_scrape_error_count{datname="gepvi_fin_db",query="pg_func"} 73 pg_exporter_query_scrape_error_count{datname="gepvi_fin_db",query="pg_index"} 4 pg_exporter_query_scrape_error_count{datname="gepvi_fin_db",query="pg_index_bloat"} 0 pg_exporter_query_scrape_error_count{datname="gepvi_fin_db",query="pg_pubrel"} 17 pg_exporter_query_scrape_error_count{datname="gepvi_fin_db",query="pg_relkind"} 0 pg_exporter_query_scrape_error_count{datname="gepvi_fin_db",query="pg_seq"} 27 pg_exporter_query_scrape_error_count{datname="gepvi_fin_db",query="pg_subrel"} 14 pg_exporter_query_scrape_error_count{datname="gepvi_fin_db",query="pg_table"} 0 pg_exporter_query_scrape_error_count{datname="gepvi_fin_db",query="pg_table_bloat"} 0 pg_exporter_query_scrape_error_count{datname="gepvi_fin_db",query="pg_table_size"} 0 pg_exporter_query_scrape_error_count{datname="gepvi_health_db",query="pg_defpart"} 0 pg_exporter_query_scrape_error_count{datname="gepvi_health_db",query="pg_func"} 26 pg_exporter_query_scrape_error_count{datname="gepvi_health_db",query="pg_index"} 1 pg_exporter_query_scrape_error_count{datname="gepvi_health_db",query="pg_index_bloat"} 0 pg_exporter_query_scrape_error_count{datname="gepvi_health_db",query="pg_pubrel"} 18 pg_exporter_query_scrape_error_count{datname="gepvi_health_db",query="pg_relkind"} 7 pg_exporter_query_scrape_error_count{datname="gepvi_health_db",query="pg_seq"} 26 pg_exporter_query_scrape_error_count{datname="gepvi_health_db",query="pg_subrel"} 7 pg_exporter_query_scrape_error_count{datname="gepvi_health_db",query="pg_table"} 0 pg_exporter_query_scrape_error_count{datname="gepvi_health_db",query="pg_table_bloat"} 0 pg_exporter_query_scrape_error_count{datname="gepvi_health_db",query="pg_table_size"} 0 pg_exporter_query_scrape_error_count{datname="gepvi_users_db",query="pg_defpart"} 0 pg_exporter_query_scrape_error_count{datname="gepvi_users_db",query="pg_func"} 32 pg_exporter_query_scrape_error_count{datname="gepvi_users_db",query="pg_index"} 0 pg_exporter_query_scrape_error_count{datname="gepvi_users_db",query="pg_index_bloat"} 31 pg_exporter_query_scrape_error_count{datname="gepvi_users_db",query="pg_pubrel"} 14 pg_exporter_query_scrape_error_count{datname="gepvi_users_db",query="pg_relkind"} 0 pg_exporter_query_scrape_error_count{datname="gepvi_users_db",query="pg_seq"} 51 pg_exporter_query_scrape_error_count{datname="gepvi_users_db",query="pg_subrel"} 19 pg_exporter_query_scrape_error_count{datname="gepvi_users_db",query="pg_table"} 0 pg_exporter_query_scrape_error_count{datname="gepvi_users_db",query="pg_table_bloat"} 0 pg_exporter_query_scrape_error_count{datname="gepvi_users_db",query="pg_table_size"} 0 pg_exporter_query_scrape_error_count{datname="omniword",query="pg_defpart"} 0 pg_exporter_query_scrape_error_count{datname="omniword",query="pg_func"} 49 pg_exporter_query_scrape_error_count{datname="omniword",query="pg_index"} 0 pg_exporter_query_scrape_error_count{datname="omniword",query="pg_index_bloat"} 0 pg_exporter_query_scrape_error_count{datname="omniword",query="pg_pubrel"} 2 pg_exporter_query_scrape_error_count{datname="omniword",query="pg_relkind"} 0 pg_exporter_query_scrape_error_count{datname="omniword",query="pg_seq"} 17 pg_exporter_query_scrape_error_count{datname="omniword",query="pg_subrel"} 9 pg_exporter_query_scrape_error_count{datname="omniword",query="pg_table"} 0 pg_exporter_query_scrape_error_count{datname="omniword",query="pg_table_bloat"} 0 pg_exporter_query_scrape_error_count{datname="omniword",query="pg_table_size"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg"} 1 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_activity"} 164 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_archiver"} 45 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_backend"} 18 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_backup"} 23 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_bgwriter"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_checkpoint"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_checkpointer"} 15 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_clustering"} 39 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_db"} 109 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_defpart"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_downstream"} 16 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_func"} 26 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_heartbeat"} 58 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_index"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_index_bloat"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_indexing"} 12 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_io"} 2 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_lock"} 66 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_meta"} 4 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_pubrel"} 17 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_query"} 2 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_relkind"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_repl"} 19 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_seq"} 66 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_setting"} 41 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_size"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_slot"} 25 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_slru"} 38 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_ssl"} 20 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_sub"} 12 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_subrel"} 16 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_sync_standby"} 6 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_table"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_table_bloat"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_table_size"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_timeline"} 5 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_vacuuming"} 5 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_wait"} 33 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_wal"} 13 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_xact"} 127 # HELP pg_exporter_query_scrape_hit_count numbers been scraped from this query # TYPE pg_exporter_query_scrape_hit_count gauge pg_exporter_query_scrape_hit_count{datname="gepvi_eat_db",query="pg_defpart"} 294146 pg_exporter_query_scrape_hit_count{datname="gepvi_eat_db",query="pg_func"} 138032 pg_exporter_query_scrape_hit_count{datname="gepvi_eat_db",query="pg_index"} 138046 pg_exporter_query_scrape_hit_count{datname="gepvi_eat_db",query="pg_index_bloat"} 335306 pg_exporter_query_scrape_hit_count{datname="gepvi_eat_db",query="pg_pubrel"} 138042 pg_exporter_query_scrape_hit_count{datname="gepvi_eat_db",query="pg_relkind"} 294152 pg_exporter_query_scrape_hit_count{datname="gepvi_eat_db",query="pg_seq"} 138032 pg_exporter_query_scrape_hit_count{datname="gepvi_eat_db",query="pg_subrel"} 138044 pg_exporter_query_scrape_hit_count{datname="gepvi_eat_db",query="pg_table"} 138046 pg_exporter_query_scrape_hit_count{datname="gepvi_eat_db",query="pg_table_bloat"} 335306 pg_exporter_query_scrape_hit_count{datname="gepvi_eat_db",query="pg_table_size"} 335306 pg_exporter_query_scrape_hit_count{datname="gepvi_fin_db",query="pg_defpart"} 294249 pg_exporter_query_scrape_hit_count{datname="gepvi_fin_db",query="pg_func"} 139753 pg_exporter_query_scrape_hit_count{datname="gepvi_fin_db",query="pg_index"} 139777 pg_exporter_query_scrape_hit_count{datname="gepvi_fin_db",query="pg_index_bloat"} 335310 pg_exporter_query_scrape_hit_count{datname="gepvi_fin_db",query="pg_pubrel"} 139772 pg_exporter_query_scrape_hit_count{datname="gepvi_fin_db",query="pg_relkind"} 294249 pg_exporter_query_scrape_hit_count{datname="gepvi_fin_db",query="pg_seq"} 139769 pg_exporter_query_scrape_hit_count{datname="gepvi_fin_db",query="pg_subrel"} 139773 pg_exporter_query_scrape_hit_count{datname="gepvi_fin_db",query="pg_table"} 139779 pg_exporter_query_scrape_hit_count{datname="gepvi_fin_db",query="pg_table_bloat"} 335310 pg_exporter_query_scrape_hit_count{datname="gepvi_fin_db",query="pg_table_size"} 335310 pg_exporter_query_scrape_hit_count{datname="gepvi_health_db",query="pg_defpart"} 294185 pg_exporter_query_scrape_hit_count{datname="gepvi_health_db",query="pg_func"} 138835 pg_exporter_query_scrape_hit_count{datname="gepvi_health_db",query="pg_index"} 138845 pg_exporter_query_scrape_hit_count{datname="gepvi_health_db",query="pg_index_bloat"} 335298 pg_exporter_query_scrape_hit_count{datname="gepvi_health_db",query="pg_pubrel"} 138837 pg_exporter_query_scrape_hit_count{datname="gepvi_health_db",query="pg_relkind"} 294179 pg_exporter_query_scrape_hit_count{datname="gepvi_health_db",query="pg_seq"} 138835 pg_exporter_query_scrape_hit_count{datname="gepvi_health_db",query="pg_subrel"} 138842 pg_exporter_query_scrape_hit_count{datname="gepvi_health_db",query="pg_table"} 138845 pg_exporter_query_scrape_hit_count{datname="gepvi_health_db",query="pg_table_bloat"} 335298 pg_exporter_query_scrape_hit_count{datname="gepvi_health_db",query="pg_table_size"} 335298 pg_exporter_query_scrape_hit_count{datname="gepvi_users_db",query="pg_defpart"} 294222 pg_exporter_query_scrape_hit_count{datname="gepvi_users_db",query="pg_func"} 139231 pg_exporter_query_scrape_hit_count{datname="gepvi_users_db",query="pg_index"} 139243 pg_exporter_query_scrape_hit_count{datname="gepvi_users_db",query="pg_index_bloat"} 335277 pg_exporter_query_scrape_hit_count{datname="gepvi_users_db",query="pg_pubrel"} 139238 pg_exporter_query_scrape_hit_count{datname="gepvi_users_db",query="pg_relkind"} 294222 pg_exporter_query_scrape_hit_count{datname="gepvi_users_db",query="pg_seq"} 139223 pg_exporter_query_scrape_hit_count{datname="gepvi_users_db",query="pg_subrel"} 139234 pg_exporter_query_scrape_hit_count{datname="gepvi_users_db",query="pg_table"} 139243 pg_exporter_query_scrape_hit_count{datname="gepvi_users_db",query="pg_table_bloat"} 335307 pg_exporter_query_scrape_hit_count{datname="gepvi_users_db",query="pg_table_size"} 335307 pg_exporter_query_scrape_hit_count{datname="omniword",query="pg_defpart"} 294174 pg_exporter_query_scrape_hit_count{datname="omniword",query="pg_func"} 138909 pg_exporter_query_scrape_hit_count{datname="omniword",query="pg_index"} 138930 pg_exporter_query_scrape_hit_count{datname="omniword",query="pg_index_bloat"} 335311 pg_exporter_query_scrape_hit_count{datname="omniword",query="pg_pubrel"} 138929 pg_exporter_query_scrape_hit_count{datname="omniword",query="pg_relkind"} 294174 pg_exporter_query_scrape_hit_count{datname="omniword",query="pg_seq"} 138924 pg_exporter_query_scrape_hit_count{datname="omniword",query="pg_subrel"} 138926 pg_exporter_query_scrape_hit_count{datname="omniword",query="pg_table"} 138930 pg_exporter_query_scrape_hit_count{datname="omniword",query="pg_table_bloat"} 335311 pg_exporter_query_scrape_hit_count{datname="omniword",query="pg_table_size"} 335311 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg"} 5 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_activity"} 127384 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_archiver"} 293929 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_backend"} 127438 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_backup"} 127437 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_bgwriter"} 127445 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_checkpoint"} 293967 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_checkpointer"} 127441 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_clustering"} 127433 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_db"} 127406 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_defpart"} 293967 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_downstream"} 127439 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_func"} 127435 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_heartbeat"} 127425 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_index"} 127445 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_index_bloat"} 335287 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_indexing"} 127442 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_io"} 5 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_lock"} 127418 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_meta"} 127444 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_pubrel"} 127438 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_query"} 127444 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_relkind"} 293967 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_repl"} 127437 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_seq"} 127421 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_setting"} 127428 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_size"} 293967 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_slot"} 127435 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_slru"} 293935 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_ssl"} 127436 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_sub"} 127440 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_subrel"} 127437 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_sync_standby"} 127443 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_table"} 127445 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_table_bloat"} 335287 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_table_size"} 335287 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_timeline"} 127443 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_vacuuming"} 127444 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_wait"} 127434 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_wal"} 127441 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_xact"} 127399 # HELP pg_exporter_query_scrape_metric_count numbers of metrics been scraped from this query # TYPE pg_exporter_query_scrape_metric_count gauge pg_exporter_query_scrape_metric_count{datname="gepvi_eat_db",query="pg_defpart"} 0 pg_exporter_query_scrape_metric_count{datname="gepvi_eat_db",query="pg_func"} 12 pg_exporter_query_scrape_metric_count{datname="gepvi_eat_db",query="pg_index"} 266 pg_exporter_query_scrape_metric_count{datname="gepvi_eat_db",query="pg_index_bloat"} 18 pg_exporter_query_scrape_metric_count{datname="gepvi_eat_db",query="pg_pubrel"} 0 pg_exporter_query_scrape_metric_count{datname="gepvi_eat_db",query="pg_relkind"} 6 pg_exporter_query_scrape_metric_count{datname="gepvi_eat_db",query="pg_seq"} 27 pg_exporter_query_scrape_metric_count{datname="gepvi_eat_db",query="pg_subrel"} 0 pg_exporter_query_scrape_metric_count{datname="gepvi_eat_db",query="pg_table"} 455 pg_exporter_query_scrape_metric_count{datname="gepvi_eat_db",query="pg_table_bloat"} 14 pg_exporter_query_scrape_metric_count{datname="gepvi_eat_db",query="pg_table_size"} 56 pg_exporter_query_scrape_metric_count{datname="gepvi_fin_db",query="pg_defpart"} 0 pg_exporter_query_scrape_metric_count{datname="gepvi_fin_db",query="pg_func"} 9 pg_exporter_query_scrape_metric_count{datname="gepvi_fin_db",query="pg_index"} 210 pg_exporter_query_scrape_metric_count{datname="gepvi_fin_db",query="pg_index_bloat"} 14 pg_exporter_query_scrape_metric_count{datname="gepvi_fin_db",query="pg_pubrel"} 0 pg_exporter_query_scrape_metric_count{datname="gepvi_fin_db",query="pg_relkind"} 6 pg_exporter_query_scrape_metric_count{datname="gepvi_fin_db",query="pg_seq"} 3 pg_exporter_query_scrape_metric_count{datname="gepvi_fin_db",query="pg_subrel"} 0 pg_exporter_query_scrape_metric_count{datname="gepvi_fin_db",query="pg_table"} 350 pg_exporter_query_scrape_metric_count{datname="gepvi_fin_db",query="pg_table_bloat"} 12 pg_exporter_query_scrape_metric_count{datname="gepvi_fin_db",query="pg_table_size"} 44 pg_exporter_query_scrape_metric_count{datname="gepvi_health_db",query="pg_defpart"} 0 pg_exporter_query_scrape_metric_count{datname="gepvi_health_db",query="pg_func"} 9 pg_exporter_query_scrape_metric_count{datname="gepvi_health_db",query="pg_index"} 0 pg_exporter_query_scrape_metric_count{datname="gepvi_health_db",query="pg_index_bloat"} 0 pg_exporter_query_scrape_metric_count{datname="gepvi_health_db",query="pg_pubrel"} 0 pg_exporter_query_scrape_metric_count{datname="gepvi_health_db",query="pg_relkind"} 5 pg_exporter_query_scrape_metric_count{datname="gepvi_health_db",query="pg_seq"} 0 pg_exporter_query_scrape_metric_count{datname="gepvi_health_db",query="pg_subrel"} 0 pg_exporter_query_scrape_metric_count{datname="gepvi_health_db",query="pg_table"} 0 pg_exporter_query_scrape_metric_count{datname="gepvi_health_db",query="pg_table_bloat"} 0 pg_exporter_query_scrape_metric_count{datname="gepvi_health_db",query="pg_table_size"} 4 pg_exporter_query_scrape_metric_count{datname="gepvi_users_db",query="pg_defpart"} 0 pg_exporter_query_scrape_metric_count{datname="gepvi_users_db",query="pg_func"} 9 pg_exporter_query_scrape_metric_count{datname="gepvi_users_db",query="pg_index"} 77 pg_exporter_query_scrape_metric_count{datname="gepvi_users_db",query="pg_index_bloat"} 2 pg_exporter_query_scrape_metric_count{datname="gepvi_users_db",query="pg_pubrel"} 0 pg_exporter_query_scrape_metric_count{datname="gepvi_users_db",query="pg_relkind"} 6 pg_exporter_query_scrape_metric_count{datname="gepvi_users_db",query="pg_seq"} 6 pg_exporter_query_scrape_metric_count{datname="gepvi_users_db",query="pg_subrel"} 0 pg_exporter_query_scrape_metric_count{datname="gepvi_users_db",query="pg_table"} 140 pg_exporter_query_scrape_metric_count{datname="gepvi_users_db",query="pg_table_bloat"} 2 pg_exporter_query_scrape_metric_count{datname="gepvi_users_db",query="pg_table_size"} 20 pg_exporter_query_scrape_metric_count{datname="omniword",query="pg_defpart"} 0 pg_exporter_query_scrape_metric_count{datname="omniword",query="pg_func"} 9 pg_exporter_query_scrape_metric_count{datname="omniword",query="pg_index"} 91 pg_exporter_query_scrape_metric_count{datname="omniword",query="pg_index_bloat"} 8 pg_exporter_query_scrape_metric_count{datname="omniword",query="pg_pubrel"} 0 pg_exporter_query_scrape_metric_count{datname="omniword",query="pg_relkind"} 5 pg_exporter_query_scrape_metric_count{datname="omniword",query="pg_seq"} 0 pg_exporter_query_scrape_metric_count{datname="omniword",query="pg_subrel"} 0 pg_exporter_query_scrape_metric_count{datname="omniword",query="pg_table"} 175 pg_exporter_query_scrape_metric_count{datname="omniword",query="pg_table_bloat"} 6 pg_exporter_query_scrape_metric_count{datname="omniword",query="pg_table_size"} 24 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg"} 15 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_activity"} 168 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_archiver"} 5 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_backend"} 8 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_backup"} 0 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_bgwriter"} 4 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_checkpoint"} 19 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_checkpointer"} 11 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_clustering"} 0 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_db"} 333 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_defpart"} 0 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_downstream"} 5 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_func"} 12 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_heartbeat"} 0 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_index"} 0 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_index_bloat"} 0 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_indexing"} 0 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_io"} 1343 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_lock"} 56 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_meta"} 1 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_pubrel"} 0 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_query"} 1152 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_relkind"} 5 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_repl"} 0 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_seq"} 0 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_setting"} 36 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_size"} 11 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_slot"} 0 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_slru"} 64 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_ssl"} 2 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_sub"} 0 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_subrel"} 0 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_sync_standby"} 1 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_table"} 0 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_table_bloat"} 0 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_table_size"} 4 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_timeline"} 1 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_vacuuming"} 0 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_wait"} 8 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_wal"} 5 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_xact"} 3 # HELP pg_exporter_query_scrape_predicate_skip_count times the query was skipped due to a predicate returning false # TYPE pg_exporter_query_scrape_predicate_skip_count gauge pg_exporter_query_scrape_predicate_skip_count{datname="postgres",query="pg_heartbeat"} 0 # HELP pg_exporter_query_scrape_total_count times exporter server was scraped for metrics # TYPE pg_exporter_query_scrape_total_count gauge pg_exporter_query_scrape_total_count{datname="gepvi_eat_db",query="pg_defpart"} 346631 pg_exporter_query_scrape_total_count{datname="gepvi_eat_db",query="pg_func"} 346631 pg_exporter_query_scrape_total_count{datname="gepvi_eat_db",query="pg_index"} 346631 pg_exporter_query_scrape_total_count{datname="gepvi_eat_db",query="pg_index_bloat"} 346631 pg_exporter_query_scrape_total_count{datname="gepvi_eat_db",query="pg_pubrel"} 346631 pg_exporter_query_scrape_total_count{datname="gepvi_eat_db",query="pg_relkind"} 346631 pg_exporter_query_scrape_total_count{datname="gepvi_eat_db",query="pg_seq"} 346631 pg_exporter_query_scrape_total_count{datname="gepvi_eat_db",query="pg_subrel"} 346631 pg_exporter_query_scrape_total_count{datname="gepvi_eat_db",query="pg_table"} 346631 pg_exporter_query_scrape_total_count{datname="gepvi_eat_db",query="pg_table_bloat"} 346631 pg_exporter_query_scrape_total_count{datname="gepvi_eat_db",query="pg_table_size"} 346631 pg_exporter_query_scrape_total_count{datname="gepvi_fin_db",query="pg_defpart"} 346633 pg_exporter_query_scrape_total_count{datname="gepvi_fin_db",query="pg_func"} 346633 pg_exporter_query_scrape_total_count{datname="gepvi_fin_db",query="pg_index"} 346633 pg_exporter_query_scrape_total_count{datname="gepvi_fin_db",query="pg_index_bloat"} 346633 pg_exporter_query_scrape_total_count{datname="gepvi_fin_db",query="pg_pubrel"} 346633 pg_exporter_query_scrape_total_count{datname="gepvi_fin_db",query="pg_relkind"} 346633 pg_exporter_query_scrape_total_count{datname="gepvi_fin_db",query="pg_seq"} 346633 pg_exporter_query_scrape_total_count{datname="gepvi_fin_db",query="pg_subrel"} 346633 pg_exporter_query_scrape_total_count{datname="gepvi_fin_db",query="pg_table"} 346633 pg_exporter_query_scrape_total_count{datname="gepvi_fin_db",query="pg_table_bloat"} 346633 pg_exporter_query_scrape_total_count{datname="gepvi_fin_db",query="pg_table_size"} 346633 pg_exporter_query_scrape_total_count{datname="gepvi_health_db",query="pg_defpart"} 346624 pg_exporter_query_scrape_total_count{datname="gepvi_health_db",query="pg_func"} 346624 pg_exporter_query_scrape_total_count{datname="gepvi_health_db",query="pg_index"} 346624 pg_exporter_query_scrape_total_count{datname="gepvi_health_db",query="pg_index_bloat"} 346624 pg_exporter_query_scrape_total_count{datname="gepvi_health_db",query="pg_pubrel"} 346624 pg_exporter_query_scrape_total_count{datname="gepvi_health_db",query="pg_relkind"} 346624 pg_exporter_query_scrape_total_count{datname="gepvi_health_db",query="pg_seq"} 346624 pg_exporter_query_scrape_total_count{datname="gepvi_health_db",query="pg_subrel"} 346624 pg_exporter_query_scrape_total_count{datname="gepvi_health_db",query="pg_table"} 346624 pg_exporter_query_scrape_total_count{datname="gepvi_health_db",query="pg_table_bloat"} 346624 pg_exporter_query_scrape_total_count{datname="gepvi_health_db",query="pg_table_size"} 346624 pg_exporter_query_scrape_total_count{datname="gepvi_users_db",query="pg_defpart"} 346627 pg_exporter_query_scrape_total_count{datname="gepvi_users_db",query="pg_func"} 346627 pg_exporter_query_scrape_total_count{datname="gepvi_users_db",query="pg_index"} 346627 pg_exporter_query_scrape_total_count{datname="gepvi_users_db",query="pg_index_bloat"} 346627 pg_exporter_query_scrape_total_count{datname="gepvi_users_db",query="pg_pubrel"} 346627 pg_exporter_query_scrape_total_count{datname="gepvi_users_db",query="pg_relkind"} 346627 pg_exporter_query_scrape_total_count{datname="gepvi_users_db",query="pg_seq"} 346627 pg_exporter_query_scrape_total_count{datname="gepvi_users_db",query="pg_subrel"} 346627 pg_exporter_query_scrape_total_count{datname="gepvi_users_db",query="pg_table"} 346627 pg_exporter_query_scrape_total_count{datname="gepvi_users_db",query="pg_table_bloat"} 346627 pg_exporter_query_scrape_total_count{datname="gepvi_users_db",query="pg_table_size"} 346627 pg_exporter_query_scrape_total_count{datname="omniword",query="pg_defpart"} 346634 pg_exporter_query_scrape_total_count{datname="omniword",query="pg_func"} 346634 pg_exporter_query_scrape_total_count{datname="omniword",query="pg_index"} 346634 pg_exporter_query_scrape_total_count{datname="omniword",query="pg_index_bloat"} 346634 pg_exporter_query_scrape_total_count{datname="omniword",query="pg_pubrel"} 346634 pg_exporter_query_scrape_total_count{datname="omniword",query="pg_relkind"} 346634 pg_exporter_query_scrape_total_count{datname="omniword",query="pg_seq"} 346634 pg_exporter_query_scrape_total_count{datname="omniword",query="pg_subrel"} 346634 pg_exporter_query_scrape_total_count{datname="omniword",query="pg_table"} 346634 pg_exporter_query_scrape_total_count{datname="omniword",query="pg_table_bloat"} 346634 pg_exporter_query_scrape_total_count{datname="omniword",query="pg_table_size"} 346634 pg_exporter_query_scrape_total_count{datname="postgres",query="pg"} 346626 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_activity"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_archiver"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_backend"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_backup"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_bgwriter"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_checkpoint"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_checkpointer"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_clustering"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_db"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_defpart"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_downstream"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_func"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_heartbeat"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_index"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_index_bloat"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_indexing"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_io"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_lock"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_meta"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_pubrel"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_query"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_relkind"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_repl"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_seq"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_setting"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_size"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_slot"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_slru"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_ssl"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_sub"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_subrel"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_sync_standby"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_table"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_table_bloat"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_table_size"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_timeline"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_vacuuming"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_wait"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_wal"} 346625 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_xact"} 346625 # HELP pg_exporter_scrape_duration seconds exporter spending on scraping # TYPE pg_exporter_scrape_duration gauge pg_exporter_scrape_duration 0.14207698 # HELP pg_exporter_scrape_error_count times exporter was scraped for metrics and failed # TYPE pg_exporter_scrape_error_count counter pg_exporter_scrape_error_count 19 # HELP pg_exporter_scrape_total_count times exporter was scraped for metrics # TYPE pg_exporter_scrape_total_count counter pg_exporter_scrape_total_count 346644 # HELP pg_exporter_server_scrape_duration seconds exporter server spending on scraping last scrape # TYPE pg_exporter_server_scrape_duration gauge pg_exporter_server_scrape_duration{datname="gepvi_eat_db"} 0.027949991 pg_exporter_server_scrape_duration{datname="gepvi_fin_db"} 0.00295949 pg_exporter_server_scrape_duration{datname="gepvi_health_db"} 0.005354226 pg_exporter_server_scrape_duration{datname="gepvi_reports_db"} 0.009518982 pg_exporter_server_scrape_duration{datname="gepvi_users_db"} 0.002888739 pg_exporter_server_scrape_duration{datname="omniword"} 0.079228825 pg_exporter_server_scrape_duration{datname="postgres"} 0.013991953 # HELP pg_exporter_server_scrape_error_count cumulative times exporter server scrape failed (fatal scrape failures only) # TYPE pg_exporter_server_scrape_error_count gauge pg_exporter_server_scrape_error_count{datname="gepvi_eat_db"} 12 pg_exporter_server_scrape_error_count{datname="gepvi_fin_db"} 10 pg_exporter_server_scrape_error_count{datname="gepvi_health_db"} 19 pg_exporter_server_scrape_error_count{datname="gepvi_reports_db"} 346643 pg_exporter_server_scrape_error_count{datname="gepvi_users_db"} 16 pg_exporter_server_scrape_error_count{datname="omniword"} 9 pg_exporter_server_scrape_error_count{datname="postgres"} 19 # HELP pg_exporter_server_scrape_total_count times exporter server was scraped for metrics # TYPE pg_exporter_server_scrape_total_count gauge pg_exporter_server_scrape_total_count{datname="gepvi_eat_db"} 346643 pg_exporter_server_scrape_total_count{datname="gepvi_fin_db"} 346643 pg_exporter_server_scrape_total_count{datname="gepvi_health_db"} 346643 pg_exporter_server_scrape_total_count{datname="gepvi_reports_db"} 346643 pg_exporter_server_scrape_total_count{datname="gepvi_users_db"} 346643 pg_exporter_server_scrape_total_count{datname="omniword"} 346643 pg_exporter_server_scrape_total_count{datname="postgres"} 346644 # HELP pg_exporter_server_scrape_total_seconds cumulative total seconds exporter server spending on scraping # TYPE pg_exporter_server_scrape_total_seconds gauge pg_exporter_server_scrape_total_seconds{datname="gepvi_eat_db"} 24670.77432477791 pg_exporter_server_scrape_total_seconds{datname="gepvi_fin_db"} 19911.715769537757 pg_exporter_server_scrape_total_seconds{datname="gepvi_health_db"} 13411.602632405948 pg_exporter_server_scrape_total_seconds{datname="gepvi_reports_db"} 8097.838646387075 pg_exporter_server_scrape_total_seconds{datname="gepvi_users_db"} 17243.588601611144 pg_exporter_server_scrape_total_seconds{datname="omniword"} 17452.125252404698 pg_exporter_server_scrape_total_seconds{datname="postgres"} 51201.89339095457 # HELP pg_exporter_up always be 1 if your could retrieve metrics # TYPE pg_exporter_up gauge pg_exporter_up 1 # HELP pg_exporter_uptime seconds since exporter primary server inited # TYPE pg_exporter_uptime gauge pg_exporter_uptime 3.466211542863527e+06 # HELP pg_flush_lsn primary only # TYPE pg_flush_lsn counter pg_flush_lsn 1.1853103104e+11 # HELP pg_func_calls Number of times this function has been called # TYPE pg_func_calls counter pg_func_calls{datname="gepvi_eat_db",funcname="monitor.pg_index_bloat"} 26996 pg_func_calls{datname="gepvi_eat_db",funcname="monitor.pg_stat_statements"} 163 pg_func_calls{datname="gepvi_eat_db",funcname="monitor.pg_table_bloat"} 27000 pg_func_calls{datname="gepvi_eat_db",funcname="pg_catalog.shobj_description"} 868 pg_func_calls{datname="gepvi_fin_db",funcname="monitor.pg_index_bloat"} 26993 pg_func_calls{datname="gepvi_fin_db",funcname="monitor.pg_table_bloat"} 26993 pg_func_calls{datname="gepvi_fin_db",funcname="pg_catalog.shobj_description"} 30 pg_func_calls{datname="gepvi_health_db",funcname="monitor.pg_index_bloat"} 26996 pg_func_calls{datname="gepvi_health_db",funcname="monitor.pg_table_bloat"} 26996 pg_func_calls{datname="gepvi_health_db",funcname="pg_catalog.shobj_description"} 20 pg_func_calls{datname="gepvi_users_db",funcname="monitor.pg_index_bloat"} 26989 pg_func_calls{datname="gepvi_users_db",funcname="monitor.pg_table_bloat"} 27011 pg_func_calls{datname="gepvi_users_db",funcname="pg_catalog.shobj_description"} 49 pg_func_calls{datname="omniword",funcname="monitor.pg_index_bloat"} 26995 pg_func_calls{datname="omniword",funcname="monitor.pg_table_bloat"} 26998 pg_func_calls{datname="omniword",funcname="pg_catalog.shobj_description"} 39 pg_func_calls{datname="postgres",funcname="monitor.pg_index_bloat"} 27028 pg_func_calls{datname="postgres",funcname="monitor.pg_stat_statements"} 522654 pg_func_calls{datname="postgres",funcname="monitor.pg_table_bloat"} 27049 pg_func_calls{datname="postgres",funcname="pg_catalog.shobj_description"} 82 # HELP pg_func_self_time Total time spent in this function itself # TYPE pg_func_self_time counter pg_func_self_time{datname="gepvi_eat_db",funcname="monitor.pg_index_bloat"} 6110.450058 pg_func_self_time{datname="gepvi_eat_db",funcname="monitor.pg_stat_statements"} 0.535292 pg_func_self_time{datname="gepvi_eat_db",funcname="monitor.pg_table_bloat"} 2447.259045 pg_func_self_time{datname="gepvi_eat_db",funcname="pg_catalog.shobj_description"} 0.206465 pg_func_self_time{datname="gepvi_fin_db",funcname="monitor.pg_index_bloat"} 5403.101894 pg_func_self_time{datname="gepvi_fin_db",funcname="monitor.pg_table_bloat"} 2598.7864649999997 pg_func_self_time{datname="gepvi_fin_db",funcname="pg_catalog.shobj_description"} 0.01453 pg_func_self_time{datname="gepvi_health_db",funcname="monitor.pg_index_bloat"} 3946.6631570000004 pg_func_self_time{datname="gepvi_health_db",funcname="monitor.pg_table_bloat"} 1860.806299 pg_func_self_time{datname="gepvi_health_db",funcname="pg_catalog.shobj_description"} 0.009599 pg_func_self_time{datname="gepvi_users_db",funcname="monitor.pg_index_bloat"} 4188.544584 pg_func_self_time{datname="gepvi_users_db",funcname="monitor.pg_table_bloat"} 1792.4211810000002 pg_func_self_time{datname="gepvi_users_db",funcname="pg_catalog.shobj_description"} 0.023760000000000003 pg_func_self_time{datname="omniword",funcname="monitor.pg_index_bloat"} 4456.275575000001 pg_func_self_time{datname="omniword",funcname="monitor.pg_table_bloat"} 1832.665913 pg_func_self_time{datname="omniword",funcname="pg_catalog.shobj_description"} 0.015367 pg_func_self_time{datname="postgres",funcname="monitor.pg_index_bloat"} 196.685863 pg_func_self_time{datname="postgres",funcname="monitor.pg_stat_statements"} 326.367988 pg_func_self_time{datname="postgres",funcname="monitor.pg_table_bloat"} 152.055518 pg_func_self_time{datname="postgres",funcname="pg_catalog.shobj_description"} 0.055734000000000006 # HELP pg_func_total_time Total time spent in this function and all other functions called by it # TYPE pg_func_total_time counter pg_func_total_time{datname="gepvi_eat_db",funcname="monitor.pg_index_bloat"} 6110.450058 pg_func_total_time{datname="gepvi_eat_db",funcname="monitor.pg_stat_statements"} 0.535292 pg_func_total_time{datname="gepvi_eat_db",funcname="monitor.pg_table_bloat"} 2447.259045 pg_func_total_time{datname="gepvi_eat_db",funcname="pg_catalog.shobj_description"} 0.206465 pg_func_total_time{datname="gepvi_fin_db",funcname="monitor.pg_index_bloat"} 5403.101894 pg_func_total_time{datname="gepvi_fin_db",funcname="monitor.pg_table_bloat"} 2598.7864649999997 pg_func_total_time{datname="gepvi_fin_db",funcname="pg_catalog.shobj_description"} 0.01453 pg_func_total_time{datname="gepvi_health_db",funcname="monitor.pg_index_bloat"} 3946.6631570000004 pg_func_total_time{datname="gepvi_health_db",funcname="monitor.pg_table_bloat"} 1860.806299 pg_func_total_time{datname="gepvi_health_db",funcname="pg_catalog.shobj_description"} 0.009599 pg_func_total_time{datname="gepvi_users_db",funcname="monitor.pg_index_bloat"} 4188.544584 pg_func_total_time{datname="gepvi_users_db",funcname="monitor.pg_table_bloat"} 1792.4211810000002 pg_func_total_time{datname="gepvi_users_db",funcname="pg_catalog.shobj_description"} 0.023760000000000003 pg_func_total_time{datname="omniword",funcname="monitor.pg_index_bloat"} 4456.275575000001 pg_func_total_time{datname="omniword",funcname="monitor.pg_table_bloat"} 1832.665913 pg_func_total_time{datname="omniword",funcname="pg_catalog.shobj_description"} 0.015367 pg_func_total_time{datname="postgres",funcname="monitor.pg_index_bloat"} 196.685863 pg_func_total_time{datname="postgres",funcname="monitor.pg_stat_statements"} 326.367988 pg_func_total_time{datname="postgres",funcname="monitor.pg_table_bloat"} 152.055518 pg_func_total_time{datname="postgres",funcname="pg_catalog.shobj_description"} 0.055734000000000006 # HELP pg_in_recovery server is in recovery mode? 1 for yes 0 for no # TYPE pg_in_recovery gauge pg_in_recovery 0 # HELP pg_index_bloat_ratio Estimated bloat ratio of this index # TYPE pg_index_bloat_ratio gauge pg_index_bloat_ratio{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily_pkey"} 0.5849167482859942 pg_index_bloat_ratio{datname="gepvi_eat_db",relname="gepvi_eat.idx_meals_user_created"} 0.617680875526977 pg_index_bloat_ratio{datname="gepvi_eat_db",relname="gepvi_eat.idx_user_goals_user_id"} 0.4142997061704211 pg_index_bloat_ratio{datname="gepvi_eat_db",relname="gepvi_eat.meals_pkey"} 0.16253906067814008 pg_index_bloat_ratio{datname="gepvi_eat_db",relname="gepvi_eat.notifications_pkey"} 0.4057786483839373 pg_index_bloat_ratio{datname="gepvi_eat_db",relname="gepvi_eat.reports_pkey"} 0.5309337251061051 pg_index_bloat_ratio{datname="gepvi_eat_db",relname="gepvi_eat.user_goals_pkey"} 0.4142997061704211 pg_index_bloat_ratio{datname="gepvi_eat_db",relname="gepvi_eat.users_pkey"} 0.27375122428991183 pg_index_bloat_ratio{datname="gepvi_eat_db",relname="gepvi_eat.weight_history_pkey"} 0.3971596474045054 pg_index_bloat_ratio{datname="gepvi_fin_db",relname="gepvi_fin.balance_history_pkey"} 0.1589128305582762 pg_index_bloat_ratio{datname="gepvi_fin_db",relname="gepvi_fin.balances_pkey"} 0.4605778648383937 pg_index_bloat_ratio{datname="gepvi_fin_db",relname="gepvi_fin.categories_pkey"} 0.4331537708129285 pg_index_bloat_ratio{datname="gepvi_fin_db",relname="gepvi_fin.currencies_pkey"} 0.2894221351616063 pg_index_bloat_ratio{datname="gepvi_fin_db",relname="gepvi_fin.idx_balance_history_balance_id_created_at"} 0.2563663075416258 pg_index_bloat_ratio{datname="gepvi_fin_db",relname="gepvi_fin.pk_exchange_rates_date_code"} 0.10597453476983353 pg_index_bloat_ratio{datname="gepvi_fin_db",relname="gepvi_fin.transactions_pkey"} 0.11956603631432226 pg_index_bloat_ratio{datname="gepvi_users_db",relname="gepvi_users.users_pkey"} 0.4657198824681684 pg_index_bloat_ratio{datname="omniword",relname="omniword.training_sessions_pkey"} 0.354309500489716 pg_index_bloat_ratio{datname="omniword",relname="omniword.uq_user_words_user_word"} 0.5722331047992165 pg_index_bloat_ratio{datname="omniword",relname="omniword.user_words_pkey"} 0.48667972575905977 pg_index_bloat_ratio{datname="omniword",relname="omniword.words_pkey"} 0.4839373163565132 # HELP pg_index_bloat_size Total bytes of this index # TYPE pg_index_bloat_size gauge pg_index_bloat_size{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily_pkey"} 40960 pg_index_bloat_size{datname="gepvi_eat_db",relname="gepvi_eat.idx_meals_user_created"} 376832 pg_index_bloat_size{datname="gepvi_eat_db",relname="gepvi_eat.idx_user_goals_user_id"} 16384 pg_index_bloat_size{datname="gepvi_eat_db",relname="gepvi_eat.meals_pkey"} 172032 pg_index_bloat_size{datname="gepvi_eat_db",relname="gepvi_eat.notifications_pkey"} 40960 pg_index_bloat_size{datname="gepvi_eat_db",relname="gepvi_eat.reports_pkey"} 49152 pg_index_bloat_size{datname="gepvi_eat_db",relname="gepvi_eat.user_goals_pkey"} 16384 pg_index_bloat_size{datname="gepvi_eat_db",relname="gepvi_eat.users_pkey"} 16384 pg_index_bloat_size{datname="gepvi_eat_db",relname="gepvi_eat.weight_history_pkey"} 16384 pg_index_bloat_size{datname="gepvi_fin_db",relname="gepvi_fin.balance_history_pkey"} 16384 pg_index_bloat_size{datname="gepvi_fin_db",relname="gepvi_fin.balances_pkey"} 16384 pg_index_bloat_size{datname="gepvi_fin_db",relname="gepvi_fin.categories_pkey"} 16384 pg_index_bloat_size{datname="gepvi_fin_db",relname="gepvi_fin.currencies_pkey"} 16384 pg_index_bloat_size{datname="gepvi_fin_db",relname="gepvi_fin.idx_balance_history_balance_id_created_at"} 16384 pg_index_bloat_size{datname="gepvi_fin_db",relname="gepvi_fin.pk_exchange_rates_date_code"} 1.59744e+06 pg_index_bloat_size{datname="gepvi_fin_db",relname="gepvi_fin.transactions_pkey"} 212992 pg_index_bloat_size{datname="gepvi_users_db",relname="gepvi_users.users_pkey"} 16384 pg_index_bloat_size{datname="omniword",relname="omniword.training_sessions_pkey"} 16384 pg_index_bloat_size{datname="omniword",relname="omniword.uq_user_words_user_word"} 49152 pg_index_bloat_size{datname="omniword",relname="omniword.user_words_pkey"} 40960 pg_index_bloat_size{datname="omniword",relname="omniword.words_pkey"} 40960 # HELP pg_index_idx_blks_hit Number of buffer hits in this index # TYPE pg_index_idx_blks_hit counter pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.ai_requests_daily_pkey",relid="19851",relname="gepvi_eat.ai_requests_daily"} 10704 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_created_at",relid="19859",relname="gepvi_eat.meals"} 66966 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_created",relid="19860",relname="gepvi_eat.meals"} 77125 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_id",relid="19861",relname="gepvi_eat.meals"} 22418 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_notifications_in_progress_updated_at",relid="21047",relname="gepvi_eat.notifications"} 156737 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_notifications_status_sender_method",relid="21046",relname="gepvi_eat.notifications"} 1.643345e+06 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_reports_user_id",relid="21020",relname="gepvi_eat.reports"} 23162 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_symptoms_logged_at",relid="20996",relname="gepvi_eat.symptoms"} 800 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_symptoms_user_id",relid="20995",relname="gepvi_eat.symptoms"} 800 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_symptoms_user_logged",relid="20997",relname="gepvi_eat.symptoms"} 11447 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_user_goals_user_id",relid="19862",relname="gepvi_eat.user_goals"} 1601 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_created_at",relid="20941",relname="gepvi_eat.users"} 28963 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_next_report_time",relid="20943",relname="gepvi_eat.users"} 112096 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_subscription_expires_at",relid="20942",relname="gepvi_eat.users"} 28954 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_telegram_user_id",relid="20940",relname="gepvi_eat.users"} 60901 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_weight_history_created_at",relid="20957",relname="gepvi_eat.weight_history"} 114 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_weight_history_user_id",relid="20956",relname="gepvi_eat.weight_history"} 114 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.meals_pkey",relid="19853",relname="gepvi_eat.meals"} 75891 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.notifications_pkey",relid="21039",relname="gepvi_eat.notifications"} 6.172475e+06 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.reports_pkey",relid="21018",relname="gepvi_eat.reports"} 5457 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.symptoms_pkey",relid="20993",relname="gepvi_eat.symptoms"} 831 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.user_goals_pkey",relid="19855",relname="gepvi_eat.user_goals"} 1649 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.users_pkey",relid="20936",relname="gepvi_eat.users"} 57632 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.users_telegram_user_id_key",relid="20938",relname="gepvi_eat.users"} 37784 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.weight_history_pkey",relid="20954",relname="gepvi_eat.weight_history"} 114 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="payments.bepaid_products_pkey",relid="28999",relname="payments.bepaid_products"} 59 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="payments.idx_bepaid_products_client_plan",relid="29028",relname="payments.bepaid_products"} 26 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="payments.idx_payments_provider_transaction",relid="28975",relname="payments.payments"} 20 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="payments.idx_payments_user_id",relid="28976",relname="payments.payments"} 20 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="payments.idx_payments_webhook_id",relid="29027",relname="payments.payments"} 17 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="payments.idx_providers_provider_code",relid="28933",relname="payments.providers"} 23 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="payments.idx_providers_provider_key",relid="28934",relname="payments.providers"} 23 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="payments.idx_webhooks_provider_code",relid="28956",relname="payments.webhooks"} 17097 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="payments.idx_webhooks_unprocessed",relid="29021",relname="payments.webhooks"} 1.58714e+06 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="payments.payments_pkey",relid="28973",relname="payments.payments"} 20 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="payments.providers_pkey",relid="28931",relname="payments.providers"} 11 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="payments.webhooks_pkey",relid="28949",relname="payments.webhooks"} 17105 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="public.alembic_version_pkc",relid="19857",relname="public.alembic_version"} 69 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.balance_history_pkey",relid="19978",relname="gepvi_fin.balance_history"} 173 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.balances_pkey",relid="19980",relname="gepvi_fin.balances"} 94 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.budgets_pkey",relid="19982",relname="gepvi_fin.budgets"} 222 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.categories_pkey",relid="19984",relname="gepvi_fin.categories"} 2969 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.currencies_pkey",relid="19986",relname="gepvi_fin.currencies"} 41 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balance_history_balance_id",relid="19998",relname="gepvi_fin.balance_history"} 173 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balance_history_balance_id_created_at",relid="19999",relname="gepvi_fin.balance_history"} 443 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_budget_id",relid="20000",relname="gepvi_fin.balances"} 94 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_created_at",relid="20001",relname="gepvi_fin.balances"} 94 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_priority",relid="20002",relname="gepvi_fin.balances"} 95 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_budgets_created_at",relid="20003",relname="gepvi_fin.budgets"} 222 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_budgets_owner_id",relid="20004",relname="gepvi_fin.budgets"} 222 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_categories_budget_id",relid="20005",relname="gepvi_fin.categories"} 199 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_categories_created_at",relid="20006",relname="gepvi_fin.categories"} 199 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_categories_priority",relid="20007",relname="gepvi_fin.categories"} 199 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_currencies_created_at",relid="20008",relname="gepvi_fin.currencies"} 38 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_currencies_priority",relid="20009",relname="gepvi_fin.currencies"} 38 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_budget_id",relid="20010",relname="gepvi_fin.transactions"} 1083 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_category_id",relid="20011",relname="gepvi_fin.transactions"} 2165 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_created_at",relid="20012",relname="gepvi_fin.transactions"} 1084 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_date",relid="20013",relname="gepvi_fin.transactions"} 8150 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_users_created_at",relid="20014",relname="gepvi_fin.users"} 226 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_users_email",relid="20015",relname="gepvi_fin.users"} 226 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_webhooks_created_at",relid="20016",relname="gepvi_fin.webhooks"} 0 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.ix_gepvi_fin_users_email",relid="20017",relname="gepvi_fin.users"} 226 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.pk_exchange_rates_date_code",relid="19988",relname="gepvi_fin.exchange_rates"} 40399 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.transactions_pkey",relid="19990",relname="gepvi_fin.transactions"} 2296 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.users_pkey",relid="19992",relname="gepvi_fin.users"} 226 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.webhooks_pkey",relid="19994",relname="gepvi_fin.webhooks"} 0 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="public.alembic_version_pkc",relid="19996",relname="public.alembic_version"} 0 pg_index_idx_blks_hit{datname="gepvi_users_db",idxname="gepvi_users.idx_users_created_at",relid="20212",relname="gepvi_users.users"} 0 pg_index_idx_blks_hit{datname="gepvi_users_db",idxname="gepvi_users.idx_users_next_report_time",relid="20213",relname="gepvi_users.users"} 0 pg_index_idx_blks_hit{datname="gepvi_users_db",idxname="gepvi_users.idx_users_subscription_expires_at",relid="20214",relname="gepvi_users.users"} 0 pg_index_idx_blks_hit{datname="gepvi_users_db",idxname="gepvi_users.idx_users_telegram_user_id",relid="20215",relname="gepvi_users.users"} 0 pg_index_idx_blks_hit{datname="gepvi_users_db",idxname="gepvi_users.idx_webhooks_created_at",relid="20216",relname="gepvi_users.webhooks"} 0 pg_index_idx_blks_hit{datname="gepvi_users_db",idxname="gepvi_users.idx_weight_history_created_at",relid="20217",relname="gepvi_users.weight_history"} 0 pg_index_idx_blks_hit{datname="gepvi_users_db",idxname="gepvi_users.idx_weight_history_user_id",relid="20218",relname="gepvi_users.weight_history"} 0 pg_index_idx_blks_hit{datname="gepvi_users_db",idxname="gepvi_users.users_pkey",relid="20204",relname="gepvi_users.users"} 0 pg_index_idx_blks_hit{datname="gepvi_users_db",idxname="gepvi_users.webhooks_pkey",relid="20206",relname="gepvi_users.webhooks"} 0 pg_index_idx_blks_hit{datname="gepvi_users_db",idxname="gepvi_users.weight_history_pkey",relid="20208",relname="gepvi_users.weight_history"} 0 pg_index_idx_blks_hit{datname="gepvi_users_db",idxname="public.alembic_version_pkc",relid="20210",relname="public.alembic_version"} 0 pg_index_idx_blks_hit{datname="omniword",idxname="omniword.idx_training_sessions_user_id",relid="20301",relname="omniword.training_sessions"} 151 pg_index_idx_blks_hit{datname="omniword",idxname="omniword.idx_user_words_next_review",relid="20302",relname="omniword.user_words"} 626 pg_index_idx_blks_hit{datname="omniword",idxname="omniword.idx_user_words_user_id",relid="20303",relname="omniword.user_words"} 1062 pg_index_idx_blks_hit{datname="omniword",idxname="omniword.idx_users_created_at",relid="20304",relname="omniword.users"} 293 pg_index_idx_blks_hit{datname="omniword",idxname="omniword.idx_users_subscription_expires_at",relid="20305",relname="omniword.users"} 293 pg_index_idx_blks_hit{datname="omniword",idxname="omniword.idx_users_telegram_user_id",relid="20306",relname="omniword.users"} 293 pg_index_idx_blks_hit{datname="omniword",idxname="omniword.idx_words_word",relid="20307",relname="omniword.words"} 1309 pg_index_idx_blks_hit{datname="omniword",idxname="omniword.training_sessions_pkey",relid="20289",relname="omniword.training_sessions"} 151 pg_index_idx_blks_hit{datname="omniword",idxname="omniword.uq_user_words_user_word",relid="20291",relname="omniword.user_words"} 1046 pg_index_idx_blks_hit{datname="omniword",idxname="omniword.user_words_pkey",relid="20293",relname="omniword.user_words"} 2054 pg_index_idx_blks_hit{datname="omniword",idxname="omniword.users_pkey",relid="20295",relname="omniword.users"} 293 pg_index_idx_blks_hit{datname="omniword",idxname="omniword.words_pkey",relid="20297",relname="omniword.words"} 4122 pg_index_idx_blks_hit{datname="omniword",idxname="public.alembic_version_pkc",relid="20299",relname="public.alembic_version"} 6 # HELP pg_index_idx_blks_read Number of disk blocks read from this index # TYPE pg_index_idx_blks_read counter pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.ai_requests_daily_pkey",relid="19851",relname="gepvi_eat.ai_requests_daily"} 9 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_created_at",relid="19859",relname="gepvi_eat.meals"} 35 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_created",relid="19860",relname="gepvi_eat.meals"} 67 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_id",relid="19861",relname="gepvi_eat.meals"} 20 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_notifications_in_progress_updated_at",relid="21047",relname="gepvi_eat.notifications"} 6 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_notifications_status_sender_method",relid="21046",relname="gepvi_eat.notifications"} 6 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_reports_user_id",relid="21020",relname="gepvi_eat.reports"} 6 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_symptoms_logged_at",relid="20996",relname="gepvi_eat.symptoms"} 3 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_symptoms_user_id",relid="20995",relname="gepvi_eat.symptoms"} 3 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_symptoms_user_logged",relid="20997",relname="gepvi_eat.symptoms"} 4 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_user_goals_user_id",relid="19862",relname="gepvi_eat.user_goals"} 4 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_created_at",relid="20941",relname="gepvi_eat.users"} 5 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_next_report_time",relid="20943",relname="gepvi_eat.users"} 5 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_subscription_expires_at",relid="20942",relname="gepvi_eat.users"} 5 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_telegram_user_id",relid="20940",relname="gepvi_eat.users"} 7 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_weight_history_created_at",relid="20957",relname="gepvi_eat.weight_history"} 4 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_weight_history_user_id",relid="20956",relname="gepvi_eat.weight_history"} 4 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.meals_pkey",relid="19853",relname="gepvi_eat.meals"} 34 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.notifications_pkey",relid="21039",relname="gepvi_eat.notifications"} 8 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.reports_pkey",relid="21018",relname="gepvi_eat.reports"} 6 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.symptoms_pkey",relid="20993",relname="gepvi_eat.symptoms"} 3 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.user_goals_pkey",relid="19855",relname="gepvi_eat.user_goals"} 4 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.users_pkey",relid="20936",relname="gepvi_eat.users"} 5 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.users_telegram_user_id_key",relid="20938",relname="gepvi_eat.users"} 7 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.weight_history_pkey",relid="20954",relname="gepvi_eat.weight_history"} 4 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="payments.bepaid_products_pkey",relid="28999",relname="payments.bepaid_products"} 1 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="payments.idx_bepaid_products_client_plan",relid="29028",relname="payments.bepaid_products"} 2 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="payments.idx_payments_provider_transaction",relid="28975",relname="payments.payments"} 1 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="payments.idx_payments_user_id",relid="28976",relname="payments.payments"} 1 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="payments.idx_payments_webhook_id",relid="29027",relname="payments.payments"} 1 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="payments.idx_providers_provider_code",relid="28933",relname="payments.providers"} 1 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="payments.idx_providers_provider_key",relid="28934",relname="payments.providers"} 1 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="payments.idx_webhooks_provider_code",relid="28956",relname="payments.webhooks"} 2 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="payments.idx_webhooks_unprocessed",relid="29021",relname="payments.webhooks"} 4 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="payments.payments_pkey",relid="28973",relname="payments.payments"} 1 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="payments.providers_pkey",relid="28931",relname="payments.providers"} 1 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="payments.webhooks_pkey",relid="28949",relname="payments.webhooks"} 2 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="public.alembic_version_pkc",relid="19857",relname="public.alembic_version"} 3 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.balance_history_pkey",relid="19978",relname="gepvi_fin.balance_history"} 4 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.balances_pkey",relid="19980",relname="gepvi_fin.balances"} 3 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.budgets_pkey",relid="19982",relname="gepvi_fin.budgets"} 2 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.categories_pkey",relid="19984",relname="gepvi_fin.categories"} 4 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.currencies_pkey",relid="19986",relname="gepvi_fin.currencies"} 3 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balance_history_balance_id",relid="19998",relname="gepvi_fin.balance_history"} 4 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balance_history_balance_id_created_at",relid="19999",relname="gepvi_fin.balance_history"} 4 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_budget_id",relid="20000",relname="gepvi_fin.balances"} 3 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_created_at",relid="20001",relname="gepvi_fin.balances"} 3 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_priority",relid="20002",relname="gepvi_fin.balances"} 3 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_budgets_created_at",relid="20003",relname="gepvi_fin.budgets"} 2 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_budgets_owner_id",relid="20004",relname="gepvi_fin.budgets"} 2 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_categories_budget_id",relid="20005",relname="gepvi_fin.categories"} 3 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_categories_created_at",relid="20006",relname="gepvi_fin.categories"} 3 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_categories_priority",relid="20007",relname="gepvi_fin.categories"} 3 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_currencies_created_at",relid="20008",relname="gepvi_fin.currencies"} 2 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_currencies_priority",relid="20009",relname="gepvi_fin.currencies"} 2 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_budget_id",relid="20010",relname="gepvi_fin.transactions"} 6 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_category_id",relid="20011",relname="gepvi_fin.transactions"} 14 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_created_at",relid="20012",relname="gepvi_fin.transactions"} 6 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_date",relid="20013",relname="gepvi_fin.transactions"} 17 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_users_created_at",relid="20014",relname="gepvi_fin.users"} 2 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_users_email",relid="20015",relname="gepvi_fin.users"} 2 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_webhooks_created_at",relid="20016",relname="gepvi_fin.webhooks"} 0 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.ix_gepvi_fin_users_email",relid="20017",relname="gepvi_fin.users"} 2 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.pk_exchange_rates_date_code",relid="19988",relname="gepvi_fin.exchange_rates"} 13 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.transactions_pkey",relid="19990",relname="gepvi_fin.transactions"} 50 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.users_pkey",relid="19992",relname="gepvi_fin.users"} 2 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.webhooks_pkey",relid="19994",relname="gepvi_fin.webhooks"} 0 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="public.alembic_version_pkc",relid="19996",relname="public.alembic_version"} 0 pg_index_idx_blks_read{datname="gepvi_users_db",idxname="gepvi_users.idx_users_created_at",relid="20212",relname="gepvi_users.users"} 0 pg_index_idx_blks_read{datname="gepvi_users_db",idxname="gepvi_users.idx_users_next_report_time",relid="20213",relname="gepvi_users.users"} 0 pg_index_idx_blks_read{datname="gepvi_users_db",idxname="gepvi_users.idx_users_subscription_expires_at",relid="20214",relname="gepvi_users.users"} 0 pg_index_idx_blks_read{datname="gepvi_users_db",idxname="gepvi_users.idx_users_telegram_user_id",relid="20215",relname="gepvi_users.users"} 0 pg_index_idx_blks_read{datname="gepvi_users_db",idxname="gepvi_users.idx_webhooks_created_at",relid="20216",relname="gepvi_users.webhooks"} 0 pg_index_idx_blks_read{datname="gepvi_users_db",idxname="gepvi_users.idx_weight_history_created_at",relid="20217",relname="gepvi_users.weight_history"} 0 pg_index_idx_blks_read{datname="gepvi_users_db",idxname="gepvi_users.idx_weight_history_user_id",relid="20218",relname="gepvi_users.weight_history"} 0 pg_index_idx_blks_read{datname="gepvi_users_db",idxname="gepvi_users.users_pkey",relid="20204",relname="gepvi_users.users"} 0 pg_index_idx_blks_read{datname="gepvi_users_db",idxname="gepvi_users.webhooks_pkey",relid="20206",relname="gepvi_users.webhooks"} 0 pg_index_idx_blks_read{datname="gepvi_users_db",idxname="gepvi_users.weight_history_pkey",relid="20208",relname="gepvi_users.weight_history"} 0 pg_index_idx_blks_read{datname="gepvi_users_db",idxname="public.alembic_version_pkc",relid="20210",relname="public.alembic_version"} 0 pg_index_idx_blks_read{datname="omniword",idxname="omniword.idx_training_sessions_user_id",relid="20301",relname="omniword.training_sessions"} 3 pg_index_idx_blks_read{datname="omniword",idxname="omniword.idx_user_words_next_review",relid="20302",relname="omniword.user_words"} 4 pg_index_idx_blks_read{datname="omniword",idxname="omniword.idx_user_words_user_id",relid="20303",relname="omniword.user_words"} 4 pg_index_idx_blks_read{datname="omniword",idxname="omniword.idx_users_created_at",relid="20304",relname="omniword.users"} 2 pg_index_idx_blks_read{datname="omniword",idxname="omniword.idx_users_subscription_expires_at",relid="20305",relname="omniword.users"} 2 pg_index_idx_blks_read{datname="omniword",idxname="omniword.idx_users_telegram_user_id",relid="20306",relname="omniword.users"} 2 pg_index_idx_blks_read{datname="omniword",idxname="omniword.idx_words_word",relid="20307",relname="omniword.words"} 7 pg_index_idx_blks_read{datname="omniword",idxname="omniword.training_sessions_pkey",relid="20289",relname="omniword.training_sessions"} 3 pg_index_idx_blks_read{datname="omniword",idxname="omniword.uq_user_words_user_word",relid="20291",relname="omniword.user_words"} 8 pg_index_idx_blks_read{datname="omniword",idxname="omniword.user_words_pkey",relid="20293",relname="omniword.user_words"} 7 pg_index_idx_blks_read{datname="omniword",idxname="omniword.users_pkey",relid="20295",relname="omniword.users"} 2 pg_index_idx_blks_read{datname="omniword",idxname="omniword.words_pkey",relid="20297",relname="omniword.words"} 7 pg_index_idx_blks_read{datname="omniword",idxname="public.alembic_version_pkc",relid="20299",relname="public.alembic_version"} 2 # HELP pg_index_idx_scan Number of index scans initiated on this index # TYPE pg_index_idx_scan counter pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.ai_requests_daily_pkey",relid="19851",relname="gepvi_eat.ai_requests_daily"} 3578 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_created_at",relid="19859",relname="gepvi_eat.meals"} 25417 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_created",relid="19860",relname="gepvi_eat.meals"} 30492 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_id",relid="19861",relname="gepvi_eat.meals"} 3545 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.idx_notifications_in_progress_updated_at",relid="21047",relname="gepvi_eat.notifications"} 137718 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.idx_notifications_status_sender_method",relid="21046",relname="gepvi_eat.notifications"} 1.623171e+06 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.idx_reports_user_id",relid="21020",relname="gepvi_eat.reports"} 21292 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.idx_symptoms_logged_at",relid="20996",relname="gepvi_eat.symptoms"} 0 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.idx_symptoms_user_id",relid="20995",relname="gepvi_eat.symptoms"} 0 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.idx_symptoms_user_logged",relid="20997",relname="gepvi_eat.symptoms"} 10648 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.idx_user_goals_user_id",relid="19862",relname="gepvi_eat.user_goals"} 0 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_created_at",relid="20941",relname="gepvi_eat.users"} 5 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_next_report_time",relid="20943",relname="gepvi_eat.users"} 83139 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_subscription_expires_at",relid="20942",relname="gepvi_eat.users"} 0 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_telegram_user_id",relid="20940",relname="gepvi_eat.users"} 12719 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.idx_weight_history_created_at",relid="20957",relname="gepvi_eat.weight_history"} 0 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.idx_weight_history_user_id",relid="20956",relname="gepvi_eat.weight_history"} 0 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.meals_pkey",relid="19853",relname="gepvi_eat.meals"} 28689 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.notifications_pkey",relid="21039",relname="gepvi_eat.notifications"} 3.282657e+06 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.reports_pkey",relid="21018",relname="gepvi_eat.reports"} 1301 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.symptoms_pkey",relid="20993",relname="gepvi_eat.symptoms"} 31 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.user_goals_pkey",relid="19855",relname="gepvi_eat.user_goals"} 48 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.users_pkey",relid="20936",relname="gepvi_eat.users"} 28092 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.users_telegram_user_id_key",relid="20938",relname="gepvi_eat.users"} 0 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.weight_history_pkey",relid="20954",relname="gepvi_eat.weight_history"} 0 pg_index_idx_scan{datname="gepvi_eat_db",idxname="payments.bepaid_products_pkey",relid="28999",relname="payments.bepaid_products"} 12 pg_index_idx_scan{datname="gepvi_eat_db",idxname="payments.idx_bepaid_products_client_plan",relid="29028",relname="payments.bepaid_products"} 0 pg_index_idx_scan{datname="gepvi_eat_db",idxname="payments.idx_payments_provider_transaction",relid="28975",relname="payments.payments"} 0 pg_index_idx_scan{datname="gepvi_eat_db",idxname="payments.idx_payments_user_id",relid="28976",relname="payments.payments"} 0 pg_index_idx_scan{datname="gepvi_eat_db",idxname="payments.idx_payments_webhook_id",relid="29027",relname="payments.payments"} 0 pg_index_idx_scan{datname="gepvi_eat_db",idxname="payments.idx_providers_provider_code",relid="28933",relname="payments.providers"} 12 pg_index_idx_scan{datname="gepvi_eat_db",idxname="payments.idx_providers_provider_key",relid="28934",relname="payments.providers"} 12 pg_index_idx_scan{datname="gepvi_eat_db",idxname="payments.idx_webhooks_provider_code",relid="28956",relname="payments.webhooks"} 0 pg_index_idx_scan{datname="gepvi_eat_db",idxname="payments.idx_webhooks_unprocessed",relid="29021",relname="payments.webhooks"} 1.570063e+06 pg_index_idx_scan{datname="gepvi_eat_db",idxname="payments.payments_pkey",relid="28973",relname="payments.payments"} 0 pg_index_idx_scan{datname="gepvi_eat_db",idxname="payments.providers_pkey",relid="28931",relname="payments.providers"} 0 pg_index_idx_scan{datname="gepvi_eat_db",idxname="payments.webhooks_pkey",relid="28949",relname="payments.webhooks"} 8 pg_index_idx_scan{datname="gepvi_eat_db",idxname="public.alembic_version_pkc",relid="19857",relname="public.alembic_version"} 0 pg_index_idx_scan{datname="gepvi_fin_db",idxname="gepvi_fin.balance_history_pkey",relid="19978",relname="gepvi_fin.balance_history"} 0 pg_index_idx_scan{datname="gepvi_fin_db",idxname="gepvi_fin.balances_pkey",relid="19980",relname="gepvi_fin.balances"} 0 pg_index_idx_scan{datname="gepvi_fin_db",idxname="gepvi_fin.budgets_pkey",relid="19982",relname="gepvi_fin.budgets"} 0 pg_index_idx_scan{datname="gepvi_fin_db",idxname="gepvi_fin.categories_pkey",relid="19984",relname="gepvi_fin.categories"} 2767 pg_index_idx_scan{datname="gepvi_fin_db",idxname="gepvi_fin.currencies_pkey",relid="19986",relname="gepvi_fin.currencies"} 4 pg_index_idx_scan{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balance_history_balance_id",relid="19998",relname="gepvi_fin.balance_history"} 0 pg_index_idx_scan{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balance_history_balance_id_created_at",relid="19999",relname="gepvi_fin.balance_history"} 175 pg_index_idx_scan{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_budget_id",relid="20000",relname="gepvi_fin.balances"} 0 pg_index_idx_scan{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_created_at",relid="20001",relname="gepvi_fin.balances"} 0 pg_index_idx_scan{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_priority",relid="20002",relname="gepvi_fin.balances"} 1 pg_index_idx_scan{datname="gepvi_fin_db",idxname="gepvi_fin.idx_budgets_created_at",relid="20003",relname="gepvi_fin.budgets"} 0 pg_index_idx_scan{datname="gepvi_fin_db",idxname="gepvi_fin.idx_budgets_owner_id",relid="20004",relname="gepvi_fin.budgets"} 0 pg_index_idx_scan{datname="gepvi_fin_db",idxname="gepvi_fin.idx_categories_budget_id",relid="20005",relname="gepvi_fin.categories"} 0 pg_index_idx_scan{datname="gepvi_fin_db",idxname="gepvi_fin.idx_categories_created_at",relid="20006",relname="gepvi_fin.categories"} 0 pg_index_idx_scan{datname="gepvi_fin_db",idxname="gepvi_fin.idx_categories_priority",relid="20007",relname="gepvi_fin.categories"} 0 pg_index_idx_scan{datname="gepvi_fin_db",idxname="gepvi_fin.idx_currencies_created_at",relid="20008",relname="gepvi_fin.currencies"} 0 pg_index_idx_scan{datname="gepvi_fin_db",idxname="gepvi_fin.idx_currencies_priority",relid="20009",relname="gepvi_fin.currencies"} 0 pg_index_idx_scan{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_budget_id",relid="20010",relname="gepvi_fin.transactions"} 0 pg_index_idx_scan{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_category_id",relid="20011",relname="gepvi_fin.transactions"} 544 pg_index_idx_scan{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_created_at",relid="20012",relname="gepvi_fin.transactions"} 0 pg_index_idx_scan{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_date",relid="20013",relname="gepvi_fin.transactions"} 3422 pg_index_idx_scan{datname="gepvi_fin_db",idxname="gepvi_fin.idx_users_created_at",relid="20014",relname="gepvi_fin.users"} 0 pg_index_idx_scan{datname="gepvi_fin_db",idxname="gepvi_fin.idx_users_email",relid="20015",relname="gepvi_fin.users"} 0 pg_index_idx_scan{datname="gepvi_fin_db",idxname="gepvi_fin.idx_webhooks_created_at",relid="20016",relname="gepvi_fin.webhooks"} 0 pg_index_idx_scan{datname="gepvi_fin_db",idxname="gepvi_fin.ix_gepvi_fin_users_email",relid="20017",relname="gepvi_fin.users"} 0 pg_index_idx_scan{datname="gepvi_fin_db",idxname="gepvi_fin.pk_exchange_rates_date_code",relid="19988",relname="gepvi_fin.exchange_rates"} 2504 pg_index_idx_scan{datname="gepvi_fin_db",idxname="gepvi_fin.transactions_pkey",relid="19990",relname="gepvi_fin.transactions"} 618 pg_index_idx_scan{datname="gepvi_fin_db",idxname="gepvi_fin.users_pkey",relid="19992",relname="gepvi_fin.users"} 0 pg_index_idx_scan{datname="gepvi_fin_db",idxname="gepvi_fin.webhooks_pkey",relid="19994",relname="gepvi_fin.webhooks"} 0 pg_index_idx_scan{datname="gepvi_fin_db",idxname="public.alembic_version_pkc",relid="19996",relname="public.alembic_version"} 0 pg_index_idx_scan{datname="gepvi_users_db",idxname="gepvi_users.idx_users_created_at",relid="20212",relname="gepvi_users.users"} 0 pg_index_idx_scan{datname="gepvi_users_db",idxname="gepvi_users.idx_users_next_report_time",relid="20213",relname="gepvi_users.users"} 0 pg_index_idx_scan{datname="gepvi_users_db",idxname="gepvi_users.idx_users_subscription_expires_at",relid="20214",relname="gepvi_users.users"} 0 pg_index_idx_scan{datname="gepvi_users_db",idxname="gepvi_users.idx_users_telegram_user_id",relid="20215",relname="gepvi_users.users"} 0 pg_index_idx_scan{datname="gepvi_users_db",idxname="gepvi_users.idx_webhooks_created_at",relid="20216",relname="gepvi_users.webhooks"} 0 pg_index_idx_scan{datname="gepvi_users_db",idxname="gepvi_users.idx_weight_history_created_at",relid="20217",relname="gepvi_users.weight_history"} 0 pg_index_idx_scan{datname="gepvi_users_db",idxname="gepvi_users.idx_weight_history_user_id",relid="20218",relname="gepvi_users.weight_history"} 0 pg_index_idx_scan{datname="gepvi_users_db",idxname="gepvi_users.users_pkey",relid="20204",relname="gepvi_users.users"} 0 pg_index_idx_scan{datname="gepvi_users_db",idxname="gepvi_users.webhooks_pkey",relid="20206",relname="gepvi_users.webhooks"} 0 pg_index_idx_scan{datname="gepvi_users_db",idxname="gepvi_users.weight_history_pkey",relid="20208",relname="gepvi_users.weight_history"} 0 pg_index_idx_scan{datname="gepvi_users_db",idxname="public.alembic_version_pkc",relid="20210",relname="public.alembic_version"} 0 pg_index_idx_scan{datname="omniword",idxname="omniword.idx_training_sessions_user_id",relid="20301",relname="omniword.training_sessions"} 0 pg_index_idx_scan{datname="omniword",idxname="omniword.idx_user_words_next_review",relid="20302",relname="omniword.user_words"} 0 pg_index_idx_scan{datname="omniword",idxname="omniword.idx_user_words_user_id",relid="20303",relname="omniword.user_words"} 218 pg_index_idx_scan{datname="omniword",idxname="omniword.idx_users_created_at",relid="20304",relname="omniword.users"} 0 pg_index_idx_scan{datname="omniword",idxname="omniword.idx_users_subscription_expires_at",relid="20305",relname="omniword.users"} 0 pg_index_idx_scan{datname="omniword",idxname="omniword.idx_users_telegram_user_id",relid="20306",relname="omniword.users"} 0 pg_index_idx_scan{datname="omniword",idxname="omniword.idx_words_word",relid="20307",relname="omniword.words"} 405 pg_index_idx_scan{datname="omniword",idxname="omniword.training_sessions_pkey",relid="20289",relname="omniword.training_sessions"} 0 pg_index_idx_scan{datname="omniword",idxname="omniword.uq_user_words_user_word",relid="20291",relname="omniword.user_words"} 19 pg_index_idx_scan{datname="omniword",idxname="omniword.user_words_pkey",relid="20293",relname="omniword.user_words"} 809 pg_index_idx_scan{datname="omniword",idxname="omniword.users_pkey",relid="20295",relname="omniword.users"} 0 pg_index_idx_scan{datname="omniword",idxname="omniword.words_pkey",relid="20297",relname="omniword.words"} 2321 pg_index_idx_scan{datname="omniword",idxname="public.alembic_version_pkc",relid="20299",relname="public.alembic_version"} 0 # HELP pg_index_idx_tup_fetch Number of live table rows fetched by simple index scans using this index # TYPE pg_index_idx_tup_fetch counter pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.ai_requests_daily_pkey",relid="19851",relname="gepvi_eat.ai_requests_daily"} 3290 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_created_at",relid="19859",relname="gepvi_eat.meals"} 225946 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_created",relid="19860",relname="gepvi_eat.meals"} 47550 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_id",relid="19861",relname="gepvi_eat.meals"} 814 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.idx_notifications_in_progress_updated_at",relid="21047",relname="gepvi_eat.notifications"} 0 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.idx_notifications_status_sender_method",relid="21046",relname="gepvi_eat.notifications"} 534 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.idx_reports_user_id",relid="21020",relname="gepvi_eat.reports"} 9230 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.idx_symptoms_logged_at",relid="20996",relname="gepvi_eat.symptoms"} 0 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.idx_symptoms_user_id",relid="20995",relname="gepvi_eat.symptoms"} 0 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.idx_symptoms_user_logged",relid="20997",relname="gepvi_eat.symptoms"} 188 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.idx_user_goals_user_id",relid="19862",relname="gepvi_eat.user_goals"} 0 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_created_at",relid="20941",relname="gepvi_eat.users"} 614 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_next_report_time",relid="20943",relname="gepvi_eat.users"} 76439 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_subscription_expires_at",relid="20942",relname="gepvi_eat.users"} 0 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_telegram_user_id",relid="20940",relname="gepvi_eat.users"} 12637 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.idx_weight_history_created_at",relid="20957",relname="gepvi_eat.weight_history"} 0 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.idx_weight_history_user_id",relid="20956",relname="gepvi_eat.weight_history"} 0 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.meals_pkey",relid="19853",relname="gepvi_eat.meals"} 28689 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.notifications_pkey",relid="21039",relname="gepvi_eat.notifications"} 1.672672e+06 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.reports_pkey",relid="21018",relname="gepvi_eat.reports"} 1290 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.symptoms_pkey",relid="20993",relname="gepvi_eat.symptoms"} 31 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.user_goals_pkey",relid="19855",relname="gepvi_eat.user_goals"} 4 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.users_pkey",relid="20936",relname="gepvi_eat.users"} 28092 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.users_telegram_user_id_key",relid="20938",relname="gepvi_eat.users"} 0 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.weight_history_pkey",relid="20954",relname="gepvi_eat.weight_history"} 0 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="payments.bepaid_products_pkey",relid="28999",relname="payments.bepaid_products"} 12 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="payments.idx_bepaid_products_client_plan",relid="29028",relname="payments.bepaid_products"} 0 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="payments.idx_payments_provider_transaction",relid="28975",relname="payments.payments"} 0 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="payments.idx_payments_user_id",relid="28976",relname="payments.payments"} 0 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="payments.idx_payments_webhook_id",relid="29027",relname="payments.payments"} 0 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="payments.idx_providers_provider_code",relid="28933",relname="payments.providers"} 12 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="payments.idx_providers_provider_key",relid="28934",relname="payments.providers"} 12 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="payments.idx_webhooks_provider_code",relid="28956",relname="payments.webhooks"} 0 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="payments.idx_webhooks_unprocessed",relid="29021",relname="payments.webhooks"} 2 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="payments.payments_pkey",relid="28973",relname="payments.payments"} 0 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="payments.providers_pkey",relid="28931",relname="payments.providers"} 0 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="payments.webhooks_pkey",relid="28949",relname="payments.webhooks"} 8 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="public.alembic_version_pkc",relid="19857",relname="public.alembic_version"} 0 pg_index_idx_tup_fetch{datname="gepvi_fin_db",idxname="gepvi_fin.balance_history_pkey",relid="19978",relname="gepvi_fin.balance_history"} 0 pg_index_idx_tup_fetch{datname="gepvi_fin_db",idxname="gepvi_fin.balances_pkey",relid="19980",relname="gepvi_fin.balances"} 0 pg_index_idx_tup_fetch{datname="gepvi_fin_db",idxname="gepvi_fin.budgets_pkey",relid="19982",relname="gepvi_fin.budgets"} 0 pg_index_idx_tup_fetch{datname="gepvi_fin_db",idxname="gepvi_fin.categories_pkey",relid="19984",relname="gepvi_fin.categories"} 2369 pg_index_idx_tup_fetch{datname="gepvi_fin_db",idxname="gepvi_fin.currencies_pkey",relid="19986",relname="gepvi_fin.currencies"} 4 pg_index_idx_tup_fetch{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balance_history_balance_id",relid="19998",relname="gepvi_fin.balance_history"} 0 pg_index_idx_tup_fetch{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balance_history_balance_id_created_at",relid="19999",relname="gepvi_fin.balance_history"} 30160 pg_index_idx_tup_fetch{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_budget_id",relid="20000",relname="gepvi_fin.balances"} 0 pg_index_idx_tup_fetch{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_created_at",relid="20001",relname="gepvi_fin.balances"} 0 pg_index_idx_tup_fetch{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_priority",relid="20002",relname="gepvi_fin.balances"} 1 pg_index_idx_tup_fetch{datname="gepvi_fin_db",idxname="gepvi_fin.idx_budgets_created_at",relid="20003",relname="gepvi_fin.budgets"} 0 pg_index_idx_tup_fetch{datname="gepvi_fin_db",idxname="gepvi_fin.idx_budgets_owner_id",relid="20004",relname="gepvi_fin.budgets"} 0 pg_index_idx_tup_fetch{datname="gepvi_fin_db",idxname="gepvi_fin.idx_categories_budget_id",relid="20005",relname="gepvi_fin.categories"} 0 pg_index_idx_tup_fetch{datname="gepvi_fin_db",idxname="gepvi_fin.idx_categories_created_at",relid="20006",relname="gepvi_fin.categories"} 0 pg_index_idx_tup_fetch{datname="gepvi_fin_db",idxname="gepvi_fin.idx_categories_priority",relid="20007",relname="gepvi_fin.categories"} 0 pg_index_idx_tup_fetch{datname="gepvi_fin_db",idxname="gepvi_fin.idx_currencies_created_at",relid="20008",relname="gepvi_fin.currencies"} 0 pg_index_idx_tup_fetch{datname="gepvi_fin_db",idxname="gepvi_fin.idx_currencies_priority",relid="20009",relname="gepvi_fin.currencies"} 0 pg_index_idx_tup_fetch{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_budget_id",relid="20010",relname="gepvi_fin.transactions"} 0 pg_index_idx_tup_fetch{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_category_id",relid="20011",relname="gepvi_fin.transactions"} 46 pg_index_idx_tup_fetch{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_created_at",relid="20012",relname="gepvi_fin.transactions"} 0 pg_index_idx_tup_fetch{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_date",relid="20013",relname="gepvi_fin.transactions"} 30911 pg_index_idx_tup_fetch{datname="gepvi_fin_db",idxname="gepvi_fin.idx_users_created_at",relid="20014",relname="gepvi_fin.users"} 0 pg_index_idx_tup_fetch{datname="gepvi_fin_db",idxname="gepvi_fin.idx_users_email",relid="20015",relname="gepvi_fin.users"} 0 pg_index_idx_tup_fetch{datname="gepvi_fin_db",idxname="gepvi_fin.idx_webhooks_created_at",relid="20016",relname="gepvi_fin.webhooks"} 0 pg_index_idx_tup_fetch{datname="gepvi_fin_db",idxname="gepvi_fin.ix_gepvi_fin_users_email",relid="20017",relname="gepvi_fin.users"} 0 pg_index_idx_tup_fetch{datname="gepvi_fin_db",idxname="gepvi_fin.pk_exchange_rates_date_code",relid="19988",relname="gepvi_fin.exchange_rates"} 2408 pg_index_idx_tup_fetch{datname="gepvi_fin_db",idxname="gepvi_fin.transactions_pkey",relid="19990",relname="gepvi_fin.transactions"} 618 pg_index_idx_tup_fetch{datname="gepvi_fin_db",idxname="gepvi_fin.users_pkey",relid="19992",relname="gepvi_fin.users"} 0 pg_index_idx_tup_fetch{datname="gepvi_fin_db",idxname="gepvi_fin.webhooks_pkey",relid="19994",relname="gepvi_fin.webhooks"} 0 pg_index_idx_tup_fetch{datname="gepvi_fin_db",idxname="public.alembic_version_pkc",relid="19996",relname="public.alembic_version"} 0 pg_index_idx_tup_fetch{datname="gepvi_users_db",idxname="gepvi_users.idx_users_created_at",relid="20212",relname="gepvi_users.users"} 0 pg_index_idx_tup_fetch{datname="gepvi_users_db",idxname="gepvi_users.idx_users_next_report_time",relid="20213",relname="gepvi_users.users"} 0 pg_index_idx_tup_fetch{datname="gepvi_users_db",idxname="gepvi_users.idx_users_subscription_expires_at",relid="20214",relname="gepvi_users.users"} 0 pg_index_idx_tup_fetch{datname="gepvi_users_db",idxname="gepvi_users.idx_users_telegram_user_id",relid="20215",relname="gepvi_users.users"} 0 pg_index_idx_tup_fetch{datname="gepvi_users_db",idxname="gepvi_users.idx_webhooks_created_at",relid="20216",relname="gepvi_users.webhooks"} 0 pg_index_idx_tup_fetch{datname="gepvi_users_db",idxname="gepvi_users.idx_weight_history_created_at",relid="20217",relname="gepvi_users.weight_history"} 0 pg_index_idx_tup_fetch{datname="gepvi_users_db",idxname="gepvi_users.idx_weight_history_user_id",relid="20218",relname="gepvi_users.weight_history"} 0 pg_index_idx_tup_fetch{datname="gepvi_users_db",idxname="gepvi_users.users_pkey",relid="20204",relname="gepvi_users.users"} 0 pg_index_idx_tup_fetch{datname="gepvi_users_db",idxname="gepvi_users.webhooks_pkey",relid="20206",relname="gepvi_users.webhooks"} 0 pg_index_idx_tup_fetch{datname="gepvi_users_db",idxname="gepvi_users.weight_history_pkey",relid="20208",relname="gepvi_users.weight_history"} 0 pg_index_idx_tup_fetch{datname="gepvi_users_db",idxname="public.alembic_version_pkc",relid="20210",relname="public.alembic_version"} 0 pg_index_idx_tup_fetch{datname="omniword",idxname="omniword.idx_training_sessions_user_id",relid="20301",relname="omniword.training_sessions"} 0 pg_index_idx_tup_fetch{datname="omniword",idxname="omniword.idx_user_words_next_review",relid="20302",relname="omniword.user_words"} 0 pg_index_idx_tup_fetch{datname="omniword",idxname="omniword.idx_user_words_user_id",relid="20303",relname="omniword.user_words"} 58413 pg_index_idx_tup_fetch{datname="omniword",idxname="omniword.idx_users_created_at",relid="20304",relname="omniword.users"} 0 pg_index_idx_tup_fetch{datname="omniword",idxname="omniword.idx_users_subscription_expires_at",relid="20305",relname="omniword.users"} 0 pg_index_idx_tup_fetch{datname="omniword",idxname="omniword.idx_users_telegram_user_id",relid="20306",relname="omniword.users"} 0 pg_index_idx_tup_fetch{datname="omniword",idxname="omniword.idx_words_word",relid="20307",relname="omniword.words"} 19 pg_index_idx_tup_fetch{datname="omniword",idxname="omniword.training_sessions_pkey",relid="20289",relname="omniword.training_sessions"} 0 pg_index_idx_tup_fetch{datname="omniword",idxname="omniword.uq_user_words_user_word",relid="20291",relname="omniword.user_words"} 18 pg_index_idx_tup_fetch{datname="omniword",idxname="omniword.user_words_pkey",relid="20293",relname="omniword.user_words"} 809 pg_index_idx_tup_fetch{datname="omniword",idxname="omniword.users_pkey",relid="20295",relname="omniword.users"} 0 pg_index_idx_tup_fetch{datname="omniword",idxname="omniword.words_pkey",relid="20297",relname="omniword.words"} 1026 pg_index_idx_tup_fetch{datname="omniword",idxname="public.alembic_version_pkc",relid="20299",relname="public.alembic_version"} 0 # HELP pg_index_idx_tup_read Number of index entries returned by scans on this index # TYPE pg_index_idx_tup_read counter pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.ai_requests_daily_pkey",relid="19851",relname="gepvi_eat.ai_requests_daily"} 3328 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_created_at",relid="19859",relname="gepvi_eat.meals"} 229258 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_created",relid="19860",relname="gepvi_eat.meals"} 50435 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_id",relid="19861",relname="gepvi_eat.meals"} 818 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_notifications_in_progress_updated_at",relid="21047",relname="gepvi_eat.notifications"} 515 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_notifications_status_sender_method",relid="21046",relname="gepvi_eat.notifications"} 1075 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_reports_user_id",relid="21020",relname="gepvi_eat.reports"} 138866 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_symptoms_logged_at",relid="20996",relname="gepvi_eat.symptoms"} 0 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_symptoms_user_id",relid="20995",relname="gepvi_eat.symptoms"} 0 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_symptoms_user_logged",relid="20997",relname="gepvi_eat.symptoms"} 188 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_user_goals_user_id",relid="19862",relname="gepvi_eat.user_goals"} 0 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_created_at",relid="20941",relname="gepvi_eat.users"} 675 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_next_report_time",relid="20943",relname="gepvi_eat.users"} 87807 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_subscription_expires_at",relid="20942",relname="gepvi_eat.users"} 0 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_telegram_user_id",relid="20940",relname="gepvi_eat.users"} 12901 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_weight_history_created_at",relid="20957",relname="gepvi_eat.weight_history"} 0 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_weight_history_user_id",relid="20956",relname="gepvi_eat.weight_history"} 0 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.meals_pkey",relid="19853",relname="gepvi_eat.meals"} 31876 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.notifications_pkey",relid="21039",relname="gepvi_eat.notifications"} 3.285775e+06 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.reports_pkey",relid="21018",relname="gepvi_eat.reports"} 1319 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.symptoms_pkey",relid="20993",relname="gepvi_eat.symptoms"} 31 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.user_goals_pkey",relid="19855",relname="gepvi_eat.user_goals"} 5 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.users_pkey",relid="20936",relname="gepvi_eat.users"} 28682 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.users_telegram_user_id_key",relid="20938",relname="gepvi_eat.users"} 0 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.weight_history_pkey",relid="20954",relname="gepvi_eat.weight_history"} 0 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="payments.bepaid_products_pkey",relid="28999",relname="payments.bepaid_products"} 12 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="payments.idx_bepaid_products_client_plan",relid="29028",relname="payments.bepaid_products"} 0 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="payments.idx_payments_provider_transaction",relid="28975",relname="payments.payments"} 0 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="payments.idx_payments_user_id",relid="28976",relname="payments.payments"} 0 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="payments.idx_payments_webhook_id",relid="29027",relname="payments.payments"} 0 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="payments.idx_providers_provider_code",relid="28933",relname="payments.providers"} 12 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="payments.idx_providers_provider_key",relid="28934",relname="payments.providers"} 12 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="payments.idx_webhooks_provider_code",relid="28956",relname="payments.webhooks"} 0 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="payments.idx_webhooks_unprocessed",relid="29021",relname="payments.webhooks"} 14 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="payments.payments_pkey",relid="28973",relname="payments.payments"} 0 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="payments.providers_pkey",relid="28931",relname="payments.providers"} 0 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="payments.webhooks_pkey",relid="28949",relname="payments.webhooks"} 8 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="public.alembic_version_pkc",relid="19857",relname="public.alembic_version"} 0 pg_index_idx_tup_read{datname="gepvi_fin_db",idxname="gepvi_fin.balance_history_pkey",relid="19978",relname="gepvi_fin.balance_history"} 0 pg_index_idx_tup_read{datname="gepvi_fin_db",idxname="gepvi_fin.balances_pkey",relid="19980",relname="gepvi_fin.balances"} 0 pg_index_idx_tup_read{datname="gepvi_fin_db",idxname="gepvi_fin.budgets_pkey",relid="19982",relname="gepvi_fin.budgets"} 0 pg_index_idx_tup_read{datname="gepvi_fin_db",idxname="gepvi_fin.categories_pkey",relid="19984",relname="gepvi_fin.categories"} 2771 pg_index_idx_tup_read{datname="gepvi_fin_db",idxname="gepvi_fin.currencies_pkey",relid="19986",relname="gepvi_fin.currencies"} 4 pg_index_idx_tup_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balance_history_balance_id",relid="19998",relname="gepvi_fin.balance_history"} 0 pg_index_idx_tup_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balance_history_balance_id_created_at",relid="19999",relname="gepvi_fin.balance_history"} 30160 pg_index_idx_tup_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_budget_id",relid="20000",relname="gepvi_fin.balances"} 0 pg_index_idx_tup_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_created_at",relid="20001",relname="gepvi_fin.balances"} 0 pg_index_idx_tup_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_priority",relid="20002",relname="gepvi_fin.balances"} 1 pg_index_idx_tup_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_budgets_created_at",relid="20003",relname="gepvi_fin.budgets"} 0 pg_index_idx_tup_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_budgets_owner_id",relid="20004",relname="gepvi_fin.budgets"} 0 pg_index_idx_tup_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_categories_budget_id",relid="20005",relname="gepvi_fin.categories"} 0 pg_index_idx_tup_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_categories_created_at",relid="20006",relname="gepvi_fin.categories"} 0 pg_index_idx_tup_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_categories_priority",relid="20007",relname="gepvi_fin.categories"} 0 pg_index_idx_tup_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_currencies_created_at",relid="20008",relname="gepvi_fin.currencies"} 0 pg_index_idx_tup_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_currencies_priority",relid="20009",relname="gepvi_fin.currencies"} 0 pg_index_idx_tup_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_budget_id",relid="20010",relname="gepvi_fin.transactions"} 0 pg_index_idx_tup_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_category_id",relid="20011",relname="gepvi_fin.transactions"} 61122 pg_index_idx_tup_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_created_at",relid="20012",relname="gepvi_fin.transactions"} 0 pg_index_idx_tup_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_date",relid="20013",relname="gepvi_fin.transactions"} 168073 pg_index_idx_tup_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_users_created_at",relid="20014",relname="gepvi_fin.users"} 0 pg_index_idx_tup_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_users_email",relid="20015",relname="gepvi_fin.users"} 0 pg_index_idx_tup_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_webhooks_created_at",relid="20016",relname="gepvi_fin.webhooks"} 0 pg_index_idx_tup_read{datname="gepvi_fin_db",idxname="gepvi_fin.ix_gepvi_fin_users_email",relid="20017",relname="gepvi_fin.users"} 0 pg_index_idx_tup_read{datname="gepvi_fin_db",idxname="gepvi_fin.pk_exchange_rates_date_code",relid="19988",relname="gepvi_fin.exchange_rates"} 2408 pg_index_idx_tup_read{datname="gepvi_fin_db",idxname="gepvi_fin.transactions_pkey",relid="19990",relname="gepvi_fin.transactions"} 635 pg_index_idx_tup_read{datname="gepvi_fin_db",idxname="gepvi_fin.users_pkey",relid="19992",relname="gepvi_fin.users"} 0 pg_index_idx_tup_read{datname="gepvi_fin_db",idxname="gepvi_fin.webhooks_pkey",relid="19994",relname="gepvi_fin.webhooks"} 0 pg_index_idx_tup_read{datname="gepvi_fin_db",idxname="public.alembic_version_pkc",relid="19996",relname="public.alembic_version"} 0 pg_index_idx_tup_read{datname="gepvi_users_db",idxname="gepvi_users.idx_users_created_at",relid="20212",relname="gepvi_users.users"} 0 pg_index_idx_tup_read{datname="gepvi_users_db",idxname="gepvi_users.idx_users_next_report_time",relid="20213",relname="gepvi_users.users"} 0 pg_index_idx_tup_read{datname="gepvi_users_db",idxname="gepvi_users.idx_users_subscription_expires_at",relid="20214",relname="gepvi_users.users"} 0 pg_index_idx_tup_read{datname="gepvi_users_db",idxname="gepvi_users.idx_users_telegram_user_id",relid="20215",relname="gepvi_users.users"} 0 pg_index_idx_tup_read{datname="gepvi_users_db",idxname="gepvi_users.idx_webhooks_created_at",relid="20216",relname="gepvi_users.webhooks"} 0 pg_index_idx_tup_read{datname="gepvi_users_db",idxname="gepvi_users.idx_weight_history_created_at",relid="20217",relname="gepvi_users.weight_history"} 0 pg_index_idx_tup_read{datname="gepvi_users_db",idxname="gepvi_users.idx_weight_history_user_id",relid="20218",relname="gepvi_users.weight_history"} 0 pg_index_idx_tup_read{datname="gepvi_users_db",idxname="gepvi_users.users_pkey",relid="20204",relname="gepvi_users.users"} 0 pg_index_idx_tup_read{datname="gepvi_users_db",idxname="gepvi_users.webhooks_pkey",relid="20206",relname="gepvi_users.webhooks"} 0 pg_index_idx_tup_read{datname="gepvi_users_db",idxname="gepvi_users.weight_history_pkey",relid="20208",relname="gepvi_users.weight_history"} 0 pg_index_idx_tup_read{datname="gepvi_users_db",idxname="public.alembic_version_pkc",relid="20210",relname="public.alembic_version"} 0 pg_index_idx_tup_read{datname="omniword",idxname="omniword.idx_training_sessions_user_id",relid="20301",relname="omniword.training_sessions"} 0 pg_index_idx_tup_read{datname="omniword",idxname="omniword.idx_user_words_next_review",relid="20302",relname="omniword.user_words"} 0 pg_index_idx_tup_read{datname="omniword",idxname="omniword.idx_user_words_user_id",relid="20303",relname="omniword.user_words"} 61296 pg_index_idx_tup_read{datname="omniword",idxname="omniword.idx_users_created_at",relid="20304",relname="omniword.users"} 0 pg_index_idx_tup_read{datname="omniword",idxname="omniword.idx_users_subscription_expires_at",relid="20305",relname="omniword.users"} 0 pg_index_idx_tup_read{datname="omniword",idxname="omniword.idx_users_telegram_user_id",relid="20306",relname="omniword.users"} 0 pg_index_idx_tup_read{datname="omniword",idxname="omniword.idx_words_word",relid="20307",relname="omniword.words"} 19 pg_index_idx_tup_read{datname="omniword",idxname="omniword.training_sessions_pkey",relid="20289",relname="omniword.training_sessions"} 0 pg_index_idx_tup_read{datname="omniword",idxname="omniword.uq_user_words_user_word",relid="20291",relname="omniword.user_words"} 19 pg_index_idx_tup_read{datname="omniword",idxname="omniword.user_words_pkey",relid="20293",relname="omniword.user_words"} 819 pg_index_idx_tup_read{datname="omniword",idxname="omniword.users_pkey",relid="20295",relname="omniword.users"} 0 pg_index_idx_tup_read{datname="omniword",idxname="omniword.words_pkey",relid="20297",relname="omniword.words"} 2321 pg_index_idx_tup_read{datname="omniword",idxname="public.alembic_version_pkc",relid="20299",relname="public.alembic_version"} 0 # HELP pg_index_relpages Size of the on-disk representation of this index in pages # TYPE pg_index_relpages gauge pg_index_relpages{datname="gepvi_eat_db",idxname="gepvi_eat.ai_requests_daily_pkey",relid="19851",relname="gepvi_eat.ai_requests_daily"} 5 pg_index_relpages{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_created_at",relid="19859",relname="gepvi_eat.meals"} 21 pg_index_relpages{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_created",relid="19860",relname="gepvi_eat.meals"} 46 pg_index_relpages{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_id",relid="19861",relname="gepvi_eat.meals"} 13 pg_index_relpages{datname="gepvi_eat_db",idxname="gepvi_eat.idx_notifications_in_progress_updated_at",relid="21047",relname="gepvi_eat.notifications"} 2 pg_index_relpages{datname="gepvi_eat_db",idxname="gepvi_eat.idx_notifications_status_sender_method",relid="21046",relname="gepvi_eat.notifications"} 2 pg_index_relpages{datname="gepvi_eat_db",idxname="gepvi_eat.idx_reports_user_id",relid="21020",relname="gepvi_eat.reports"} 2 pg_index_relpages{datname="gepvi_eat_db",idxname="gepvi_eat.idx_symptoms_logged_at",relid="20996",relname="gepvi_eat.symptoms"} 1 pg_index_relpages{datname="gepvi_eat_db",idxname="gepvi_eat.idx_symptoms_user_id",relid="20995",relname="gepvi_eat.symptoms"} 1 pg_index_relpages{datname="gepvi_eat_db",idxname="gepvi_eat.idx_symptoms_user_logged",relid="20997",relname="gepvi_eat.symptoms"} 1 pg_index_relpages{datname="gepvi_eat_db",idxname="gepvi_eat.idx_user_goals_user_id",relid="19862",relname="gepvi_eat.user_goals"} 2 pg_index_relpages{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_created_at",relid="20941",relname="gepvi_eat.users"} 2 pg_index_relpages{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_next_report_time",relid="20943",relname="gepvi_eat.users"} 2 pg_index_relpages{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_subscription_expires_at",relid="20942",relname="gepvi_eat.users"} 2 pg_index_relpages{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_telegram_user_id",relid="20940",relname="gepvi_eat.users"} 4 pg_index_relpages{datname="gepvi_eat_db",idxname="gepvi_eat.idx_weight_history_created_at",relid="20957",relname="gepvi_eat.weight_history"} 2 pg_index_relpages{datname="gepvi_eat_db",idxname="gepvi_eat.idx_weight_history_user_id",relid="20956",relname="gepvi_eat.weight_history"} 2 pg_index_relpages{datname="gepvi_eat_db",idxname="gepvi_eat.meals_pkey",relid="19853",relname="gepvi_eat.meals"} 21 pg_index_relpages{datname="gepvi_eat_db",idxname="gepvi_eat.notifications_pkey",relid="21039",relname="gepvi_eat.notifications"} 5 pg_index_relpages{datname="gepvi_eat_db",idxname="gepvi_eat.reports_pkey",relid="21018",relname="gepvi_eat.reports"} 6 pg_index_relpages{datname="gepvi_eat_db",idxname="gepvi_eat.symptoms_pkey",relid="20993",relname="gepvi_eat.symptoms"} 1 pg_index_relpages{datname="gepvi_eat_db",idxname="gepvi_eat.user_goals_pkey",relid="19855",relname="gepvi_eat.user_goals"} 2 pg_index_relpages{datname="gepvi_eat_db",idxname="gepvi_eat.users_pkey",relid="20936",relname="gepvi_eat.users"} 2 pg_index_relpages{datname="gepvi_eat_db",idxname="gepvi_eat.users_telegram_user_id_key",relid="20938",relname="gepvi_eat.users"} 4 pg_index_relpages{datname="gepvi_eat_db",idxname="gepvi_eat.weight_history_pkey",relid="20954",relname="gepvi_eat.weight_history"} 2 pg_index_relpages{datname="gepvi_eat_db",idxname="payments.bepaid_products_pkey",relid="28999",relname="payments.bepaid_products"} 1 pg_index_relpages{datname="gepvi_eat_db",idxname="payments.idx_bepaid_products_client_plan",relid="29028",relname="payments.bepaid_products"} 2 pg_index_relpages{datname="gepvi_eat_db",idxname="payments.idx_payments_provider_transaction",relid="28975",relname="payments.payments"} 1 pg_index_relpages{datname="gepvi_eat_db",idxname="payments.idx_payments_user_id",relid="28976",relname="payments.payments"} 1 pg_index_relpages{datname="gepvi_eat_db",idxname="payments.idx_payments_webhook_id",relid="29027",relname="payments.payments"} 1 pg_index_relpages{datname="gepvi_eat_db",idxname="payments.idx_providers_provider_code",relid="28933",relname="payments.providers"} 1 pg_index_relpages{datname="gepvi_eat_db",idxname="payments.idx_providers_provider_key",relid="28934",relname="payments.providers"} 1 pg_index_relpages{datname="gepvi_eat_db",idxname="payments.idx_webhooks_provider_code",relid="28956",relname="payments.webhooks"} 1 pg_index_relpages{datname="gepvi_eat_db",idxname="payments.idx_webhooks_unprocessed",relid="29021",relname="payments.webhooks"} 2 pg_index_relpages{datname="gepvi_eat_db",idxname="payments.payments_pkey",relid="28973",relname="payments.payments"} 1 pg_index_relpages{datname="gepvi_eat_db",idxname="payments.providers_pkey",relid="28931",relname="payments.providers"} 1 pg_index_relpages{datname="gepvi_eat_db",idxname="payments.webhooks_pkey",relid="28949",relname="payments.webhooks"} 1 pg_index_relpages{datname="gepvi_eat_db",idxname="public.alembic_version_pkc",relid="19857",relname="public.alembic_version"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.balance_history_pkey",relid="19978",relname="gepvi_fin.balance_history"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.balances_pkey",relid="19980",relname="gepvi_fin.balances"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.budgets_pkey",relid="19982",relname="gepvi_fin.budgets"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.categories_pkey",relid="19984",relname="gepvi_fin.categories"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.currencies_pkey",relid="19986",relname="gepvi_fin.currencies"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balance_history_balance_id",relid="19998",relname="gepvi_fin.balance_history"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balance_history_balance_id_created_at",relid="19999",relname="gepvi_fin.balance_history"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_budget_id",relid="20000",relname="gepvi_fin.balances"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_created_at",relid="20001",relname="gepvi_fin.balances"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_priority",relid="20002",relname="gepvi_fin.balances"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.idx_budgets_created_at",relid="20003",relname="gepvi_fin.budgets"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.idx_budgets_owner_id",relid="20004",relname="gepvi_fin.budgets"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.idx_categories_budget_id",relid="20005",relname="gepvi_fin.categories"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.idx_categories_created_at",relid="20006",relname="gepvi_fin.categories"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.idx_categories_priority",relid="20007",relname="gepvi_fin.categories"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.idx_currencies_created_at",relid="20008",relname="gepvi_fin.currencies"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.idx_currencies_priority",relid="20009",relname="gepvi_fin.currencies"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_budget_id",relid="20010",relname="gepvi_fin.transactions"} 8 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_category_id",relid="20011",relname="gepvi_fin.transactions"} 8 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_created_at",relid="20012",relname="gepvi_fin.transactions"} 20 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_date",relid="20013",relname="gepvi_fin.transactions"} 12 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.idx_users_created_at",relid="20014",relname="gepvi_fin.users"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.idx_users_email",relid="20015",relname="gepvi_fin.users"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.idx_webhooks_created_at",relid="20016",relname="gepvi_fin.webhooks"} 1 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.ix_gepvi_fin_users_email",relid="20017",relname="gepvi_fin.users"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.pk_exchange_rates_date_code",relid="19988",relname="gepvi_fin.exchange_rates"} 195 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.transactions_pkey",relid="19990",relname="gepvi_fin.transactions"} 26 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.users_pkey",relid="19992",relname="gepvi_fin.users"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.webhooks_pkey",relid="19994",relname="gepvi_fin.webhooks"} 1 pg_index_relpages{datname="gepvi_fin_db",idxname="public.alembic_version_pkc",relid="19996",relname="public.alembic_version"} 2 pg_index_relpages{datname="gepvi_users_db",idxname="gepvi_users.idx_users_created_at",relid="20212",relname="gepvi_users.users"} 2 pg_index_relpages{datname="gepvi_users_db",idxname="gepvi_users.idx_users_next_report_time",relid="20213",relname="gepvi_users.users"} 2 pg_index_relpages{datname="gepvi_users_db",idxname="gepvi_users.idx_users_subscription_expires_at",relid="20214",relname="gepvi_users.users"} 2 pg_index_relpages{datname="gepvi_users_db",idxname="gepvi_users.idx_users_telegram_user_id",relid="20215",relname="gepvi_users.users"} 2 pg_index_relpages{datname="gepvi_users_db",idxname="gepvi_users.idx_webhooks_created_at",relid="20216",relname="gepvi_users.webhooks"} 1 pg_index_relpages{datname="gepvi_users_db",idxname="gepvi_users.idx_weight_history_created_at",relid="20217",relname="gepvi_users.weight_history"} 2 pg_index_relpages{datname="gepvi_users_db",idxname="gepvi_users.idx_weight_history_user_id",relid="20218",relname="gepvi_users.weight_history"} 2 pg_index_relpages{datname="gepvi_users_db",idxname="gepvi_users.users_pkey",relid="20204",relname="gepvi_users.users"} 2 pg_index_relpages{datname="gepvi_users_db",idxname="gepvi_users.webhooks_pkey",relid="20206",relname="gepvi_users.webhooks"} 1 pg_index_relpages{datname="gepvi_users_db",idxname="gepvi_users.weight_history_pkey",relid="20208",relname="gepvi_users.weight_history"} 2 pg_index_relpages{datname="gepvi_users_db",idxname="public.alembic_version_pkc",relid="20210",relname="public.alembic_version"} 2 pg_index_relpages{datname="omniword",idxname="omniword.idx_training_sessions_user_id",relid="20301",relname="omniword.training_sessions"} 2 pg_index_relpages{datname="omniword",idxname="omniword.idx_user_words_next_review",relid="20302",relname="omniword.user_words"} 2 pg_index_relpages{datname="omniword",idxname="omniword.idx_user_words_user_id",relid="20303",relname="omniword.user_words"} 2 pg_index_relpages{datname="omniword",idxname="omniword.idx_users_created_at",relid="20304",relname="omniword.users"} 2 pg_index_relpages{datname="omniword",idxname="omniword.idx_users_subscription_expires_at",relid="20305",relname="omniword.users"} 2 pg_index_relpages{datname="omniword",idxname="omniword.idx_users_telegram_user_id",relid="20306",relname="omniword.users"} 2 pg_index_relpages{datname="omniword",idxname="omniword.idx_words_word",relid="20307",relname="omniword.words"} 5 pg_index_relpages{datname="omniword",idxname="omniword.training_sessions_pkey",relid="20289",relname="omniword.training_sessions"} 2 pg_index_relpages{datname="omniword",idxname="omniword.uq_user_words_user_word",relid="20291",relname="omniword.user_words"} 6 pg_index_relpages{datname="omniword",idxname="omniword.user_words_pkey",relid="20293",relname="omniword.user_words"} 5 pg_index_relpages{datname="omniword",idxname="omniword.users_pkey",relid="20295",relname="omniword.users"} 2 pg_index_relpages{datname="omniword",idxname="omniword.words_pkey",relid="20297",relname="omniword.words"} 5 pg_index_relpages{datname="omniword",idxname="public.alembic_version_pkc",relid="20299",relname="public.alembic_version"} 2 # HELP pg_index_reltuples Estimate relation tuples # TYPE pg_index_reltuples gauge pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.ai_requests_daily_pkey",relid="19851",relname="gepvi_eat.ai_requests_daily"} 244 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_created_at",relid="19859",relname="gepvi_eat.meals"} 6774 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_created",relid="19860",relname="gepvi_eat.meals"} 6774 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_id",relid="19861",relname="gepvi_eat.meals"} 6774 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.idx_notifications_in_progress_updated_at",relid="21047",relname="gepvi_eat.notifications"} 0 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.idx_notifications_status_sender_method",relid="21046",relname="gepvi_eat.notifications"} 805 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.idx_reports_user_id",relid="21020",relname="gepvi_eat.reports"} 741 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.idx_symptoms_logged_at",relid="20996",relname="gepvi_eat.symptoms"} 0 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.idx_symptoms_user_id",relid="20995",relname="gepvi_eat.symptoms"} 0 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.idx_symptoms_user_logged",relid="20997",relname="gepvi_eat.symptoms"} 0 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.idx_user_goals_user_id",relid="19862",relname="gepvi_eat.user_goals"} 50 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_created_at",relid="20941",relname="gepvi_eat.users"} 132 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_next_report_time",relid="20943",relname="gepvi_eat.users"} 132 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_subscription_expires_at",relid="20942",relname="gepvi_eat.users"} 132 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_telegram_user_id",relid="20940",relname="gepvi_eat.users"} 132 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.idx_weight_history_created_at",relid="20957",relname="gepvi_eat.weight_history"} 84 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.idx_weight_history_user_id",relid="20956",relname="gepvi_eat.weight_history"} 84 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.meals_pkey",relid="19853",relname="gepvi_eat.meals"} 6774 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.notifications_pkey",relid="21039",relname="gepvi_eat.notifications"} 805 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.reports_pkey",relid="21018",relname="gepvi_eat.reports"} 741 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.symptoms_pkey",relid="20993",relname="gepvi_eat.symptoms"} 0 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.user_goals_pkey",relid="19855",relname="gepvi_eat.user_goals"} 50 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.users_pkey",relid="20936",relname="gepvi_eat.users"} 132 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.users_telegram_user_id_key",relid="20938",relname="gepvi_eat.users"} 132 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.weight_history_pkey",relid="20954",relname="gepvi_eat.weight_history"} 84 pg_index_reltuples{datname="gepvi_eat_db",idxname="payments.bepaid_products_pkey",relid="28999",relname="payments.bepaid_products"} 0 pg_index_reltuples{datname="gepvi_eat_db",idxname="payments.idx_bepaid_products_client_plan",relid="29028",relname="payments.bepaid_products"} 1 pg_index_reltuples{datname="gepvi_eat_db",idxname="payments.idx_payments_provider_transaction",relid="28975",relname="payments.payments"} 0 pg_index_reltuples{datname="gepvi_eat_db",idxname="payments.idx_payments_user_id",relid="28976",relname="payments.payments"} 0 pg_index_reltuples{datname="gepvi_eat_db",idxname="payments.idx_payments_webhook_id",relid="29027",relname="payments.payments"} 0 pg_index_reltuples{datname="gepvi_eat_db",idxname="payments.idx_providers_provider_code",relid="28933",relname="payments.providers"} 0 pg_index_reltuples{datname="gepvi_eat_db",idxname="payments.idx_providers_provider_key",relid="28934",relname="payments.providers"} 0 pg_index_reltuples{datname="gepvi_eat_db",idxname="payments.idx_webhooks_provider_code",relid="28956",relname="payments.webhooks"} 0 pg_index_reltuples{datname="gepvi_eat_db",idxname="payments.idx_webhooks_unprocessed",relid="29021",relname="payments.webhooks"} 1 pg_index_reltuples{datname="gepvi_eat_db",idxname="payments.payments_pkey",relid="28973",relname="payments.payments"} 0 pg_index_reltuples{datname="gepvi_eat_db",idxname="payments.providers_pkey",relid="28931",relname="payments.providers"} 0 pg_index_reltuples{datname="gepvi_eat_db",idxname="payments.webhooks_pkey",relid="28949",relname="payments.webhooks"} 0 pg_index_reltuples{datname="gepvi_eat_db",idxname="public.alembic_version_pkc",relid="19857",relname="public.alembic_version"} 1 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.balance_history_pkey",relid="19978",relname="gepvi_fin.balance_history"} 199 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.balances_pkey",relid="19980",relname="gepvi_fin.balances"} 23 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.budgets_pkey",relid="19982",relname="gepvi_fin.budgets"} 1 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.categories_pkey",relid="19984",relname="gepvi_fin.categories"} 39 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.currencies_pkey",relid="19986",relname="gepvi_fin.currencies"} 172 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balance_history_balance_id",relid="19998",relname="gepvi_fin.balance_history"} 199 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balance_history_balance_id_created_at",relid="19999",relname="gepvi_fin.balance_history"} 199 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_budget_id",relid="20000",relname="gepvi_fin.balances"} 23 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_created_at",relid="20001",relname="gepvi_fin.balances"} 23 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_priority",relid="20002",relname="gepvi_fin.balances"} 23 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.idx_budgets_created_at",relid="20003",relname="gepvi_fin.budgets"} 1 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.idx_budgets_owner_id",relid="20004",relname="gepvi_fin.budgets"} 1 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.idx_categories_budget_id",relid="20005",relname="gepvi_fin.categories"} 39 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.idx_categories_created_at",relid="20006",relname="gepvi_fin.categories"} 39 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.idx_categories_priority",relid="20007",relname="gepvi_fin.categories"} 39 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.idx_currencies_created_at",relid="20008",relname="gepvi_fin.currencies"} 172 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.idx_currencies_priority",relid="20009",relname="gepvi_fin.currencies"} 172 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_budget_id",relid="20010",relname="gepvi_fin.transactions"} 6386 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_category_id",relid="20011",relname="gepvi_fin.transactions"} 6386 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_created_at",relid="20012",relname="gepvi_fin.transactions"} 6386 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_date",relid="20013",relname="gepvi_fin.transactions"} 6386 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.idx_users_created_at",relid="20014",relname="gepvi_fin.users"} 1 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.idx_users_email",relid="20015",relname="gepvi_fin.users"} 1 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.idx_webhooks_created_at",relid="20016",relname="gepvi_fin.webhooks"} 0 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.ix_gepvi_fin_users_email",relid="20017",relname="gepvi_fin.users"} 1 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.pk_exchange_rates_date_code",relid="19988",relname="gepvi_fin.exchange_rates"} 70790 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.transactions_pkey",relid="19990",relname="gepvi_fin.transactions"} 6386 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.users_pkey",relid="19992",relname="gepvi_fin.users"} 1 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.webhooks_pkey",relid="19994",relname="gepvi_fin.webhooks"} 0 pg_index_reltuples{datname="gepvi_fin_db",idxname="public.alembic_version_pkc",relid="19996",relname="public.alembic_version"} 1 pg_index_reltuples{datname="gepvi_users_db",idxname="gepvi_users.idx_users_created_at",relid="20212",relname="gepvi_users.users"} 20 pg_index_reltuples{datname="gepvi_users_db",idxname="gepvi_users.idx_users_next_report_time",relid="20213",relname="gepvi_users.users"} 20 pg_index_reltuples{datname="gepvi_users_db",idxname="gepvi_users.idx_users_subscription_expires_at",relid="20214",relname="gepvi_users.users"} 20 pg_index_reltuples{datname="gepvi_users_db",idxname="gepvi_users.idx_users_telegram_user_id",relid="20215",relname="gepvi_users.users"} 20 pg_index_reltuples{datname="gepvi_users_db",idxname="gepvi_users.idx_webhooks_created_at",relid="20216",relname="gepvi_users.webhooks"} 0 pg_index_reltuples{datname="gepvi_users_db",idxname="gepvi_users.idx_weight_history_created_at",relid="20217",relname="gepvi_users.weight_history"} 30 pg_index_reltuples{datname="gepvi_users_db",idxname="gepvi_users.idx_weight_history_user_id",relid="20218",relname="gepvi_users.weight_history"} 30 pg_index_reltuples{datname="gepvi_users_db",idxname="gepvi_users.users_pkey",relid="20204",relname="gepvi_users.users"} 20 pg_index_reltuples{datname="gepvi_users_db",idxname="gepvi_users.webhooks_pkey",relid="20206",relname="gepvi_users.webhooks"} 0 pg_index_reltuples{datname="gepvi_users_db",idxname="gepvi_users.weight_history_pkey",relid="20208",relname="gepvi_users.weight_history"} 30 pg_index_reltuples{datname="gepvi_users_db",idxname="public.alembic_version_pkc",relid="20210",relname="public.alembic_version"} 1 pg_index_reltuples{datname="omniword",idxname="omniword.idx_training_sessions_user_id",relid="20301",relname="omniword.training_sessions"} 85 pg_index_reltuples{datname="omniword",idxname="omniword.idx_user_words_next_review",relid="20302",relname="omniword.user_words"} 457 pg_index_reltuples{datname="omniword",idxname="omniword.idx_user_words_user_id",relid="20303",relname="omniword.user_words"} 457 pg_index_reltuples{datname="omniword",idxname="omniword.idx_users_created_at",relid="20304",relname="omniword.users"} 2 pg_index_reltuples{datname="omniword",idxname="omniword.idx_users_subscription_expires_at",relid="20305",relname="omniword.users"} 2 pg_index_reltuples{datname="omniword",idxname="omniword.idx_users_telegram_user_id",relid="20306",relname="omniword.users"} 2 pg_index_reltuples{datname="omniword",idxname="omniword.idx_words_word",relid="20307",relname="omniword.words"} 461 pg_index_reltuples{datname="omniword",idxname="omniword.training_sessions_pkey",relid="20289",relname="omniword.training_sessions"} 85 pg_index_reltuples{datname="omniword",idxname="omniword.uq_user_words_user_word",relid="20291",relname="omniword.user_words"} 457 pg_index_reltuples{datname="omniword",idxname="omniword.user_words_pkey",relid="20293",relname="omniword.user_words"} 457 pg_index_reltuples{datname="omniword",idxname="omniword.users_pkey",relid="20295",relname="omniword.users"} 2 pg_index_reltuples{datname="omniword",idxname="omniword.words_pkey",relid="20297",relname="omniword.words"} 461 pg_index_reltuples{datname="omniword",idxname="public.alembic_version_pkc",relid="20299",relname="public.alembic_version"} 1 # HELP pg_insert_lsn primary only # TYPE pg_insert_lsn counter pg_insert_lsn 1.1853103108e+11 # HELP pg_io_evictions Number of times a block has been written out from a shared or local buffer # TYPE pg_io_evictions counter pg_io_evictions{context="bulkread",object="relation",type="autovacuum launcher"} 0 pg_io_evictions{context="bulkread",object="relation",type="autovacuum worker"} 0 pg_io_evictions{context="bulkread",object="relation",type="background worker"} 0 pg_io_evictions{context="bulkread",object="relation",type="client backend"} 0 pg_io_evictions{context="bulkread",object="relation",type="io worker"} 0 pg_io_evictions{context="bulkread",object="relation",type="slotsync worker"} 0 pg_io_evictions{context="bulkread",object="relation",type="standalone backend"} 0 pg_io_evictions{context="bulkread",object="relation",type="startup"} 0 pg_io_evictions{context="bulkread",object="relation",type="walsender"} 0 pg_io_evictions{context="bulkwrite",object="relation",type="background worker"} 0 pg_io_evictions{context="bulkwrite",object="relation",type="client backend"} 0 pg_io_evictions{context="bulkwrite",object="relation",type="io worker"} 0 pg_io_evictions{context="bulkwrite",object="relation",type="slotsync worker"} 0 pg_io_evictions{context="bulkwrite",object="relation",type="standalone backend"} 0 pg_io_evictions{context="bulkwrite",object="relation",type="startup"} 0 pg_io_evictions{context="bulkwrite",object="relation",type="walsender"} 0 pg_io_evictions{context="init",object="relation",type="autovacuum launcher"} 0 pg_io_evictions{context="init",object="relation",type="autovacuum worker"} 0 pg_io_evictions{context="init",object="relation",type="background worker"} 0 pg_io_evictions{context="init",object="relation",type="background writer"} 0 pg_io_evictions{context="init",object="relation",type="checkpointer"} 0 pg_io_evictions{context="init",object="relation",type="client backend"} 0 pg_io_evictions{context="init",object="relation",type="io worker"} 0 pg_io_evictions{context="init",object="relation",type="slotsync worker"} 0 pg_io_evictions{context="init",object="relation",type="standalone backend"} 0 pg_io_evictions{context="init",object="relation",type="startup"} 0 pg_io_evictions{context="init",object="relation",type="walsender"} 0 pg_io_evictions{context="init",object="wal",type="autovacuum launcher"} 0 pg_io_evictions{context="init",object="wal",type="autovacuum worker"} 0 pg_io_evictions{context="init",object="wal",type="background worker"} 0 pg_io_evictions{context="init",object="wal",type="background writer"} 0 pg_io_evictions{context="init",object="wal",type="checkpointer"} 0 pg_io_evictions{context="init",object="wal",type="client backend"} 0 pg_io_evictions{context="init",object="wal",type="io worker"} 0 pg_io_evictions{context="init",object="wal",type="slotsync worker"} 0 pg_io_evictions{context="init",object="wal",type="standalone backend"} 0 pg_io_evictions{context="init",object="wal",type="startup"} 0 pg_io_evictions{context="init",object="wal",type="walreceiver"} 0 pg_io_evictions{context="init",object="wal",type="walsender"} 0 pg_io_evictions{context="init",object="wal",type="walsummarizer"} 0 pg_io_evictions{context="init",object="wal",type="walwriter"} 0 pg_io_evictions{context="normal",object="relation",type="autovacuum launcher"} 0 pg_io_evictions{context="normal",object="relation",type="autovacuum worker"} 0 pg_io_evictions{context="normal",object="relation",type="background worker"} 0 pg_io_evictions{context="normal",object="relation",type="background writer"} 0 pg_io_evictions{context="normal",object="relation",type="checkpointer"} 0 pg_io_evictions{context="normal",object="relation",type="client backend"} 0 pg_io_evictions{context="normal",object="relation",type="io worker"} 0 pg_io_evictions{context="normal",object="relation",type="slotsync worker"} 0 pg_io_evictions{context="normal",object="relation",type="standalone backend"} 0 pg_io_evictions{context="normal",object="relation",type="startup"} 0 pg_io_evictions{context="normal",object="relation",type="walsender"} 0 pg_io_evictions{context="normal",object="temp relation",type="background worker"} 0 pg_io_evictions{context="normal",object="temp relation",type="client backend"} 0 pg_io_evictions{context="normal",object="temp relation",type="io worker"} 0 pg_io_evictions{context="normal",object="temp relation",type="slotsync worker"} 0 pg_io_evictions{context="normal",object="temp relation",type="walsender"} 0 pg_io_evictions{context="normal",object="wal",type="autovacuum launcher"} 0 pg_io_evictions{context="normal",object="wal",type="autovacuum worker"} 0 pg_io_evictions{context="normal",object="wal",type="background worker"} 0 pg_io_evictions{context="normal",object="wal",type="background writer"} 0 pg_io_evictions{context="normal",object="wal",type="checkpointer"} 0 pg_io_evictions{context="normal",object="wal",type="client backend"} 0 pg_io_evictions{context="normal",object="wal",type="io worker"} 0 pg_io_evictions{context="normal",object="wal",type="slotsync worker"} 0 pg_io_evictions{context="normal",object="wal",type="standalone backend"} 0 pg_io_evictions{context="normal",object="wal",type="startup"} 0 pg_io_evictions{context="normal",object="wal",type="walreceiver"} 0 pg_io_evictions{context="normal",object="wal",type="walsender"} 0 pg_io_evictions{context="normal",object="wal",type="walsummarizer"} 0 pg_io_evictions{context="normal",object="wal",type="walwriter"} 0 pg_io_evictions{context="vacuum",object="relation",type="autovacuum worker"} 0 pg_io_evictions{context="vacuum",object="relation",type="background worker"} 0 pg_io_evictions{context="vacuum",object="relation",type="client backend"} 0 pg_io_evictions{context="vacuum",object="relation",type="io worker"} 0 pg_io_evictions{context="vacuum",object="relation",type="slotsync worker"} 0 pg_io_evictions{context="vacuum",object="relation",type="standalone backend"} 0 pg_io_evictions{context="vacuum",object="relation",type="startup"} 0 pg_io_evictions{context="vacuum",object="relation",type="walsender"} 0 # HELP pg_io_extend_bytes Number of extend bytes # TYPE pg_io_extend_bytes counter pg_io_extend_bytes{context="bulkread",object="relation",type="autovacuum launcher"} 0 pg_io_extend_bytes{context="bulkread",object="relation",type="autovacuum worker"} 0 pg_io_extend_bytes{context="bulkread",object="relation",type="background worker"} 0 pg_io_extend_bytes{context="bulkread",object="relation",type="client backend"} 0 pg_io_extend_bytes{context="bulkread",object="relation",type="io worker"} 0 pg_io_extend_bytes{context="bulkread",object="relation",type="slotsync worker"} 0 pg_io_extend_bytes{context="bulkread",object="relation",type="standalone backend"} 0 pg_io_extend_bytes{context="bulkread",object="relation",type="startup"} 0 pg_io_extend_bytes{context="bulkread",object="relation",type="walsender"} 0 pg_io_extend_bytes{context="bulkwrite",object="relation",type="background worker"} 0 pg_io_extend_bytes{context="bulkwrite",object="relation",type="client backend"} 0 pg_io_extend_bytes{context="bulkwrite",object="relation",type="io worker"} 0 pg_io_extend_bytes{context="bulkwrite",object="relation",type="slotsync worker"} 0 pg_io_extend_bytes{context="bulkwrite",object="relation",type="standalone backend"} 0 pg_io_extend_bytes{context="bulkwrite",object="relation",type="startup"} 0 pg_io_extend_bytes{context="bulkwrite",object="relation",type="walsender"} 0 pg_io_extend_bytes{context="init",object="relation",type="autovacuum launcher"} 0 pg_io_extend_bytes{context="init",object="relation",type="autovacuum worker"} 0 pg_io_extend_bytes{context="init",object="relation",type="background worker"} 0 pg_io_extend_bytes{context="init",object="relation",type="background writer"} 0 pg_io_extend_bytes{context="init",object="relation",type="checkpointer"} 0 pg_io_extend_bytes{context="init",object="relation",type="client backend"} 0 pg_io_extend_bytes{context="init",object="relation",type="io worker"} 0 pg_io_extend_bytes{context="init",object="relation",type="slotsync worker"} 0 pg_io_extend_bytes{context="init",object="relation",type="standalone backend"} 0 pg_io_extend_bytes{context="init",object="relation",type="startup"} 0 pg_io_extend_bytes{context="init",object="relation",type="walsender"} 0 pg_io_extend_bytes{context="init",object="wal",type="autovacuum launcher"} 0 pg_io_extend_bytes{context="init",object="wal",type="autovacuum worker"} 0 pg_io_extend_bytes{context="init",object="wal",type="background worker"} 0 pg_io_extend_bytes{context="init",object="wal",type="background writer"} 0 pg_io_extend_bytes{context="init",object="wal",type="checkpointer"} 0 pg_io_extend_bytes{context="init",object="wal",type="client backend"} 0 pg_io_extend_bytes{context="init",object="wal",type="io worker"} 0 pg_io_extend_bytes{context="init",object="wal",type="slotsync worker"} 0 pg_io_extend_bytes{context="init",object="wal",type="standalone backend"} 0 pg_io_extend_bytes{context="init",object="wal",type="startup"} 0 pg_io_extend_bytes{context="init",object="wal",type="walreceiver"} 0 pg_io_extend_bytes{context="init",object="wal",type="walsender"} 0 pg_io_extend_bytes{context="init",object="wal",type="walsummarizer"} 0 pg_io_extend_bytes{context="init",object="wal",type="walwriter"} 0 pg_io_extend_bytes{context="normal",object="relation",type="autovacuum launcher"} 0 pg_io_extend_bytes{context="normal",object="relation",type="autovacuum worker"} 811008 pg_io_extend_bytes{context="normal",object="relation",type="background worker"} 0 pg_io_extend_bytes{context="normal",object="relation",type="background writer"} 0 pg_io_extend_bytes{context="normal",object="relation",type="checkpointer"} 0 pg_io_extend_bytes{context="normal",object="relation",type="client backend"} 4.849664e+06 pg_io_extend_bytes{context="normal",object="relation",type="io worker"} 0 pg_io_extend_bytes{context="normal",object="relation",type="slotsync worker"} 0 pg_io_extend_bytes{context="normal",object="relation",type="standalone backend"} 0 pg_io_extend_bytes{context="normal",object="relation",type="startup"} 0 pg_io_extend_bytes{context="normal",object="relation",type="walsender"} 0 pg_io_extend_bytes{context="normal",object="temp relation",type="background worker"} 0 pg_io_extend_bytes{context="normal",object="temp relation",type="client backend"} 0 pg_io_extend_bytes{context="normal",object="temp relation",type="io worker"} 0 pg_io_extend_bytes{context="normal",object="temp relation",type="slotsync worker"} 0 pg_io_extend_bytes{context="normal",object="temp relation",type="walsender"} 0 pg_io_extend_bytes{context="normal",object="wal",type="autovacuum launcher"} 0 pg_io_extend_bytes{context="normal",object="wal",type="autovacuum worker"} 0 pg_io_extend_bytes{context="normal",object="wal",type="background worker"} 0 pg_io_extend_bytes{context="normal",object="wal",type="background writer"} 0 pg_io_extend_bytes{context="normal",object="wal",type="checkpointer"} 0 pg_io_extend_bytes{context="normal",object="wal",type="client backend"} 0 pg_io_extend_bytes{context="normal",object="wal",type="io worker"} 0 pg_io_extend_bytes{context="normal",object="wal",type="slotsync worker"} 0 pg_io_extend_bytes{context="normal",object="wal",type="standalone backend"} 0 pg_io_extend_bytes{context="normal",object="wal",type="startup"} 0 pg_io_extend_bytes{context="normal",object="wal",type="walreceiver"} 0 pg_io_extend_bytes{context="normal",object="wal",type="walsender"} 0 pg_io_extend_bytes{context="normal",object="wal",type="walsummarizer"} 0 pg_io_extend_bytes{context="normal",object="wal",type="walwriter"} 0 pg_io_extend_bytes{context="vacuum",object="relation",type="autovacuum worker"} 0 pg_io_extend_bytes{context="vacuum",object="relation",type="background worker"} 0 pg_io_extend_bytes{context="vacuum",object="relation",type="client backend"} 0 pg_io_extend_bytes{context="vacuum",object="relation",type="io worker"} 0 pg_io_extend_bytes{context="vacuum",object="relation",type="slotsync worker"} 0 pg_io_extend_bytes{context="vacuum",object="relation",type="standalone backend"} 0 pg_io_extend_bytes{context="vacuum",object="relation",type="startup"} 0 pg_io_extend_bytes{context="vacuum",object="relation",type="walsender"} 0 # HELP pg_io_extend_time Time spent in extend operations in seconds # TYPE pg_io_extend_time counter pg_io_extend_time{context="bulkread",object="relation",type="autovacuum launcher"} 0 pg_io_extend_time{context="bulkread",object="relation",type="autovacuum worker"} 0 pg_io_extend_time{context="bulkread",object="relation",type="background worker"} 0 pg_io_extend_time{context="bulkread",object="relation",type="client backend"} 0 pg_io_extend_time{context="bulkread",object="relation",type="io worker"} 0 pg_io_extend_time{context="bulkread",object="relation",type="slotsync worker"} 0 pg_io_extend_time{context="bulkread",object="relation",type="standalone backend"} 0 pg_io_extend_time{context="bulkread",object="relation",type="startup"} 0 pg_io_extend_time{context="bulkread",object="relation",type="walsender"} 0 pg_io_extend_time{context="bulkwrite",object="relation",type="background worker"} 0 pg_io_extend_time{context="bulkwrite",object="relation",type="client backend"} 0 pg_io_extend_time{context="bulkwrite",object="relation",type="io worker"} 0 pg_io_extend_time{context="bulkwrite",object="relation",type="slotsync worker"} 0 pg_io_extend_time{context="bulkwrite",object="relation",type="standalone backend"} 0 pg_io_extend_time{context="bulkwrite",object="relation",type="startup"} 0 pg_io_extend_time{context="bulkwrite",object="relation",type="walsender"} 0 pg_io_extend_time{context="init",object="relation",type="autovacuum launcher"} 0 pg_io_extend_time{context="init",object="relation",type="autovacuum worker"} 0 pg_io_extend_time{context="init",object="relation",type="background worker"} 0 pg_io_extend_time{context="init",object="relation",type="background writer"} 0 pg_io_extend_time{context="init",object="relation",type="checkpointer"} 0 pg_io_extend_time{context="init",object="relation",type="client backend"} 0 pg_io_extend_time{context="init",object="relation",type="io worker"} 0 pg_io_extend_time{context="init",object="relation",type="slotsync worker"} 0 pg_io_extend_time{context="init",object="relation",type="standalone backend"} 0 pg_io_extend_time{context="init",object="relation",type="startup"} 0 pg_io_extend_time{context="init",object="relation",type="walsender"} 0 pg_io_extend_time{context="init",object="wal",type="autovacuum launcher"} 0 pg_io_extend_time{context="init",object="wal",type="autovacuum worker"} 0 pg_io_extend_time{context="init",object="wal",type="background worker"} 0 pg_io_extend_time{context="init",object="wal",type="background writer"} 0 pg_io_extend_time{context="init",object="wal",type="checkpointer"} 0 pg_io_extend_time{context="init",object="wal",type="client backend"} 0 pg_io_extend_time{context="init",object="wal",type="io worker"} 0 pg_io_extend_time{context="init",object="wal",type="slotsync worker"} 0 pg_io_extend_time{context="init",object="wal",type="standalone backend"} 0 pg_io_extend_time{context="init",object="wal",type="startup"} 0 pg_io_extend_time{context="init",object="wal",type="walreceiver"} 0 pg_io_extend_time{context="init",object="wal",type="walsender"} 0 pg_io_extend_time{context="init",object="wal",type="walsummarizer"} 0 pg_io_extend_time{context="init",object="wal",type="walwriter"} 0 pg_io_extend_time{context="normal",object="relation",type="autovacuum launcher"} 0 pg_io_extend_time{context="normal",object="relation",type="autovacuum worker"} 0.018213999999999998 pg_io_extend_time{context="normal",object="relation",type="background worker"} 0 pg_io_extend_time{context="normal",object="relation",type="background writer"} 0 pg_io_extend_time{context="normal",object="relation",type="checkpointer"} 0 pg_io_extend_time{context="normal",object="relation",type="client backend"} 0.163305 pg_io_extend_time{context="normal",object="relation",type="io worker"} 0 pg_io_extend_time{context="normal",object="relation",type="slotsync worker"} 0 pg_io_extend_time{context="normal",object="relation",type="standalone backend"} 0 pg_io_extend_time{context="normal",object="relation",type="startup"} 0 pg_io_extend_time{context="normal",object="relation",type="walsender"} 0 pg_io_extend_time{context="normal",object="temp relation",type="background worker"} 0 pg_io_extend_time{context="normal",object="temp relation",type="client backend"} 0 pg_io_extend_time{context="normal",object="temp relation",type="io worker"} 0 pg_io_extend_time{context="normal",object="temp relation",type="slotsync worker"} 0 pg_io_extend_time{context="normal",object="temp relation",type="walsender"} 0 pg_io_extend_time{context="normal",object="wal",type="autovacuum launcher"} 0 pg_io_extend_time{context="normal",object="wal",type="autovacuum worker"} 0 pg_io_extend_time{context="normal",object="wal",type="background worker"} 0 pg_io_extend_time{context="normal",object="wal",type="background writer"} 0 pg_io_extend_time{context="normal",object="wal",type="checkpointer"} 0 pg_io_extend_time{context="normal",object="wal",type="client backend"} 0 pg_io_extend_time{context="normal",object="wal",type="io worker"} 0 pg_io_extend_time{context="normal",object="wal",type="slotsync worker"} 0 pg_io_extend_time{context="normal",object="wal",type="standalone backend"} 0 pg_io_extend_time{context="normal",object="wal",type="startup"} 0 pg_io_extend_time{context="normal",object="wal",type="walreceiver"} 0 pg_io_extend_time{context="normal",object="wal",type="walsender"} 0 pg_io_extend_time{context="normal",object="wal",type="walsummarizer"} 0 pg_io_extend_time{context="normal",object="wal",type="walwriter"} 0 pg_io_extend_time{context="vacuum",object="relation",type="autovacuum worker"} 0 pg_io_extend_time{context="vacuum",object="relation",type="background worker"} 0 pg_io_extend_time{context="vacuum",object="relation",type="client backend"} 0 pg_io_extend_time{context="vacuum",object="relation",type="io worker"} 0 pg_io_extend_time{context="vacuum",object="relation",type="slotsync worker"} 0 pg_io_extend_time{context="vacuum",object="relation",type="standalone backend"} 0 pg_io_extend_time{context="vacuum",object="relation",type="startup"} 0 pg_io_extend_time{context="vacuum",object="relation",type="walsender"} 0 # HELP pg_io_extends Number of relation extend operations # TYPE pg_io_extends counter pg_io_extends{context="bulkread",object="relation",type="autovacuum launcher"} 0 pg_io_extends{context="bulkread",object="relation",type="autovacuum worker"} 0 pg_io_extends{context="bulkread",object="relation",type="background worker"} 0 pg_io_extends{context="bulkread",object="relation",type="client backend"} 0 pg_io_extends{context="bulkread",object="relation",type="io worker"} 0 pg_io_extends{context="bulkread",object="relation",type="slotsync worker"} 0 pg_io_extends{context="bulkread",object="relation",type="standalone backend"} 0 pg_io_extends{context="bulkread",object="relation",type="startup"} 0 pg_io_extends{context="bulkread",object="relation",type="walsender"} 0 pg_io_extends{context="bulkwrite",object="relation",type="background worker"} 0 pg_io_extends{context="bulkwrite",object="relation",type="client backend"} 0 pg_io_extends{context="bulkwrite",object="relation",type="io worker"} 0 pg_io_extends{context="bulkwrite",object="relation",type="slotsync worker"} 0 pg_io_extends{context="bulkwrite",object="relation",type="standalone backend"} 0 pg_io_extends{context="bulkwrite",object="relation",type="startup"} 0 pg_io_extends{context="bulkwrite",object="relation",type="walsender"} 0 pg_io_extends{context="init",object="relation",type="autovacuum launcher"} 0 pg_io_extends{context="init",object="relation",type="autovacuum worker"} 0 pg_io_extends{context="init",object="relation",type="background worker"} 0 pg_io_extends{context="init",object="relation",type="background writer"} 0 pg_io_extends{context="init",object="relation",type="checkpointer"} 0 pg_io_extends{context="init",object="relation",type="client backend"} 0 pg_io_extends{context="init",object="relation",type="io worker"} 0 pg_io_extends{context="init",object="relation",type="slotsync worker"} 0 pg_io_extends{context="init",object="relation",type="standalone backend"} 0 pg_io_extends{context="init",object="relation",type="startup"} 0 pg_io_extends{context="init",object="relation",type="walsender"} 0 pg_io_extends{context="init",object="wal",type="autovacuum launcher"} 0 pg_io_extends{context="init",object="wal",type="autovacuum worker"} 0 pg_io_extends{context="init",object="wal",type="background worker"} 0 pg_io_extends{context="init",object="wal",type="background writer"} 0 pg_io_extends{context="init",object="wal",type="checkpointer"} 0 pg_io_extends{context="init",object="wal",type="client backend"} 0 pg_io_extends{context="init",object="wal",type="io worker"} 0 pg_io_extends{context="init",object="wal",type="slotsync worker"} 0 pg_io_extends{context="init",object="wal",type="standalone backend"} 0 pg_io_extends{context="init",object="wal",type="startup"} 0 pg_io_extends{context="init",object="wal",type="walreceiver"} 0 pg_io_extends{context="init",object="wal",type="walsender"} 0 pg_io_extends{context="init",object="wal",type="walsummarizer"} 0 pg_io_extends{context="init",object="wal",type="walwriter"} 0 pg_io_extends{context="normal",object="relation",type="autovacuum launcher"} 0 pg_io_extends{context="normal",object="relation",type="autovacuum worker"} 97 pg_io_extends{context="normal",object="relation",type="background worker"} 0 pg_io_extends{context="normal",object="relation",type="background writer"} 0 pg_io_extends{context="normal",object="relation",type="checkpointer"} 0 pg_io_extends{context="normal",object="relation",type="client backend"} 588 pg_io_extends{context="normal",object="relation",type="io worker"} 0 pg_io_extends{context="normal",object="relation",type="slotsync worker"} 0 pg_io_extends{context="normal",object="relation",type="standalone backend"} 0 pg_io_extends{context="normal",object="relation",type="startup"} 0 pg_io_extends{context="normal",object="relation",type="walsender"} 0 pg_io_extends{context="normal",object="temp relation",type="background worker"} 0 pg_io_extends{context="normal",object="temp relation",type="client backend"} 0 pg_io_extends{context="normal",object="temp relation",type="io worker"} 0 pg_io_extends{context="normal",object="temp relation",type="slotsync worker"} 0 pg_io_extends{context="normal",object="temp relation",type="walsender"} 0 pg_io_extends{context="normal",object="wal",type="autovacuum launcher"} 0 pg_io_extends{context="normal",object="wal",type="autovacuum worker"} 0 pg_io_extends{context="normal",object="wal",type="background worker"} 0 pg_io_extends{context="normal",object="wal",type="background writer"} 0 pg_io_extends{context="normal",object="wal",type="checkpointer"} 0 pg_io_extends{context="normal",object="wal",type="client backend"} 0 pg_io_extends{context="normal",object="wal",type="io worker"} 0 pg_io_extends{context="normal",object="wal",type="slotsync worker"} 0 pg_io_extends{context="normal",object="wal",type="standalone backend"} 0 pg_io_extends{context="normal",object="wal",type="startup"} 0 pg_io_extends{context="normal",object="wal",type="walreceiver"} 0 pg_io_extends{context="normal",object="wal",type="walsender"} 0 pg_io_extends{context="normal",object="wal",type="walsummarizer"} 0 pg_io_extends{context="normal",object="wal",type="walwriter"} 0 pg_io_extends{context="vacuum",object="relation",type="autovacuum worker"} 0 pg_io_extends{context="vacuum",object="relation",type="background worker"} 0 pg_io_extends{context="vacuum",object="relation",type="client backend"} 0 pg_io_extends{context="vacuum",object="relation",type="io worker"} 0 pg_io_extends{context="vacuum",object="relation",type="slotsync worker"} 0 pg_io_extends{context="vacuum",object="relation",type="standalone backend"} 0 pg_io_extends{context="vacuum",object="relation",type="startup"} 0 pg_io_extends{context="vacuum",object="relation",type="walsender"} 0 # HELP pg_io_fsync_time Time spent in fsync operations in seconds # TYPE pg_io_fsync_time counter pg_io_fsync_time{context="bulkread",object="relation",type="autovacuum launcher"} 0 pg_io_fsync_time{context="bulkread",object="relation",type="autovacuum worker"} 0 pg_io_fsync_time{context="bulkread",object="relation",type="background worker"} 0 pg_io_fsync_time{context="bulkread",object="relation",type="client backend"} 0 pg_io_fsync_time{context="bulkread",object="relation",type="io worker"} 0 pg_io_fsync_time{context="bulkread",object="relation",type="slotsync worker"} 0 pg_io_fsync_time{context="bulkread",object="relation",type="standalone backend"} 0 pg_io_fsync_time{context="bulkread",object="relation",type="startup"} 0 pg_io_fsync_time{context="bulkread",object="relation",type="walsender"} 0 pg_io_fsync_time{context="bulkwrite",object="relation",type="background worker"} 0 pg_io_fsync_time{context="bulkwrite",object="relation",type="client backend"} 0 pg_io_fsync_time{context="bulkwrite",object="relation",type="io worker"} 0 pg_io_fsync_time{context="bulkwrite",object="relation",type="slotsync worker"} 0 pg_io_fsync_time{context="bulkwrite",object="relation",type="standalone backend"} 0 pg_io_fsync_time{context="bulkwrite",object="relation",type="startup"} 0 pg_io_fsync_time{context="bulkwrite",object="relation",type="walsender"} 0 pg_io_fsync_time{context="init",object="relation",type="autovacuum launcher"} 0 pg_io_fsync_time{context="init",object="relation",type="autovacuum worker"} 0 pg_io_fsync_time{context="init",object="relation",type="background worker"} 0 pg_io_fsync_time{context="init",object="relation",type="background writer"} 0 pg_io_fsync_time{context="init",object="relation",type="checkpointer"} 0 pg_io_fsync_time{context="init",object="relation",type="client backend"} 0 pg_io_fsync_time{context="init",object="relation",type="io worker"} 0 pg_io_fsync_time{context="init",object="relation",type="slotsync worker"} 0 pg_io_fsync_time{context="init",object="relation",type="standalone backend"} 0 pg_io_fsync_time{context="init",object="relation",type="startup"} 0 pg_io_fsync_time{context="init",object="relation",type="walsender"} 0 pg_io_fsync_time{context="init",object="wal",type="autovacuum launcher"} 0 pg_io_fsync_time{context="init",object="wal",type="autovacuum worker"} 0 pg_io_fsync_time{context="init",object="wal",type="background worker"} 0 pg_io_fsync_time{context="init",object="wal",type="background writer"} 0 pg_io_fsync_time{context="init",object="wal",type="checkpointer"} 0 pg_io_fsync_time{context="init",object="wal",type="client backend"} 0 pg_io_fsync_time{context="init",object="wal",type="io worker"} 0 pg_io_fsync_time{context="init",object="wal",type="slotsync worker"} 0 pg_io_fsync_time{context="init",object="wal",type="standalone backend"} 0 pg_io_fsync_time{context="init",object="wal",type="startup"} 0 pg_io_fsync_time{context="init",object="wal",type="walreceiver"} 0 pg_io_fsync_time{context="init",object="wal",type="walsender"} 0 pg_io_fsync_time{context="init",object="wal",type="walsummarizer"} 0 pg_io_fsync_time{context="init",object="wal",type="walwriter"} 0 pg_io_fsync_time{context="normal",object="relation",type="autovacuum launcher"} 0 pg_io_fsync_time{context="normal",object="relation",type="autovacuum worker"} 0 pg_io_fsync_time{context="normal",object="relation",type="background worker"} 0 pg_io_fsync_time{context="normal",object="relation",type="background writer"} 0 pg_io_fsync_time{context="normal",object="relation",type="checkpointer"} 4.0587480000000005 pg_io_fsync_time{context="normal",object="relation",type="client backend"} 0 pg_io_fsync_time{context="normal",object="relation",type="io worker"} 0 pg_io_fsync_time{context="normal",object="relation",type="slotsync worker"} 0 pg_io_fsync_time{context="normal",object="relation",type="standalone backend"} 0 pg_io_fsync_time{context="normal",object="relation",type="startup"} 0 pg_io_fsync_time{context="normal",object="relation",type="walsender"} 0 pg_io_fsync_time{context="normal",object="temp relation",type="background worker"} 0 pg_io_fsync_time{context="normal",object="temp relation",type="client backend"} 0 pg_io_fsync_time{context="normal",object="temp relation",type="io worker"} 0 pg_io_fsync_time{context="normal",object="temp relation",type="slotsync worker"} 0 pg_io_fsync_time{context="normal",object="temp relation",type="walsender"} 0 pg_io_fsync_time{context="normal",object="wal",type="autovacuum launcher"} 0 pg_io_fsync_time{context="normal",object="wal",type="autovacuum worker"} 0 pg_io_fsync_time{context="normal",object="wal",type="background worker"} 0 pg_io_fsync_time{context="normal",object="wal",type="background writer"} 0 pg_io_fsync_time{context="normal",object="wal",type="checkpointer"} 0 pg_io_fsync_time{context="normal",object="wal",type="client backend"} 0 pg_io_fsync_time{context="normal",object="wal",type="io worker"} 0 pg_io_fsync_time{context="normal",object="wal",type="slotsync worker"} 0 pg_io_fsync_time{context="normal",object="wal",type="standalone backend"} 0 pg_io_fsync_time{context="normal",object="wal",type="startup"} 0 pg_io_fsync_time{context="normal",object="wal",type="walreceiver"} 0 pg_io_fsync_time{context="normal",object="wal",type="walsender"} 0 pg_io_fsync_time{context="normal",object="wal",type="walsummarizer"} 0 pg_io_fsync_time{context="normal",object="wal",type="walwriter"} 0 pg_io_fsync_time{context="vacuum",object="relation",type="autovacuum worker"} 0 pg_io_fsync_time{context="vacuum",object="relation",type="background worker"} 0 pg_io_fsync_time{context="vacuum",object="relation",type="client backend"} 0 pg_io_fsync_time{context="vacuum",object="relation",type="io worker"} 0 pg_io_fsync_time{context="vacuum",object="relation",type="slotsync worker"} 0 pg_io_fsync_time{context="vacuum",object="relation",type="standalone backend"} 0 pg_io_fsync_time{context="vacuum",object="relation",type="startup"} 0 pg_io_fsync_time{context="vacuum",object="relation",type="walsender"} 0 # HELP pg_io_fsyncs Number of fsync calls. These are only tracked in context normal # TYPE pg_io_fsyncs counter pg_io_fsyncs{context="bulkread",object="relation",type="autovacuum launcher"} 0 pg_io_fsyncs{context="bulkread",object="relation",type="autovacuum worker"} 0 pg_io_fsyncs{context="bulkread",object="relation",type="background worker"} 0 pg_io_fsyncs{context="bulkread",object="relation",type="client backend"} 0 pg_io_fsyncs{context="bulkread",object="relation",type="io worker"} 0 pg_io_fsyncs{context="bulkread",object="relation",type="slotsync worker"} 0 pg_io_fsyncs{context="bulkread",object="relation",type="standalone backend"} 0 pg_io_fsyncs{context="bulkread",object="relation",type="startup"} 0 pg_io_fsyncs{context="bulkread",object="relation",type="walsender"} 0 pg_io_fsyncs{context="bulkwrite",object="relation",type="background worker"} 0 pg_io_fsyncs{context="bulkwrite",object="relation",type="client backend"} 0 pg_io_fsyncs{context="bulkwrite",object="relation",type="io worker"} 0 pg_io_fsyncs{context="bulkwrite",object="relation",type="slotsync worker"} 0 pg_io_fsyncs{context="bulkwrite",object="relation",type="standalone backend"} 0 pg_io_fsyncs{context="bulkwrite",object="relation",type="startup"} 0 pg_io_fsyncs{context="bulkwrite",object="relation",type="walsender"} 0 pg_io_fsyncs{context="init",object="relation",type="autovacuum launcher"} 0 pg_io_fsyncs{context="init",object="relation",type="autovacuum worker"} 0 pg_io_fsyncs{context="init",object="relation",type="background worker"} 0 pg_io_fsyncs{context="init",object="relation",type="background writer"} 0 pg_io_fsyncs{context="init",object="relation",type="checkpointer"} 0 pg_io_fsyncs{context="init",object="relation",type="client backend"} 0 pg_io_fsyncs{context="init",object="relation",type="io worker"} 0 pg_io_fsyncs{context="init",object="relation",type="slotsync worker"} 0 pg_io_fsyncs{context="init",object="relation",type="standalone backend"} 0 pg_io_fsyncs{context="init",object="relation",type="startup"} 0 pg_io_fsyncs{context="init",object="relation",type="walsender"} 0 pg_io_fsyncs{context="init",object="wal",type="autovacuum launcher"} 0 pg_io_fsyncs{context="init",object="wal",type="autovacuum worker"} 0 pg_io_fsyncs{context="init",object="wal",type="background worker"} 0 pg_io_fsyncs{context="init",object="wal",type="background writer"} 0 pg_io_fsyncs{context="init",object="wal",type="checkpointer"} 0 pg_io_fsyncs{context="init",object="wal",type="client backend"} 0 pg_io_fsyncs{context="init",object="wal",type="io worker"} 0 pg_io_fsyncs{context="init",object="wal",type="slotsync worker"} 0 pg_io_fsyncs{context="init",object="wal",type="standalone backend"} 0 pg_io_fsyncs{context="init",object="wal",type="startup"} 0 pg_io_fsyncs{context="init",object="wal",type="walreceiver"} 0 pg_io_fsyncs{context="init",object="wal",type="walsender"} 0 pg_io_fsyncs{context="init",object="wal",type="walsummarizer"} 0 pg_io_fsyncs{context="init",object="wal",type="walwriter"} 0 pg_io_fsyncs{context="normal",object="relation",type="autovacuum launcher"} 0 pg_io_fsyncs{context="normal",object="relation",type="autovacuum worker"} 0 pg_io_fsyncs{context="normal",object="relation",type="background worker"} 0 pg_io_fsyncs{context="normal",object="relation",type="background writer"} 0 pg_io_fsyncs{context="normal",object="relation",type="checkpointer"} 24073 pg_io_fsyncs{context="normal",object="relation",type="client backend"} 0 pg_io_fsyncs{context="normal",object="relation",type="io worker"} 0 pg_io_fsyncs{context="normal",object="relation",type="slotsync worker"} 0 pg_io_fsyncs{context="normal",object="relation",type="standalone backend"} 0 pg_io_fsyncs{context="normal",object="relation",type="startup"} 0 pg_io_fsyncs{context="normal",object="relation",type="walsender"} 0 pg_io_fsyncs{context="normal",object="temp relation",type="background worker"} 0 pg_io_fsyncs{context="normal",object="temp relation",type="client backend"} 0 pg_io_fsyncs{context="normal",object="temp relation",type="io worker"} 0 pg_io_fsyncs{context="normal",object="temp relation",type="slotsync worker"} 0 pg_io_fsyncs{context="normal",object="temp relation",type="walsender"} 0 pg_io_fsyncs{context="normal",object="wal",type="autovacuum launcher"} 0 pg_io_fsyncs{context="normal",object="wal",type="autovacuum worker"} 339 pg_io_fsyncs{context="normal",object="wal",type="background worker"} 0 pg_io_fsyncs{context="normal",object="wal",type="background writer"} 0 pg_io_fsyncs{context="normal",object="wal",type="checkpointer"} 8771 pg_io_fsyncs{context="normal",object="wal",type="client backend"} 20766 pg_io_fsyncs{context="normal",object="wal",type="io worker"} 0 pg_io_fsyncs{context="normal",object="wal",type="slotsync worker"} 0 pg_io_fsyncs{context="normal",object="wal",type="standalone backend"} 3 pg_io_fsyncs{context="normal",object="wal",type="startup"} 3 pg_io_fsyncs{context="normal",object="wal",type="walreceiver"} 0 pg_io_fsyncs{context="normal",object="wal",type="walsender"} 0 pg_io_fsyncs{context="normal",object="wal",type="walsummarizer"} 0 pg_io_fsyncs{context="normal",object="wal",type="walwriter"} 20360 pg_io_fsyncs{context="vacuum",object="relation",type="autovacuum worker"} 0 pg_io_fsyncs{context="vacuum",object="relation",type="background worker"} 0 pg_io_fsyncs{context="vacuum",object="relation",type="client backend"} 0 pg_io_fsyncs{context="vacuum",object="relation",type="io worker"} 0 pg_io_fsyncs{context="vacuum",object="relation",type="slotsync worker"} 0 pg_io_fsyncs{context="vacuum",object="relation",type="standalone backend"} 0 pg_io_fsyncs{context="vacuum",object="relation",type="startup"} 0 pg_io_fsyncs{context="vacuum",object="relation",type="walsender"} 0 # HELP pg_io_hits The number of times a desired block was found in a shared buffer. # TYPE pg_io_hits counter pg_io_hits{context="bulkread",object="relation",type="autovacuum launcher"} 0 pg_io_hits{context="bulkread",object="relation",type="autovacuum worker"} 0 pg_io_hits{context="bulkread",object="relation",type="background worker"} 0 pg_io_hits{context="bulkread",object="relation",type="client backend"} 0 pg_io_hits{context="bulkread",object="relation",type="io worker"} 0 pg_io_hits{context="bulkread",object="relation",type="slotsync worker"} 0 pg_io_hits{context="bulkread",object="relation",type="standalone backend"} 0 pg_io_hits{context="bulkread",object="relation",type="startup"} 0 pg_io_hits{context="bulkread",object="relation",type="walsender"} 0 pg_io_hits{context="bulkwrite",object="relation",type="background worker"} 0 pg_io_hits{context="bulkwrite",object="relation",type="client backend"} 0 pg_io_hits{context="bulkwrite",object="relation",type="io worker"} 0 pg_io_hits{context="bulkwrite",object="relation",type="slotsync worker"} 0 pg_io_hits{context="bulkwrite",object="relation",type="standalone backend"} 0 pg_io_hits{context="bulkwrite",object="relation",type="startup"} 0 pg_io_hits{context="bulkwrite",object="relation",type="walsender"} 0 pg_io_hits{context="init",object="relation",type="autovacuum launcher"} 0 pg_io_hits{context="init",object="relation",type="autovacuum worker"} 0 pg_io_hits{context="init",object="relation",type="background worker"} 0 pg_io_hits{context="init",object="relation",type="background writer"} 0 pg_io_hits{context="init",object="relation",type="checkpointer"} 0 pg_io_hits{context="init",object="relation",type="client backend"} 0 pg_io_hits{context="init",object="relation",type="io worker"} 0 pg_io_hits{context="init",object="relation",type="slotsync worker"} 0 pg_io_hits{context="init",object="relation",type="standalone backend"} 0 pg_io_hits{context="init",object="relation",type="startup"} 0 pg_io_hits{context="init",object="relation",type="walsender"} 0 pg_io_hits{context="init",object="wal",type="autovacuum launcher"} 0 pg_io_hits{context="init",object="wal",type="autovacuum worker"} 0 pg_io_hits{context="init",object="wal",type="background worker"} 0 pg_io_hits{context="init",object="wal",type="background writer"} 0 pg_io_hits{context="init",object="wal",type="checkpointer"} 0 pg_io_hits{context="init",object="wal",type="client backend"} 0 pg_io_hits{context="init",object="wal",type="io worker"} 0 pg_io_hits{context="init",object="wal",type="slotsync worker"} 0 pg_io_hits{context="init",object="wal",type="standalone backend"} 0 pg_io_hits{context="init",object="wal",type="startup"} 0 pg_io_hits{context="init",object="wal",type="walreceiver"} 0 pg_io_hits{context="init",object="wal",type="walsender"} 0 pg_io_hits{context="init",object="wal",type="walsummarizer"} 0 pg_io_hits{context="init",object="wal",type="walwriter"} 0 pg_io_hits{context="normal",object="relation",type="autovacuum launcher"} 639560 pg_io_hits{context="normal",object="relation",type="autovacuum worker"} 9.6168549e+07 pg_io_hits{context="normal",object="relation",type="background worker"} 0 pg_io_hits{context="normal",object="relation",type="background writer"} 0 pg_io_hits{context="normal",object="relation",type="checkpointer"} 0 pg_io_hits{context="normal",object="relation",type="client backend"} 6.8491608e+09 pg_io_hits{context="normal",object="relation",type="io worker"} 0 pg_io_hits{context="normal",object="relation",type="slotsync worker"} 0 pg_io_hits{context="normal",object="relation",type="standalone backend"} 1579 pg_io_hits{context="normal",object="relation",type="startup"} 0 pg_io_hits{context="normal",object="relation",type="walsender"} 54 pg_io_hits{context="normal",object="temp relation",type="background worker"} 0 pg_io_hits{context="normal",object="temp relation",type="client backend"} 0 pg_io_hits{context="normal",object="temp relation",type="io worker"} 0 pg_io_hits{context="normal",object="temp relation",type="slotsync worker"} 0 pg_io_hits{context="normal",object="temp relation",type="walsender"} 0 pg_io_hits{context="normal",object="wal",type="autovacuum launcher"} 0 pg_io_hits{context="normal",object="wal",type="autovacuum worker"} 0 pg_io_hits{context="normal",object="wal",type="background worker"} 0 pg_io_hits{context="normal",object="wal",type="background writer"} 0 pg_io_hits{context="normal",object="wal",type="checkpointer"} 0 pg_io_hits{context="normal",object="wal",type="client backend"} 0 pg_io_hits{context="normal",object="wal",type="io worker"} 0 pg_io_hits{context="normal",object="wal",type="slotsync worker"} 0 pg_io_hits{context="normal",object="wal",type="standalone backend"} 0 pg_io_hits{context="normal",object="wal",type="startup"} 0 pg_io_hits{context="normal",object="wal",type="walreceiver"} 0 pg_io_hits{context="normal",object="wal",type="walsender"} 0 pg_io_hits{context="normal",object="wal",type="walsummarizer"} 0 pg_io_hits{context="normal",object="wal",type="walwriter"} 0 pg_io_hits{context="vacuum",object="relation",type="autovacuum worker"} 21151 pg_io_hits{context="vacuum",object="relation",type="background worker"} 0 pg_io_hits{context="vacuum",object="relation",type="client backend"} 0 pg_io_hits{context="vacuum",object="relation",type="io worker"} 0 pg_io_hits{context="vacuum",object="relation",type="slotsync worker"} 0 pg_io_hits{context="vacuum",object="relation",type="standalone backend"} 0 pg_io_hits{context="vacuum",object="relation",type="startup"} 0 pg_io_hits{context="vacuum",object="relation",type="walsender"} 0 # HELP pg_io_read_bytes Number of read bytes # TYPE pg_io_read_bytes counter pg_io_read_bytes{context="bulkread",object="relation",type="autovacuum launcher"} 0 pg_io_read_bytes{context="bulkread",object="relation",type="autovacuum worker"} 0 pg_io_read_bytes{context="bulkread",object="relation",type="background worker"} 0 pg_io_read_bytes{context="bulkread",object="relation",type="client backend"} 0 pg_io_read_bytes{context="bulkread",object="relation",type="io worker"} 0 pg_io_read_bytes{context="bulkread",object="relation",type="slotsync worker"} 0 pg_io_read_bytes{context="bulkread",object="relation",type="standalone backend"} 0 pg_io_read_bytes{context="bulkread",object="relation",type="startup"} 0 pg_io_read_bytes{context="bulkread",object="relation",type="walsender"} 0 pg_io_read_bytes{context="bulkwrite",object="relation",type="background worker"} 0 pg_io_read_bytes{context="bulkwrite",object="relation",type="client backend"} 0 pg_io_read_bytes{context="bulkwrite",object="relation",type="io worker"} 0 pg_io_read_bytes{context="bulkwrite",object="relation",type="slotsync worker"} 0 pg_io_read_bytes{context="bulkwrite",object="relation",type="standalone backend"} 0 pg_io_read_bytes{context="bulkwrite",object="relation",type="startup"} 0 pg_io_read_bytes{context="bulkwrite",object="relation",type="walsender"} 0 pg_io_read_bytes{context="init",object="relation",type="autovacuum launcher"} 0 pg_io_read_bytes{context="init",object="relation",type="autovacuum worker"} 0 pg_io_read_bytes{context="init",object="relation",type="background worker"} 0 pg_io_read_bytes{context="init",object="relation",type="background writer"} 0 pg_io_read_bytes{context="init",object="relation",type="checkpointer"} 0 pg_io_read_bytes{context="init",object="relation",type="client backend"} 0 pg_io_read_bytes{context="init",object="relation",type="io worker"} 0 pg_io_read_bytes{context="init",object="relation",type="slotsync worker"} 0 pg_io_read_bytes{context="init",object="relation",type="standalone backend"} 0 pg_io_read_bytes{context="init",object="relation",type="startup"} 0 pg_io_read_bytes{context="init",object="relation",type="walsender"} 0 pg_io_read_bytes{context="init",object="wal",type="autovacuum launcher"} 0 pg_io_read_bytes{context="init",object="wal",type="autovacuum worker"} 0 pg_io_read_bytes{context="init",object="wal",type="background worker"} 0 pg_io_read_bytes{context="init",object="wal",type="background writer"} 0 pg_io_read_bytes{context="init",object="wal",type="checkpointer"} 0 pg_io_read_bytes{context="init",object="wal",type="client backend"} 0 pg_io_read_bytes{context="init",object="wal",type="io worker"} 0 pg_io_read_bytes{context="init",object="wal",type="slotsync worker"} 0 pg_io_read_bytes{context="init",object="wal",type="standalone backend"} 0 pg_io_read_bytes{context="init",object="wal",type="startup"} 0 pg_io_read_bytes{context="init",object="wal",type="walreceiver"} 0 pg_io_read_bytes{context="init",object="wal",type="walsender"} 0 pg_io_read_bytes{context="init",object="wal",type="walsummarizer"} 0 pg_io_read_bytes{context="init",object="wal",type="walwriter"} 0 pg_io_read_bytes{context="normal",object="relation",type="autovacuum launcher"} 0 pg_io_read_bytes{context="normal",object="relation",type="autovacuum worker"} 3.2768e+06 pg_io_read_bytes{context="normal",object="relation",type="background worker"} 0 pg_io_read_bytes{context="normal",object="relation",type="background writer"} 0 pg_io_read_bytes{context="normal",object="relation",type="checkpointer"} 0 pg_io_read_bytes{context="normal",object="relation",type="client backend"} 8.9530368e+07 pg_io_read_bytes{context="normal",object="relation",type="io worker"} 0 pg_io_read_bytes{context="normal",object="relation",type="slotsync worker"} 0 pg_io_read_bytes{context="normal",object="relation",type="standalone backend"} 860160 pg_io_read_bytes{context="normal",object="relation",type="startup"} 0 pg_io_read_bytes{context="normal",object="relation",type="walsender"} 0 pg_io_read_bytes{context="normal",object="temp relation",type="background worker"} 0 pg_io_read_bytes{context="normal",object="temp relation",type="client backend"} 0 pg_io_read_bytes{context="normal",object="temp relation",type="io worker"} 0 pg_io_read_bytes{context="normal",object="temp relation",type="slotsync worker"} 0 pg_io_read_bytes{context="normal",object="temp relation",type="walsender"} 0 pg_io_read_bytes{context="normal",object="wal",type="autovacuum launcher"} 0 pg_io_read_bytes{context="normal",object="wal",type="autovacuum worker"} 0 pg_io_read_bytes{context="normal",object="wal",type="background worker"} 0 pg_io_read_bytes{context="normal",object="wal",type="background writer"} 0 pg_io_read_bytes{context="normal",object="wal",type="checkpointer"} 0 pg_io_read_bytes{context="normal",object="wal",type="client backend"} 0 pg_io_read_bytes{context="normal",object="wal",type="io worker"} 0 pg_io_read_bytes{context="normal",object="wal",type="slotsync worker"} 0 pg_io_read_bytes{context="normal",object="wal",type="standalone backend"} 24576 pg_io_read_bytes{context="normal",object="wal",type="startup"} 98304 pg_io_read_bytes{context="normal",object="wal",type="walreceiver"} 0 pg_io_read_bytes{context="normal",object="wal",type="walsender"} 0 pg_io_read_bytes{context="normal",object="wal",type="walsummarizer"} 0 pg_io_read_bytes{context="normal",object="wal",type="walwriter"} 0 pg_io_read_bytes{context="vacuum",object="relation",type="autovacuum worker"} 1.3058048e+07 pg_io_read_bytes{context="vacuum",object="relation",type="background worker"} 0 pg_io_read_bytes{context="vacuum",object="relation",type="client backend"} 0 pg_io_read_bytes{context="vacuum",object="relation",type="io worker"} 0 pg_io_read_bytes{context="vacuum",object="relation",type="slotsync worker"} 0 pg_io_read_bytes{context="vacuum",object="relation",type="standalone backend"} 0 pg_io_read_bytes{context="vacuum",object="relation",type="startup"} 0 pg_io_read_bytes{context="vacuum",object="relation",type="walsender"} 0 # HELP pg_io_read_time Time spent in read operations in seconds # TYPE pg_io_read_time counter pg_io_read_time{context="bulkread",object="relation",type="autovacuum launcher"} 0 pg_io_read_time{context="bulkread",object="relation",type="autovacuum worker"} 0 pg_io_read_time{context="bulkread",object="relation",type="background worker"} 0 pg_io_read_time{context="bulkread",object="relation",type="client backend"} 0 pg_io_read_time{context="bulkread",object="relation",type="io worker"} 0 pg_io_read_time{context="bulkread",object="relation",type="slotsync worker"} 0 pg_io_read_time{context="bulkread",object="relation",type="standalone backend"} 0 pg_io_read_time{context="bulkread",object="relation",type="startup"} 0 pg_io_read_time{context="bulkread",object="relation",type="walsender"} 0 pg_io_read_time{context="bulkwrite",object="relation",type="background worker"} 0 pg_io_read_time{context="bulkwrite",object="relation",type="client backend"} 0 pg_io_read_time{context="bulkwrite",object="relation",type="io worker"} 0 pg_io_read_time{context="bulkwrite",object="relation",type="slotsync worker"} 0 pg_io_read_time{context="bulkwrite",object="relation",type="standalone backend"} 0 pg_io_read_time{context="bulkwrite",object="relation",type="startup"} 0 pg_io_read_time{context="bulkwrite",object="relation",type="walsender"} 0 pg_io_read_time{context="init",object="relation",type="autovacuum launcher"} 0 pg_io_read_time{context="init",object="relation",type="autovacuum worker"} 0 pg_io_read_time{context="init",object="relation",type="background worker"} 0 pg_io_read_time{context="init",object="relation",type="background writer"} 0 pg_io_read_time{context="init",object="relation",type="checkpointer"} 0 pg_io_read_time{context="init",object="relation",type="client backend"} 0 pg_io_read_time{context="init",object="relation",type="io worker"} 0 pg_io_read_time{context="init",object="relation",type="slotsync worker"} 0 pg_io_read_time{context="init",object="relation",type="standalone backend"} 0 pg_io_read_time{context="init",object="relation",type="startup"} 0 pg_io_read_time{context="init",object="relation",type="walsender"} 0 pg_io_read_time{context="init",object="wal",type="autovacuum launcher"} 0 pg_io_read_time{context="init",object="wal",type="autovacuum worker"} 0 pg_io_read_time{context="init",object="wal",type="background worker"} 0 pg_io_read_time{context="init",object="wal",type="background writer"} 0 pg_io_read_time{context="init",object="wal",type="checkpointer"} 0 pg_io_read_time{context="init",object="wal",type="client backend"} 0 pg_io_read_time{context="init",object="wal",type="io worker"} 0 pg_io_read_time{context="init",object="wal",type="slotsync worker"} 0 pg_io_read_time{context="init",object="wal",type="standalone backend"} 0 pg_io_read_time{context="init",object="wal",type="startup"} 0 pg_io_read_time{context="init",object="wal",type="walreceiver"} 0 pg_io_read_time{context="init",object="wal",type="walsender"} 0 pg_io_read_time{context="init",object="wal",type="walsummarizer"} 0 pg_io_read_time{context="init",object="wal",type="walwriter"} 0 pg_io_read_time{context="normal",object="relation",type="autovacuum launcher"} 0 pg_io_read_time{context="normal",object="relation",type="autovacuum worker"} 0.067943 pg_io_read_time{context="normal",object="relation",type="background worker"} 0 pg_io_read_time{context="normal",object="relation",type="background writer"} 0 pg_io_read_time{context="normal",object="relation",type="checkpointer"} 0 pg_io_read_time{context="normal",object="relation",type="client backend"} 6.132691 pg_io_read_time{context="normal",object="relation",type="io worker"} 0 pg_io_read_time{context="normal",object="relation",type="slotsync worker"} 0 pg_io_read_time{context="normal",object="relation",type="standalone backend"} 0.048647 pg_io_read_time{context="normal",object="relation",type="startup"} 0 pg_io_read_time{context="normal",object="relation",type="walsender"} 0 pg_io_read_time{context="normal",object="temp relation",type="background worker"} 0 pg_io_read_time{context="normal",object="temp relation",type="client backend"} 0 pg_io_read_time{context="normal",object="temp relation",type="io worker"} 0 pg_io_read_time{context="normal",object="temp relation",type="slotsync worker"} 0 pg_io_read_time{context="normal",object="temp relation",type="walsender"} 0 pg_io_read_time{context="normal",object="wal",type="autovacuum launcher"} 0 pg_io_read_time{context="normal",object="wal",type="autovacuum worker"} 0 pg_io_read_time{context="normal",object="wal",type="background worker"} 0 pg_io_read_time{context="normal",object="wal",type="background writer"} 0 pg_io_read_time{context="normal",object="wal",type="checkpointer"} 0 pg_io_read_time{context="normal",object="wal",type="client backend"} 0 pg_io_read_time{context="normal",object="wal",type="io worker"} 0 pg_io_read_time{context="normal",object="wal",type="slotsync worker"} 0 pg_io_read_time{context="normal",object="wal",type="standalone backend"} 0 pg_io_read_time{context="normal",object="wal",type="startup"} 0 pg_io_read_time{context="normal",object="wal",type="walreceiver"} 0 pg_io_read_time{context="normal",object="wal",type="walsender"} 0 pg_io_read_time{context="normal",object="wal",type="walsummarizer"} 0 pg_io_read_time{context="normal",object="wal",type="walwriter"} 0 pg_io_read_time{context="vacuum",object="relation",type="autovacuum worker"} 0.08994800000000001 pg_io_read_time{context="vacuum",object="relation",type="background worker"} 0 pg_io_read_time{context="vacuum",object="relation",type="client backend"} 0 pg_io_read_time{context="vacuum",object="relation",type="io worker"} 0 pg_io_read_time{context="vacuum",object="relation",type="slotsync worker"} 0 pg_io_read_time{context="vacuum",object="relation",type="standalone backend"} 0 pg_io_read_time{context="vacuum",object="relation",type="startup"} 0 pg_io_read_time{context="vacuum",object="relation",type="walsender"} 0 # HELP pg_io_reads Number of read operations # TYPE pg_io_reads counter pg_io_reads{context="bulkread",object="relation",type="autovacuum launcher"} 0 pg_io_reads{context="bulkread",object="relation",type="autovacuum worker"} 0 pg_io_reads{context="bulkread",object="relation",type="background worker"} 0 pg_io_reads{context="bulkread",object="relation",type="client backend"} 0 pg_io_reads{context="bulkread",object="relation",type="io worker"} 0 pg_io_reads{context="bulkread",object="relation",type="slotsync worker"} 0 pg_io_reads{context="bulkread",object="relation",type="standalone backend"} 0 pg_io_reads{context="bulkread",object="relation",type="startup"} 0 pg_io_reads{context="bulkread",object="relation",type="walsender"} 0 pg_io_reads{context="bulkwrite",object="relation",type="background worker"} 0 pg_io_reads{context="bulkwrite",object="relation",type="client backend"} 0 pg_io_reads{context="bulkwrite",object="relation",type="io worker"} 0 pg_io_reads{context="bulkwrite",object="relation",type="slotsync worker"} 0 pg_io_reads{context="bulkwrite",object="relation",type="standalone backend"} 0 pg_io_reads{context="bulkwrite",object="relation",type="startup"} 0 pg_io_reads{context="bulkwrite",object="relation",type="walsender"} 0 pg_io_reads{context="init",object="relation",type="autovacuum launcher"} 0 pg_io_reads{context="init",object="relation",type="autovacuum worker"} 0 pg_io_reads{context="init",object="relation",type="background worker"} 0 pg_io_reads{context="init",object="relation",type="background writer"} 0 pg_io_reads{context="init",object="relation",type="checkpointer"} 0 pg_io_reads{context="init",object="relation",type="client backend"} 0 pg_io_reads{context="init",object="relation",type="io worker"} 0 pg_io_reads{context="init",object="relation",type="slotsync worker"} 0 pg_io_reads{context="init",object="relation",type="standalone backend"} 0 pg_io_reads{context="init",object="relation",type="startup"} 0 pg_io_reads{context="init",object="relation",type="walsender"} 0 pg_io_reads{context="init",object="wal",type="autovacuum launcher"} 0 pg_io_reads{context="init",object="wal",type="autovacuum worker"} 0 pg_io_reads{context="init",object="wal",type="background worker"} 0 pg_io_reads{context="init",object="wal",type="background writer"} 0 pg_io_reads{context="init",object="wal",type="checkpointer"} 0 pg_io_reads{context="init",object="wal",type="client backend"} 0 pg_io_reads{context="init",object="wal",type="io worker"} 0 pg_io_reads{context="init",object="wal",type="slotsync worker"} 0 pg_io_reads{context="init",object="wal",type="standalone backend"} 0 pg_io_reads{context="init",object="wal",type="startup"} 0 pg_io_reads{context="init",object="wal",type="walreceiver"} 0 pg_io_reads{context="init",object="wal",type="walsender"} 0 pg_io_reads{context="init",object="wal",type="walsummarizer"} 0 pg_io_reads{context="init",object="wal",type="walwriter"} 0 pg_io_reads{context="normal",object="relation",type="autovacuum launcher"} 0 pg_io_reads{context="normal",object="relation",type="autovacuum worker"} 211 pg_io_reads{context="normal",object="relation",type="background worker"} 0 pg_io_reads{context="normal",object="relation",type="background writer"} 0 pg_io_reads{context="normal",object="relation",type="checkpointer"} 0 pg_io_reads{context="normal",object="relation",type="client backend"} 7913 pg_io_reads{context="normal",object="relation",type="io worker"} 0 pg_io_reads{context="normal",object="relation",type="slotsync worker"} 0 pg_io_reads{context="normal",object="relation",type="standalone backend"} 42 pg_io_reads{context="normal",object="relation",type="startup"} 0 pg_io_reads{context="normal",object="relation",type="walsender"} 0 pg_io_reads{context="normal",object="temp relation",type="background worker"} 0 pg_io_reads{context="normal",object="temp relation",type="client backend"} 0 pg_io_reads{context="normal",object="temp relation",type="io worker"} 0 pg_io_reads{context="normal",object="temp relation",type="slotsync worker"} 0 pg_io_reads{context="normal",object="temp relation",type="walsender"} 0 pg_io_reads{context="normal",object="wal",type="autovacuum launcher"} 0 pg_io_reads{context="normal",object="wal",type="autovacuum worker"} 0 pg_io_reads{context="normal",object="wal",type="background worker"} 0 pg_io_reads{context="normal",object="wal",type="background writer"} 0 pg_io_reads{context="normal",object="wal",type="checkpointer"} 0 pg_io_reads{context="normal",object="wal",type="client backend"} 0 pg_io_reads{context="normal",object="wal",type="io worker"} 0 pg_io_reads{context="normal",object="wal",type="slotsync worker"} 0 pg_io_reads{context="normal",object="wal",type="standalone backend"} 3 pg_io_reads{context="normal",object="wal",type="startup"} 12 pg_io_reads{context="normal",object="wal",type="walreceiver"} 0 pg_io_reads{context="normal",object="wal",type="walsender"} 0 pg_io_reads{context="normal",object="wal",type="walsummarizer"} 0 pg_io_reads{context="normal",object="wal",type="walwriter"} 0 pg_io_reads{context="vacuum",object="relation",type="autovacuum worker"} 186 pg_io_reads{context="vacuum",object="relation",type="background worker"} 0 pg_io_reads{context="vacuum",object="relation",type="client backend"} 0 pg_io_reads{context="vacuum",object="relation",type="io worker"} 0 pg_io_reads{context="vacuum",object="relation",type="slotsync worker"} 0 pg_io_reads{context="vacuum",object="relation",type="standalone backend"} 0 pg_io_reads{context="vacuum",object="relation",type="startup"} 0 pg_io_reads{context="vacuum",object="relation",type="walsender"} 0 # HELP pg_io_reset_time Timestamp at which these statistics were last reset # TYPE pg_io_reset_time gauge pg_io_reset_time{context="bulkread",object="relation",type="autovacuum launcher"} 1.775763749923533e+09 pg_io_reset_time{context="bulkread",object="relation",type="autovacuum worker"} 1.775763749923533e+09 pg_io_reset_time{context="bulkread",object="relation",type="background worker"} 1.775763749923533e+09 pg_io_reset_time{context="bulkread",object="relation",type="client backend"} 1.775763749923533e+09 pg_io_reset_time{context="bulkread",object="relation",type="io worker"} 1.775763749923533e+09 pg_io_reset_time{context="bulkread",object="relation",type="slotsync worker"} 1.775763749923533e+09 pg_io_reset_time{context="bulkread",object="relation",type="standalone backend"} 1.775763749923533e+09 pg_io_reset_time{context="bulkread",object="relation",type="startup"} 1.775763749923533e+09 pg_io_reset_time{context="bulkread",object="relation",type="walsender"} 1.775763749923533e+09 pg_io_reset_time{context="bulkwrite",object="relation",type="background worker"} 1.775763749923533e+09 pg_io_reset_time{context="bulkwrite",object="relation",type="client backend"} 1.775763749923533e+09 pg_io_reset_time{context="bulkwrite",object="relation",type="io worker"} 1.775763749923533e+09 pg_io_reset_time{context="bulkwrite",object="relation",type="slotsync worker"} 1.775763749923533e+09 pg_io_reset_time{context="bulkwrite",object="relation",type="standalone backend"} 1.775763749923533e+09 pg_io_reset_time{context="bulkwrite",object="relation",type="startup"} 1.775763749923533e+09 pg_io_reset_time{context="bulkwrite",object="relation",type="walsender"} 1.775763749923533e+09 pg_io_reset_time{context="init",object="relation",type="autovacuum launcher"} 1.775763749923533e+09 pg_io_reset_time{context="init",object="relation",type="autovacuum worker"} 1.775763749923533e+09 pg_io_reset_time{context="init",object="relation",type="background worker"} 1.775763749923533e+09 pg_io_reset_time{context="init",object="relation",type="background writer"} 1.775763749923533e+09 pg_io_reset_time{context="init",object="relation",type="checkpointer"} 1.775763749923533e+09 pg_io_reset_time{context="init",object="relation",type="client backend"} 1.775763749923533e+09 pg_io_reset_time{context="init",object="relation",type="io worker"} 1.775763749923533e+09 pg_io_reset_time{context="init",object="relation",type="slotsync worker"} 1.775763749923533e+09 pg_io_reset_time{context="init",object="relation",type="standalone backend"} 1.775763749923533e+09 pg_io_reset_time{context="init",object="relation",type="startup"} 1.775763749923533e+09 pg_io_reset_time{context="init",object="relation",type="walsender"} 1.775763749923533e+09 pg_io_reset_time{context="init",object="wal",type="autovacuum launcher"} 1.775763749923533e+09 pg_io_reset_time{context="init",object="wal",type="autovacuum worker"} 1.775763749923533e+09 pg_io_reset_time{context="init",object="wal",type="background worker"} 1.775763749923533e+09 pg_io_reset_time{context="init",object="wal",type="background writer"} 1.775763749923533e+09 pg_io_reset_time{context="init",object="wal",type="checkpointer"} 1.775763749923533e+09 pg_io_reset_time{context="init",object="wal",type="client backend"} 1.775763749923533e+09 pg_io_reset_time{context="init",object="wal",type="io worker"} 1.775763749923533e+09 pg_io_reset_time{context="init",object="wal",type="slotsync worker"} 1.775763749923533e+09 pg_io_reset_time{context="init",object="wal",type="standalone backend"} 1.775763749923533e+09 pg_io_reset_time{context="init",object="wal",type="startup"} 1.775763749923533e+09 pg_io_reset_time{context="init",object="wal",type="walreceiver"} 1.775763749923533e+09 pg_io_reset_time{context="init",object="wal",type="walsender"} 1.775763749923533e+09 pg_io_reset_time{context="init",object="wal",type="walsummarizer"} 1.775763749923533e+09 pg_io_reset_time{context="init",object="wal",type="walwriter"} 1.775763749923533e+09 pg_io_reset_time{context="normal",object="relation",type="autovacuum launcher"} 1.775763749923533e+09 pg_io_reset_time{context="normal",object="relation",type="autovacuum worker"} 1.775763749923533e+09 pg_io_reset_time{context="normal",object="relation",type="background worker"} 1.775763749923533e+09 pg_io_reset_time{context="normal",object="relation",type="background writer"} 1.775763749923533e+09 pg_io_reset_time{context="normal",object="relation",type="checkpointer"} 1.775763749923533e+09 pg_io_reset_time{context="normal",object="relation",type="client backend"} 1.775763749923533e+09 pg_io_reset_time{context="normal",object="relation",type="io worker"} 1.775763749923533e+09 pg_io_reset_time{context="normal",object="relation",type="slotsync worker"} 1.775763749923533e+09 pg_io_reset_time{context="normal",object="relation",type="standalone backend"} 1.775763749923533e+09 pg_io_reset_time{context="normal",object="relation",type="startup"} 1.775763749923533e+09 pg_io_reset_time{context="normal",object="relation",type="walsender"} 1.775763749923533e+09 pg_io_reset_time{context="normal",object="temp relation",type="background worker"} 1.775763749923533e+09 pg_io_reset_time{context="normal",object="temp relation",type="client backend"} 1.775763749923533e+09 pg_io_reset_time{context="normal",object="temp relation",type="io worker"} 1.775763749923533e+09 pg_io_reset_time{context="normal",object="temp relation",type="slotsync worker"} 1.775763749923533e+09 pg_io_reset_time{context="normal",object="temp relation",type="walsender"} 1.775763749923533e+09 pg_io_reset_time{context="normal",object="wal",type="autovacuum launcher"} 1.775763749923533e+09 pg_io_reset_time{context="normal",object="wal",type="autovacuum worker"} 1.775763749923533e+09 pg_io_reset_time{context="normal",object="wal",type="background worker"} 1.775763749923533e+09 pg_io_reset_time{context="normal",object="wal",type="background writer"} 1.775763749923533e+09 pg_io_reset_time{context="normal",object="wal",type="checkpointer"} 1.775763749923533e+09 pg_io_reset_time{context="normal",object="wal",type="client backend"} 1.775763749923533e+09 pg_io_reset_time{context="normal",object="wal",type="io worker"} 1.775763749923533e+09 pg_io_reset_time{context="normal",object="wal",type="slotsync worker"} 1.775763749923533e+09 pg_io_reset_time{context="normal",object="wal",type="standalone backend"} 1.775763749923533e+09 pg_io_reset_time{context="normal",object="wal",type="startup"} 1.775763749923533e+09 pg_io_reset_time{context="normal",object="wal",type="walreceiver"} 1.775763749923533e+09 pg_io_reset_time{context="normal",object="wal",type="walsender"} 1.775763749923533e+09 pg_io_reset_time{context="normal",object="wal",type="walsummarizer"} 1.775763749923533e+09 pg_io_reset_time{context="normal",object="wal",type="walwriter"} 1.775763749923533e+09 pg_io_reset_time{context="vacuum",object="relation",type="autovacuum worker"} 1.775763749923533e+09 pg_io_reset_time{context="vacuum",object="relation",type="background worker"} 1.775763749923533e+09 pg_io_reset_time{context="vacuum",object="relation",type="client backend"} 1.775763749923533e+09 pg_io_reset_time{context="vacuum",object="relation",type="io worker"} 1.775763749923533e+09 pg_io_reset_time{context="vacuum",object="relation",type="slotsync worker"} 1.775763749923533e+09 pg_io_reset_time{context="vacuum",object="relation",type="standalone backend"} 1.775763749923533e+09 pg_io_reset_time{context="vacuum",object="relation",type="startup"} 1.775763749923533e+09 pg_io_reset_time{context="vacuum",object="relation",type="walsender"} 1.775763749923533e+09 # HELP pg_io_reuses The number of times an existing buffer is reused # TYPE pg_io_reuses counter pg_io_reuses{context="bulkread",object="relation",type="autovacuum launcher"} 0 pg_io_reuses{context="bulkread",object="relation",type="autovacuum worker"} 0 pg_io_reuses{context="bulkread",object="relation",type="background worker"} 0 pg_io_reuses{context="bulkread",object="relation",type="client backend"} 0 pg_io_reuses{context="bulkread",object="relation",type="io worker"} 0 pg_io_reuses{context="bulkread",object="relation",type="slotsync worker"} 0 pg_io_reuses{context="bulkread",object="relation",type="standalone backend"} 0 pg_io_reuses{context="bulkread",object="relation",type="startup"} 0 pg_io_reuses{context="bulkread",object="relation",type="walsender"} 0 pg_io_reuses{context="bulkwrite",object="relation",type="background worker"} 0 pg_io_reuses{context="bulkwrite",object="relation",type="client backend"} 0 pg_io_reuses{context="bulkwrite",object="relation",type="io worker"} 0 pg_io_reuses{context="bulkwrite",object="relation",type="slotsync worker"} 0 pg_io_reuses{context="bulkwrite",object="relation",type="standalone backend"} 0 pg_io_reuses{context="bulkwrite",object="relation",type="startup"} 0 pg_io_reuses{context="bulkwrite",object="relation",type="walsender"} 0 pg_io_reuses{context="init",object="relation",type="autovacuum launcher"} 0 pg_io_reuses{context="init",object="relation",type="autovacuum worker"} 0 pg_io_reuses{context="init",object="relation",type="background worker"} 0 pg_io_reuses{context="init",object="relation",type="background writer"} 0 pg_io_reuses{context="init",object="relation",type="checkpointer"} 0 pg_io_reuses{context="init",object="relation",type="client backend"} 0 pg_io_reuses{context="init",object="relation",type="io worker"} 0 pg_io_reuses{context="init",object="relation",type="slotsync worker"} 0 pg_io_reuses{context="init",object="relation",type="standalone backend"} 0 pg_io_reuses{context="init",object="relation",type="startup"} 0 pg_io_reuses{context="init",object="relation",type="walsender"} 0 pg_io_reuses{context="init",object="wal",type="autovacuum launcher"} 0 pg_io_reuses{context="init",object="wal",type="autovacuum worker"} 0 pg_io_reuses{context="init",object="wal",type="background worker"} 0 pg_io_reuses{context="init",object="wal",type="background writer"} 0 pg_io_reuses{context="init",object="wal",type="checkpointer"} 0 pg_io_reuses{context="init",object="wal",type="client backend"} 0 pg_io_reuses{context="init",object="wal",type="io worker"} 0 pg_io_reuses{context="init",object="wal",type="slotsync worker"} 0 pg_io_reuses{context="init",object="wal",type="standalone backend"} 0 pg_io_reuses{context="init",object="wal",type="startup"} 0 pg_io_reuses{context="init",object="wal",type="walreceiver"} 0 pg_io_reuses{context="init",object="wal",type="walsender"} 0 pg_io_reuses{context="init",object="wal",type="walsummarizer"} 0 pg_io_reuses{context="init",object="wal",type="walwriter"} 0 pg_io_reuses{context="normal",object="relation",type="autovacuum launcher"} 0 pg_io_reuses{context="normal",object="relation",type="autovacuum worker"} 0 pg_io_reuses{context="normal",object="relation",type="background worker"} 0 pg_io_reuses{context="normal",object="relation",type="background writer"} 0 pg_io_reuses{context="normal",object="relation",type="checkpointer"} 0 pg_io_reuses{context="normal",object="relation",type="client backend"} 0 pg_io_reuses{context="normal",object="relation",type="io worker"} 0 pg_io_reuses{context="normal",object="relation",type="slotsync worker"} 0 pg_io_reuses{context="normal",object="relation",type="standalone backend"} 0 pg_io_reuses{context="normal",object="relation",type="startup"} 0 pg_io_reuses{context="normal",object="relation",type="walsender"} 0 pg_io_reuses{context="normal",object="temp relation",type="background worker"} 0 pg_io_reuses{context="normal",object="temp relation",type="client backend"} 0 pg_io_reuses{context="normal",object="temp relation",type="io worker"} 0 pg_io_reuses{context="normal",object="temp relation",type="slotsync worker"} 0 pg_io_reuses{context="normal",object="temp relation",type="walsender"} 0 pg_io_reuses{context="normal",object="wal",type="autovacuum launcher"} 0 pg_io_reuses{context="normal",object="wal",type="autovacuum worker"} 0 pg_io_reuses{context="normal",object="wal",type="background worker"} 0 pg_io_reuses{context="normal",object="wal",type="background writer"} 0 pg_io_reuses{context="normal",object="wal",type="checkpointer"} 0 pg_io_reuses{context="normal",object="wal",type="client backend"} 0 pg_io_reuses{context="normal",object="wal",type="io worker"} 0 pg_io_reuses{context="normal",object="wal",type="slotsync worker"} 0 pg_io_reuses{context="normal",object="wal",type="standalone backend"} 0 pg_io_reuses{context="normal",object="wal",type="startup"} 0 pg_io_reuses{context="normal",object="wal",type="walreceiver"} 0 pg_io_reuses{context="normal",object="wal",type="walsender"} 0 pg_io_reuses{context="normal",object="wal",type="walsummarizer"} 0 pg_io_reuses{context="normal",object="wal",type="walwriter"} 0 pg_io_reuses{context="vacuum",object="relation",type="autovacuum worker"} 206 pg_io_reuses{context="vacuum",object="relation",type="background worker"} 0 pg_io_reuses{context="vacuum",object="relation",type="client backend"} 0 pg_io_reuses{context="vacuum",object="relation",type="io worker"} 0 pg_io_reuses{context="vacuum",object="relation",type="slotsync worker"} 0 pg_io_reuses{context="vacuum",object="relation",type="standalone backend"} 0 pg_io_reuses{context="vacuum",object="relation",type="startup"} 0 pg_io_reuses{context="vacuum",object="relation",type="walsender"} 0 # HELP pg_io_write_bytes Number of write bytes # TYPE pg_io_write_bytes counter pg_io_write_bytes{context="bulkread",object="relation",type="autovacuum launcher"} 0 pg_io_write_bytes{context="bulkread",object="relation",type="autovacuum worker"} 0 pg_io_write_bytes{context="bulkread",object="relation",type="background worker"} 0 pg_io_write_bytes{context="bulkread",object="relation",type="client backend"} 0 pg_io_write_bytes{context="bulkread",object="relation",type="io worker"} 0 pg_io_write_bytes{context="bulkread",object="relation",type="slotsync worker"} 0 pg_io_write_bytes{context="bulkread",object="relation",type="standalone backend"} 0 pg_io_write_bytes{context="bulkread",object="relation",type="startup"} 0 pg_io_write_bytes{context="bulkread",object="relation",type="walsender"} 0 pg_io_write_bytes{context="bulkwrite",object="relation",type="background worker"} 0 pg_io_write_bytes{context="bulkwrite",object="relation",type="client backend"} 0 pg_io_write_bytes{context="bulkwrite",object="relation",type="io worker"} 0 pg_io_write_bytes{context="bulkwrite",object="relation",type="slotsync worker"} 0 pg_io_write_bytes{context="bulkwrite",object="relation",type="standalone backend"} 0 pg_io_write_bytes{context="bulkwrite",object="relation",type="startup"} 0 pg_io_write_bytes{context="bulkwrite",object="relation",type="walsender"} 0 pg_io_write_bytes{context="init",object="relation",type="autovacuum launcher"} 0 pg_io_write_bytes{context="init",object="relation",type="autovacuum worker"} 0 pg_io_write_bytes{context="init",object="relation",type="background worker"} 0 pg_io_write_bytes{context="init",object="relation",type="background writer"} 0 pg_io_write_bytes{context="init",object="relation",type="checkpointer"} 0 pg_io_write_bytes{context="init",object="relation",type="client backend"} 0 pg_io_write_bytes{context="init",object="relation",type="io worker"} 0 pg_io_write_bytes{context="init",object="relation",type="slotsync worker"} 0 pg_io_write_bytes{context="init",object="relation",type="standalone backend"} 0 pg_io_write_bytes{context="init",object="relation",type="startup"} 0 pg_io_write_bytes{context="init",object="relation",type="walsender"} 0 pg_io_write_bytes{context="init",object="wal",type="autovacuum launcher"} 0 pg_io_write_bytes{context="init",object="wal",type="autovacuum worker"} 0 pg_io_write_bytes{context="init",object="wal",type="background worker"} 0 pg_io_write_bytes{context="init",object="wal",type="background writer"} 0 pg_io_write_bytes{context="init",object="wal",type="checkpointer"} 0 pg_io_write_bytes{context="init",object="wal",type="client backend"} 0 pg_io_write_bytes{context="init",object="wal",type="io worker"} 0 pg_io_write_bytes{context="init",object="wal",type="slotsync worker"} 0 pg_io_write_bytes{context="init",object="wal",type="standalone backend"} 0 pg_io_write_bytes{context="init",object="wal",type="startup"} 0 pg_io_write_bytes{context="init",object="wal",type="walreceiver"} 0 pg_io_write_bytes{context="init",object="wal",type="walsender"} 0 pg_io_write_bytes{context="init",object="wal",type="walsummarizer"} 0 pg_io_write_bytes{context="init",object="wal",type="walwriter"} 0 pg_io_write_bytes{context="normal",object="relation",type="autovacuum launcher"} 0 pg_io_write_bytes{context="normal",object="relation",type="autovacuum worker"} 0 pg_io_write_bytes{context="normal",object="relation",type="background worker"} 0 pg_io_write_bytes{context="normal",object="relation",type="background writer"} 0 pg_io_write_bytes{context="normal",object="relation",type="checkpointer"} 2.76676608e+08 pg_io_write_bytes{context="normal",object="relation",type="client backend"} 0 pg_io_write_bytes{context="normal",object="relation",type="io worker"} 0 pg_io_write_bytes{context="normal",object="relation",type="slotsync worker"} 0 pg_io_write_bytes{context="normal",object="relation",type="standalone backend"} 0 pg_io_write_bytes{context="normal",object="relation",type="startup"} 0 pg_io_write_bytes{context="normal",object="relation",type="walsender"} 0 pg_io_write_bytes{context="normal",object="temp relation",type="background worker"} 0 pg_io_write_bytes{context="normal",object="temp relation",type="client backend"} 0 pg_io_write_bytes{context="normal",object="temp relation",type="io worker"} 0 pg_io_write_bytes{context="normal",object="temp relation",type="slotsync worker"} 0 pg_io_write_bytes{context="normal",object="temp relation",type="walsender"} 0 pg_io_write_bytes{context="normal",object="wal",type="autovacuum launcher"} 0 pg_io_write_bytes{context="normal",object="wal",type="autovacuum worker"} 3.6724736e+07 pg_io_write_bytes{context="normal",object="wal",type="background worker"} 0 pg_io_write_bytes{context="normal",object="wal",type="background writer"} 0 pg_io_write_bytes{context="normal",object="wal",type="checkpointer"} 9.6747388928e+10 pg_io_write_bytes{context="normal",object="wal",type="client backend"} 3.506683904e+09 pg_io_write_bytes{context="normal",object="wal",type="io worker"} 0 pg_io_write_bytes{context="normal",object="wal",type="slotsync worker"} 0 pg_io_write_bytes{context="normal",object="wal",type="standalone backend"} 1.67936e+07 pg_io_write_bytes{context="normal",object="wal",type="startup"} 24576 pg_io_write_bytes{context="normal",object="wal",type="walreceiver"} 0 pg_io_write_bytes{context="normal",object="wal",type="walsender"} 0 pg_io_write_bytes{context="normal",object="wal",type="walsummarizer"} 0 pg_io_write_bytes{context="normal",object="wal",type="walwriter"} 1.89243392e+08 pg_io_write_bytes{context="vacuum",object="relation",type="autovacuum worker"} 0 pg_io_write_bytes{context="vacuum",object="relation",type="background worker"} 0 pg_io_write_bytes{context="vacuum",object="relation",type="client backend"} 0 pg_io_write_bytes{context="vacuum",object="relation",type="io worker"} 0 pg_io_write_bytes{context="vacuum",object="relation",type="slotsync worker"} 0 pg_io_write_bytes{context="vacuum",object="relation",type="standalone backend"} 0 pg_io_write_bytes{context="vacuum",object="relation",type="startup"} 0 pg_io_write_bytes{context="vacuum",object="relation",type="walsender"} 0 # HELP pg_io_write_time Time spent in write operations in seconds # TYPE pg_io_write_time counter pg_io_write_time{context="bulkread",object="relation",type="autovacuum launcher"} 0 pg_io_write_time{context="bulkread",object="relation",type="autovacuum worker"} 0 pg_io_write_time{context="bulkread",object="relation",type="background worker"} 0 pg_io_write_time{context="bulkread",object="relation",type="client backend"} 0 pg_io_write_time{context="bulkread",object="relation",type="io worker"} 0 pg_io_write_time{context="bulkread",object="relation",type="slotsync worker"} 0 pg_io_write_time{context="bulkread",object="relation",type="standalone backend"} 0 pg_io_write_time{context="bulkread",object="relation",type="startup"} 0 pg_io_write_time{context="bulkread",object="relation",type="walsender"} 0 pg_io_write_time{context="bulkwrite",object="relation",type="background worker"} 0 pg_io_write_time{context="bulkwrite",object="relation",type="client backend"} 0 pg_io_write_time{context="bulkwrite",object="relation",type="io worker"} 0 pg_io_write_time{context="bulkwrite",object="relation",type="slotsync worker"} 0 pg_io_write_time{context="bulkwrite",object="relation",type="standalone backend"} 0 pg_io_write_time{context="bulkwrite",object="relation",type="startup"} 0 pg_io_write_time{context="bulkwrite",object="relation",type="walsender"} 0 pg_io_write_time{context="init",object="relation",type="autovacuum launcher"} 0 pg_io_write_time{context="init",object="relation",type="autovacuum worker"} 0 pg_io_write_time{context="init",object="relation",type="background worker"} 0 pg_io_write_time{context="init",object="relation",type="background writer"} 0 pg_io_write_time{context="init",object="relation",type="checkpointer"} 0 pg_io_write_time{context="init",object="relation",type="client backend"} 0 pg_io_write_time{context="init",object="relation",type="io worker"} 0 pg_io_write_time{context="init",object="relation",type="slotsync worker"} 0 pg_io_write_time{context="init",object="relation",type="standalone backend"} 0 pg_io_write_time{context="init",object="relation",type="startup"} 0 pg_io_write_time{context="init",object="relation",type="walsender"} 0 pg_io_write_time{context="init",object="wal",type="autovacuum launcher"} 0 pg_io_write_time{context="init",object="wal",type="autovacuum worker"} 0 pg_io_write_time{context="init",object="wal",type="background worker"} 0 pg_io_write_time{context="init",object="wal",type="background writer"} 0 pg_io_write_time{context="init",object="wal",type="checkpointer"} 0 pg_io_write_time{context="init",object="wal",type="client backend"} 0 pg_io_write_time{context="init",object="wal",type="io worker"} 0 pg_io_write_time{context="init",object="wal",type="slotsync worker"} 0 pg_io_write_time{context="init",object="wal",type="standalone backend"} 0 pg_io_write_time{context="init",object="wal",type="startup"} 0 pg_io_write_time{context="init",object="wal",type="walreceiver"} 0 pg_io_write_time{context="init",object="wal",type="walsender"} 0 pg_io_write_time{context="init",object="wal",type="walsummarizer"} 0 pg_io_write_time{context="init",object="wal",type="walwriter"} 0 pg_io_write_time{context="normal",object="relation",type="autovacuum launcher"} 0 pg_io_write_time{context="normal",object="relation",type="autovacuum worker"} 0 pg_io_write_time{context="normal",object="relation",type="background worker"} 0 pg_io_write_time{context="normal",object="relation",type="background writer"} 0 pg_io_write_time{context="normal",object="relation",type="checkpointer"} 3.3912670000000005 pg_io_write_time{context="normal",object="relation",type="client backend"} 0 pg_io_write_time{context="normal",object="relation",type="io worker"} 0 pg_io_write_time{context="normal",object="relation",type="slotsync worker"} 0 pg_io_write_time{context="normal",object="relation",type="standalone backend"} 0 pg_io_write_time{context="normal",object="relation",type="startup"} 0 pg_io_write_time{context="normal",object="relation",type="walsender"} 0 pg_io_write_time{context="normal",object="temp relation",type="background worker"} 0 pg_io_write_time{context="normal",object="temp relation",type="client backend"} 0 pg_io_write_time{context="normal",object="temp relation",type="io worker"} 0 pg_io_write_time{context="normal",object="temp relation",type="slotsync worker"} 0 pg_io_write_time{context="normal",object="temp relation",type="walsender"} 0 pg_io_write_time{context="normal",object="wal",type="autovacuum launcher"} 0 pg_io_write_time{context="normal",object="wal",type="autovacuum worker"} 0 pg_io_write_time{context="normal",object="wal",type="background worker"} 0 pg_io_write_time{context="normal",object="wal",type="background writer"} 0 pg_io_write_time{context="normal",object="wal",type="checkpointer"} 0 pg_io_write_time{context="normal",object="wal",type="client backend"} 0 pg_io_write_time{context="normal",object="wal",type="io worker"} 0 pg_io_write_time{context="normal",object="wal",type="slotsync worker"} 0 pg_io_write_time{context="normal",object="wal",type="standalone backend"} 0 pg_io_write_time{context="normal",object="wal",type="startup"} 0 pg_io_write_time{context="normal",object="wal",type="walreceiver"} 0 pg_io_write_time{context="normal",object="wal",type="walsender"} 0 pg_io_write_time{context="normal",object="wal",type="walsummarizer"} 0 pg_io_write_time{context="normal",object="wal",type="walwriter"} 0 pg_io_write_time{context="vacuum",object="relation",type="autovacuum worker"} 0 pg_io_write_time{context="vacuum",object="relation",type="background worker"} 0 pg_io_write_time{context="vacuum",object="relation",type="client backend"} 0 pg_io_write_time{context="vacuum",object="relation",type="io worker"} 0 pg_io_write_time{context="vacuum",object="relation",type="slotsync worker"} 0 pg_io_write_time{context="vacuum",object="relation",type="standalone backend"} 0 pg_io_write_time{context="vacuum",object="relation",type="startup"} 0 pg_io_write_time{context="vacuum",object="relation",type="walsender"} 0 # HELP pg_io_writeback_time Time spent in writeback operations in seconds # TYPE pg_io_writeback_time counter pg_io_writeback_time{context="bulkread",object="relation",type="autovacuum launcher"} 0 pg_io_writeback_time{context="bulkread",object="relation",type="autovacuum worker"} 0 pg_io_writeback_time{context="bulkread",object="relation",type="background worker"} 0 pg_io_writeback_time{context="bulkread",object="relation",type="client backend"} 0 pg_io_writeback_time{context="bulkread",object="relation",type="io worker"} 0 pg_io_writeback_time{context="bulkread",object="relation",type="slotsync worker"} 0 pg_io_writeback_time{context="bulkread",object="relation",type="standalone backend"} 0 pg_io_writeback_time{context="bulkread",object="relation",type="startup"} 0 pg_io_writeback_time{context="bulkread",object="relation",type="walsender"} 0 pg_io_writeback_time{context="bulkwrite",object="relation",type="background worker"} 0 pg_io_writeback_time{context="bulkwrite",object="relation",type="client backend"} 0 pg_io_writeback_time{context="bulkwrite",object="relation",type="io worker"} 0 pg_io_writeback_time{context="bulkwrite",object="relation",type="slotsync worker"} 0 pg_io_writeback_time{context="bulkwrite",object="relation",type="standalone backend"} 0 pg_io_writeback_time{context="bulkwrite",object="relation",type="startup"} 0 pg_io_writeback_time{context="bulkwrite",object="relation",type="walsender"} 0 pg_io_writeback_time{context="init",object="relation",type="autovacuum launcher"} 0 pg_io_writeback_time{context="init",object="relation",type="autovacuum worker"} 0 pg_io_writeback_time{context="init",object="relation",type="background worker"} 0 pg_io_writeback_time{context="init",object="relation",type="background writer"} 0 pg_io_writeback_time{context="init",object="relation",type="checkpointer"} 0 pg_io_writeback_time{context="init",object="relation",type="client backend"} 0 pg_io_writeback_time{context="init",object="relation",type="io worker"} 0 pg_io_writeback_time{context="init",object="relation",type="slotsync worker"} 0 pg_io_writeback_time{context="init",object="relation",type="standalone backend"} 0 pg_io_writeback_time{context="init",object="relation",type="startup"} 0 pg_io_writeback_time{context="init",object="relation",type="walsender"} 0 pg_io_writeback_time{context="init",object="wal",type="autovacuum launcher"} 0 pg_io_writeback_time{context="init",object="wal",type="autovacuum worker"} 0 pg_io_writeback_time{context="init",object="wal",type="background worker"} 0 pg_io_writeback_time{context="init",object="wal",type="background writer"} 0 pg_io_writeback_time{context="init",object="wal",type="checkpointer"} 0 pg_io_writeback_time{context="init",object="wal",type="client backend"} 0 pg_io_writeback_time{context="init",object="wal",type="io worker"} 0 pg_io_writeback_time{context="init",object="wal",type="slotsync worker"} 0 pg_io_writeback_time{context="init",object="wal",type="standalone backend"} 0 pg_io_writeback_time{context="init",object="wal",type="startup"} 0 pg_io_writeback_time{context="init",object="wal",type="walreceiver"} 0 pg_io_writeback_time{context="init",object="wal",type="walsender"} 0 pg_io_writeback_time{context="init",object="wal",type="walsummarizer"} 0 pg_io_writeback_time{context="init",object="wal",type="walwriter"} 0 pg_io_writeback_time{context="normal",object="relation",type="autovacuum launcher"} 0 pg_io_writeback_time{context="normal",object="relation",type="autovacuum worker"} 0 pg_io_writeback_time{context="normal",object="relation",type="background worker"} 0 pg_io_writeback_time{context="normal",object="relation",type="background writer"} 0 pg_io_writeback_time{context="normal",object="relation",type="checkpointer"} 1.1528340000000001 pg_io_writeback_time{context="normal",object="relation",type="client backend"} 0 pg_io_writeback_time{context="normal",object="relation",type="io worker"} 0 pg_io_writeback_time{context="normal",object="relation",type="slotsync worker"} 0 pg_io_writeback_time{context="normal",object="relation",type="standalone backend"} 0 pg_io_writeback_time{context="normal",object="relation",type="startup"} 0 pg_io_writeback_time{context="normal",object="relation",type="walsender"} 0 pg_io_writeback_time{context="normal",object="temp relation",type="background worker"} 0 pg_io_writeback_time{context="normal",object="temp relation",type="client backend"} 0 pg_io_writeback_time{context="normal",object="temp relation",type="io worker"} 0 pg_io_writeback_time{context="normal",object="temp relation",type="slotsync worker"} 0 pg_io_writeback_time{context="normal",object="temp relation",type="walsender"} 0 pg_io_writeback_time{context="normal",object="wal",type="autovacuum launcher"} 0 pg_io_writeback_time{context="normal",object="wal",type="autovacuum worker"} 0 pg_io_writeback_time{context="normal",object="wal",type="background worker"} 0 pg_io_writeback_time{context="normal",object="wal",type="background writer"} 0 pg_io_writeback_time{context="normal",object="wal",type="checkpointer"} 0 pg_io_writeback_time{context="normal",object="wal",type="client backend"} 0 pg_io_writeback_time{context="normal",object="wal",type="io worker"} 0 pg_io_writeback_time{context="normal",object="wal",type="slotsync worker"} 0 pg_io_writeback_time{context="normal",object="wal",type="standalone backend"} 0 pg_io_writeback_time{context="normal",object="wal",type="startup"} 0 pg_io_writeback_time{context="normal",object="wal",type="walreceiver"} 0 pg_io_writeback_time{context="normal",object="wal",type="walsender"} 0 pg_io_writeback_time{context="normal",object="wal",type="walsummarizer"} 0 pg_io_writeback_time{context="normal",object="wal",type="walwriter"} 0 pg_io_writeback_time{context="vacuum",object="relation",type="autovacuum worker"} 0 pg_io_writeback_time{context="vacuum",object="relation",type="background worker"} 0 pg_io_writeback_time{context="vacuum",object="relation",type="client backend"} 0 pg_io_writeback_time{context="vacuum",object="relation",type="io worker"} 0 pg_io_writeback_time{context="vacuum",object="relation",type="slotsync worker"} 0 pg_io_writeback_time{context="vacuum",object="relation",type="standalone backend"} 0 pg_io_writeback_time{context="vacuum",object="relation",type="startup"} 0 pg_io_writeback_time{context="vacuum",object="relation",type="walsender"} 0 # HELP pg_io_writebacks Number of units of size op_bytes which the process requested the kernel write out to permanent storage. # TYPE pg_io_writebacks counter pg_io_writebacks{context="bulkread",object="relation",type="autovacuum launcher"} 0 pg_io_writebacks{context="bulkread",object="relation",type="autovacuum worker"} 0 pg_io_writebacks{context="bulkread",object="relation",type="background worker"} 0 pg_io_writebacks{context="bulkread",object="relation",type="client backend"} 0 pg_io_writebacks{context="bulkread",object="relation",type="io worker"} 0 pg_io_writebacks{context="bulkread",object="relation",type="slotsync worker"} 0 pg_io_writebacks{context="bulkread",object="relation",type="standalone backend"} 0 pg_io_writebacks{context="bulkread",object="relation",type="startup"} 0 pg_io_writebacks{context="bulkread",object="relation",type="walsender"} 0 pg_io_writebacks{context="bulkwrite",object="relation",type="background worker"} 0 pg_io_writebacks{context="bulkwrite",object="relation",type="client backend"} 0 pg_io_writebacks{context="bulkwrite",object="relation",type="io worker"} 0 pg_io_writebacks{context="bulkwrite",object="relation",type="slotsync worker"} 0 pg_io_writebacks{context="bulkwrite",object="relation",type="standalone backend"} 0 pg_io_writebacks{context="bulkwrite",object="relation",type="startup"} 0 pg_io_writebacks{context="bulkwrite",object="relation",type="walsender"} 0 pg_io_writebacks{context="init",object="relation",type="autovacuum launcher"} 0 pg_io_writebacks{context="init",object="relation",type="autovacuum worker"} 0 pg_io_writebacks{context="init",object="relation",type="background worker"} 0 pg_io_writebacks{context="init",object="relation",type="background writer"} 0 pg_io_writebacks{context="init",object="relation",type="checkpointer"} 0 pg_io_writebacks{context="init",object="relation",type="client backend"} 0 pg_io_writebacks{context="init",object="relation",type="io worker"} 0 pg_io_writebacks{context="init",object="relation",type="slotsync worker"} 0 pg_io_writebacks{context="init",object="relation",type="standalone backend"} 0 pg_io_writebacks{context="init",object="relation",type="startup"} 0 pg_io_writebacks{context="init",object="relation",type="walsender"} 0 pg_io_writebacks{context="init",object="wal",type="autovacuum launcher"} 0 pg_io_writebacks{context="init",object="wal",type="autovacuum worker"} 0 pg_io_writebacks{context="init",object="wal",type="background worker"} 0 pg_io_writebacks{context="init",object="wal",type="background writer"} 0 pg_io_writebacks{context="init",object="wal",type="checkpointer"} 0 pg_io_writebacks{context="init",object="wal",type="client backend"} 0 pg_io_writebacks{context="init",object="wal",type="io worker"} 0 pg_io_writebacks{context="init",object="wal",type="slotsync worker"} 0 pg_io_writebacks{context="init",object="wal",type="standalone backend"} 0 pg_io_writebacks{context="init",object="wal",type="startup"} 0 pg_io_writebacks{context="init",object="wal",type="walreceiver"} 0 pg_io_writebacks{context="init",object="wal",type="walsender"} 0 pg_io_writebacks{context="init",object="wal",type="walsummarizer"} 0 pg_io_writebacks{context="init",object="wal",type="walwriter"} 0 pg_io_writebacks{context="normal",object="relation",type="autovacuum launcher"} 0 pg_io_writebacks{context="normal",object="relation",type="autovacuum worker"} 0 pg_io_writebacks{context="normal",object="relation",type="background worker"} 0 pg_io_writebacks{context="normal",object="relation",type="background writer"} 0 pg_io_writebacks{context="normal",object="relation",type="checkpointer"} 33774 pg_io_writebacks{context="normal",object="relation",type="client backend"} 0 pg_io_writebacks{context="normal",object="relation",type="io worker"} 0 pg_io_writebacks{context="normal",object="relation",type="slotsync worker"} 0 pg_io_writebacks{context="normal",object="relation",type="standalone backend"} 0 pg_io_writebacks{context="normal",object="relation",type="startup"} 0 pg_io_writebacks{context="normal",object="relation",type="walsender"} 0 pg_io_writebacks{context="normal",object="temp relation",type="background worker"} 0 pg_io_writebacks{context="normal",object="temp relation",type="client backend"} 0 pg_io_writebacks{context="normal",object="temp relation",type="io worker"} 0 pg_io_writebacks{context="normal",object="temp relation",type="slotsync worker"} 0 pg_io_writebacks{context="normal",object="temp relation",type="walsender"} 0 pg_io_writebacks{context="normal",object="wal",type="autovacuum launcher"} 0 pg_io_writebacks{context="normal",object="wal",type="autovacuum worker"} 0 pg_io_writebacks{context="normal",object="wal",type="background worker"} 0 pg_io_writebacks{context="normal",object="wal",type="background writer"} 0 pg_io_writebacks{context="normal",object="wal",type="checkpointer"} 0 pg_io_writebacks{context="normal",object="wal",type="client backend"} 0 pg_io_writebacks{context="normal",object="wal",type="io worker"} 0 pg_io_writebacks{context="normal",object="wal",type="slotsync worker"} 0 pg_io_writebacks{context="normal",object="wal",type="standalone backend"} 0 pg_io_writebacks{context="normal",object="wal",type="startup"} 0 pg_io_writebacks{context="normal",object="wal",type="walreceiver"} 0 pg_io_writebacks{context="normal",object="wal",type="walsender"} 0 pg_io_writebacks{context="normal",object="wal",type="walsummarizer"} 0 pg_io_writebacks{context="normal",object="wal",type="walwriter"} 0 pg_io_writebacks{context="vacuum",object="relation",type="autovacuum worker"} 0 pg_io_writebacks{context="vacuum",object="relation",type="background worker"} 0 pg_io_writebacks{context="vacuum",object="relation",type="client backend"} 0 pg_io_writebacks{context="vacuum",object="relation",type="io worker"} 0 pg_io_writebacks{context="vacuum",object="relation",type="slotsync worker"} 0 pg_io_writebacks{context="vacuum",object="relation",type="standalone backend"} 0 pg_io_writebacks{context="vacuum",object="relation",type="startup"} 0 pg_io_writebacks{context="vacuum",object="relation",type="walsender"} 0 # HELP pg_io_writes Number of write operations # TYPE pg_io_writes counter pg_io_writes{context="bulkread",object="relation",type="autovacuum launcher"} 0 pg_io_writes{context="bulkread",object="relation",type="autovacuum worker"} 0 pg_io_writes{context="bulkread",object="relation",type="background worker"} 0 pg_io_writes{context="bulkread",object="relation",type="client backend"} 0 pg_io_writes{context="bulkread",object="relation",type="io worker"} 0 pg_io_writes{context="bulkread",object="relation",type="slotsync worker"} 0 pg_io_writes{context="bulkread",object="relation",type="standalone backend"} 0 pg_io_writes{context="bulkread",object="relation",type="startup"} 0 pg_io_writes{context="bulkread",object="relation",type="walsender"} 0 pg_io_writes{context="bulkwrite",object="relation",type="background worker"} 0 pg_io_writes{context="bulkwrite",object="relation",type="client backend"} 0 pg_io_writes{context="bulkwrite",object="relation",type="io worker"} 0 pg_io_writes{context="bulkwrite",object="relation",type="slotsync worker"} 0 pg_io_writes{context="bulkwrite",object="relation",type="standalone backend"} 0 pg_io_writes{context="bulkwrite",object="relation",type="startup"} 0 pg_io_writes{context="bulkwrite",object="relation",type="walsender"} 0 pg_io_writes{context="init",object="relation",type="autovacuum launcher"} 0 pg_io_writes{context="init",object="relation",type="autovacuum worker"} 0 pg_io_writes{context="init",object="relation",type="background worker"} 0 pg_io_writes{context="init",object="relation",type="background writer"} 0 pg_io_writes{context="init",object="relation",type="checkpointer"} 0 pg_io_writes{context="init",object="relation",type="client backend"} 0 pg_io_writes{context="init",object="relation",type="io worker"} 0 pg_io_writes{context="init",object="relation",type="slotsync worker"} 0 pg_io_writes{context="init",object="relation",type="standalone backend"} 0 pg_io_writes{context="init",object="relation",type="startup"} 0 pg_io_writes{context="init",object="relation",type="walsender"} 0 pg_io_writes{context="init",object="wal",type="autovacuum launcher"} 0 pg_io_writes{context="init",object="wal",type="autovacuum worker"} 0 pg_io_writes{context="init",object="wal",type="background worker"} 0 pg_io_writes{context="init",object="wal",type="background writer"} 0 pg_io_writes{context="init",object="wal",type="checkpointer"} 0 pg_io_writes{context="init",object="wal",type="client backend"} 0 pg_io_writes{context="init",object="wal",type="io worker"} 0 pg_io_writes{context="init",object="wal",type="slotsync worker"} 0 pg_io_writes{context="init",object="wal",type="standalone backend"} 0 pg_io_writes{context="init",object="wal",type="startup"} 0 pg_io_writes{context="init",object="wal",type="walreceiver"} 0 pg_io_writes{context="init",object="wal",type="walsender"} 0 pg_io_writes{context="init",object="wal",type="walsummarizer"} 0 pg_io_writes{context="init",object="wal",type="walwriter"} 0 pg_io_writes{context="normal",object="relation",type="autovacuum launcher"} 0 pg_io_writes{context="normal",object="relation",type="autovacuum worker"} 0 pg_io_writes{context="normal",object="relation",type="background worker"} 0 pg_io_writes{context="normal",object="relation",type="background writer"} 0 pg_io_writes{context="normal",object="relation",type="checkpointer"} 33774 pg_io_writes{context="normal",object="relation",type="client backend"} 0 pg_io_writes{context="normal",object="relation",type="io worker"} 0 pg_io_writes{context="normal",object="relation",type="slotsync worker"} 0 pg_io_writes{context="normal",object="relation",type="standalone backend"} 0 pg_io_writes{context="normal",object="relation",type="startup"} 0 pg_io_writes{context="normal",object="relation",type="walsender"} 0 pg_io_writes{context="normal",object="temp relation",type="background worker"} 0 pg_io_writes{context="normal",object="temp relation",type="client backend"} 0 pg_io_writes{context="normal",object="temp relation",type="io worker"} 0 pg_io_writes{context="normal",object="temp relation",type="slotsync worker"} 0 pg_io_writes{context="normal",object="temp relation",type="walsender"} 0 pg_io_writes{context="normal",object="wal",type="autovacuum launcher"} 0 pg_io_writes{context="normal",object="wal",type="autovacuum worker"} 339 pg_io_writes{context="normal",object="wal",type="background worker"} 0 pg_io_writes{context="normal",object="wal",type="background writer"} 0 pg_io_writes{context="normal",object="wal",type="checkpointer"} 8771 pg_io_writes{context="normal",object="wal",type="client backend"} 20766 pg_io_writes{context="normal",object="wal",type="io worker"} 0 pg_io_writes{context="normal",object="wal",type="slotsync worker"} 0 pg_io_writes{context="normal",object="wal",type="standalone backend"} 3 pg_io_writes{context="normal",object="wal",type="startup"} 3 pg_io_writes{context="normal",object="wal",type="walreceiver"} 0 pg_io_writes{context="normal",object="wal",type="walsender"} 0 pg_io_writes{context="normal",object="wal",type="walsummarizer"} 0 pg_io_writes{context="normal",object="wal",type="walwriter"} 20430 pg_io_writes{context="vacuum",object="relation",type="autovacuum worker"} 0 pg_io_writes{context="vacuum",object="relation",type="background worker"} 0 pg_io_writes{context="vacuum",object="relation",type="client backend"} 0 pg_io_writes{context="vacuum",object="relation",type="io worker"} 0 pg_io_writes{context="vacuum",object="relation",type="slotsync worker"} 0 pg_io_writes{context="vacuum",object="relation",type="standalone backend"} 0 pg_io_writes{context="vacuum",object="relation",type="startup"} 0 pg_io_writes{context="vacuum",object="relation",type="walsender"} 0 # HELP pg_is_in_recovery 1 if in recovery mode # TYPE pg_is_in_recovery gauge pg_is_in_recovery 0 # HELP pg_is_wal_replay_paused 1 if wal play is paused # TYPE pg_is_wal_replay_paused gauge pg_is_wal_replay_paused 0 # HELP pg_lag replica only # TYPE pg_lag gauge pg_lag 0 # HELP pg_last_replay_time time when last transaction been replayed # TYPE pg_last_replay_time gauge pg_last_replay_time NaN # HELP pg_lock_count Number of locks of corresponding mode and database # TYPE pg_lock_count gauge pg_lock_count{datname="gepvi_eat_db",mode="AccessExclusiveLock"} 0 pg_lock_count{datname="gepvi_eat_db",mode="AccessShareLock"} 0 pg_lock_count{datname="gepvi_eat_db",mode="ExclusiveLock"} 0 pg_lock_count{datname="gepvi_eat_db",mode="RowExclusiveLock"} 0 pg_lock_count{datname="gepvi_eat_db",mode="RowShareLock"} 0 pg_lock_count{datname="gepvi_eat_db",mode="ShareLock"} 0 pg_lock_count{datname="gepvi_eat_db",mode="ShareRowExclusiveLock"} 0 pg_lock_count{datname="gepvi_eat_db",mode="ShareUpdateExclusiveLock"} 0 pg_lock_count{datname="gepvi_fin_db",mode="AccessExclusiveLock"} 0 pg_lock_count{datname="gepvi_fin_db",mode="AccessShareLock"} 0 pg_lock_count{datname="gepvi_fin_db",mode="ExclusiveLock"} 0 pg_lock_count{datname="gepvi_fin_db",mode="RowExclusiveLock"} 0 pg_lock_count{datname="gepvi_fin_db",mode="RowShareLock"} 0 pg_lock_count{datname="gepvi_fin_db",mode="ShareLock"} 0 pg_lock_count{datname="gepvi_fin_db",mode="ShareRowExclusiveLock"} 0 pg_lock_count{datname="gepvi_fin_db",mode="ShareUpdateExclusiveLock"} 0 pg_lock_count{datname="gepvi_health_db",mode="AccessExclusiveLock"} 0 pg_lock_count{datname="gepvi_health_db",mode="AccessShareLock"} 0 pg_lock_count{datname="gepvi_health_db",mode="ExclusiveLock"} 0 pg_lock_count{datname="gepvi_health_db",mode="RowExclusiveLock"} 0 pg_lock_count{datname="gepvi_health_db",mode="RowShareLock"} 0 pg_lock_count{datname="gepvi_health_db",mode="ShareLock"} 0 pg_lock_count{datname="gepvi_health_db",mode="ShareRowExclusiveLock"} 0 pg_lock_count{datname="gepvi_health_db",mode="ShareUpdateExclusiveLock"} 0 pg_lock_count{datname="gepvi_reports_db",mode="AccessExclusiveLock"} 0 pg_lock_count{datname="gepvi_reports_db",mode="AccessShareLock"} 0 pg_lock_count{datname="gepvi_reports_db",mode="ExclusiveLock"} 0 pg_lock_count{datname="gepvi_reports_db",mode="RowExclusiveLock"} 0 pg_lock_count{datname="gepvi_reports_db",mode="RowShareLock"} 0 pg_lock_count{datname="gepvi_reports_db",mode="ShareLock"} 0 pg_lock_count{datname="gepvi_reports_db",mode="ShareRowExclusiveLock"} 0 pg_lock_count{datname="gepvi_reports_db",mode="ShareUpdateExclusiveLock"} 0 pg_lock_count{datname="gepvi_users_db",mode="AccessExclusiveLock"} 0 pg_lock_count{datname="gepvi_users_db",mode="AccessShareLock"} 0 pg_lock_count{datname="gepvi_users_db",mode="ExclusiveLock"} 0 pg_lock_count{datname="gepvi_users_db",mode="RowExclusiveLock"} 0 pg_lock_count{datname="gepvi_users_db",mode="RowShareLock"} 0 pg_lock_count{datname="gepvi_users_db",mode="ShareLock"} 0 pg_lock_count{datname="gepvi_users_db",mode="ShareRowExclusiveLock"} 0 pg_lock_count{datname="gepvi_users_db",mode="ShareUpdateExclusiveLock"} 0 pg_lock_count{datname="omniword",mode="AccessExclusiveLock"} 0 pg_lock_count{datname="omniword",mode="AccessShareLock"} 0 pg_lock_count{datname="omniword",mode="ExclusiveLock"} 0 pg_lock_count{datname="omniword",mode="RowExclusiveLock"} 0 pg_lock_count{datname="omniword",mode="RowShareLock"} 0 pg_lock_count{datname="omniword",mode="ShareLock"} 0 pg_lock_count{datname="omniword",mode="ShareRowExclusiveLock"} 0 pg_lock_count{datname="omniword",mode="ShareUpdateExclusiveLock"} 0 pg_lock_count{datname="postgres",mode="AccessExclusiveLock"} 0 pg_lock_count{datname="postgres",mode="AccessShareLock"} 1 pg_lock_count{datname="postgres",mode="ExclusiveLock"} 0 pg_lock_count{datname="postgres",mode="RowExclusiveLock"} 0 pg_lock_count{datname="postgres",mode="RowShareLock"} 0 pg_lock_count{datname="postgres",mode="ShareLock"} 0 pg_lock_count{datname="postgres",mode="ShareRowExclusiveLock"} 0 pg_lock_count{datname="postgres",mode="ShareUpdateExclusiveLock"} 0 # HELP pg_lsn log sequence number # TYPE pg_lsn counter pg_lsn 1.1853103104e+11 # HELP pg_meta_info constant 1 # TYPE pg_meta_info gauge pg_meta_info{cluster_id="7621322219478108305",cluster_name="pg-meta",conf_path="/pg/data/postgresql.conf",data_dir="/pg/data",encoding="UTF8",extensions="pg_stat_statements, auto_explain",hba_path="/pg/data/pg_hba.conf",listen_port="5432",primary_conninfo="",ver_num="180003",ver_str="PostgreSQL 18.3 (Ubuntu 18.3-1.pgdg24.04+1) on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0, 64-bit",version="18.3 (Ubuntu 18.3-1.pgdg24.04+1)",wal_level="logical"} 1 # HELP pg_query_calls Number of times the statement was executed # TYPE pg_query_calls counter pg_query_calls{datname="gepvi_eat_db",query="-1203194435912387227"} 11998 pg_query_calls{datname="gepvi_eat_db",query="-1825154161371458254"} 137718 pg_query_calls{datname="gepvi_eat_db",query="-3114151248348423668"} 493754 pg_query_calls{datname="gepvi_eat_db",query="-3387905272663065291"} 5446 pg_query_calls{datname="gepvi_eat_db",query="-3394742553290663210"} 826388 pg_query_calls{datname="gepvi_eat_db",query="-4149063353820024551"} 2992 pg_query_calls{datname="gepvi_eat_db",query="-458988413820240360"} 17219 pg_query_calls{datname="gepvi_eat_db",query="-5715475192465128161"} 26996 pg_query_calls{datname="gepvi_eat_db",query="-6647621097204396179"} 26996 pg_query_calls{datname="gepvi_eat_db",query="-6974817214962100192"} 9781 pg_query_calls{datname="gepvi_eat_db",query="-8005986967374230759"} 17323 pg_query_calls{datname="gepvi_eat_db",query="-8394789936105279816"} 125049 pg_query_calls{datname="gepvi_eat_db",query="-8533974109254859233"} 1.623171e+06 pg_query_calls{datname="gepvi_eat_db",query="-8614649825449602022"} 493776 pg_query_calls{datname="gepvi_eat_db",query="-994257967903536850"} 12900 pg_query_calls{datname="gepvi_eat_db",query="1081380012885087053"} 122240 pg_query_calls{datname="gepvi_eat_db",query="135772982608966502"} 10648 pg_query_calls{datname="gepvi_eat_db",query="1842113366287483401"} 493768 pg_query_calls{datname="gepvi_eat_db",query="1983118436334682048"} 10470 pg_query_calls{datname="gepvi_eat_db",query="2250294303447458804"} 3276 pg_query_calls{datname="gepvi_eat_db",query="2505140487204484865"} 11999 pg_query_calls{datname="gepvi_eat_db",query="2535106687404675250"} 10490 pg_query_calls{datname="gepvi_eat_db",query="2562851877910530907"} 493754 pg_query_calls{datname="gepvi_eat_db",query="343553743037098774"} 1.570992e+06 pg_query_calls{datname="gepvi_eat_db",query="393550323916470202"} 493778 pg_query_calls{datname="gepvi_eat_db",query="4406795996272465480"} 3172 pg_query_calls{datname="gepvi_eat_db",query="4917684750321049296"} 26996 pg_query_calls{datname="gepvi_eat_db",query="5081739340832322055"} 493778 pg_query_calls{datname="gepvi_eat_db",query="5412556697013553330"} 10539 pg_query_calls{datname="gepvi_eat_db",query="5880989144435026886"} 7283 pg_query_calls{datname="gepvi_eat_db",query="6181865492772919732"} 10540 pg_query_calls{datname="gepvi_eat_db",query="6607318708723431991"} 125049 pg_query_calls{datname="gepvi_eat_db",query="8223662460642089178"} 3029 pg_query_calls{datname="gepvi_eat_db",query="8255156036760666390"} 12293 pg_query_calls{datname="gepvi_fin_db",query="-3114151248348423668"} 490250 pg_query_calls{datname="gepvi_fin_db",query="-3394742553290663210"} 826387 pg_query_calls{datname="gepvi_fin_db",query="-5715475192465128161"} 26993 pg_query_calls{datname="gepvi_fin_db",query="-6273244583831132716"} 2687 pg_query_calls{datname="gepvi_fin_db",query="-6647621097204396179"} 26993 pg_query_calls{datname="gepvi_fin_db",query="-8394789936105279816"} 124812 pg_query_calls{datname="gepvi_fin_db",query="-8614649825449602022"} 490266 pg_query_calls{datname="gepvi_fin_db",query="1842113366287483401"} 490252 pg_query_calls{datname="gepvi_fin_db",query="2562851877910530907"} 490260 pg_query_calls{datname="gepvi_fin_db",query="393550323916470202"} 490266 pg_query_calls{datname="gepvi_fin_db",query="4917684750321049296"} 26993 pg_query_calls{datname="gepvi_fin_db",query="5081739340832322055"} 490268 pg_query_calls{datname="gepvi_fin_db",query="6104223848159399923"} 16512 pg_query_calls{datname="gepvi_fin_db",query="6607318708723431991"} 124812 pg_query_calls{datname="gepvi_health_db",query="-3114151248348423668"} 491957 pg_query_calls{datname="gepvi_health_db",query="-3394742553290663210"} 826385 pg_query_calls{datname="gepvi_health_db",query="-5715475192465128161"} 26996 pg_query_calls{datname="gepvi_health_db",query="-6647621097204396179"} 26996 pg_query_calls{datname="gepvi_health_db",query="-8394789936105279816"} 124952 pg_query_calls{datname="gepvi_health_db",query="-8614649825449602022"} 491959 pg_query_calls{datname="gepvi_health_db",query="1842113366287483401"} 491955 pg_query_calls{datname="gepvi_health_db",query="2562851877910530907"} 491958 pg_query_calls{datname="gepvi_health_db",query="393550323916470202"} 491958 pg_query_calls{datname="gepvi_health_db",query="4917684750321049296"} 26996 pg_query_calls{datname="gepvi_health_db",query="5081739340832322055"} 491959 pg_query_calls{datname="gepvi_health_db",query="6607318708723431991"} 124953 pg_query_calls{datname="gepvi_users_db",query="-3114151248348423668"} 491178 pg_query_calls{datname="gepvi_users_db",query="-3394742553290663210"} 826383 pg_query_calls{datname="gepvi_users_db",query="-5715475192465128161"} 26989 pg_query_calls{datname="gepvi_users_db",query="-6647621097204396179"} 26989 pg_query_calls{datname="gepvi_users_db",query="-8394789936105279816"} 124876 pg_query_calls{datname="gepvi_users_db",query="-8614649825449602022"} 491179 pg_query_calls{datname="gepvi_users_db",query="1842113366287483401"} 491175 pg_query_calls{datname="gepvi_users_db",query="2562851877910530907"} 491176 pg_query_calls{datname="gepvi_users_db",query="393550323916470202"} 491184 pg_query_calls{datname="gepvi_users_db",query="4917684750321049296"} 26989 pg_query_calls{datname="gepvi_users_db",query="5081739340832322055"} 491184 pg_query_calls{datname="gepvi_users_db",query="6607318708723431991"} 124876 pg_query_calls{datname="omniword",query="-3114151248348423668"} 491673 pg_query_calls{datname="omniword",query="-3394742553290663210"} 826390 pg_query_calls{datname="omniword",query="-5715475192465128161"} 26995 pg_query_calls{datname="omniword",query="-6647621097204396179"} 26995 pg_query_calls{datname="omniword",query="-8394789936105279816"} 124936 pg_query_calls{datname="omniword",query="-8614649825449602022"} 491682 pg_query_calls{datname="omniword",query="1842113366287483401"} 491679 pg_query_calls{datname="omniword",query="2562851877910530907"} 491680 pg_query_calls{datname="omniword",query="393550323916470202"} 491682 pg_query_calls{datname="omniword",query="4917684750321049296"} 26995 pg_query_calls{datname="omniword",query="5081739340832322055"} 491682 pg_query_calls{datname="omniword",query="6607318708723431991"} 124936 pg_query_calls{datname="postgres",query="-1567903771303523871"} 125561 pg_query_calls{datname="postgres",query="-1625100286364369430"} 826371 pg_query_calls{datname="postgres",query="-1909391084633265766"} 522539 pg_query_calls{datname="postgres",query="-2029183647160561869"} 522550 pg_query_calls{datname="postgres",query="-2721729348201004655"} 522546 pg_query_calls{datname="postgres",query="-2783306896154707576"} 8.263576e+06 pg_query_calls{datname="postgres",query="-3114151248348423668"} 522546 pg_query_calls{datname="postgres",query="-3255093476584998991"} 522550 pg_query_calls{datname="postgres",query="-3394742553290663210"} 826387 pg_query_calls{datname="postgres",query="-3481586796352513521"} 522525 pg_query_calls{datname="postgres",query="-3561581858611292661"} 522546 pg_query_calls{datname="postgres",query="-4013135341694372554"} 522546 pg_query_calls{datname="postgres",query="-4263663384172168557"} 522547 pg_query_calls{datname="postgres",query="-4367113113870361052"} 522544 pg_query_calls{datname="postgres",query="-4426219414945232276"} 522549 pg_query_calls{datname="postgres",query="-5177198833890665486"} 522537 pg_query_calls{datname="postgres",query="-5253393246738566256"} 125561 pg_query_calls{datname="postgres",query="-5255754849199367498"} 522547 pg_query_calls{datname="postgres",query="-5715475192465128161"} 27028 pg_query_calls{datname="postgres",query="-571986491529085836"} 522536 pg_query_calls{datname="postgres",query="-6324036696618024559"} 522546 pg_query_calls{datname="postgres",query="-659392855806846005"} 522545 pg_query_calls{datname="postgres",query="-6647621097204396179"} 27028 pg_query_calls{datname="postgres",query="-7724675315091666518"} 522547 pg_query_calls{datname="postgres",query="-7812113279872158192"} 522546 pg_query_calls{datname="postgres",query="-7961388009227772837"} 125561 pg_query_calls{datname="postgres",query="-8394789936105279816"} 125561 pg_query_calls{datname="postgres",query="-8415353913695631440"} 522549 pg_query_calls{datname="postgres",query="-8565717563209808017"} 522549 pg_query_calls{datname="postgres",query="-8614649825449602022"} 522548 pg_query_calls{datname="postgres",query="1469903626741806805"} 125561 pg_query_calls{datname="postgres",query="1676811854946253168"} 522547 pg_query_calls{datname="postgres",query="1842113366287483401"} 522530 pg_query_calls{datname="postgres",query="2121678415194453056"} 522546 pg_query_calls{datname="postgres",query="2484459042846835040"} 522544 pg_query_calls{datname="postgres",query="2562851877910530907"} 522534 pg_query_calls{datname="postgres",query="304937313495459475"} 522548 pg_query_calls{datname="postgres",query="3714876955596208471"} 522526 pg_query_calls{datname="postgres",query="393550323916470202"} 522549 pg_query_calls{datname="postgres",query="4917684750321049296"} 27028 pg_query_calls{datname="postgres",query="5081739340832322055"} 522549 pg_query_calls{datname="postgres",query="6607318708723431991"} 125561 pg_query_calls{datname="postgres",query="7538016218007174732"} 522545 pg_query_calls{datname="postgres",query="816852380068164872"} 826376 # HELP pg_query_exec_time Total time spent executing the statement # TYPE pg_query_exec_time counter pg_query_exec_time{datname="gepvi_eat_db",query="-1203194435912387227"} 2.122530766999995 pg_query_exec_time{datname="gepvi_eat_db",query="-1825154161371458254"} 6.775229293000192 pg_query_exec_time{datname="gepvi_eat_db",query="-3114151248348423668"} 46.168890928997584 pg_query_exec_time{datname="gepvi_eat_db",query="-3387905272663065291"} 0.29262669099999994 pg_query_exec_time{datname="gepvi_eat_db",query="-3394742553290663210"} 549.2568649249707 pg_query_exec_time{datname="gepvi_eat_db",query="-4149063353820024551"} 1.474449597 pg_query_exec_time{datname="gepvi_eat_db",query="-458988413820240360"} 1.6756032210000023 pg_query_exec_time{datname="gepvi_eat_db",query="-5715475192465128161"} 2456.962854659012 pg_query_exec_time{datname="gepvi_eat_db",query="-6647621097204396179"} 133.92870961099987 pg_query_exec_time{datname="gepvi_eat_db",query="-6974817214962100192"} 0.79852321 pg_query_exec_time{datname="gepvi_eat_db",query="-8005986967374230759"} 1.5363080609999995 pg_query_exec_time{datname="gepvi_eat_db",query="-8394789936105279816"} 792.0317611259883 pg_query_exec_time{datname="gepvi_eat_db",query="-8533974109254859233"} 358.8493868960202 pg_query_exec_time{datname="gepvi_eat_db",query="-8614649825449602022"} 45.05787316899834 pg_query_exec_time{datname="gepvi_eat_db",query="-994257967903536850"} 1.2229363160000035 pg_query_exec_time{datname="gepvi_eat_db",query="1081380012885087053"} 13.236986747000186 pg_query_exec_time{datname="gepvi_eat_db",query="135772982608966502"} 0.8601255490000023 pg_query_exec_time{datname="gepvi_eat_db",query="1842113366287483401"} 568.807257646986 pg_query_exec_time{datname="gepvi_eat_db",query="1983118436334682048"} 2.704093425000002 pg_query_exec_time{datname="gepvi_eat_db",query="2250294303447458804"} 1.4946175600000022 pg_query_exec_time{datname="gepvi_eat_db",query="2505140487204484865"} 3.139932856000009 pg_query_exec_time{datname="gepvi_eat_db",query="2535106687404675250"} 3.3427217490000034 pg_query_exec_time{datname="gepvi_eat_db",query="2562851877910530907"} 1242.860548011995 pg_query_exec_time{datname="gepvi_eat_db",query="343553743037098774"} 123.51262871503155 pg_query_exec_time{datname="gepvi_eat_db",query="393550323916470202"} 7622.7143716380415 pg_query_exec_time{datname="gepvi_eat_db",query="4406795996272465480"} 2.2155248140000032 pg_query_exec_time{datname="gepvi_eat_db",query="4917684750321049296"} 6122.402469851021 pg_query_exec_time{datname="gepvi_eat_db",query="5081739340832322055"} 8837.488341412902 pg_query_exec_time{datname="gepvi_eat_db",query="5412556697013553330"} 1.4558027090000034 pg_query_exec_time{datname="gepvi_eat_db",query="5880989144435026886"} 0.6761848899999983 pg_query_exec_time{datname="gepvi_eat_db",query="6181865492772919732"} 0.8686746429999993 pg_query_exec_time{datname="gepvi_eat_db",query="6607318708723431991"} 30.383848309000136 pg_query_exec_time{datname="gepvi_eat_db",query="8223662460642089178"} 1.2224821590000003 pg_query_exec_time{datname="gepvi_eat_db",query="8255156036760666390"} 0.8760828359999985 pg_query_exec_time{datname="gepvi_fin_db",query="-3114151248348423668"} 46.80146915799791 pg_query_exec_time{datname="gepvi_fin_db",query="-3394742553290663210"} 536.9672594439938 pg_query_exec_time{datname="gepvi_fin_db",query="-5715475192465128161"} 2607.9767302670075 pg_query_exec_time{datname="gepvi_fin_db",query="-6273244583831132716"} 0.22274396199999988 pg_query_exec_time{datname="gepvi_fin_db",query="-6647621097204396179"} 105.71510841800009 pg_query_exec_time{datname="gepvi_fin_db",query="-8394789936105279816"} 773.4166206590004 pg_query_exec_time{datname="gepvi_fin_db",query="-8614649825449602022"} 44.468254126996584 pg_query_exec_time{datname="gepvi_fin_db",query="1842113366287483401"} 587.910866312019 pg_query_exec_time{datname="gepvi_fin_db",query="2562851877910530907"} 301.5711759260025 pg_query_exec_time{datname="gepvi_fin_db",query="393550323916470202"} 4995.622533750831 pg_query_exec_time{datname="gepvi_fin_db",query="4917684750321049296"} 5413.487225809008 pg_query_exec_time{datname="gepvi_fin_db",query="5081739340832322055"} 6879.864489385875 pg_query_exec_time{datname="gepvi_fin_db",query="6104223848159399923"} 1.528596761000001 pg_query_exec_time{datname="gepvi_fin_db",query="6607318708723431991"} 29.83616520199989 pg_query_exec_time{datname="gepvi_health_db",query="-3114151248348423668"} 47.67312375399668 pg_query_exec_time{datname="gepvi_health_db",query="-3394742553290663210"} 657.1524018800077 pg_query_exec_time{datname="gepvi_health_db",query="-5715475192465128161"} 1864.2853732549968 pg_query_exec_time{datname="gepvi_health_db",query="-6647621097204396179"} 39.362229419000414 pg_query_exec_time{datname="gepvi_health_db",query="-8394789936105279816"} 690.4261273619885 pg_query_exec_time{datname="gepvi_health_db",query="-8614649825449602022"} 45.60963220799665 pg_query_exec_time{datname="gepvi_health_db",query="1842113366287483401"} 543.8349209759978 pg_query_exec_time{datname="gepvi_health_db",query="2562851877910530907"} 82.1708792540002 pg_query_exec_time{datname="gepvi_health_db",query="393550323916470202"} 831.7439831439807 pg_query_exec_time{datname="gepvi_health_db",query="4917684750321049296"} 3949.90668683601 pg_query_exec_time{datname="gepvi_health_db",query="5081739340832322055"} 828.4705093560117 pg_query_exec_time{datname="gepvi_health_db",query="6607318708723431991"} 25.53088090999985 pg_query_exec_time{datname="gepvi_users_db",query="-3114151248348423668"} 45.9171486619964 pg_query_exec_time{datname="gepvi_users_db",query="-3394742553290663210"} 549.0633674639923 pg_query_exec_time{datname="gepvi_users_db",query="-5715475192465128161"} 1793.9127452959947 pg_query_exec_time{datname="gepvi_users_db",query="-6647621097204396179"} 63.85738154499978 pg_query_exec_time{datname="gepvi_users_db",query="-8394789936105279816"} 714.4269765740033 pg_query_exec_time{datname="gepvi_users_db",query="-8614649825449602022"} 44.43370292199636 pg_query_exec_time{datname="gepvi_users_db",query="1842113366287483401"} 559.0165204459901 pg_query_exec_time{datname="gepvi_users_db",query="2562851877910530907"} 511.1461344849822 pg_query_exec_time{datname="gepvi_users_db",query="393550323916470202"} 2422.2684433919835 pg_query_exec_time{datname="gepvi_users_db",query="4917684750321049296"} 4193.274211888993 pg_query_exec_time{datname="gepvi_users_db",query="5081739340832322055"} 4570.314586677846 pg_query_exec_time{datname="gepvi_users_db",query="6607318708723431991"} 26.93245533400003 pg_query_exec_time{datname="omniword",query="-3114151248348423668"} 46.786908504998735 pg_query_exec_time{datname="omniword",query="-3394742553290663210"} 545.8256273740224 pg_query_exec_time{datname="omniword",query="-5715475192465128161"} 1839.079877436997 pg_query_exec_time{datname="omniword",query="-6647621097204396179"} 70.26329261499966 pg_query_exec_time{datname="omniword",query="-8394789936105279816"} 735.0926654040028 pg_query_exec_time{datname="omniword",query="-8614649825449602022"} 44.96280033699833 pg_query_exec_time{datname="omniword",query="1842113366287483401"} 583.9385525810096 pg_query_exec_time{datname="omniword",query="2562851877910530907"} 71.41426505000236 pg_query_exec_time{datname="omniword",query="393550323916470202"} 3517.2264235849525 pg_query_exec_time{datname="omniword",query="4917684750321049296"} 4463.414515172996 pg_query_exec_time{datname="omniword",query="5081739340832322055"} 5072.5946430898475 pg_query_exec_time{datname="omniword",query="6607318708723431991"} 27.521661055000372 pg_query_exec_time{datname="postgres",query="-1567903771303523871"} 997.5204943280011 pg_query_exec_time{datname="postgres",query="-1625100286364369430"} 1275.4942168769644 pg_query_exec_time{datname="postgres",query="-1909391084633265766"} 160.90783404399886 pg_query_exec_time{datname="postgres",query="-2029183647160561869"} 29.96881560599953 pg_query_exec_time{datname="postgres",query="-2721729348201004655"} 51.02282870400112 pg_query_exec_time{datname="postgres",query="-2783306896154707576"} 455.7129031803046 pg_query_exec_time{datname="postgres",query="-3114151248348423668"} 48.337354434994964 pg_query_exec_time{datname="postgres",query="-3255093476584998991"} 80.76839725900342 pg_query_exec_time{datname="postgres",query="-3394742553290663210"} 546.1359649559957 pg_query_exec_time{datname="postgres",query="-3481586796352513521"} 420.9938489260034 pg_query_exec_time{datname="postgres",query="-3561581858611292661"} 484.83483028199623 pg_query_exec_time{datname="postgres",query="-4013135341694372554"} 225.3674232059976 pg_query_exec_time{datname="postgres",query="-4263663384172168557"} 35.310298614998885 pg_query_exec_time{datname="postgres",query="-4367113113870361052"} 66.77240579200094 pg_query_exec_time{datname="postgres",query="-4426219414945232276"} 9984.781313932426 pg_query_exec_time{datname="postgres",query="-5177198833890665486"} 1678.1655620889937 pg_query_exec_time{datname="postgres",query="-5253393246738566256"} 14.097299364000087 pg_query_exec_time{datname="postgres",query="-5255754849199367498"} 31.11188932600114 pg_query_exec_time{datname="postgres",query="-5715475192465128161"} 154.60141767800062 pg_query_exec_time{datname="postgres",query="-571986491529085836"} 21.616950147997432 pg_query_exec_time{datname="postgres",query="-6324036696618024559"} 178.6767715360019 pg_query_exec_time{datname="postgres",query="-659392855806846005"} 238.54860084999228 pg_query_exec_time{datname="postgres",query="-6647621097204396179"} 35.81630517099988 pg_query_exec_time{datname="postgres",query="-7724675315091666518"} 129.4394273369995 pg_query_exec_time{datname="postgres",query="-7812113279872158192"} 44.902442662998716 pg_query_exec_time{datname="postgres",query="-7961388009227772837"} 18.984890673000372 pg_query_exec_time{datname="postgres",query="-8394789936105279816"} 669.4777815949855 pg_query_exec_time{datname="postgres",query="-8415353913695631440"} 73.59620846200193 pg_query_exec_time{datname="postgres",query="-8565717563209808017"} 31.423610710000222 pg_query_exec_time{datname="postgres",query="-8614649825449602022"} 46.71954965799647 pg_query_exec_time{datname="postgres",query="1469903626741806805"} 8.229266140999878 pg_query_exec_time{datname="postgres",query="1676811854946253168"} 63.623229103999584 pg_query_exec_time{datname="postgres",query="1842113366287483401"} 597.2745393100031 pg_query_exec_time{datname="postgres",query="2121678415194453056"} 120.56249885200526 pg_query_exec_time{datname="postgres",query="2484459042846835040"} 57.810245790002305 pg_query_exec_time{datname="postgres",query="2562851877910530907"} 77.22199977400281 pg_query_exec_time{datname="postgres",query="304937313495459475"} 28.376612590999663 pg_query_exec_time{datname="postgres",query="3714876955596208471"} 1462.2281834029784 pg_query_exec_time{datname="postgres",query="393550323916470202"} 863.1478019109879 pg_query_exec_time{datname="postgres",query="4917684750321049296"} 199.58202058000023 pg_query_exec_time{datname="postgres",query="5081739340832322055"} 853.1070500539945 pg_query_exec_time{datname="postgres",query="6607318708723431991"} 24.76858766300003 pg_query_exec_time{datname="postgres",query="7538016218007174732"} 60.37928301600141 pg_query_exec_time{datname="postgres",query="816852380068164872"} 58.41236858699749 # HELP pg_query_io_time Total time the statement spent reading and writing blocks # TYPE pg_query_io_time counter pg_query_io_time{datname="gepvi_eat_db",query="-1203194435912387227"} 0 pg_query_io_time{datname="gepvi_eat_db",query="-1825154161371458254"} 0.000507333 pg_query_io_time{datname="gepvi_eat_db",query="-3114151248348423668"} 0 pg_query_io_time{datname="gepvi_eat_db",query="-3387905272663065291"} 0.00035302 pg_query_io_time{datname="gepvi_eat_db",query="-3394742553290663210"} 0.002560468 pg_query_io_time{datname="gepvi_eat_db",query="-4149063353820024551"} 0.001115785 pg_query_io_time{datname="gepvi_eat_db",query="-458988413820240360"} 0.0005156389999999999 pg_query_io_time{datname="gepvi_eat_db",query="-5715475192465128161"} 0.08377319899999999 pg_query_io_time{datname="gepvi_eat_db",query="-6647621097204396179"} 0.020100516 pg_query_io_time{datname="gepvi_eat_db",query="-6974817214962100192"} 0 pg_query_io_time{datname="gepvi_eat_db",query="-8005986967374230759"} 1.4839e-05 pg_query_io_time{datname="gepvi_eat_db",query="-8394789936105279816"} 0 pg_query_io_time{datname="gepvi_eat_db",query="-8533974109254859233"} 0.007583438 pg_query_io_time{datname="gepvi_eat_db",query="-8614649825449602022"} 0 pg_query_io_time{datname="gepvi_eat_db",query="-994257967903536850"} 0.0005194990000000001 pg_query_io_time{datname="gepvi_eat_db",query="1081380012885087053"} 0.00048892 pg_query_io_time{datname="gepvi_eat_db",query="135772982608966502"} 3.0955000000000004e-05 pg_query_io_time{datname="gepvi_eat_db",query="1842113366287483401"} 0.042086627 pg_query_io_time{datname="gepvi_eat_db",query="1983118436334682048"} 0.001827078 pg_query_io_time{datname="gepvi_eat_db",query="2250294303447458804"} 0.002484283 pg_query_io_time{datname="gepvi_eat_db",query="2505140487204484865"} 0.020264478000000002 pg_query_io_time{datname="gepvi_eat_db",query="2535106687404675250"} 0.015004213000000002 pg_query_io_time{datname="gepvi_eat_db",query="2562851877910530907"} 0.010212823000000001 pg_query_io_time{datname="gepvi_eat_db",query="343553743037098774"} 8.142e-06 pg_query_io_time{datname="gepvi_eat_db",query="393550323916470202"} 0.00029821199999999996 pg_query_io_time{datname="gepvi_eat_db",query="4406795996272465480"} 0.038479495999999995 pg_query_io_time{datname="gepvi_eat_db",query="4917684750321049296"} 0.018978095 pg_query_io_time{datname="gepvi_eat_db",query="5081739340832322055"} 0 pg_query_io_time{datname="gepvi_eat_db",query="5412556697013553330"} 0 pg_query_io_time{datname="gepvi_eat_db",query="5880989144435026886"} 0 pg_query_io_time{datname="gepvi_eat_db",query="6181865492772919732"} 0.000487973 pg_query_io_time{datname="gepvi_eat_db",query="6607318708723431991"} 0 pg_query_io_time{datname="gepvi_eat_db",query="8223662460642089178"} 0.011922091000000001 pg_query_io_time{datname="gepvi_eat_db",query="8255156036760666390"} 0.000546403 pg_query_io_time{datname="gepvi_fin_db",query="-3114151248348423668"} 0 pg_query_io_time{datname="gepvi_fin_db",query="-3394742553290663210"} 0.003811056 pg_query_io_time{datname="gepvi_fin_db",query="-5715475192465128161"} 0.419383496 pg_query_io_time{datname="gepvi_fin_db",query="-6273244583831132716"} 0 pg_query_io_time{datname="gepvi_fin_db",query="-6647621097204396179"} 0.0037884620000000003 pg_query_io_time{datname="gepvi_fin_db",query="-8394789936105279816"} 6.0187e-05 pg_query_io_time{datname="gepvi_fin_db",query="-8614649825449602022"} 0 pg_query_io_time{datname="gepvi_fin_db",query="1842113366287483401"} 0.016533975 pg_query_io_time{datname="gepvi_fin_db",query="2562851877910530907"} 0.005221649 pg_query_io_time{datname="gepvi_fin_db",query="393550323916470202"} 0 pg_query_io_time{datname="gepvi_fin_db",query="4917684750321049296"} 0.02880182 pg_query_io_time{datname="gepvi_fin_db",query="5081739340832322055"} 0.000120214 pg_query_io_time{datname="gepvi_fin_db",query="6104223848159399923"} 0.06915674299999999 pg_query_io_time{datname="gepvi_fin_db",query="6607318708723431991"} 0 pg_query_io_time{datname="gepvi_health_db",query="-3114151248348423668"} 0 pg_query_io_time{datname="gepvi_health_db",query="-3394742553290663210"} 0.002456613 pg_query_io_time{datname="gepvi_health_db",query="-5715475192465128161"} 0.042937066 pg_query_io_time{datname="gepvi_health_db",query="-6647621097204396179"} 6.5099e-05 pg_query_io_time{datname="gepvi_health_db",query="-8394789936105279816"} 0.0005390120000000001 pg_query_io_time{datname="gepvi_health_db",query="-8614649825449602022"} 0 pg_query_io_time{datname="gepvi_health_db",query="1842113366287483401"} 0.015493853000000002 pg_query_io_time{datname="gepvi_health_db",query="2562851877910530907"} 0 pg_query_io_time{datname="gepvi_health_db",query="393550323916470202"} 0 pg_query_io_time{datname="gepvi_health_db",query="4917684750321049296"} 0.064573375 pg_query_io_time{datname="gepvi_health_db",query="5081739340832322055"} 0 pg_query_io_time{datname="gepvi_health_db",query="6607318708723431991"} 0 pg_query_io_time{datname="gepvi_users_db",query="-3114151248348423668"} 0 pg_query_io_time{datname="gepvi_users_db",query="-3394742553290663210"} 0.005749944999999999 pg_query_io_time{datname="gepvi_users_db",query="-5715475192465128161"} 0.104096371 pg_query_io_time{datname="gepvi_users_db",query="-6647621097204396179"} 0.00547265 pg_query_io_time{datname="gepvi_users_db",query="-8394789936105279816"} 0 pg_query_io_time{datname="gepvi_users_db",query="-8614649825449602022"} 0 pg_query_io_time{datname="gepvi_users_db",query="1842113366287483401"} 0.035976383 pg_query_io_time{datname="gepvi_users_db",query="2562851877910530907"} 0.022797849 pg_query_io_time{datname="gepvi_users_db",query="393550323916470202"} 0 pg_query_io_time{datname="gepvi_users_db",query="4917684750321049296"} 0.043460979000000004 pg_query_io_time{datname="gepvi_users_db",query="5081739340832322055"} 0.00015296599999999999 pg_query_io_time{datname="gepvi_users_db",query="6607318708723431991"} 0 pg_query_io_time{datname="omniword",query="-3114151248348423668"} 0 pg_query_io_time{datname="omniword",query="-3394742553290663210"} 0.015969102 pg_query_io_time{datname="omniword",query="-5715475192465128161"} 0.100830505 pg_query_io_time{datname="omniword",query="-6647621097204396179"} 0.007848863 pg_query_io_time{datname="omniword",query="-8394789936105279816"} 0.00038442900000000004 pg_query_io_time{datname="omniword",query="-8614649825449602022"} 0 pg_query_io_time{datname="omniword",query="1842113366287483401"} 0.017148202 pg_query_io_time{datname="omniword",query="2562851877910530907"} 0 pg_query_io_time{datname="omniword",query="393550323916470202"} 0 pg_query_io_time{datname="omniword",query="4917684750321049296"} 0.026486708999999997 pg_query_io_time{datname="omniword",query="5081739340832322055"} 0 pg_query_io_time{datname="omniword",query="6607318708723431991"} 0.00022679 pg_query_io_time{datname="postgres",query="-1567903771303523871"} 0 pg_query_io_time{datname="postgres",query="-1625100286364369430"} 0 pg_query_io_time{datname="postgres",query="-1909391084633265766"} 0 pg_query_io_time{datname="postgres",query="-2029183647160561869"} 0 pg_query_io_time{datname="postgres",query="-2721729348201004655"} 0 pg_query_io_time{datname="postgres",query="-2783306896154707576"} 0 pg_query_io_time{datname="postgres",query="-3114151248348423668"} 0 pg_query_io_time{datname="postgres",query="-3255093476584998991"} 0 pg_query_io_time{datname="postgres",query="-3394742553290663210"} 0.0021480500000000003 pg_query_io_time{datname="postgres",query="-3481586796352513521"} 0 pg_query_io_time{datname="postgres",query="-3561581858611292661"} 0.0016533519999999999 pg_query_io_time{datname="postgres",query="-4013135341694372554"} 0.00207706 pg_query_io_time{datname="postgres",query="-4263663384172168557"} 0 pg_query_io_time{datname="postgres",query="-4367113113870361052"} 0 pg_query_io_time{datname="postgres",query="-4426219414945232276"} 0 pg_query_io_time{datname="postgres",query="-5177198833890665486"} 0 pg_query_io_time{datname="postgres",query="-5253393246738566256"} 0 pg_query_io_time{datname="postgres",query="-5255754849199367498"} 0 pg_query_io_time{datname="postgres",query="-5715475192465128161"} 0.006820899000000001 pg_query_io_time{datname="postgres",query="-571986491529085836"} 0 pg_query_io_time{datname="postgres",query="-6324036696618024559"} 0.00085375 pg_query_io_time{datname="postgres",query="-659392855806846005"} 0 pg_query_io_time{datname="postgres",query="-6647621097204396179"} 0.000251626 pg_query_io_time{datname="postgres",query="-7724675315091666518"} 0 pg_query_io_time{datname="postgres",query="-7812113279872158192"} 0 pg_query_io_time{datname="postgres",query="-7961388009227772837"} 0 pg_query_io_time{datname="postgres",query="-8394789936105279816"} 0 pg_query_io_time{datname="postgres",query="-8415353913695631440"} 0 pg_query_io_time{datname="postgres",query="-8565717563209808017"} 0 pg_query_io_time{datname="postgres",query="-8614649825449602022"} 0 pg_query_io_time{datname="postgres",query="1469903626741806805"} 0 pg_query_io_time{datname="postgres",query="1676811854946253168"} 0 pg_query_io_time{datname="postgres",query="1842113366287483401"} 0.01343273 pg_query_io_time{datname="postgres",query="2121678415194453056"} 0 pg_query_io_time{datname="postgres",query="2484459042846835040"} 0 pg_query_io_time{datname="postgres",query="2562851877910530907"} 0 pg_query_io_time{datname="postgres",query="304937313495459475"} 0 pg_query_io_time{datname="postgres",query="3714876955596208471"} 0 pg_query_io_time{datname="postgres",query="393550323916470202"} 0.0009297649999999999 pg_query_io_time{datname="postgres",query="4917684750321049296"} 0.004652053000000001 pg_query_io_time{datname="postgres",query="5081739340832322055"} 0.000163227 pg_query_io_time{datname="postgres",query="6607318708723431991"} 0 pg_query_io_time{datname="postgres",query="7538016218007174732"} 0 pg_query_io_time{datname="postgres",query="816852380068164872"} 0 # HELP pg_query_rows Total number of rows retrieved or affected by the statement # TYPE pg_query_rows counter pg_query_rows{datname="gepvi_eat_db",query="-1203194435912387227"} 6028 pg_query_rows{datname="gepvi_eat_db",query="-1825154161371458254"} 0 pg_query_rows{datname="gepvi_eat_db",query="-3114151248348423668"} 0 pg_query_rows{datname="gepvi_eat_db",query="-3387905272663065291"} 91 pg_query_rows{datname="gepvi_eat_db",query="-3394742553290663210"} 826388 pg_query_rows{datname="gepvi_eat_db",query="-4149063353820024551"} 24773 pg_query_rows{datname="gepvi_eat_db",query="-458988413820240360"} 17219 pg_query_rows{datname="gepvi_eat_db",query="-5715475192465128161"} 169592 pg_query_rows{datname="gepvi_eat_db",query="-6647621097204396179"} 373684 pg_query_rows{datname="gepvi_eat_db",query="-6974817214962100192"} 175 pg_query_rows{datname="gepvi_eat_db",query="-8005986967374230759"} 17323 pg_query_rows{datname="gepvi_eat_db",query="-8394789936105279816"} 750294 pg_query_rows{datname="gepvi_eat_db",query="-8533974109254859233"} 534 pg_query_rows{datname="gepvi_eat_db",query="-8614649825449602022"} 0 pg_query_rows{datname="gepvi_eat_db",query="-994257967903536850"} 12807 pg_query_rows{datname="gepvi_eat_db",query="1081380012885087053"} 25767 pg_query_rows{datname="gepvi_eat_db",query="135772982608966502"} 188 pg_query_rows{datname="gepvi_eat_db",query="1842113366287483401"} 1.266815e+06 pg_query_rows{datname="gepvi_eat_db",query="1983118436334682048"} 10470 pg_query_rows{datname="gepvi_eat_db",query="2250294303447458804"} 3276 pg_query_rows{datname="gepvi_eat_db",query="2505140487204484865"} 3832 pg_query_rows{datname="gepvi_eat_db",query="2535106687404675250"} 5 pg_query_rows{datname="gepvi_eat_db",query="2562851877910530907"} 4.366482e+06 pg_query_rows{datname="gepvi_eat_db",query="343553743037098774"} 12 pg_query_rows{datname="gepvi_eat_db",query="393550323916470202"} 1.8529742e+07 pg_query_rows{datname="gepvi_eat_db",query="4406795996272465480"} 3172 pg_query_rows{datname="gepvi_eat_db",query="4917684750321049296"} 208592 pg_query_rows{datname="gepvi_eat_db",query="5081739340832322055"} 6.341798e+06 pg_query_rows{datname="gepvi_eat_db",query="5412556697013553330"} 60588 pg_query_rows{datname="gepvi_eat_db",query="5880989144435026886"} 7283 pg_query_rows{datname="gepvi_eat_db",query="6181865492772919732"} 9778 pg_query_rows{datname="gepvi_eat_db",query="6607318708723431991"} 0 pg_query_rows{datname="gepvi_eat_db",query="8223662460642089178"} 3029 pg_query_rows{datname="gepvi_eat_db",query="8255156036760666390"} 5756 pg_query_rows{datname="gepvi_fin_db",query="-3114151248348423668"} 0 pg_query_rows{datname="gepvi_fin_db",query="-3394742553290663210"} 826387 pg_query_rows{datname="gepvi_fin_db",query="-5715475192465128161"} 151514 pg_query_rows{datname="gepvi_fin_db",query="-6273244583831132716"} 2687 pg_query_rows{datname="gepvi_fin_db",query="-6647621097204396179"} 296923 pg_query_rows{datname="gepvi_fin_db",query="-8394789936105279816"} 748872 pg_query_rows{datname="gepvi_fin_db",query="-8614649825449602022"} 0 pg_query_rows{datname="gepvi_fin_db",query="1842113366287483401"} 1.142735e+06 pg_query_rows{datname="gepvi_fin_db",query="2562851877910530907"} 490260 pg_query_rows{datname="gepvi_fin_db",query="393550323916470202"} 1.470798e+07 pg_query_rows{datname="gepvi_fin_db",query="4917684750321049296"} 178507 pg_query_rows{datname="gepvi_fin_db",query="5081739340832322055"} 4.90268e+06 pg_query_rows{datname="gepvi_fin_db",query="6104223848159399923"} 16512 pg_query_rows{datname="gepvi_fin_db",query="6607318708723431991"} 0 pg_query_rows{datname="gepvi_health_db",query="-3114151248348423668"} 0 pg_query_rows{datname="gepvi_health_db",query="-3394742553290663210"} 826385 pg_query_rows{datname="gepvi_health_db",query="-5715475192465128161"} 0 pg_query_rows{datname="gepvi_health_db",query="-6647621097204396179"} 26996 pg_query_rows{datname="gepvi_health_db",query="-8394789936105279816"} 624760 pg_query_rows{datname="gepvi_health_db",query="-8614649825449602022"} 0 pg_query_rows{datname="gepvi_health_db",query="1842113366287483401"} 1.149021e+06 pg_query_rows{datname="gepvi_health_db",query="2562851877910530907"} 0 pg_query_rows{datname="gepvi_health_db",query="393550323916470202"} 0 pg_query_rows{datname="gepvi_health_db",query="4917684750321049296"} 0 pg_query_rows{datname="gepvi_health_db",query="5081739340832322055"} 0 pg_query_rows{datname="gepvi_health_db",query="6607318708723431991"} 0 pg_query_rows{datname="gepvi_users_db",query="-3114151248348423668"} 0 pg_query_rows{datname="gepvi_users_db",query="-3394742553290663210"} 826383 pg_query_rows{datname="gepvi_users_db",query="-5715475192465128161"} 26989 pg_query_rows{datname="gepvi_users_db",query="-6647621097204396179"} 134945 pg_query_rows{datname="gepvi_users_db",query="-8394789936105279816"} 749256 pg_query_rows{datname="gepvi_users_db",query="-8614649825449602022"} 0 pg_query_rows{datname="gepvi_users_db",query="1842113366287483401"} 1.147192e+06 pg_query_rows{datname="gepvi_users_db",query="2562851877910530907"} 982352 pg_query_rows{datname="gepvi_users_db",query="393550323916470202"} 5.403024e+06 pg_query_rows{datname="gepvi_users_db",query="4917684750321049296"} 26989 pg_query_rows{datname="gepvi_users_db",query="5081739340832322055"} 1.964736e+06 pg_query_rows{datname="gepvi_users_db",query="6607318708723431991"} 0 pg_query_rows{datname="omniword",query="-3114151248348423668"} 0 pg_query_rows{datname="omniword",query="-3394742553290663210"} 826390 pg_query_rows{datname="omniword",query="-5715475192465128161"} 68156 pg_query_rows{datname="omniword",query="-6647621097204396179"} 161970 pg_query_rows{datname="omniword",query="-8394789936105279816"} 624680 pg_query_rows{datname="omniword",query="-8614649825449602022"} 0 pg_query_rows{datname="omniword",query="1842113366287483401"} 1.146359e+06 pg_query_rows{datname="omniword",query="2562851877910530907"} 0 pg_query_rows{datname="omniword",query="393550323916470202"} 6.391866e+06 pg_query_rows{datname="omniword",query="4917684750321049296"} 95151 pg_query_rows{datname="omniword",query="5081739340832322055"} 2.45841e+06 pg_query_rows{datname="omniword",query="6607318708723431991"} 0 pg_query_rows{datname="postgres",query="-1567903771303523871"} 1.381171e+06 pg_query_rows{datname="postgres",query="-1625100286364369430"} 6.5283309e+07 pg_query_rows{datname="postgres",query="-1909391084633265766"} 522539 pg_query_rows{datname="postgres",query="-2029183647160561869"} 522550 pg_query_rows{datname="postgres",query="-2721729348201004655"} 0 pg_query_rows{datname="postgres",query="-2783306896154707576"} 8.263576e+06 pg_query_rows{datname="postgres",query="-3114151248348423668"} 0 pg_query_rows{datname="postgres",query="-3255093476584998991"} 522550 pg_query_rows{datname="postgres",query="-3394742553290663210"} 826387 pg_query_rows{datname="postgres",query="-3481586796352513521"} 4.702725e+06 pg_query_rows{datname="postgres",query="-3561581858611292661"} 3.980319e+06 pg_query_rows{datname="postgres",query="-4013135341694372554"} 2.61273e+06 pg_query_rows{datname="postgres",query="-4263663384172168557"} 522547 pg_query_rows{datname="postgres",query="-4367113113870361052"} 0 pg_query_rows{datname="postgres",query="-4426219414945232276"} 6.6846474e+07 pg_query_rows{datname="postgres",query="-5177198833890665486"} 2.9262072e+07 pg_query_rows{datname="postgres",query="-5253393246738566256"} 125561 pg_query_rows{datname="postgres",query="-5255754849199367498"} 522547 pg_query_rows{datname="postgres",query="-5715475192465128161"} 0 pg_query_rows{datname="postgres",query="-571986491529085836"} 0 pg_query_rows{datname="postgres",query="-6324036696618024559"} 0 pg_query_rows{datname="postgres",query="-659392855806846005"} 4.180482e+06 pg_query_rows{datname="postgres",query="-6647621097204396179"} 27028 pg_query_rows{datname="postgres",query="-7724675315091666518"} 522547 pg_query_rows{datname="postgres",query="-7812113279872158192"} 0 pg_query_rows{datname="postgres",query="-7961388009227772837"} 1.004488e+06 pg_query_rows{datname="postgres",query="-8394789936105279816"} 627805 pg_query_rows{datname="postgres",query="-8415353913695631440"} 522549 pg_query_rows{datname="postgres",query="-8565717563209808017"} 0 pg_query_rows{datname="postgres",query="-8614649825449602022"} 0 pg_query_rows{datname="postgres",query="1469903626741806805"} 125561 pg_query_rows{datname="postgres",query="1676811854946253168"} 0 pg_query_rows{datname="postgres",query="1842113366287483401"} 1.741839e+06 pg_query_rows{datname="postgres",query="2121678415194453056"} 522546 pg_query_rows{datname="postgres",query="2484459042846835040"} 0 pg_query_rows{datname="postgres",query="2562851877910530907"} 0 pg_query_rows{datname="postgres",query="304937313495459475"} 522548 pg_query_rows{datname="postgres",query="3714876955596208471"} 2.1946092e+07 pg_query_rows{datname="postgres",query="393550323916470202"} 0 pg_query_rows{datname="postgres",query="4917684750321049296"} 0 pg_query_rows{datname="postgres",query="5081739340832322055"} 0 pg_query_rows{datname="postgres",query="6607318708723431991"} 0 pg_query_rows{datname="postgres",query="7538016218007174732"} 522545 pg_query_rows{datname="postgres",query="816852380068164872"} 826376 # HELP pg_query_sblk_dirtied Total number of shared blocks dirtied by the statement # TYPE pg_query_sblk_dirtied counter pg_query_sblk_dirtied{datname="gepvi_eat_db",query="-1203194435912387227"} 0 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="-1825154161371458254"} 21 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="-3114151248348423668"} 0 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="-3387905272663065291"} 1 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="-3394742553290663210"} 0 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="-4149063353820024551"} 67 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="-458988413820240360"} 0 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="-5715475192465128161"} 18 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="-6647621097204396179"} 0 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="-6974817214962100192"} 0 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="-8005986967374230759"} 14 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="-8394789936105279816"} 0 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="-8533974109254859233"} 345 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="-8614649825449602022"} 0 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="-994257967903536850"} 142 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="1081380012885087053"} 59 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="135772982608966502"} 0 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="1842113366287483401"} 0 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="1983118436334682048"} 4231 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="2250294303447458804"} 1773 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="2505140487204484865"} 60 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="2535106687404675250"} 0 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="2562851877910530907"} 0 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="343553743037098774"} 0 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="393550323916470202"} 0 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="4406795996272465480"} 9495 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="4917684750321049296"} 19 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="5081739340832322055"} 0 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="5412556697013553330"} 0 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="5880989144435026886"} 1 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="6181865492772919732"} 0 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="6607318708723431991"} 0 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="8223662460642089178"} 443 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="8255156036760666390"} 8 pg_query_sblk_dirtied{datname="gepvi_fin_db",query="-3114151248348423668"} 0 pg_query_sblk_dirtied{datname="gepvi_fin_db",query="-3394742553290663210"} 0 pg_query_sblk_dirtied{datname="gepvi_fin_db",query="-5715475192465128161"} 0 pg_query_sblk_dirtied{datname="gepvi_fin_db",query="-6273244583831132716"} 0 pg_query_sblk_dirtied{datname="gepvi_fin_db",query="-6647621097204396179"} 0 pg_query_sblk_dirtied{datname="gepvi_fin_db",query="-8394789936105279816"} 0 pg_query_sblk_dirtied{datname="gepvi_fin_db",query="-8614649825449602022"} 0 pg_query_sblk_dirtied{datname="gepvi_fin_db",query="1842113366287483401"} 0 pg_query_sblk_dirtied{datname="gepvi_fin_db",query="2562851877910530907"} 0 pg_query_sblk_dirtied{datname="gepvi_fin_db",query="393550323916470202"} 0 pg_query_sblk_dirtied{datname="gepvi_fin_db",query="4917684750321049296"} 7 pg_query_sblk_dirtied{datname="gepvi_fin_db",query="5081739340832322055"} 0 pg_query_sblk_dirtied{datname="gepvi_fin_db",query="6104223848159399923"} 422 pg_query_sblk_dirtied{datname="gepvi_fin_db",query="6607318708723431991"} 0 pg_query_sblk_dirtied{datname="gepvi_health_db",query="-3114151248348423668"} 0 pg_query_sblk_dirtied{datname="gepvi_health_db",query="-3394742553290663210"} 0 pg_query_sblk_dirtied{datname="gepvi_health_db",query="-5715475192465128161"} 0 pg_query_sblk_dirtied{datname="gepvi_health_db",query="-6647621097204396179"} 0 pg_query_sblk_dirtied{datname="gepvi_health_db",query="-8394789936105279816"} 0 pg_query_sblk_dirtied{datname="gepvi_health_db",query="-8614649825449602022"} 0 pg_query_sblk_dirtied{datname="gepvi_health_db",query="1842113366287483401"} 0 pg_query_sblk_dirtied{datname="gepvi_health_db",query="2562851877910530907"} 0 pg_query_sblk_dirtied{datname="gepvi_health_db",query="393550323916470202"} 0 pg_query_sblk_dirtied{datname="gepvi_health_db",query="4917684750321049296"} 0 pg_query_sblk_dirtied{datname="gepvi_health_db",query="5081739340832322055"} 0 pg_query_sblk_dirtied{datname="gepvi_health_db",query="6607318708723431991"} 0 pg_query_sblk_dirtied{datname="gepvi_users_db",query="-3114151248348423668"} 0 pg_query_sblk_dirtied{datname="gepvi_users_db",query="-3394742553290663210"} 0 pg_query_sblk_dirtied{datname="gepvi_users_db",query="-5715475192465128161"} 0 pg_query_sblk_dirtied{datname="gepvi_users_db",query="-6647621097204396179"} 0 pg_query_sblk_dirtied{datname="gepvi_users_db",query="-8394789936105279816"} 0 pg_query_sblk_dirtied{datname="gepvi_users_db",query="-8614649825449602022"} 0 pg_query_sblk_dirtied{datname="gepvi_users_db",query="1842113366287483401"} 0 pg_query_sblk_dirtied{datname="gepvi_users_db",query="2562851877910530907"} 0 pg_query_sblk_dirtied{datname="gepvi_users_db",query="393550323916470202"} 0 pg_query_sblk_dirtied{datname="gepvi_users_db",query="4917684750321049296"} 0 pg_query_sblk_dirtied{datname="gepvi_users_db",query="5081739340832322055"} 0 pg_query_sblk_dirtied{datname="gepvi_users_db",query="6607318708723431991"} 0 pg_query_sblk_dirtied{datname="omniword",query="-3114151248348423668"} 0 pg_query_sblk_dirtied{datname="omniword",query="-3394742553290663210"} 0 pg_query_sblk_dirtied{datname="omniword",query="-5715475192465128161"} 4 pg_query_sblk_dirtied{datname="omniword",query="-6647621097204396179"} 0 pg_query_sblk_dirtied{datname="omniword",query="-8394789936105279816"} 0 pg_query_sblk_dirtied{datname="omniword",query="-8614649825449602022"} 0 pg_query_sblk_dirtied{datname="omniword",query="1842113366287483401"} 0 pg_query_sblk_dirtied{datname="omniword",query="2562851877910530907"} 0 pg_query_sblk_dirtied{datname="omniword",query="393550323916470202"} 0 pg_query_sblk_dirtied{datname="omniword",query="4917684750321049296"} 5 pg_query_sblk_dirtied{datname="omniword",query="5081739340832322055"} 0 pg_query_sblk_dirtied{datname="omniword",query="6607318708723431991"} 0 pg_query_sblk_dirtied{datname="postgres",query="-1567903771303523871"} 0 pg_query_sblk_dirtied{datname="postgres",query="-1625100286364369430"} 0 pg_query_sblk_dirtied{datname="postgres",query="-1909391084633265766"} 0 pg_query_sblk_dirtied{datname="postgres",query="-2029183647160561869"} 0 pg_query_sblk_dirtied{datname="postgres",query="-2721729348201004655"} 0 pg_query_sblk_dirtied{datname="postgres",query="-2783306896154707576"} 0 pg_query_sblk_dirtied{datname="postgres",query="-3114151248348423668"} 0 pg_query_sblk_dirtied{datname="postgres",query="-3255093476584998991"} 0 pg_query_sblk_dirtied{datname="postgres",query="-3394742553290663210"} 0 pg_query_sblk_dirtied{datname="postgres",query="-3481586796352513521"} 0 pg_query_sblk_dirtied{datname="postgres",query="-3561581858611292661"} 0 pg_query_sblk_dirtied{datname="postgres",query="-4013135341694372554"} 0 pg_query_sblk_dirtied{datname="postgres",query="-4263663384172168557"} 0 pg_query_sblk_dirtied{datname="postgres",query="-4367113113870361052"} 0 pg_query_sblk_dirtied{datname="postgres",query="-4426219414945232276"} 0 pg_query_sblk_dirtied{datname="postgres",query="-5177198833890665486"} 0 pg_query_sblk_dirtied{datname="postgres",query="-5253393246738566256"} 0 pg_query_sblk_dirtied{datname="postgres",query="-5255754849199367498"} 0 pg_query_sblk_dirtied{datname="postgres",query="-5715475192465128161"} 0 pg_query_sblk_dirtied{datname="postgres",query="-571986491529085836"} 0 pg_query_sblk_dirtied{datname="postgres",query="-6324036696618024559"} 0 pg_query_sblk_dirtied{datname="postgres",query="-659392855806846005"} 0 pg_query_sblk_dirtied{datname="postgres",query="-6647621097204396179"} 0 pg_query_sblk_dirtied{datname="postgres",query="-7724675315091666518"} 0 pg_query_sblk_dirtied{datname="postgres",query="-7812113279872158192"} 0 pg_query_sblk_dirtied{datname="postgres",query="-7961388009227772837"} 0 pg_query_sblk_dirtied{datname="postgres",query="-8394789936105279816"} 0 pg_query_sblk_dirtied{datname="postgres",query="-8415353913695631440"} 0 pg_query_sblk_dirtied{datname="postgres",query="-8565717563209808017"} 0 pg_query_sblk_dirtied{datname="postgres",query="-8614649825449602022"} 0 pg_query_sblk_dirtied{datname="postgres",query="1469903626741806805"} 0 pg_query_sblk_dirtied{datname="postgres",query="1676811854946253168"} 0 pg_query_sblk_dirtied{datname="postgres",query="1842113366287483401"} 0 pg_query_sblk_dirtied{datname="postgres",query="2121678415194453056"} 0 pg_query_sblk_dirtied{datname="postgres",query="2484459042846835040"} 0 pg_query_sblk_dirtied{datname="postgres",query="2562851877910530907"} 0 pg_query_sblk_dirtied{datname="postgres",query="304937313495459475"} 0 pg_query_sblk_dirtied{datname="postgres",query="3714876955596208471"} 0 pg_query_sblk_dirtied{datname="postgres",query="393550323916470202"} 0 pg_query_sblk_dirtied{datname="postgres",query="4917684750321049296"} 0 pg_query_sblk_dirtied{datname="postgres",query="5081739340832322055"} 0 pg_query_sblk_dirtied{datname="postgres",query="6607318708723431991"} 0 pg_query_sblk_dirtied{datname="postgres",query="7538016218007174732"} 0 pg_query_sblk_dirtied{datname="postgres",query="816852380068164872"} 0 # HELP pg_query_sblk_hit Total number of shared block cache hits by the statement # TYPE pg_query_sblk_hit counter pg_query_sblk_hit{datname="gepvi_eat_db",query="-1203194435912387227"} 62102 pg_query_sblk_hit{datname="gepvi_eat_db",query="-1825154161371458254"} 138645 pg_query_sblk_hit{datname="gepvi_eat_db",query="-3114151248348423668"} 0 pg_query_sblk_hit{datname="gepvi_eat_db",query="-3387905272663065291"} 5444 pg_query_sblk_hit{datname="gepvi_eat_db",query="-3394742553290663210"} 2.479161e+06 pg_query_sblk_hit{datname="gepvi_eat_db",query="-4149063353820024551"} 34196 pg_query_sblk_hit{datname="gepvi_eat_db",query="-458988413820240360"} 51728 pg_query_sblk_hit{datname="gepvi_eat_db",query="-5715475192465128161"} 1.38457972e+08 pg_query_sblk_hit{datname="gepvi_eat_db",query="-6647621097204396179"} 2.232061e+07 pg_query_sblk_hit{datname="gepvi_eat_db",query="-6974817214962100192"} 9781 pg_query_sblk_hit{datname="gepvi_eat_db",query="-8005986967374230759"} 35074 pg_query_sblk_hit{datname="gepvi_eat_db",query="-8394789936105279816"} 1.870568e+06 pg_query_sblk_hit{datname="gepvi_eat_db",query="-8533974109254859233"} 1.6848e+06 pg_query_sblk_hit{datname="gepvi_eat_db",query="-8614649825449602022"} 0 pg_query_sblk_hit{datname="gepvi_eat_db",query="-994257967903536850"} 35936 pg_query_sblk_hit{datname="gepvi_eat_db",query="1081380012885087053"} 357515 pg_query_sblk_hit{datname="gepvi_eat_db",query="135772982608966502"} 10738 pg_query_sblk_hit{datname="gepvi_eat_db",query="1842113366287483401"} 6.7529065e+07 pg_query_sblk_hit{datname="gepvi_eat_db",query="1983118436334682048"} 165679 pg_query_sblk_hit{datname="gepvi_eat_db",query="2250294303447458804"} 30936 pg_query_sblk_hit{datname="gepvi_eat_db",query="2505140487204484865"} 63120 pg_query_sblk_hit{datname="gepvi_eat_db",query="2535106687404675250"} 38548 pg_query_sblk_hit{datname="gepvi_eat_db",query="2562851877910530907"} 5.576851e+07 pg_query_sblk_hit{datname="gepvi_eat_db",query="343553743037098774"} 1.571219e+06 pg_query_sblk_hit{datname="gepvi_eat_db",query="393550323916470202"} 3.32894115e+08 pg_query_sblk_hit{datname="gepvi_eat_db",query="4406795996272465480"} 124829 pg_query_sblk_hit{datname="gepvi_eat_db",query="4917684750321049296"} 4.74545583e+08 pg_query_sblk_hit{datname="gepvi_eat_db",query="5081739340832322055"} 1.04268946e+08 pg_query_sblk_hit{datname="gepvi_eat_db",query="5412556697013553330"} 40917 pg_query_sblk_hit{datname="gepvi_eat_db",query="5880989144435026886"} 25313 pg_query_sblk_hit{datname="gepvi_eat_db",query="6181865492772919732"} 34565 pg_query_sblk_hit{datname="gepvi_eat_db",query="6607318708723431991"} 2.219849e+06 pg_query_sblk_hit{datname="gepvi_eat_db",query="8223662460642089178"} 43784 pg_query_sblk_hit{datname="gepvi_eat_db",query="8255156036760666390"} 12290 pg_query_sblk_hit{datname="gepvi_fin_db",query="-3114151248348423668"} 0 pg_query_sblk_hit{datname="gepvi_fin_db",query="-3394742553290663210"} 2.479158e+06 pg_query_sblk_hit{datname="gepvi_fin_db",query="-5715475192465128161"} 1.36948944e+08 pg_query_sblk_hit{datname="gepvi_fin_db",query="-6273244583831132716"} 2687 pg_query_sblk_hit{datname="gepvi_fin_db",query="-6647621097204396179"} 1.3720588e+07 pg_query_sblk_hit{datname="gepvi_fin_db",query="-8394789936105279816"} 1.747366e+06 pg_query_sblk_hit{datname="gepvi_fin_db",query="-8614649825449602022"} 0 pg_query_sblk_hit{datname="gepvi_fin_db",query="1842113366287483401"} 6.7049753e+07 pg_query_sblk_hit{datname="gepvi_fin_db",query="2562851877910530907"} 1.3165482e+07 pg_query_sblk_hit{datname="gepvi_fin_db",query="393550323916470202"} 2.56763316e+08 pg_query_sblk_hit{datname="gepvi_fin_db",query="4917684750321049296"} 4.02123787e+08 pg_query_sblk_hit{datname="gepvi_fin_db",query="5081739340832322055"} 8.4208772e+07 pg_query_sblk_hit{datname="gepvi_fin_db",query="6104223848159399923"} 49879 pg_query_sblk_hit{datname="gepvi_fin_db",query="6607318708723431991"} 2.099166e+06 pg_query_sblk_hit{datname="gepvi_health_db",query="-3114151248348423668"} 0 pg_query_sblk_hit{datname="gepvi_health_db",query="-3394742553290663210"} 2.479152e+06 pg_query_sblk_hit{datname="gepvi_health_db",query="-5715475192465128161"} 8.3715475e+07 pg_query_sblk_hit{datname="gepvi_health_db",query="-6647621097204396179"} 1.14032e+06 pg_query_sblk_hit{datname="gepvi_health_db",query="-8394789936105279816"} 1.749324e+06 pg_query_sblk_hit{datname="gepvi_health_db",query="-8614649825449602022"} 0 pg_query_sblk_hit{datname="gepvi_health_db",query="1842113366287483401"} 6.7281135e+07 pg_query_sblk_hit{datname="gepvi_health_db",query="2562851877910530907"} 0 pg_query_sblk_hit{datname="gepvi_health_db",query="393550323916470202"} 7.73478e+06 pg_query_sblk_hit{datname="gepvi_health_db",query="4917684750321049296"} 3.58820359e+08 pg_query_sblk_hit{datname="gepvi_health_db",query="5081739340832322055"} 7.743462e+06 pg_query_sblk_hit{datname="gepvi_health_db",query="6607318708723431991"} 2.098263e+06 pg_query_sblk_hit{datname="gepvi_users_db",query="-3114151248348423668"} 0 pg_query_sblk_hit{datname="gepvi_users_db",query="-3394742553290663210"} 2.479146e+06 pg_query_sblk_hit{datname="gepvi_users_db",query="-5715475192465128161"} 1.14143769e+08 pg_query_sblk_hit{datname="gepvi_users_db",query="-6647621097204396179"} 5.931326e+06 pg_query_sblk_hit{datname="gepvi_users_db",query="-8394789936105279816"} 1.748264e+06 pg_query_sblk_hit{datname="gepvi_users_db",query="-8614649825449602022"} 0 pg_query_sblk_hit{datname="gepvi_users_db",query="1842113366287483401"} 6.7175049e+07 pg_query_sblk_hit{datname="gepvi_users_db",query="2562851877910530907"} 1.7999214e+07 pg_query_sblk_hit{datname="gepvi_users_db",query="393550323916470202"} 9.8591562e+07 pg_query_sblk_hit{datname="gepvi_users_db",query="4917684750321049296"} 3.51013209e+08 pg_query_sblk_hit{datname="gepvi_users_db",query="5081739340832322055"} 4.5070657e+07 pg_query_sblk_hit{datname="gepvi_users_db",query="6607318708723431991"} 2.099951e+06 pg_query_sblk_hit{datname="omniword",query="-3114151248348423668"} 0 pg_query_sblk_hit{datname="omniword",query="-3394742553290663210"} 2.479167e+06 pg_query_sblk_hit{datname="omniword",query="-5715475192465128161"} 1.18693899e+08 pg_query_sblk_hit{datname="omniword",query="-6647621097204396179"} 7.083801e+06 pg_query_sblk_hit{datname="omniword",query="-8394789936105279816"} 1.749102e+06 pg_query_sblk_hit{datname="omniword",query="-8614649825449602022"} 0 pg_query_sblk_hit{datname="omniword",query="1842113366287483401"} 6.7244243e+07 pg_query_sblk_hit{datname="omniword",query="2562851877910530907"} 0 pg_query_sblk_hit{datname="omniword",query="393550323916470202"} 1.23275751e+08 pg_query_sblk_hit{datname="omniword",query="4917684750321049296"} 3.67047097e+08 pg_query_sblk_hit{datname="omniword",query="5081739340832322055"} 5.3957574e+07 pg_query_sblk_hit{datname="omniword",query="6607318708723431991"} 2.101578e+06 pg_query_sblk_hit{datname="postgres",query="-1567903771303523871"} 2.127737e+06 pg_query_sblk_hit{datname="postgres",query="-1625100286364369430"} 0 pg_query_sblk_hit{datname="postgres",query="-1909391084633265766"} 0 pg_query_sblk_hit{datname="postgres",query="-2029183647160561869"} 0 pg_query_sblk_hit{datname="postgres",query="-2721729348201004655"} 0 pg_query_sblk_hit{datname="postgres",query="-2783306896154707576"} 0 pg_query_sblk_hit{datname="postgres",query="-3114151248348423668"} 0 pg_query_sblk_hit{datname="postgres",query="-3255093476584998991"} 0 pg_query_sblk_hit{datname="postgres",query="-3394742553290663210"} 2.479158e+06 pg_query_sblk_hit{datname="postgres",query="-3481586796352513521"} 1.04505e+06 pg_query_sblk_hit{datname="postgres",query="-3561581858611292661"} 1.135128e+06 pg_query_sblk_hit{datname="postgres",query="-4013135341694372554"} 22434 pg_query_sblk_hit{datname="postgres",query="-4263663384172168557"} 0 pg_query_sblk_hit{datname="postgres",query="-4367113113870361052"} 0 pg_query_sblk_hit{datname="postgres",query="-4426219414945232276"} 1.731584e+06 pg_query_sblk_hit{datname="postgres",query="-5177198833890665486"} 522537 pg_query_sblk_hit{datname="postgres",query="-5253393246738566256"} 0 pg_query_sblk_hit{datname="postgres",query="-5255754849199367498"} 0 pg_query_sblk_hit{datname="postgres",query="-5715475192465128161"} 2.4919463e+07 pg_query_sblk_hit{datname="postgres",query="-571986491529085836"} 0 pg_query_sblk_hit{datname="postgres",query="-6324036696618024559"} 428073 pg_query_sblk_hit{datname="postgres",query="-659392855806846005"} 32301 pg_query_sblk_hit{datname="postgres",query="-6647621097204396179"} 645387 pg_query_sblk_hit{datname="postgres",query="-7724675315091666518"} 14670 pg_query_sblk_hit{datname="postgres",query="-7812113279872158192"} 0 pg_query_sblk_hit{datname="postgres",query="-7961388009227772837"} 0 pg_query_sblk_hit{datname="postgres",query="-8394789936105279816"} 1.757854e+06 pg_query_sblk_hit{datname="postgres",query="-8415353913695631440"} 26505 pg_query_sblk_hit{datname="postgres",query="-8565717563209808017"} 0 pg_query_sblk_hit{datname="postgres",query="-8614649825449602022"} 0 pg_query_sblk_hit{datname="postgres",query="1469903626741806805"} 0 pg_query_sblk_hit{datname="postgres",query="1676811854946253168"} 0 pg_query_sblk_hit{datname="postgres",query="1842113366287483401"} 7.1995673e+07 pg_query_sblk_hit{datname="postgres",query="2121678415194453056"} 3.813778e+06 pg_query_sblk_hit{datname="postgres",query="2484459042846835040"} 0 pg_query_sblk_hit{datname="postgres",query="2562851877910530907"} 0 pg_query_sblk_hit{datname="postgres",query="304937313495459475"} 0 pg_query_sblk_hit{datname="postgres",query="3714876955596208471"} 1.063205e+06 pg_query_sblk_hit{datname="postgres",query="393550323916470202"} 7.853569e+06 pg_query_sblk_hit{datname="postgres",query="4917684750321049296"} 8.364065e+06 pg_query_sblk_hit{datname="postgres",query="5081739340832322055"} 8.24389e+06 pg_query_sblk_hit{datname="postgres",query="6607318708723431991"} 2.101987e+06 pg_query_sblk_hit{datname="postgres",query="7538016218007174732"} 0 pg_query_sblk_hit{datname="postgres",query="816852380068164872"} 0 # HELP pg_query_sblk_read Total number of shared blocks read by the statement # TYPE pg_query_sblk_read counter pg_query_sblk_read{datname="gepvi_eat_db",query="-1203194435912387227"} 0 pg_query_sblk_read{datname="gepvi_eat_db",query="-1825154161371458254"} 3 pg_query_sblk_read{datname="gepvi_eat_db",query="-3114151248348423668"} 0 pg_query_sblk_read{datname="gepvi_eat_db",query="-3387905272663065291"} 2 pg_query_sblk_read{datname="gepvi_eat_db",query="-3394742553290663210"} 3 pg_query_sblk_read{datname="gepvi_eat_db",query="-4149063353820024551"} 7 pg_query_sblk_read{datname="gepvi_eat_db",query="-458988413820240360"} 1 pg_query_sblk_read{datname="gepvi_eat_db",query="-5715475192465128161"} 147 pg_query_sblk_read{datname="gepvi_eat_db",query="-6647621097204396179"} 27 pg_query_sblk_read{datname="gepvi_eat_db",query="-6974817214962100192"} 0 pg_query_sblk_read{datname="gepvi_eat_db",query="-8005986967374230759"} 1 pg_query_sblk_read{datname="gepvi_eat_db",query="-8394789936105279816"} 0 pg_query_sblk_read{datname="gepvi_eat_db",query="-8533974109254859233"} 8 pg_query_sblk_read{datname="gepvi_eat_db",query="-8614649825449602022"} 0 pg_query_sblk_read{datname="gepvi_eat_db",query="-994257967903536850"} 2 pg_query_sblk_read{datname="gepvi_eat_db",query="1081380012885087053"} 2 pg_query_sblk_read{datname="gepvi_eat_db",query="135772982608966502"} 3 pg_query_sblk_read{datname="gepvi_eat_db",query="1842113366287483401"} 315 pg_query_sblk_read{datname="gepvi_eat_db",query="1983118436334682048"} 6 pg_query_sblk_read{datname="gepvi_eat_db",query="2250294303447458804"} 10 pg_query_sblk_read{datname="gepvi_eat_db",query="2505140487204484865"} 84 pg_query_sblk_read{datname="gepvi_eat_db",query="2535106687404675250"} 123 pg_query_sblk_read{datname="gepvi_eat_db",query="2562851877910530907"} 27 pg_query_sblk_read{datname="gepvi_eat_db",query="343553743037098774"} 1 pg_query_sblk_read{datname="gepvi_eat_db",query="393550323916470202"} 2 pg_query_sblk_read{datname="gepvi_eat_db",query="4406795996272465480"} 49 pg_query_sblk_read{datname="gepvi_eat_db",query="4917684750321049296"} 76 pg_query_sblk_read{datname="gepvi_eat_db",query="5081739340832322055"} 0 pg_query_sblk_read{datname="gepvi_eat_db",query="5412556697013553330"} 0 pg_query_sblk_read{datname="gepvi_eat_db",query="5880989144435026886"} 0 pg_query_sblk_read{datname="gepvi_eat_db",query="6181865492772919732"} 1 pg_query_sblk_read{datname="gepvi_eat_db",query="6607318708723431991"} 0 pg_query_sblk_read{datname="gepvi_eat_db",query="8223662460642089178"} 2 pg_query_sblk_read{datname="gepvi_eat_db",query="8255156036760666390"} 3 pg_query_sblk_read{datname="gepvi_fin_db",query="-3114151248348423668"} 0 pg_query_sblk_read{datname="gepvi_fin_db",query="-3394742553290663210"} 3 pg_query_sblk_read{datname="gepvi_fin_db",query="-5715475192465128161"} 158 pg_query_sblk_read{datname="gepvi_fin_db",query="-6273244583831132716"} 0 pg_query_sblk_read{datname="gepvi_fin_db",query="-6647621097204396179"} 10 pg_query_sblk_read{datname="gepvi_fin_db",query="-8394789936105279816"} 2 pg_query_sblk_read{datname="gepvi_fin_db",query="-8614649825449602022"} 0 pg_query_sblk_read{datname="gepvi_fin_db",query="1842113366287483401"} 284 pg_query_sblk_read{datname="gepvi_fin_db",query="2562851877910530907"} 14 pg_query_sblk_read{datname="gepvi_fin_db",query="393550323916470202"} 0 pg_query_sblk_read{datname="gepvi_fin_db",query="4917684750321049296"} 114 pg_query_sblk_read{datname="gepvi_fin_db",query="5081739340832322055"} 1 pg_query_sblk_read{datname="gepvi_fin_db",query="6104223848159399923"} 6 pg_query_sblk_read{datname="gepvi_fin_db",query="6607318708723431991"} 0 pg_query_sblk_read{datname="gepvi_health_db",query="-3114151248348423668"} 0 pg_query_sblk_read{datname="gepvi_health_db",query="-3394742553290663210"} 3 pg_query_sblk_read{datname="gepvi_health_db",query="-5715475192465128161"} 114 pg_query_sblk_read{datname="gepvi_health_db",query="-6647621097204396179"} 4 pg_query_sblk_read{datname="gepvi_health_db",query="-8394789936105279816"} 4 pg_query_sblk_read{datname="gepvi_health_db",query="-8614649825449602022"} 0 pg_query_sblk_read{datname="gepvi_health_db",query="1842113366287483401"} 270 pg_query_sblk_read{datname="gepvi_health_db",query="2562851877910530907"} 0 pg_query_sblk_read{datname="gepvi_health_db",query="393550323916470202"} 0 pg_query_sblk_read{datname="gepvi_health_db",query="4917684750321049296"} 164 pg_query_sblk_read{datname="gepvi_health_db",query="5081739340832322055"} 0 pg_query_sblk_read{datname="gepvi_health_db",query="6607318708723431991"} 0 pg_query_sblk_read{datname="gepvi_users_db",query="-3114151248348423668"} 0 pg_query_sblk_read{datname="gepvi_users_db",query="-3394742553290663210"} 3 pg_query_sblk_read{datname="gepvi_users_db",query="-5715475192465128161"} 145 pg_query_sblk_read{datname="gepvi_users_db",query="-6647621097204396179"} 5 pg_query_sblk_read{datname="gepvi_users_db",query="-8394789936105279816"} 0 pg_query_sblk_read{datname="gepvi_users_db",query="-8614649825449602022"} 0 pg_query_sblk_read{datname="gepvi_users_db",query="1842113366287483401"} 282 pg_query_sblk_read{datname="gepvi_users_db",query="2562851877910530907"} 24 pg_query_sblk_read{datname="gepvi_users_db",query="393550323916470202"} 0 pg_query_sblk_read{datname="gepvi_users_db",query="4917684750321049296"} 88 pg_query_sblk_read{datname="gepvi_users_db",query="5081739340832322055"} 2 pg_query_sblk_read{datname="gepvi_users_db",query="6607318708723431991"} 0 pg_query_sblk_read{datname="omniword",query="-3114151248348423668"} 0 pg_query_sblk_read{datname="omniword",query="-3394742553290663210"} 3 pg_query_sblk_read{datname="omniword",query="-5715475192465128161"} 160 pg_query_sblk_read{datname="omniword",query="-6647621097204396179"} 9 pg_query_sblk_read{datname="omniword",query="-8394789936105279816"} 2 pg_query_sblk_read{datname="omniword",query="-8614649825449602022"} 0 pg_query_sblk_read{datname="omniword",query="1842113366287483401"} 289 pg_query_sblk_read{datname="omniword",query="2562851877910530907"} 0 pg_query_sblk_read{datname="omniword",query="393550323916470202"} 0 pg_query_sblk_read{datname="omniword",query="4917684750321049296"} 100 pg_query_sblk_read{datname="omniword",query="5081739340832322055"} 0 pg_query_sblk_read{datname="omniword",query="6607318708723431991"} 2 pg_query_sblk_read{datname="postgres",query="-1567903771303523871"} 0 pg_query_sblk_read{datname="postgres",query="-1625100286364369430"} 0 pg_query_sblk_read{datname="postgres",query="-1909391084633265766"} 0 pg_query_sblk_read{datname="postgres",query="-2029183647160561869"} 0 pg_query_sblk_read{datname="postgres",query="-2721729348201004655"} 0 pg_query_sblk_read{datname="postgres",query="-2783306896154707576"} 0 pg_query_sblk_read{datname="postgres",query="-3114151248348423668"} 0 pg_query_sblk_read{datname="postgres",query="-3255093476584998991"} 0 pg_query_sblk_read{datname="postgres",query="-3394742553290663210"} 3 pg_query_sblk_read{datname="postgres",query="-3481586796352513521"} 0 pg_query_sblk_read{datname="postgres",query="-3561581858611292661"} 3 pg_query_sblk_read{datname="postgres",query="-4013135341694372554"} 3 pg_query_sblk_read{datname="postgres",query="-4263663384172168557"} 0 pg_query_sblk_read{datname="postgres",query="-4367113113870361052"} 0 pg_query_sblk_read{datname="postgres",query="-4426219414945232276"} 0 pg_query_sblk_read{datname="postgres",query="-5177198833890665486"} 0 pg_query_sblk_read{datname="postgres",query="-5253393246738566256"} 0 pg_query_sblk_read{datname="postgres",query="-5255754849199367498"} 0 pg_query_sblk_read{datname="postgres",query="-5715475192465128161"} 34 pg_query_sblk_read{datname="postgres",query="-571986491529085836"} 0 pg_query_sblk_read{datname="postgres",query="-6324036696618024559"} 3 pg_query_sblk_read{datname="postgres",query="-659392855806846005"} 0 pg_query_sblk_read{datname="postgres",query="-6647621097204396179"} 6 pg_query_sblk_read{datname="postgres",query="-7724675315091666518"} 0 pg_query_sblk_read{datname="postgres",query="-7812113279872158192"} 0 pg_query_sblk_read{datname="postgres",query="-7961388009227772837"} 0 pg_query_sblk_read{datname="postgres",query="-8394789936105279816"} 0 pg_query_sblk_read{datname="postgres",query="-8415353913695631440"} 0 pg_query_sblk_read{datname="postgres",query="-8565717563209808017"} 0 pg_query_sblk_read{datname="postgres",query="-8614649825449602022"} 0 pg_query_sblk_read{datname="postgres",query="1469903626741806805"} 0 pg_query_sblk_read{datname="postgres",query="1676811854946253168"} 0 pg_query_sblk_read{datname="postgres",query="1842113366287483401"} 253 pg_query_sblk_read{datname="postgres",query="2121678415194453056"} 0 pg_query_sblk_read{datname="postgres",query="2484459042846835040"} 0 pg_query_sblk_read{datname="postgres",query="2562851877910530907"} 0 pg_query_sblk_read{datname="postgres",query="304937313495459475"} 0 pg_query_sblk_read{datname="postgres",query="3714876955596208471"} 0 pg_query_sblk_read{datname="postgres",query="393550323916470202"} 2 pg_query_sblk_read{datname="postgres",query="4917684750321049296"} 12 pg_query_sblk_read{datname="postgres",query="5081739340832322055"} 2 pg_query_sblk_read{datname="postgres",query="6607318708723431991"} 0 pg_query_sblk_read{datname="postgres",query="7538016218007174732"} 0 pg_query_sblk_read{datname="postgres",query="816852380068164872"} 0 # HELP pg_query_sblk_written Total number of shared blocks written by the statement # TYPE pg_query_sblk_written counter pg_query_sblk_written{datname="gepvi_eat_db",query="-1203194435912387227"} 0 pg_query_sblk_written{datname="gepvi_eat_db",query="-1825154161371458254"} 0 pg_query_sblk_written{datname="gepvi_eat_db",query="-3114151248348423668"} 0 pg_query_sblk_written{datname="gepvi_eat_db",query="-3387905272663065291"} 0 pg_query_sblk_written{datname="gepvi_eat_db",query="-3394742553290663210"} 0 pg_query_sblk_written{datname="gepvi_eat_db",query="-4149063353820024551"} 0 pg_query_sblk_written{datname="gepvi_eat_db",query="-458988413820240360"} 0 pg_query_sblk_written{datname="gepvi_eat_db",query="-5715475192465128161"} 0 pg_query_sblk_written{datname="gepvi_eat_db",query="-6647621097204396179"} 0 pg_query_sblk_written{datname="gepvi_eat_db",query="-6974817214962100192"} 0 pg_query_sblk_written{datname="gepvi_eat_db",query="-8005986967374230759"} 0 pg_query_sblk_written{datname="gepvi_eat_db",query="-8394789936105279816"} 0 pg_query_sblk_written{datname="gepvi_eat_db",query="-8533974109254859233"} 15 pg_query_sblk_written{datname="gepvi_eat_db",query="-8614649825449602022"} 0 pg_query_sblk_written{datname="gepvi_eat_db",query="-994257967903536850"} 0 pg_query_sblk_written{datname="gepvi_eat_db",query="1081380012885087053"} 0 pg_query_sblk_written{datname="gepvi_eat_db",query="135772982608966502"} 0 pg_query_sblk_written{datname="gepvi_eat_db",query="1842113366287483401"} 0 pg_query_sblk_written{datname="gepvi_eat_db",query="1983118436334682048"} 0 pg_query_sblk_written{datname="gepvi_eat_db",query="2250294303447458804"} 5 pg_query_sblk_written{datname="gepvi_eat_db",query="2505140487204484865"} 0 pg_query_sblk_written{datname="gepvi_eat_db",query="2535106687404675250"} 0 pg_query_sblk_written{datname="gepvi_eat_db",query="2562851877910530907"} 0 pg_query_sblk_written{datname="gepvi_eat_db",query="343553743037098774"} 0 pg_query_sblk_written{datname="gepvi_eat_db",query="393550323916470202"} 0 pg_query_sblk_written{datname="gepvi_eat_db",query="4406795996272465480"} 141 pg_query_sblk_written{datname="gepvi_eat_db",query="4917684750321049296"} 0 pg_query_sblk_written{datname="gepvi_eat_db",query="5081739340832322055"} 0 pg_query_sblk_written{datname="gepvi_eat_db",query="5412556697013553330"} 0 pg_query_sblk_written{datname="gepvi_eat_db",query="5880989144435026886"} 0 pg_query_sblk_written{datname="gepvi_eat_db",query="6181865492772919732"} 0 pg_query_sblk_written{datname="gepvi_eat_db",query="6607318708723431991"} 0 pg_query_sblk_written{datname="gepvi_eat_db",query="8223662460642089178"} 63 pg_query_sblk_written{datname="gepvi_eat_db",query="8255156036760666390"} 0 pg_query_sblk_written{datname="gepvi_fin_db",query="-3114151248348423668"} 0 pg_query_sblk_written{datname="gepvi_fin_db",query="-3394742553290663210"} 0 pg_query_sblk_written{datname="gepvi_fin_db",query="-5715475192465128161"} 0 pg_query_sblk_written{datname="gepvi_fin_db",query="-6273244583831132716"} 0 pg_query_sblk_written{datname="gepvi_fin_db",query="-6647621097204396179"} 0 pg_query_sblk_written{datname="gepvi_fin_db",query="-8394789936105279816"} 0 pg_query_sblk_written{datname="gepvi_fin_db",query="-8614649825449602022"} 0 pg_query_sblk_written{datname="gepvi_fin_db",query="1842113366287483401"} 0 pg_query_sblk_written{datname="gepvi_fin_db",query="2562851877910530907"} 0 pg_query_sblk_written{datname="gepvi_fin_db",query="393550323916470202"} 0 pg_query_sblk_written{datname="gepvi_fin_db",query="4917684750321049296"} 0 pg_query_sblk_written{datname="gepvi_fin_db",query="5081739340832322055"} 0 pg_query_sblk_written{datname="gepvi_fin_db",query="6104223848159399923"} 144 pg_query_sblk_written{datname="gepvi_fin_db",query="6607318708723431991"} 0 pg_query_sblk_written{datname="gepvi_health_db",query="-3114151248348423668"} 0 pg_query_sblk_written{datname="gepvi_health_db",query="-3394742553290663210"} 0 pg_query_sblk_written{datname="gepvi_health_db",query="-5715475192465128161"} 0 pg_query_sblk_written{datname="gepvi_health_db",query="-6647621097204396179"} 0 pg_query_sblk_written{datname="gepvi_health_db",query="-8394789936105279816"} 0 pg_query_sblk_written{datname="gepvi_health_db",query="-8614649825449602022"} 0 pg_query_sblk_written{datname="gepvi_health_db",query="1842113366287483401"} 0 pg_query_sblk_written{datname="gepvi_health_db",query="2562851877910530907"} 0 pg_query_sblk_written{datname="gepvi_health_db",query="393550323916470202"} 0 pg_query_sblk_written{datname="gepvi_health_db",query="4917684750321049296"} 0 pg_query_sblk_written{datname="gepvi_health_db",query="5081739340832322055"} 0 pg_query_sblk_written{datname="gepvi_health_db",query="6607318708723431991"} 0 pg_query_sblk_written{datname="gepvi_users_db",query="-3114151248348423668"} 0 pg_query_sblk_written{datname="gepvi_users_db",query="-3394742553290663210"} 0 pg_query_sblk_written{datname="gepvi_users_db",query="-5715475192465128161"} 0 pg_query_sblk_written{datname="gepvi_users_db",query="-6647621097204396179"} 0 pg_query_sblk_written{datname="gepvi_users_db",query="-8394789936105279816"} 0 pg_query_sblk_written{datname="gepvi_users_db",query="-8614649825449602022"} 0 pg_query_sblk_written{datname="gepvi_users_db",query="1842113366287483401"} 0 pg_query_sblk_written{datname="gepvi_users_db",query="2562851877910530907"} 0 pg_query_sblk_written{datname="gepvi_users_db",query="393550323916470202"} 0 pg_query_sblk_written{datname="gepvi_users_db",query="4917684750321049296"} 0 pg_query_sblk_written{datname="gepvi_users_db",query="5081739340832322055"} 0 pg_query_sblk_written{datname="gepvi_users_db",query="6607318708723431991"} 0 pg_query_sblk_written{datname="omniword",query="-3114151248348423668"} 0 pg_query_sblk_written{datname="omniword",query="-3394742553290663210"} 0 pg_query_sblk_written{datname="omniword",query="-5715475192465128161"} 0 pg_query_sblk_written{datname="omniword",query="-6647621097204396179"} 0 pg_query_sblk_written{datname="omniword",query="-8394789936105279816"} 0 pg_query_sblk_written{datname="omniword",query="-8614649825449602022"} 0 pg_query_sblk_written{datname="omniword",query="1842113366287483401"} 0 pg_query_sblk_written{datname="omniword",query="2562851877910530907"} 0 pg_query_sblk_written{datname="omniword",query="393550323916470202"} 0 pg_query_sblk_written{datname="omniword",query="4917684750321049296"} 0 pg_query_sblk_written{datname="omniword",query="5081739340832322055"} 0 pg_query_sblk_written{datname="omniword",query="6607318708723431991"} 0 pg_query_sblk_written{datname="postgres",query="-1567903771303523871"} 0 pg_query_sblk_written{datname="postgres",query="-1625100286364369430"} 0 pg_query_sblk_written{datname="postgres",query="-1909391084633265766"} 0 pg_query_sblk_written{datname="postgres",query="-2029183647160561869"} 0 pg_query_sblk_written{datname="postgres",query="-2721729348201004655"} 0 pg_query_sblk_written{datname="postgres",query="-2783306896154707576"} 0 pg_query_sblk_written{datname="postgres",query="-3114151248348423668"} 0 pg_query_sblk_written{datname="postgres",query="-3255093476584998991"} 0 pg_query_sblk_written{datname="postgres",query="-3394742553290663210"} 0 pg_query_sblk_written{datname="postgres",query="-3481586796352513521"} 0 pg_query_sblk_written{datname="postgres",query="-3561581858611292661"} 0 pg_query_sblk_written{datname="postgres",query="-4013135341694372554"} 0 pg_query_sblk_written{datname="postgres",query="-4263663384172168557"} 0 pg_query_sblk_written{datname="postgres",query="-4367113113870361052"} 0 pg_query_sblk_written{datname="postgres",query="-4426219414945232276"} 0 pg_query_sblk_written{datname="postgres",query="-5177198833890665486"} 0 pg_query_sblk_written{datname="postgres",query="-5253393246738566256"} 0 pg_query_sblk_written{datname="postgres",query="-5255754849199367498"} 0 pg_query_sblk_written{datname="postgres",query="-5715475192465128161"} 0 pg_query_sblk_written{datname="postgres",query="-571986491529085836"} 0 pg_query_sblk_written{datname="postgres",query="-6324036696618024559"} 0 pg_query_sblk_written{datname="postgres",query="-659392855806846005"} 0 pg_query_sblk_written{datname="postgres",query="-6647621097204396179"} 0 pg_query_sblk_written{datname="postgres",query="-7724675315091666518"} 0 pg_query_sblk_written{datname="postgres",query="-7812113279872158192"} 0 pg_query_sblk_written{datname="postgres",query="-7961388009227772837"} 0 pg_query_sblk_written{datname="postgres",query="-8394789936105279816"} 0 pg_query_sblk_written{datname="postgres",query="-8415353913695631440"} 0 pg_query_sblk_written{datname="postgres",query="-8565717563209808017"} 0 pg_query_sblk_written{datname="postgres",query="-8614649825449602022"} 0 pg_query_sblk_written{datname="postgres",query="1469903626741806805"} 0 pg_query_sblk_written{datname="postgres",query="1676811854946253168"} 0 pg_query_sblk_written{datname="postgres",query="1842113366287483401"} 0 pg_query_sblk_written{datname="postgres",query="2121678415194453056"} 0 pg_query_sblk_written{datname="postgres",query="2484459042846835040"} 0 pg_query_sblk_written{datname="postgres",query="2562851877910530907"} 0 pg_query_sblk_written{datname="postgres",query="304937313495459475"} 0 pg_query_sblk_written{datname="postgres",query="3714876955596208471"} 0 pg_query_sblk_written{datname="postgres",query="393550323916470202"} 0 pg_query_sblk_written{datname="postgres",query="4917684750321049296"} 0 pg_query_sblk_written{datname="postgres",query="5081739340832322055"} 0 pg_query_sblk_written{datname="postgres",query="6607318708723431991"} 0 pg_query_sblk_written{datname="postgres",query="7538016218007174732"} 0 pg_query_sblk_written{datname="postgres",query="816852380068164872"} 0 # HELP pg_query_wal_bytes Total amount of WAL bytes generated by the statement # TYPE pg_query_wal_bytes counter pg_query_wal_bytes{datname="gepvi_eat_db",query="-1203194435912387227"} 0 pg_query_wal_bytes{datname="gepvi_eat_db",query="-1825154161371458254"} 44401 pg_query_wal_bytes{datname="gepvi_eat_db",query="-3114151248348423668"} 0 pg_query_wal_bytes{datname="gepvi_eat_db",query="-3387905272663065291"} 7393 pg_query_wal_bytes{datname="gepvi_eat_db",query="-3394742553290663210"} 0 pg_query_wal_bytes{datname="gepvi_eat_db",query="-4149063353820024551"} 405326 pg_query_wal_bytes{datname="gepvi_eat_db",query="-458988413820240360"} 1086 pg_query_wal_bytes{datname="gepvi_eat_db",query="-5715475192465128161"} 120796 pg_query_wal_bytes{datname="gepvi_eat_db",query="-6647621097204396179"} 0 pg_query_wal_bytes{datname="gepvi_eat_db",query="-6974817214962100192"} 114 pg_query_wal_bytes{datname="gepvi_eat_db",query="-8005986967374230759"} 241874 pg_query_wal_bytes{datname="gepvi_eat_db",query="-8394789936105279816"} 0 pg_query_wal_bytes{datname="gepvi_eat_db",query="-8533974109254859233"} 935759 pg_query_wal_bytes{datname="gepvi_eat_db",query="-8614649825449602022"} 0 pg_query_wal_bytes{datname="gepvi_eat_db",query="-994257967903536850"} 890634 pg_query_wal_bytes{datname="gepvi_eat_db",query="1081380012885087053"} 484197 pg_query_wal_bytes{datname="gepvi_eat_db",query="135772982608966502"} 0 pg_query_wal_bytes{datname="gepvi_eat_db",query="1842113366287483401"} 0 pg_query_wal_bytes{datname="gepvi_eat_db",query="1983118436334682048"} 2.4261174e+07 pg_query_wal_bytes{datname="gepvi_eat_db",query="2250294303447458804"} 1.0479134e+07 pg_query_wal_bytes{datname="gepvi_eat_db",query="2505140487204484865"} 353036 pg_query_wal_bytes{datname="gepvi_eat_db",query="2535106687404675250"} 0 pg_query_wal_bytes{datname="gepvi_eat_db",query="2562851877910530907"} 278 pg_query_wal_bytes{datname="gepvi_eat_db",query="343553743037098774"} 172 pg_query_wal_bytes{datname="gepvi_eat_db",query="393550323916470202"} 252 pg_query_wal_bytes{datname="gepvi_eat_db",query="4406795996272465480"} 4.9082376e+07 pg_query_wal_bytes{datname="gepvi_eat_db",query="4917684750321049296"} 117143 pg_query_wal_bytes{datname="gepvi_eat_db",query="5081739340832322055"} 0 pg_query_wal_bytes{datname="gepvi_eat_db",query="5412556697013553330"} 0 pg_query_wal_bytes{datname="gepvi_eat_db",query="5880989144435026886"} 105434 pg_query_wal_bytes{datname="gepvi_eat_db",query="6181865492772919732"} 0 pg_query_wal_bytes{datname="gepvi_eat_db",query="6607318708723431991"} 0 pg_query_wal_bytes{datname="gepvi_eat_db",query="8223662460642089178"} 5.363014e+06 pg_query_wal_bytes{datname="gepvi_eat_db",query="8255156036760666390"} 42200 pg_query_wal_bytes{datname="gepvi_fin_db",query="-3114151248348423668"} 0 pg_query_wal_bytes{datname="gepvi_fin_db",query="-3394742553290663210"} 0 pg_query_wal_bytes{datname="gepvi_fin_db",query="-5715475192465128161"} 294 pg_query_wal_bytes{datname="gepvi_fin_db",query="-6273244583831132716"} 0 pg_query_wal_bytes{datname="gepvi_fin_db",query="-6647621097204396179"} 0 pg_query_wal_bytes{datname="gepvi_fin_db",query="-8394789936105279816"} 0 pg_query_wal_bytes{datname="gepvi_fin_db",query="-8614649825449602022"} 0 pg_query_wal_bytes{datname="gepvi_fin_db",query="1842113366287483401"} 0 pg_query_wal_bytes{datname="gepvi_fin_db",query="2562851877910530907"} 0 pg_query_wal_bytes{datname="gepvi_fin_db",query="393550323916470202"} 0 pg_query_wal_bytes{datname="gepvi_fin_db",query="4917684750321049296"} 35885 pg_query_wal_bytes{datname="gepvi_fin_db",query="5081739340832322055"} 0 pg_query_wal_bytes{datname="gepvi_fin_db",query="6104223848159399923"} 3.593597e+06 pg_query_wal_bytes{datname="gepvi_fin_db",query="6607318708723431991"} 0 pg_query_wal_bytes{datname="gepvi_health_db",query="-3114151248348423668"} 0 pg_query_wal_bytes{datname="gepvi_health_db",query="-3394742553290663210"} 0 pg_query_wal_bytes{datname="gepvi_health_db",query="-5715475192465128161"} 0 pg_query_wal_bytes{datname="gepvi_health_db",query="-6647621097204396179"} 0 pg_query_wal_bytes{datname="gepvi_health_db",query="-8394789936105279816"} 0 pg_query_wal_bytes{datname="gepvi_health_db",query="-8614649825449602022"} 0 pg_query_wal_bytes{datname="gepvi_health_db",query="1842113366287483401"} 0 pg_query_wal_bytes{datname="gepvi_health_db",query="2562851877910530907"} 0 pg_query_wal_bytes{datname="gepvi_health_db",query="393550323916470202"} 0 pg_query_wal_bytes{datname="gepvi_health_db",query="4917684750321049296"} 0 pg_query_wal_bytes{datname="gepvi_health_db",query="5081739340832322055"} 0 pg_query_wal_bytes{datname="gepvi_health_db",query="6607318708723431991"} 0 pg_query_wal_bytes{datname="gepvi_users_db",query="-3114151248348423668"} 0 pg_query_wal_bytes{datname="gepvi_users_db",query="-3394742553290663210"} 0 pg_query_wal_bytes{datname="gepvi_users_db",query="-5715475192465128161"} 0 pg_query_wal_bytes{datname="gepvi_users_db",query="-6647621097204396179"} 0 pg_query_wal_bytes{datname="gepvi_users_db",query="-8394789936105279816"} 0 pg_query_wal_bytes{datname="gepvi_users_db",query="-8614649825449602022"} 0 pg_query_wal_bytes{datname="gepvi_users_db",query="1842113366287483401"} 0 pg_query_wal_bytes{datname="gepvi_users_db",query="2562851877910530907"} 0 pg_query_wal_bytes{datname="gepvi_users_db",query="393550323916470202"} 0 pg_query_wal_bytes{datname="gepvi_users_db",query="4917684750321049296"} 0 pg_query_wal_bytes{datname="gepvi_users_db",query="5081739340832322055"} 0 pg_query_wal_bytes{datname="gepvi_users_db",query="6607318708723431991"} 0 pg_query_wal_bytes{datname="omniword",query="-3114151248348423668"} 0 pg_query_wal_bytes{datname="omniword",query="-3394742553290663210"} 0 pg_query_wal_bytes{datname="omniword",query="-5715475192465128161"} 27050 pg_query_wal_bytes{datname="omniword",query="-6647621097204396179"} 0 pg_query_wal_bytes{datname="omniword",query="-8394789936105279816"} 0 pg_query_wal_bytes{datname="omniword",query="-8614649825449602022"} 0 pg_query_wal_bytes{datname="omniword",query="1842113366287483401"} 0 pg_query_wal_bytes{datname="omniword",query="2562851877910530907"} 0 pg_query_wal_bytes{datname="omniword",query="393550323916470202"} 0 pg_query_wal_bytes{datname="omniword",query="4917684750321049296"} 24439 pg_query_wal_bytes{datname="omniword",query="5081739340832322055"} 0 pg_query_wal_bytes{datname="omniword",query="6607318708723431991"} 0 pg_query_wal_bytes{datname="postgres",query="-1567903771303523871"} 0 pg_query_wal_bytes{datname="postgres",query="-1625100286364369430"} 0 pg_query_wal_bytes{datname="postgres",query="-1909391084633265766"} 0 pg_query_wal_bytes{datname="postgres",query="-2029183647160561869"} 0 pg_query_wal_bytes{datname="postgres",query="-2721729348201004655"} 0 pg_query_wal_bytes{datname="postgres",query="-2783306896154707576"} 0 pg_query_wal_bytes{datname="postgres",query="-3114151248348423668"} 0 pg_query_wal_bytes{datname="postgres",query="-3255093476584998991"} 0 pg_query_wal_bytes{datname="postgres",query="-3394742553290663210"} 0 pg_query_wal_bytes{datname="postgres",query="-3481586796352513521"} 0 pg_query_wal_bytes{datname="postgres",query="-3561581858611292661"} 0 pg_query_wal_bytes{datname="postgres",query="-4013135341694372554"} 0 pg_query_wal_bytes{datname="postgres",query="-4263663384172168557"} 0 pg_query_wal_bytes{datname="postgres",query="-4367113113870361052"} 0 pg_query_wal_bytes{datname="postgres",query="-4426219414945232276"} 0 pg_query_wal_bytes{datname="postgres",query="-5177198833890665486"} 0 pg_query_wal_bytes{datname="postgres",query="-5253393246738566256"} 0 pg_query_wal_bytes{datname="postgres",query="-5255754849199367498"} 0 pg_query_wal_bytes{datname="postgres",query="-5715475192465128161"} 0 pg_query_wal_bytes{datname="postgres",query="-571986491529085836"} 0 pg_query_wal_bytes{datname="postgres",query="-6324036696618024559"} 0 pg_query_wal_bytes{datname="postgres",query="-659392855806846005"} 0 pg_query_wal_bytes{datname="postgres",query="-6647621097204396179"} 0 pg_query_wal_bytes{datname="postgres",query="-7724675315091666518"} 0 pg_query_wal_bytes{datname="postgres",query="-7812113279872158192"} 0 pg_query_wal_bytes{datname="postgres",query="-7961388009227772837"} 0 pg_query_wal_bytes{datname="postgres",query="-8394789936105279816"} 0 pg_query_wal_bytes{datname="postgres",query="-8415353913695631440"} 0 pg_query_wal_bytes{datname="postgres",query="-8565717563209808017"} 0 pg_query_wal_bytes{datname="postgres",query="-8614649825449602022"} 0 pg_query_wal_bytes{datname="postgres",query="1469903626741806805"} 0 pg_query_wal_bytes{datname="postgres",query="1676811854946253168"} 0 pg_query_wal_bytes{datname="postgres",query="1842113366287483401"} 0 pg_query_wal_bytes{datname="postgres",query="2121678415194453056"} 0 pg_query_wal_bytes{datname="postgres",query="2484459042846835040"} 0 pg_query_wal_bytes{datname="postgres",query="2562851877910530907"} 0 pg_query_wal_bytes{datname="postgres",query="304937313495459475"} 0 pg_query_wal_bytes{datname="postgres",query="3714876955596208471"} 0 pg_query_wal_bytes{datname="postgres",query="393550323916470202"} 0 pg_query_wal_bytes{datname="postgres",query="4917684750321049296"} 0 pg_query_wal_bytes{datname="postgres",query="5081739340832322055"} 0 pg_query_wal_bytes{datname="postgres",query="6607318708723431991"} 0 pg_query_wal_bytes{datname="postgres",query="7538016218007174732"} 0 pg_query_wal_bytes{datname="postgres",query="816852380068164872"} 0 # HELP pg_receive_lsn replica only # TYPE pg_receive_lsn counter pg_receive_lsn NaN # HELP pg_relkind_count Number of relations of corresponding relkind # TYPE pg_relkind_count gauge pg_relkind_count{datname="gepvi_eat_db",relkind="S"} 9 pg_relkind_count{datname="gepvi_eat_db",relkind="f"} 6 pg_relkind_count{datname="gepvi_eat_db",relkind="i"} 211 pg_relkind_count{datname="gepvi_eat_db",relkind="r"} 82 pg_relkind_count{datname="gepvi_eat_db",relkind="t"} 48 pg_relkind_count{datname="gepvi_eat_db",relkind="v"} 161 pg_relkind_count{datname="gepvi_fin_db",relkind="S"} 1 pg_relkind_count{datname="gepvi_fin_db",relkind="f"} 6 pg_relkind_count{datname="gepvi_fin_db",relkind="i"} 202 pg_relkind_count{datname="gepvi_fin_db",relkind="r"} 79 pg_relkind_count{datname="gepvi_fin_db",relkind="t"} 47 pg_relkind_count{datname="gepvi_fin_db",relkind="v"} 161 pg_relkind_count{datname="gepvi_health_db",relkind="f"} 6 pg_relkind_count{datname="gepvi_health_db",relkind="i"} 164 pg_relkind_count{datname="gepvi_health_db",relkind="r"} 69 pg_relkind_count{datname="gepvi_health_db",relkind="t"} 39 pg_relkind_count{datname="gepvi_health_db",relkind="v"} 161 pg_relkind_count{datname="gepvi_users_db",relkind="S"} 2 pg_relkind_count{datname="gepvi_users_db",relkind="f"} 6 pg_relkind_count{datname="gepvi_users_db",relkind="i"} 177 pg_relkind_count{datname="gepvi_users_db",relkind="r"} 73 pg_relkind_count{datname="gepvi_users_db",relkind="t"} 41 pg_relkind_count{datname="gepvi_users_db",relkind="v"} 161 pg_relkind_count{datname="omniword",relkind="f"} 6 pg_relkind_count{datname="omniword",relkind="i"} 181 pg_relkind_count{datname="omniword",relkind="r"} 74 pg_relkind_count{datname="omniword",relkind="t"} 43 pg_relkind_count{datname="omniword",relkind="v"} 161 pg_relkind_count{datname="postgres",relkind="f"} 6 pg_relkind_count{datname="postgres",relkind="i"} 164 pg_relkind_count{datname="postgres",relkind="r"} 69 pg_relkind_count{datname="postgres",relkind="t"} 39 pg_relkind_count{datname="postgres",relkind="v"} 161 # HELP pg_reload_time time when configuration was last reloaded # TYPE pg_reload_time gauge pg_reload_time 1.780561458703263e+09 # HELP pg_replay_lsn replica only # TYPE pg_replay_lsn counter pg_replay_lsn NaN # HELP pg_seq_blks_hit Number of buffer hits in this sequence # TYPE pg_seq_blks_hit counter pg_seq_blks_hit{datname="gepvi_eat_db",seqname="gepvi_eat.meals_id_seq"} 496936 pg_seq_blks_hit{datname="gepvi_eat_db",seqname="gepvi_eat.notifications_id_seq"} 494299 pg_seq_blks_hit{datname="gepvi_eat_db",seqname="gepvi_eat.reports_id_seq"} 494218 pg_seq_blks_hit{datname="gepvi_eat_db",seqname="gepvi_eat.symptoms_id_seq"} 493788 pg_seq_blks_hit{datname="gepvi_eat_db",seqname="gepvi_eat.weight_history_id_seq"} 493827 pg_seq_blks_hit{datname="gepvi_eat_db",seqname="payments.bepaid_products_id_seq"} 474444 pg_seq_blks_hit{datname="gepvi_eat_db",seqname="payments.payments_id_seq"} 474442 pg_seq_blks_hit{datname="gepvi_eat_db",seqname="payments.providers_id_seq"} 474440 pg_seq_blks_hit{datname="gepvi_eat_db",seqname="payments.webhooks_id_seq"} 474447 pg_seq_blks_hit{datname="gepvi_fin_db",seqname="gepvi_fin.webhooks_id_seq"} 490261 pg_seq_blks_hit{datname="gepvi_users_db",seqname="gepvi_users.webhooks_id_seq"} 491174 pg_seq_blks_hit{datname="gepvi_users_db",seqname="gepvi_users.weight_history_id_seq"} 491174 # HELP pg_seq_blks_read Number of disk blocks read from this sequence # TYPE pg_seq_blks_read counter pg_seq_blks_read{datname="gepvi_eat_db",seqname="gepvi_eat.meals_id_seq"} 3 pg_seq_blks_read{datname="gepvi_eat_db",seqname="gepvi_eat.notifications_id_seq"} 3 pg_seq_blks_read{datname="gepvi_eat_db",seqname="gepvi_eat.reports_id_seq"} 3 pg_seq_blks_read{datname="gepvi_eat_db",seqname="gepvi_eat.symptoms_id_seq"} 3 pg_seq_blks_read{datname="gepvi_eat_db",seqname="gepvi_eat.weight_history_id_seq"} 3 pg_seq_blks_read{datname="gepvi_eat_db",seqname="payments.bepaid_products_id_seq"} 1 pg_seq_blks_read{datname="gepvi_eat_db",seqname="payments.payments_id_seq"} 1 pg_seq_blks_read{datname="gepvi_eat_db",seqname="payments.providers_id_seq"} 1 pg_seq_blks_read{datname="gepvi_eat_db",seqname="payments.webhooks_id_seq"} 1 pg_seq_blks_read{datname="gepvi_fin_db",seqname="gepvi_fin.webhooks_id_seq"} 3 pg_seq_blks_read{datname="gepvi_users_db",seqname="gepvi_users.webhooks_id_seq"} 3 pg_seq_blks_read{datname="gepvi_users_db",seqname="gepvi_users.weight_history_id_seq"} 3 # HELP pg_seq_last_value The last sequence value written to disk # TYPE pg_seq_last_value counter pg_seq_last_value{datname="gepvi_eat_db",seqname="gepvi_eat.meals_id_seq"} 7052 pg_seq_last_value{datname="gepvi_eat_db",seqname="gepvi_eat.notifications_id_seq"} 949 pg_seq_last_value{datname="gepvi_eat_db",seqname="gepvi_eat.reports_id_seq"} 853 pg_seq_last_value{datname="gepvi_eat_db",seqname="gepvi_eat.symptoms_id_seq"} 34 pg_seq_last_value{datname="gepvi_eat_db",seqname="gepvi_eat.weight_history_id_seq"} 97 pg_seq_last_value{datname="gepvi_eat_db",seqname="payments.bepaid_products_id_seq"} 15 pg_seq_last_value{datname="gepvi_eat_db",seqname="payments.payments_id_seq"} 9 pg_seq_last_value{datname="gepvi_eat_db",seqname="payments.providers_id_seq"} 1 pg_seq_last_value{datname="gepvi_eat_db",seqname="payments.webhooks_id_seq"} 12 pg_seq_last_value{datname="gepvi_fin_db",seqname="gepvi_fin.webhooks_id_seq"} NaN pg_seq_last_value{datname="gepvi_users_db",seqname="gepvi_users.webhooks_id_seq"} NaN pg_seq_last_value{datname="gepvi_users_db",seqname="gepvi_users.weight_history_id_seq"} 30 # HELP pg_setting_archive_mode archive mode # TYPE pg_setting_archive_mode gauge pg_setting_archive_mode 1 # HELP pg_setting_autovacuum autovacuum enabled # TYPE pg_setting_autovacuum gauge pg_setting_autovacuum 1 # HELP pg_setting_autovacuum_max_workers maximum number of autovacuum worker processes # TYPE pg_setting_autovacuum_max_workers gauge pg_setting_autovacuum_max_workers 3 # HELP pg_setting_block_size database block size in bytes (default 8192) # TYPE pg_setting_block_size gauge pg_setting_block_size 8192 # HELP pg_setting_checkpoint_completion_target checkpoint completion target (0.0-1.0) # TYPE pg_setting_checkpoint_completion_target gauge pg_setting_checkpoint_completion_target 0.8 # HELP pg_setting_checkpoint_timeout checkpoint timeout in seconds # TYPE pg_setting_checkpoint_timeout gauge pg_setting_checkpoint_timeout 900 # HELP pg_setting_data_checksums data checksums enabled # TYPE pg_setting_data_checksums gauge pg_setting_data_checksums 1 # HELP pg_setting_effective_cache_size planner's assumption about effective OS cache size in bytes # TYPE pg_setting_effective_cache_size gauge pg_setting_effective_cache_size 1.5466496e+09 # HELP pg_setting_fsync fsync enabled (CRITICAL for data safety) # TYPE pg_setting_fsync gauge pg_setting_fsync 1 # HELP pg_setting_full_page_writes full page writes enabled # TYPE pg_setting_full_page_writes gauge pg_setting_full_page_writes 1 # HELP pg_setting_hot_standby hot standby mode enabled # TYPE pg_setting_hot_standby gauge pg_setting_hot_standby 1 # HELP pg_setting_hugepage_count number of huge pages needed for shared memory (PG14+ # TYPE pg_setting_hugepage_count gauge pg_setting_hugepage_count 342 # HELP pg_setting_hugepage_status huge pages status # TYPE pg_setting_hugepage_status gauge pg_setting_hugepage_status 0 # HELP pg_setting_io_method I/O method (PG18+) # TYPE pg_setting_io_method gauge pg_setting_io_method 1 # HELP pg_setting_maintenance_work_mem maintenance work memory size in bytes # TYPE pg_setting_maintenance_work_mem gauge pg_setting_maintenance_work_mem 1.28974848e+08 # HELP pg_setting_max_connections maximum number of concurrent connections to the database server # TYPE pg_setting_max_connections gauge pg_setting_max_connections 500 # HELP pg_setting_max_locks_per_transaction maximum number of locks per transaction # TYPE pg_setting_max_locks_per_transaction gauge pg_setting_max_locks_per_transaction 500 # HELP pg_setting_max_parallel_maintenance_workers maximum number of parallel maintenance workers (PG11+ # TYPE pg_setting_max_parallel_maintenance_workers gauge pg_setting_max_parallel_maintenance_workers 2 # HELP pg_setting_max_parallel_workers maximum number of parallel workers that can be active at one time # TYPE pg_setting_max_parallel_workers gauge pg_setting_max_parallel_workers 2 # HELP pg_setting_max_parallel_workers_per_gather maximum number of parallel workers per Gather node # TYPE pg_setting_max_parallel_workers_per_gather gauge pg_setting_max_parallel_workers_per_gather 2 # HELP pg_setting_max_prepared_transactions maximum number of transactions that can be in the prepared state simultaneously # TYPE pg_setting_max_prepared_transactions gauge pg_setting_max_prepared_transactions 0 # HELP pg_setting_max_replication_slots maximum number of replication slots # TYPE pg_setting_max_replication_slots gauge pg_setting_max_replication_slots 50 # HELP pg_setting_max_slot_wal_keep_size maximum WAL size retained by replication slots in bytes (PG13+ # TYPE pg_setting_max_slot_wal_keep_size gauge pg_setting_max_slot_wal_keep_size 1.9327352832e+10 # HELP pg_setting_max_wal_senders maximum number of concurrent WAL sender connections # TYPE pg_setting_max_wal_senders gauge pg_setting_max_wal_senders 50 # HELP pg_setting_max_wal_size maximum WAL size in bytes # TYPE pg_setting_max_wal_size gauge pg_setting_max_wal_size 1.2884901888e+10 # HELP pg_setting_max_worker_processes maximum number of background processes # TYPE pg_setting_max_worker_processes gauge pg_setting_max_worker_processes 24 # HELP pg_setting_min_wal_size minimum WAL size in bytes # TYPE pg_setting_min_wal_size gauge pg_setting_min_wal_size 3.221225472e+09 # HELP pg_setting_segment_size database file segment size in bytes # TYPE pg_setting_segment_size gauge pg_setting_segment_size 1.073741824e+09 # HELP pg_setting_shared_buffers shared buffer size in bytes # TYPE pg_setting_shared_buffers gauge pg_setting_shared_buffers 5.15899392e+08 # HELP pg_setting_shared_memory_size total shared memory size in bytes (PG13+ # TYPE pg_setting_shared_memory_size gauge pg_setting_shared_memory_size 7.17225984e+08 # HELP pg_setting_synchronous_commit synchronous commit level # TYPE pg_setting_synchronous_commit gauge pg_setting_synchronous_commit 3 # HELP pg_setting_wal_block_size WAL block size in bytes # TYPE pg_setting_wal_block_size gauge pg_setting_wal_block_size 8192 # HELP pg_setting_wal_level WAL level # TYPE pg_setting_wal_level gauge pg_setting_wal_level 3 # HELP pg_setting_wal_log_hints WAL log hints enabled # TYPE pg_setting_wal_log_hints gauge pg_setting_wal_log_hints 1 # HELP pg_setting_wal_segment_size WAL segment size in bytes # TYPE pg_setting_wal_segment_size gauge pg_setting_wal_segment_size 1.6777216e+07 # HELP pg_setting_work_mem work memory size in bytes # TYPE pg_setting_work_mem gauge pg_setting_work_mem 6.7108864e+07 # HELP pg_size_bytes File size in bytes # TYPE pg_size_bytes gauge pg_size_bytes{datname="gepvi_eat_db"} 1.7438399e+07 pg_size_bytes{datname="gepvi_fin_db"} 1.7143487e+07 pg_size_bytes{datname="gepvi_health_db"} 9.254591e+06 pg_size_bytes{datname="gepvi_reports_db"} 1.0401471e+07 pg_size_bytes{datname="gepvi_users_db"} 9.598655e+06 pg_size_bytes{datname="log"} 4.4130734e+07 pg_size_bytes{datname="omniword"} 1.0401471e+07 pg_size_bytes{datname="postgres"} 9.500351e+06 pg_size_bytes{datname="template0"} 7.692815e+06 pg_size_bytes{datname="template1"} 9.508543e+06 pg_size_bytes{datname="wal"} 3.35545583e+08 # HELP pg_slru_blks_exists Number of blocks checked for existence for this SLRU # TYPE pg_slru_blks_exists counter pg_slru_blks_exists{name="commit_timestamp"} 4 pg_slru_blks_exists{name="multixact_member"} 0 pg_slru_blks_exists{name="multixact_offset"} 0 pg_slru_blks_exists{name="notify"} 0 pg_slru_blks_exists{name="other"} 0 pg_slru_blks_exists{name="serializable"} 0 pg_slru_blks_exists{name="subtransaction"} 0 pg_slru_blks_exists{name="transaction"} 0 # HELP pg_slru_blks_hit Number of times disk blocks were found already in the SLRU # TYPE pg_slru_blks_hit counter pg_slru_blks_hit{name="commit_timestamp"} 20933 pg_slru_blks_hit{name="multixact_member"} 0 pg_slru_blks_hit{name="multixact_offset"} 0 pg_slru_blks_hit{name="notify"} 0 pg_slru_blks_hit{name="other"} 0 pg_slru_blks_hit{name="serializable"} 0 pg_slru_blks_hit{name="subtransaction"} 0 pg_slru_blks_hit{name="transaction"} 48121 # HELP pg_slru_blks_read Number of disk blocks read for this SLRU # TYPE pg_slru_blks_read counter pg_slru_blks_read{name="commit_timestamp"} 3 pg_slru_blks_read{name="multixact_member"} 0 pg_slru_blks_read{name="multixact_offset"} 4 pg_slru_blks_read{name="notify"} 0 pg_slru_blks_read{name="other"} 0 pg_slru_blks_read{name="serializable"} 0 pg_slru_blks_read{name="subtransaction"} 0 pg_slru_blks_read{name="transaction"} 5 # HELP pg_slru_blks_written Number of disk blocks written for this SLRU # TYPE pg_slru_blks_written counter pg_slru_blks_written{name="commit_timestamp"} 1455 pg_slru_blks_written{name="multixact_member"} 0 pg_slru_blks_written{name="multixact_offset"} 3 pg_slru_blks_written{name="notify"} 0 pg_slru_blks_written{name="other"} 0 pg_slru_blks_written{name="serializable"} 0 pg_slru_blks_written{name="subtransaction"} 9 pg_slru_blks_written{name="transaction"} 1445 # HELP pg_slru_blks_zeroed Number of blocks zeroed during initializations # TYPE pg_slru_blks_zeroed counter pg_slru_blks_zeroed{name="commit_timestamp"} 26 pg_slru_blks_zeroed{name="multixact_member"} 0 pg_slru_blks_zeroed{name="multixact_offset"} 0 pg_slru_blks_zeroed{name="notify"} 0 pg_slru_blks_zeroed{name="other"} 0 pg_slru_blks_zeroed{name="serializable"} 0 pg_slru_blks_zeroed{name="subtransaction"} 14 pg_slru_blks_zeroed{name="transaction"} 1 # HELP pg_slru_flushes Number of flushes of dirty data for this SLRU # TYPE pg_slru_flushes counter pg_slru_flushes{name="commit_timestamp"} 1915 pg_slru_flushes{name="multixact_member"} 1915 pg_slru_flushes{name="multixact_offset"} 1915 pg_slru_flushes{name="notify"} 0 pg_slru_flushes{name="other"} 0 pg_slru_flushes{name="serializable"} 0 pg_slru_flushes{name="subtransaction"} 1915 pg_slru_flushes{name="transaction"} 1915 # HELP pg_slru_reset_time Time at which these statistics were last reset # TYPE pg_slru_reset_time gauge pg_slru_reset_time{name="commit_timestamp"} 1.775763749923533e+09 pg_slru_reset_time{name="multixact_member"} 1.775763749923533e+09 pg_slru_reset_time{name="multixact_offset"} 1.775763749923533e+09 pg_slru_reset_time{name="notify"} 1.775763749923533e+09 pg_slru_reset_time{name="other"} 1.775763749923533e+09 pg_slru_reset_time{name="serializable"} 1.775763749923533e+09 pg_slru_reset_time{name="subtransaction"} 1.775763749923533e+09 pg_slru_reset_time{name="transaction"} 1.775763749923533e+09 # HELP pg_slru_truncates Number of truncates for this SLRU # TYPE pg_slru_truncates counter pg_slru_truncates{name="commit_timestamp"} 0 pg_slru_truncates{name="multixact_member"} 0 pg_slru_truncates{name="multixact_offset"} 0 pg_slru_truncates{name="notify"} 0 pg_slru_truncates{name="other"} 0 pg_slru_truncates{name="serializable"} 0 pg_slru_truncates{name="subtransaction"} 1914 pg_slru_truncates{name="transaction"} 0 # HELP pg_ssl_disabled Number of client connection that does not use ssl # TYPE pg_ssl_disabled gauge pg_ssl_disabled 10 # HELP pg_ssl_enabled Number of client connection that use ssl # TYPE pg_ssl_enabled gauge pg_ssl_enabled 3 # HELP pg_sync_standby_enabled Synchronous commit enabled # TYPE pg_sync_standby_enabled gauge pg_sync_standby_enabled{names=""} 0 # HELP pg_table_age Age of this table in vacuum cycles # TYPE pg_table_age gauge pg_table_age{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 4100 pg_table_age{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 41720 pg_table_age{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 21055 pg_table_age{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 20528 pg_table_age{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 21250 pg_table_age{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 41751 pg_table_age{datname="gepvi_eat_db",relname="gepvi_eat.users"} 226 pg_table_age{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 21663 pg_table_age{datname="gepvi_eat_db",relname="payments.bepaid_products"} 20341 pg_table_age{datname="gepvi_eat_db",relname="payments.payments"} 20341 pg_table_age{datname="gepvi_eat_db",relname="payments.providers"} 20341 pg_table_age{datname="gepvi_eat_db",relname="payments.webhooks"} 20341 pg_table_age{datname="gepvi_eat_db",relname="public.alembic_version"} 41724 pg_table_age{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 40540 pg_table_age{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 40539 pg_table_age{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 40585 pg_table_age{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 40537 pg_table_age{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 40536 pg_table_age{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 40535 pg_table_age{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 40534 pg_table_age{datname="gepvi_fin_db",relname="gepvi_fin.users"} 40575 pg_table_age{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 40573 pg_table_age{datname="gepvi_fin_db",relname="public.alembic_version"} 40543 pg_table_age{datname="gepvi_users_db",relname="gepvi_users.users"} 22778 pg_table_age{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 37056 pg_table_age{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 37051 pg_table_age{datname="gepvi_users_db",relname="public.alembic_version"} 37021 pg_table_age{datname="omniword",relname="omniword.training_sessions"} 35855 pg_table_age{datname="omniword",relname="omniword.user_words"} 35844 pg_table_age{datname="omniword",relname="omniword.users"} 35851 pg_table_age{datname="omniword",relname="omniword.words"} 35842 pg_table_age{datname="omniword",relname="public.alembic_version"} 35847 # HELP pg_table_analyze_count Number of times this table has been manually analyzed # TYPE pg_table_analyze_count counter pg_table_analyze_count{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 0 pg_table_analyze_count{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 0 pg_table_analyze_count{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 0 pg_table_analyze_count{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 0 pg_table_analyze_count{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 0 pg_table_analyze_count{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 0 pg_table_analyze_count{datname="gepvi_eat_db",relname="gepvi_eat.users"} 0 pg_table_analyze_count{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 0 pg_table_analyze_count{datname="gepvi_eat_db",relname="payments.bepaid_products"} 0 pg_table_analyze_count{datname="gepvi_eat_db",relname="payments.payments"} 0 pg_table_analyze_count{datname="gepvi_eat_db",relname="payments.providers"} 0 pg_table_analyze_count{datname="gepvi_eat_db",relname="payments.webhooks"} 0 pg_table_analyze_count{datname="gepvi_eat_db",relname="public.alembic_version"} 0 pg_table_analyze_count{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 0 pg_table_analyze_count{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 0 pg_table_analyze_count{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 0 pg_table_analyze_count{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 0 pg_table_analyze_count{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 0 pg_table_analyze_count{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 0 pg_table_analyze_count{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 0 pg_table_analyze_count{datname="gepvi_fin_db",relname="gepvi_fin.users"} 0 pg_table_analyze_count{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 0 pg_table_analyze_count{datname="gepvi_fin_db",relname="public.alembic_version"} 0 pg_table_analyze_count{datname="gepvi_users_db",relname="gepvi_users.users"} 0 pg_table_analyze_count{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 0 pg_table_analyze_count{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 0 pg_table_analyze_count{datname="gepvi_users_db",relname="public.alembic_version"} 0 pg_table_analyze_count{datname="omniword",relname="omniword.training_sessions"} 0 pg_table_analyze_count{datname="omniword",relname="omniword.user_words"} 0 pg_table_analyze_count{datname="omniword",relname="omniword.users"} 0 pg_table_analyze_count{datname="omniword",relname="omniword.words"} 0 pg_table_analyze_count{datname="omniword",relname="public.alembic_version"} 0 # HELP pg_table_analyze_time Total time this table has been manually analyzed # TYPE pg_table_analyze_time counter pg_table_analyze_time{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 0 pg_table_analyze_time{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 0 pg_table_analyze_time{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 0 pg_table_analyze_time{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 0 pg_table_analyze_time{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 0 pg_table_analyze_time{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 0 pg_table_analyze_time{datname="gepvi_eat_db",relname="gepvi_eat.users"} 0 pg_table_analyze_time{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 0 pg_table_analyze_time{datname="gepvi_eat_db",relname="payments.bepaid_products"} 0 pg_table_analyze_time{datname="gepvi_eat_db",relname="payments.payments"} 0 pg_table_analyze_time{datname="gepvi_eat_db",relname="payments.providers"} 0 pg_table_analyze_time{datname="gepvi_eat_db",relname="payments.webhooks"} 0 pg_table_analyze_time{datname="gepvi_eat_db",relname="public.alembic_version"} 0 pg_table_analyze_time{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 0 pg_table_analyze_time{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 0 pg_table_analyze_time{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 0 pg_table_analyze_time{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 0 pg_table_analyze_time{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 0 pg_table_analyze_time{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 0 pg_table_analyze_time{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 0 pg_table_analyze_time{datname="gepvi_fin_db",relname="gepvi_fin.users"} 0 pg_table_analyze_time{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 0 pg_table_analyze_time{datname="gepvi_fin_db",relname="public.alembic_version"} 0 pg_table_analyze_time{datname="gepvi_users_db",relname="gepvi_users.users"} 0 pg_table_analyze_time{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 0 pg_table_analyze_time{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 0 pg_table_analyze_time{datname="gepvi_users_db",relname="public.alembic_version"} 0 pg_table_analyze_time{datname="omniword",relname="omniword.training_sessions"} 0 pg_table_analyze_time{datname="omniword",relname="omniword.user_words"} 0 pg_table_analyze_time{datname="omniword",relname="omniword.users"} 0 pg_table_analyze_time{datname="omniword",relname="omniword.words"} 0 pg_table_analyze_time{datname="omniword",relname="public.alembic_version"} 0 # HELP pg_table_autoanalyze_count Number of times this table has been analyzed by the autovacuum daemon # TYPE pg_table_autoanalyze_count counter pg_table_autoanalyze_count{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 63 pg_table_autoanalyze_count{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 27 pg_table_autoanalyze_count{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 22 pg_table_autoanalyze_count{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 8 pg_table_autoanalyze_count{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 0 pg_table_autoanalyze_count{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 1 pg_table_autoanalyze_count{datname="gepvi_eat_db",relname="gepvi_eat.users"} 181 pg_table_autoanalyze_count{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 1 pg_table_autoanalyze_count{datname="gepvi_eat_db",relname="payments.bepaid_products"} 0 pg_table_autoanalyze_count{datname="gepvi_eat_db",relname="payments.payments"} 0 pg_table_autoanalyze_count{datname="gepvi_eat_db",relname="payments.providers"} 0 pg_table_autoanalyze_count{datname="gepvi_eat_db",relname="payments.webhooks"} 0 pg_table_autoanalyze_count{datname="gepvi_eat_db",relname="public.alembic_version"} 0 pg_table_autoanalyze_count{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 1 pg_table_autoanalyze_count{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 2 pg_table_autoanalyze_count{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 0 pg_table_autoanalyze_count{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 1 pg_table_autoanalyze_count{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 0 pg_table_autoanalyze_count{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 6 pg_table_autoanalyze_count{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 1 pg_table_autoanalyze_count{datname="gepvi_fin_db",relname="gepvi_fin.users"} 0 pg_table_autoanalyze_count{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 0 pg_table_autoanalyze_count{datname="gepvi_fin_db",relname="public.alembic_version"} 0 pg_table_autoanalyze_count{datname="gepvi_users_db",relname="gepvi_users.users"} 0 pg_table_autoanalyze_count{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 0 pg_table_autoanalyze_count{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 0 pg_table_autoanalyze_count{datname="gepvi_users_db",relname="public.alembic_version"} 0 pg_table_autoanalyze_count{datname="omniword",relname="omniword.training_sessions"} 1 pg_table_autoanalyze_count{datname="omniword",relname="omniword.user_words"} 9 pg_table_autoanalyze_count{datname="omniword",relname="omniword.users"} 0 pg_table_autoanalyze_count{datname="omniword",relname="omniword.words"} 5 pg_table_autoanalyze_count{datname="omniword",relname="public.alembic_version"} 0 # HELP pg_table_autoanalyze_time Total time this table has been analyzed by the autovacuum daemon # TYPE pg_table_autoanalyze_time counter pg_table_autoanalyze_time{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 0.168 pg_table_autoanalyze_time{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 3.1470000000000002 pg_table_autoanalyze_time{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 0.187 pg_table_autoanalyze_time{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 0.051000000000000004 pg_table_autoanalyze_time{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 0 pg_table_autoanalyze_time{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 0.002 pg_table_autoanalyze_time{datname="gepvi_eat_db",relname="gepvi_eat.users"} 0.93 pg_table_autoanalyze_time{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 0.002 pg_table_autoanalyze_time{datname="gepvi_eat_db",relname="payments.bepaid_products"} 0 pg_table_autoanalyze_time{datname="gepvi_eat_db",relname="payments.payments"} 0 pg_table_autoanalyze_time{datname="gepvi_eat_db",relname="payments.providers"} 0 pg_table_autoanalyze_time{datname="gepvi_eat_db",relname="payments.webhooks"} 0 pg_table_autoanalyze_time{datname="gepvi_eat_db",relname="public.alembic_version"} 0 pg_table_autoanalyze_time{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 0.003 pg_table_autoanalyze_time{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 0.01 pg_table_autoanalyze_time{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 0 pg_table_autoanalyze_time{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 0.002 pg_table_autoanalyze_time{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 0 pg_table_autoanalyze_time{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 0.803 pg_table_autoanalyze_time{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 0.047 pg_table_autoanalyze_time{datname="gepvi_fin_db",relname="gepvi_fin.users"} 0 pg_table_autoanalyze_time{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 0 pg_table_autoanalyze_time{datname="gepvi_fin_db",relname="public.alembic_version"} 0 pg_table_autoanalyze_time{datname="gepvi_users_db",relname="gepvi_users.users"} 0 pg_table_autoanalyze_time{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 0 pg_table_autoanalyze_time{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 0 pg_table_autoanalyze_time{datname="gepvi_users_db",relname="public.alembic_version"} 0 pg_table_autoanalyze_time{datname="omniword",relname="omniword.training_sessions"} 0.002 pg_table_autoanalyze_time{datname="omniword",relname="omniword.user_words"} 0.04 pg_table_autoanalyze_time{datname="omniword",relname="omniword.users"} 0 pg_table_autoanalyze_time{datname="omniword",relname="omniword.words"} 0.062 pg_table_autoanalyze_time{datname="omniword",relname="public.alembic_version"} 0 # HELP pg_table_autovacuum_count Number of times this table has been vacuumed by the autovacuum daemon # TYPE pg_table_autovacuum_count counter pg_table_autovacuum_count{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 19 pg_table_autovacuum_count{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 7 pg_table_autovacuum_count{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 12 pg_table_autovacuum_count{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 2 pg_table_autovacuum_count{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 0 pg_table_autovacuum_count{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 0 pg_table_autovacuum_count{datname="gepvi_eat_db",relname="gepvi_eat.users"} 171 pg_table_autovacuum_count{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 0 pg_table_autovacuum_count{datname="gepvi_eat_db",relname="payments.bepaid_products"} 0 pg_table_autovacuum_count{datname="gepvi_eat_db",relname="payments.payments"} 0 pg_table_autovacuum_count{datname="gepvi_eat_db",relname="payments.providers"} 0 pg_table_autovacuum_count{datname="gepvi_eat_db",relname="payments.webhooks"} 0 pg_table_autovacuum_count{datname="gepvi_eat_db",relname="public.alembic_version"} 0 pg_table_autovacuum_count{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 0 pg_table_autovacuum_count{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 1 pg_table_autovacuum_count{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 0 pg_table_autovacuum_count{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 0 pg_table_autovacuum_count{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 0 pg_table_autovacuum_count{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 1 pg_table_autovacuum_count{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 0 pg_table_autovacuum_count{datname="gepvi_fin_db",relname="gepvi_fin.users"} 0 pg_table_autovacuum_count{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 0 pg_table_autovacuum_count{datname="gepvi_fin_db",relname="public.alembic_version"} 0 pg_table_autovacuum_count{datname="gepvi_users_db",relname="gepvi_users.users"} 0 pg_table_autovacuum_count{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 0 pg_table_autovacuum_count{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 0 pg_table_autovacuum_count{datname="gepvi_users_db",relname="public.alembic_version"} 0 pg_table_autovacuum_count{datname="omniword",relname="omniword.training_sessions"} 0 pg_table_autovacuum_count{datname="omniword",relname="omniword.user_words"} 1 pg_table_autovacuum_count{datname="omniword",relname="omniword.users"} 0 pg_table_autovacuum_count{datname="omniword",relname="omniword.words"} 0 pg_table_autovacuum_count{datname="omniword",relname="public.alembic_version"} 0 # HELP pg_table_autovacuum_time Total time this table has been vacuumed by the autovacuum daemon # TYPE pg_table_autovacuum_time counter pg_table_autovacuum_time{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 0.045 pg_table_autovacuum_time{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 0.47300000000000003 pg_table_autovacuum_time{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 0.05 pg_table_autovacuum_time{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 0.003 pg_table_autovacuum_time{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 0 pg_table_autovacuum_time{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 0 pg_table_autovacuum_time{datname="gepvi_eat_db",relname="gepvi_eat.users"} 0.372 pg_table_autovacuum_time{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 0 pg_table_autovacuum_time{datname="gepvi_eat_db",relname="payments.bepaid_products"} 0 pg_table_autovacuum_time{datname="gepvi_eat_db",relname="payments.payments"} 0 pg_table_autovacuum_time{datname="gepvi_eat_db",relname="payments.providers"} 0 pg_table_autovacuum_time{datname="gepvi_eat_db",relname="payments.webhooks"} 0 pg_table_autovacuum_time{datname="gepvi_eat_db",relname="public.alembic_version"} 0 pg_table_autovacuum_time{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 0 pg_table_autovacuum_time{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 0.004 pg_table_autovacuum_time{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 0 pg_table_autovacuum_time{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 0 pg_table_autovacuum_time{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 0 pg_table_autovacuum_time{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 0.066 pg_table_autovacuum_time{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 0 pg_table_autovacuum_time{datname="gepvi_fin_db",relname="gepvi_fin.users"} 0 pg_table_autovacuum_time{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 0 pg_table_autovacuum_time{datname="gepvi_fin_db",relname="public.alembic_version"} 0 pg_table_autovacuum_time{datname="gepvi_users_db",relname="gepvi_users.users"} 0 pg_table_autovacuum_time{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 0 pg_table_autovacuum_time{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 0 pg_table_autovacuum_time{datname="gepvi_users_db",relname="public.alembic_version"} 0 pg_table_autovacuum_time{datname="omniword",relname="omniword.training_sessions"} 0 pg_table_autovacuum_time{datname="omniword",relname="omniword.user_words"} 0.003 pg_table_autovacuum_time{datname="omniword",relname="omniword.users"} 0 pg_table_autovacuum_time{datname="omniword",relname="omniword.words"} 0 pg_table_autovacuum_time{datname="omniword",relname="public.alembic_version"} 0 # HELP pg_table_bloat_ratio Estimated bloat ratio of this table from 0 to 1 # TYPE pg_table_bloat_ratio gauge pg_table_bloat_ratio{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 0.3333333333333333 pg_table_bloat_ratio{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 0.06222222222222222 pg_table_bloat_ratio{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 0.038461538461538464 pg_table_bloat_ratio{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 0.2830188679245283 pg_table_bloat_ratio{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 0 pg_table_bloat_ratio{datname="gepvi_eat_db",relname="gepvi_eat.users"} 0 pg_table_bloat_ratio{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 0 pg_table_bloat_ratio{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 0 pg_table_bloat_ratio{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 0 pg_table_bloat_ratio{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 0.5 pg_table_bloat_ratio{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 0 pg_table_bloat_ratio{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 0.10747663551401869 pg_table_bloat_ratio{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 0.08849557522123894 pg_table_bloat_ratio{datname="gepvi_users_db",relname="gepvi_users.users"} 0 pg_table_bloat_ratio{datname="omniword",relname="omniword.training_sessions"} 0.3333333333333333 pg_table_bloat_ratio{datname="omniword",relname="omniword.user_words"} 0 pg_table_bloat_ratio{datname="omniword",relname="omniword.words"} 0.043478260869565216 # HELP pg_table_bloat_size Total bytes of this table # TYPE pg_table_bloat_size gauge pg_table_bloat_size{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 24576 pg_table_bloat_size{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 3.6864e+06 pg_table_bloat_size{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 212992 pg_table_bloat_size{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 1.302528e+06 pg_table_bloat_size{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 8192 pg_table_bloat_size{datname="gepvi_eat_db",relname="gepvi_eat.users"} 24576 pg_table_bloat_size{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 8192 pg_table_bloat_size{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 24576 pg_table_bloat_size{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 8192 pg_table_bloat_size{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 16384 pg_table_bloat_size{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 16384 pg_table_bloat_size{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 3.506176e+06 pg_table_bloat_size{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 925696 pg_table_bloat_size{datname="gepvi_users_db",relname="gepvi_users.users"} 8192 pg_table_bloat_size{datname="omniword",relname="omniword.training_sessions"} 24576 pg_table_bloat_size{datname="omniword",relname="omniword.user_words"} 57344 pg_table_bloat_size{datname="omniword",relname="omniword.words"} 188416 # HELP pg_table_frozenxid All txid before this have been frozen on this table # TYPE pg_table_frozenxid gauge pg_table_frozenxid{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 40208 pg_table_frozenxid{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 2588 pg_table_frozenxid{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 23253 pg_table_frozenxid{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 23780 pg_table_frozenxid{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 23058 pg_table_frozenxid{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 2557 pg_table_frozenxid{datname="gepvi_eat_db",relname="gepvi_eat.users"} 44082 pg_table_frozenxid{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 22645 pg_table_frozenxid{datname="gepvi_eat_db",relname="payments.bepaid_products"} 23967 pg_table_frozenxid{datname="gepvi_eat_db",relname="payments.payments"} 23967 pg_table_frozenxid{datname="gepvi_eat_db",relname="payments.providers"} 23967 pg_table_frozenxid{datname="gepvi_eat_db",relname="payments.webhooks"} 23967 pg_table_frozenxid{datname="gepvi_eat_db",relname="public.alembic_version"} 2584 pg_table_frozenxid{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 3768 pg_table_frozenxid{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 3769 pg_table_frozenxid{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 3723 pg_table_frozenxid{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 3771 pg_table_frozenxid{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 3772 pg_table_frozenxid{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 3773 pg_table_frozenxid{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 3774 pg_table_frozenxid{datname="gepvi_fin_db",relname="gepvi_fin.users"} 3733 pg_table_frozenxid{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 3735 pg_table_frozenxid{datname="gepvi_fin_db",relname="public.alembic_version"} 3765 pg_table_frozenxid{datname="gepvi_users_db",relname="gepvi_users.users"} 21530 pg_table_frozenxid{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 7252 pg_table_frozenxid{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 7257 pg_table_frozenxid{datname="gepvi_users_db",relname="public.alembic_version"} 7287 pg_table_frozenxid{datname="omniword",relname="omniword.training_sessions"} 8453 pg_table_frozenxid{datname="omniword",relname="omniword.user_words"} 8464 pg_table_frozenxid{datname="omniword",relname="omniword.users"} 8457 pg_table_frozenxid{datname="omniword",relname="omniword.words"} 8466 pg_table_frozenxid{datname="omniword",relname="public.alembic_version"} 8461 # HELP pg_table_heap_blks_hit Number of buffer hits in this table # TYPE pg_table_heap_blks_hit counter pg_table_heap_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 18231 pg_table_heap_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 224213 pg_table_heap_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 4.861612e+06 pg_table_heap_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 76785 pg_table_heap_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 151 pg_table_heap_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 12405 pg_table_heap_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.users"} 645776 pg_table_heap_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 63 pg_table_heap_blks_hit{datname="gepvi_eat_db",relname="payments.bepaid_products"} 171 pg_table_heap_blks_hit{datname="gepvi_eat_db",relname="payments.payments"} 24 pg_table_heap_blks_hit{datname="gepvi_eat_db",relname="payments.providers"} 38 pg_table_heap_blks_hit{datname="gepvi_eat_db",relname="payments.webhooks"} 1346 pg_table_heap_blks_hit{datname="gepvi_eat_db",relname="public.alembic_version"} 84 pg_table_heap_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 9120 pg_table_heap_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 1213 pg_table_heap_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 3516 pg_table_heap_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 5490 pg_table_heap_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 79 pg_table_heap_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 20831 pg_table_heap_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 14657 pg_table_heap_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.users"} 2722 pg_table_heap_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 0 pg_table_heap_blks_hit{datname="gepvi_fin_db",relname="public.alembic_version"} 0 pg_table_heap_blks_hit{datname="gepvi_users_db",relname="gepvi_users.users"} 0 pg_table_heap_blks_hit{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 0 pg_table_heap_blks_hit{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 0 pg_table_heap_blks_hit{datname="gepvi_users_db",relname="public.alembic_version"} 0 pg_table_heap_blks_hit{datname="omniword",relname="omniword.training_sessions"} 473 pg_table_heap_blks_hit{datname="omniword",relname="omniword.user_words"} 7545 pg_table_heap_blks_hit{datname="omniword",relname="omniword.users"} 2919 pg_table_heap_blks_hit{datname="omniword",relname="omniword.words"} 16229 pg_table_heap_blks_hit{datname="omniword",relname="public.alembic_version"} 6 # HELP pg_table_heap_blks_read Number of disk blocks read from this table # TYPE pg_table_heap_blks_read counter pg_table_heap_blks_read{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 13 pg_table_heap_blks_read{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 728 pg_table_heap_blks_read{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 43 pg_table_heap_blks_read{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 261 pg_table_heap_blks_read{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 1 pg_table_heap_blks_read{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 3 pg_table_heap_blks_read{datname="gepvi_eat_db",relname="gepvi_eat.users"} 13 pg_table_heap_blks_read{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 2 pg_table_heap_blks_read{datname="gepvi_eat_db",relname="payments.bepaid_products"} 0 pg_table_heap_blks_read{datname="gepvi_eat_db",relname="payments.payments"} 0 pg_table_heap_blks_read{datname="gepvi_eat_db",relname="payments.providers"} 0 pg_table_heap_blks_read{datname="gepvi_eat_db",relname="payments.webhooks"} 0 pg_table_heap_blks_read{datname="gepvi_eat_db",relname="public.alembic_version"} 2 pg_table_heap_blks_read{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 10 pg_table_heap_blks_read{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 3 pg_table_heap_blks_read{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 2 pg_table_heap_blks_read{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 6 pg_table_heap_blks_read{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 5 pg_table_heap_blks_read{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 940 pg_table_heap_blks_read{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 211 pg_table_heap_blks_read{datname="gepvi_fin_db",relname="gepvi_fin.users"} 2 pg_table_heap_blks_read{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 0 pg_table_heap_blks_read{datname="gepvi_fin_db",relname="public.alembic_version"} 0 pg_table_heap_blks_read{datname="gepvi_users_db",relname="gepvi_users.users"} 0 pg_table_heap_blks_read{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 0 pg_table_heap_blks_read{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 0 pg_table_heap_blks_read{datname="gepvi_users_db",relname="public.alembic_version"} 0 pg_table_heap_blks_read{datname="omniword",relname="omniword.training_sessions"} 8 pg_table_heap_blks_read{datname="omniword",relname="omniword.user_words"} 17 pg_table_heap_blks_read{datname="omniword",relname="omniword.users"} 2 pg_table_heap_blks_read{datname="omniword",relname="omniword.words"} 34 pg_table_heap_blks_read{datname="omniword",relname="public.alembic_version"} 2 # HELP pg_table_idx_blks_hit Number of buffer hits in all indexes on this table # TYPE pg_table_idx_blks_hit counter pg_table_idx_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 10704 pg_table_idx_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 242400 pg_table_idx_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 7.972552e+06 pg_table_idx_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 28619 pg_table_idx_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 13878 pg_table_idx_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 3250 pg_table_idx_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.users"} 326330 pg_table_idx_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 342 pg_table_idx_blks_hit{datname="gepvi_eat_db",relname="payments.bepaid_products"} 85 pg_table_idx_blks_hit{datname="gepvi_eat_db",relname="payments.payments"} 77 pg_table_idx_blks_hit{datname="gepvi_eat_db",relname="payments.providers"} 57 pg_table_idx_blks_hit{datname="gepvi_eat_db",relname="payments.webhooks"} 1.621342e+06 pg_table_idx_blks_hit{datname="gepvi_eat_db",relname="public.alembic_version"} 69 pg_table_idx_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 789 pg_table_idx_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 377 pg_table_idx_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 666 pg_table_idx_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 3566 pg_table_idx_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 117 pg_table_idx_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 40399 pg_table_idx_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 14778 pg_table_idx_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.users"} 904 pg_table_idx_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 0 pg_table_idx_blks_hit{datname="gepvi_fin_db",relname="public.alembic_version"} 0 pg_table_idx_blks_hit{datname="gepvi_users_db",relname="gepvi_users.users"} 0 pg_table_idx_blks_hit{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 0 pg_table_idx_blks_hit{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 0 pg_table_idx_blks_hit{datname="gepvi_users_db",relname="public.alembic_version"} 0 pg_table_idx_blks_hit{datname="omniword",relname="omniword.training_sessions"} 302 pg_table_idx_blks_hit{datname="omniword",relname="omniword.user_words"} 4788 pg_table_idx_blks_hit{datname="omniword",relname="omniword.users"} 1172 pg_table_idx_blks_hit{datname="omniword",relname="omniword.words"} 5431 pg_table_idx_blks_hit{datname="omniword",relname="public.alembic_version"} 6 # HELP pg_table_idx_blks_read Number of disk blocks read from all indexes on this table # TYPE pg_table_idx_blks_read counter pg_table_idx_blks_read{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 9 pg_table_idx_blks_read{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 156 pg_table_idx_blks_read{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 20 pg_table_idx_blks_read{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 12 pg_table_idx_blks_read{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 13 pg_table_idx_blks_read{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 8 pg_table_idx_blks_read{datname="gepvi_eat_db",relname="gepvi_eat.users"} 34 pg_table_idx_blks_read{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 12 pg_table_idx_blks_read{datname="gepvi_eat_db",relname="payments.bepaid_products"} 3 pg_table_idx_blks_read{datname="gepvi_eat_db",relname="payments.payments"} 4 pg_table_idx_blks_read{datname="gepvi_eat_db",relname="payments.providers"} 3 pg_table_idx_blks_read{datname="gepvi_eat_db",relname="payments.webhooks"} 8 pg_table_idx_blks_read{datname="gepvi_eat_db",relname="public.alembic_version"} 3 pg_table_idx_blks_read{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 12 pg_table_idx_blks_read{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 12 pg_table_idx_blks_read{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 6 pg_table_idx_blks_read{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 13 pg_table_idx_blks_read{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 7 pg_table_idx_blks_read{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 13 pg_table_idx_blks_read{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 93 pg_table_idx_blks_read{datname="gepvi_fin_db",relname="gepvi_fin.users"} 8 pg_table_idx_blks_read{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 0 pg_table_idx_blks_read{datname="gepvi_fin_db",relname="public.alembic_version"} 0 pg_table_idx_blks_read{datname="gepvi_users_db",relname="gepvi_users.users"} 0 pg_table_idx_blks_read{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 0 pg_table_idx_blks_read{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 0 pg_table_idx_blks_read{datname="gepvi_users_db",relname="public.alembic_version"} 0 pg_table_idx_blks_read{datname="omniword",relname="omniword.training_sessions"} 6 pg_table_idx_blks_read{datname="omniword",relname="omniword.user_words"} 23 pg_table_idx_blks_read{datname="omniword",relname="omniword.users"} 8 pg_table_idx_blks_read{datname="omniword",relname="omniword.words"} 14 pg_table_idx_blks_read{datname="omniword",relname="public.alembic_version"} 2 # HELP pg_table_idx_scan Number of index scans initiated on this table # TYPE pg_table_idx_scan counter pg_table_idx_scan{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 3578 pg_table_idx_scan{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 88143 pg_table_idx_scan{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 5.043543e+06 pg_table_idx_scan{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 22593 pg_table_idx_scan{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 10679 pg_table_idx_scan{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 48 pg_table_idx_scan{datname="gepvi_eat_db",relname="gepvi_eat.users"} 123955 pg_table_idx_scan{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 0 pg_table_idx_scan{datname="gepvi_eat_db",relname="payments.bepaid_products"} 12 pg_table_idx_scan{datname="gepvi_eat_db",relname="payments.payments"} 0 pg_table_idx_scan{datname="gepvi_eat_db",relname="payments.providers"} 24 pg_table_idx_scan{datname="gepvi_eat_db",relname="payments.webhooks"} 1.570071e+06 pg_table_idx_scan{datname="gepvi_eat_db",relname="public.alembic_version"} 0 pg_table_idx_scan{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 175 pg_table_idx_scan{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 1 pg_table_idx_scan{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 0 pg_table_idx_scan{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 2767 pg_table_idx_scan{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 4 pg_table_idx_scan{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 2504 pg_table_idx_scan{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 4584 pg_table_idx_scan{datname="gepvi_fin_db",relname="gepvi_fin.users"} 0 pg_table_idx_scan{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 0 pg_table_idx_scan{datname="gepvi_fin_db",relname="public.alembic_version"} 0 pg_table_idx_scan{datname="gepvi_users_db",relname="gepvi_users.users"} 0 pg_table_idx_scan{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 0 pg_table_idx_scan{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 0 pg_table_idx_scan{datname="gepvi_users_db",relname="public.alembic_version"} 0 pg_table_idx_scan{datname="omniword",relname="omniword.training_sessions"} 0 pg_table_idx_scan{datname="omniword",relname="omniword.user_words"} 1046 pg_table_idx_scan{datname="omniword",relname="omniword.users"} 0 pg_table_idx_scan{datname="omniword",relname="omniword.words"} 2726 pg_table_idx_scan{datname="omniword",relname="public.alembic_version"} 0 # HELP pg_table_idx_tup_fetch Number of live rows fetched by index scans # TYPE pg_table_idx_tup_fetch counter pg_table_idx_tup_fetch{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 3290 pg_table_idx_tup_fetch{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 302999 pg_table_idx_tup_fetch{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 1.673205e+06 pg_table_idx_tup_fetch{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 133500 pg_table_idx_tup_fetch{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 219 pg_table_idx_tup_fetch{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 4 pg_table_idx_tup_fetch{datname="gepvi_eat_db",relname="gepvi_eat.users"} 117809 pg_table_idx_tup_fetch{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 0 pg_table_idx_tup_fetch{datname="gepvi_eat_db",relname="payments.bepaid_products"} 12 pg_table_idx_tup_fetch{datname="gepvi_eat_db",relname="payments.payments"} 0 pg_table_idx_tup_fetch{datname="gepvi_eat_db",relname="payments.providers"} 24 pg_table_idx_tup_fetch{datname="gepvi_eat_db",relname="payments.webhooks"} 10 pg_table_idx_tup_fetch{datname="gepvi_eat_db",relname="public.alembic_version"} 0 pg_table_idx_tup_fetch{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 30160 pg_table_idx_tup_fetch{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 1 pg_table_idx_tup_fetch{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 0 pg_table_idx_tup_fetch{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 2369 pg_table_idx_tup_fetch{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 4 pg_table_idx_tup_fetch{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 2408 pg_table_idx_tup_fetch{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 89157 pg_table_idx_tup_fetch{datname="gepvi_fin_db",relname="gepvi_fin.users"} 0 pg_table_idx_tup_fetch{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 0 pg_table_idx_tup_fetch{datname="gepvi_fin_db",relname="public.alembic_version"} 0 pg_table_idx_tup_fetch{datname="gepvi_users_db",relname="gepvi_users.users"} 0 pg_table_idx_tup_fetch{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 0 pg_table_idx_tup_fetch{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 0 pg_table_idx_tup_fetch{datname="gepvi_users_db",relname="public.alembic_version"} 0 pg_table_idx_tup_fetch{datname="omniword",relname="omniword.training_sessions"} 0 pg_table_idx_tup_fetch{datname="omniword",relname="omniword.user_words"} 59240 pg_table_idx_tup_fetch{datname="omniword",relname="omniword.users"} 0 pg_table_idx_tup_fetch{datname="omniword",relname="omniword.words"} 1045 pg_table_idx_tup_fetch{datname="omniword",relname="public.alembic_version"} 0 # HELP pg_table_kind Relation kind r/table/114 # TYPE pg_table_kind gauge pg_table_kind{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 114 pg_table_kind{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 114 pg_table_kind{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 114 pg_table_kind{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 114 pg_table_kind{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 114 pg_table_kind{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 114 pg_table_kind{datname="gepvi_eat_db",relname="gepvi_eat.users"} 114 pg_table_kind{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 114 pg_table_kind{datname="gepvi_eat_db",relname="payments.bepaid_products"} 114 pg_table_kind{datname="gepvi_eat_db",relname="payments.payments"} 114 pg_table_kind{datname="gepvi_eat_db",relname="payments.providers"} 114 pg_table_kind{datname="gepvi_eat_db",relname="payments.webhooks"} 114 pg_table_kind{datname="gepvi_eat_db",relname="public.alembic_version"} 114 pg_table_kind{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 114 pg_table_kind{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 114 pg_table_kind{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 114 pg_table_kind{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 114 pg_table_kind{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 114 pg_table_kind{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 114 pg_table_kind{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 114 pg_table_kind{datname="gepvi_fin_db",relname="gepvi_fin.users"} 114 pg_table_kind{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 114 pg_table_kind{datname="gepvi_fin_db",relname="public.alembic_version"} 114 pg_table_kind{datname="gepvi_users_db",relname="gepvi_users.users"} 114 pg_table_kind{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 114 pg_table_kind{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 114 pg_table_kind{datname="gepvi_users_db",relname="public.alembic_version"} 114 pg_table_kind{datname="omniword",relname="omniword.training_sessions"} 114 pg_table_kind{datname="omniword",relname="omniword.user_words"} 114 pg_table_kind{datname="omniword",relname="omniword.users"} 114 pg_table_kind{datname="omniword",relname="omniword.words"} 114 pg_table_kind{datname="omniword",relname="public.alembic_version"} 114 # HELP pg_table_n_dead_tup Estimated number of dead rows # TYPE pg_table_n_dead_tup gauge pg_table_n_dead_tup{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 34 pg_table_n_dead_tup{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 108 pg_table_n_dead_tup{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 22 pg_table_n_dead_tup{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 30 pg_table_n_dead_tup{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 1 pg_table_n_dead_tup{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 16 pg_table_n_dead_tup{datname="gepvi_eat_db",relname="gepvi_eat.users"} 28 pg_table_n_dead_tup{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 0 pg_table_n_dead_tup{datname="gepvi_eat_db",relname="payments.bepaid_products"} 4 pg_table_n_dead_tup{datname="gepvi_eat_db",relname="payments.payments"} 0 pg_table_n_dead_tup{datname="gepvi_eat_db",relname="payments.providers"} 0 pg_table_n_dead_tup{datname="gepvi_eat_db",relname="payments.webhooks"} 12 pg_table_n_dead_tup{datname="gepvi_eat_db",relname="public.alembic_version"} 7 pg_table_n_dead_tup{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 0 pg_table_n_dead_tup{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 0 pg_table_n_dead_tup{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 0 pg_table_n_dead_tup{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 35 pg_table_n_dead_tup{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 0 pg_table_n_dead_tup{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 1000 pg_table_n_dead_tup{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 337 pg_table_n_dead_tup{datname="gepvi_fin_db",relname="gepvi_fin.users"} 0 pg_table_n_dead_tup{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 0 pg_table_n_dead_tup{datname="gepvi_fin_db",relname="public.alembic_version"} 0 pg_table_n_dead_tup{datname="gepvi_users_db",relname="gepvi_users.users"} 0 pg_table_n_dead_tup{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 0 pg_table_n_dead_tup{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 0 pg_table_n_dead_tup{datname="gepvi_users_db",relname="public.alembic_version"} 0 pg_table_n_dead_tup{datname="omniword",relname="omniword.training_sessions"} 33 pg_table_n_dead_tup{datname="omniword",relname="omniword.user_words"} 30 pg_table_n_dead_tup{datname="omniword",relname="omniword.users"} 0 pg_table_n_dead_tup{datname="omniword",relname="omniword.words"} 0 pg_table_n_dead_tup{datname="omniword",relname="public.alembic_version"} 0 # HELP pg_table_n_ins_since_vacuum Estimated number of rows inserted since this table was last vacuumed # TYPE pg_table_n_ins_since_vacuum gauge pg_table_n_ins_since_vacuum{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 5 pg_table_n_ins_since_vacuum{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 66 pg_table_n_ins_since_vacuum{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 11 pg_table_n_ins_since_vacuum{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 429 pg_table_n_ins_since_vacuum{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 26 pg_table_n_ins_since_vacuum{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 45 pg_table_n_ins_since_vacuum{datname="gepvi_eat_db",relname="gepvi_eat.users"} 0 pg_table_n_ins_since_vacuum{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 64 pg_table_n_ins_since_vacuum{datname="gepvi_eat_db",relname="payments.bepaid_products"} 15 pg_table_n_ins_since_vacuum{datname="gepvi_eat_db",relname="payments.payments"} 9 pg_table_n_ins_since_vacuum{datname="gepvi_eat_db",relname="payments.providers"} 1 pg_table_n_ins_since_vacuum{datname="gepvi_eat_db",relname="payments.webhooks"} 12 pg_table_n_ins_since_vacuum{datname="gepvi_eat_db",relname="public.alembic_version"} 0 pg_table_n_ins_since_vacuum{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 106 pg_table_n_ins_since_vacuum{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 1 pg_table_n_ins_since_vacuum{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 0 pg_table_n_ins_since_vacuum{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 0 pg_table_n_ins_since_vacuum{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 0 pg_table_n_ins_since_vacuum{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 1892 pg_table_n_ins_since_vacuum{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 443 pg_table_n_ins_since_vacuum{datname="gepvi_fin_db",relname="gepvi_fin.users"} 0 pg_table_n_ins_since_vacuum{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 0 pg_table_n_ins_since_vacuum{datname="gepvi_fin_db",relname="public.alembic_version"} 0 pg_table_n_ins_since_vacuum{datname="gepvi_users_db",relname="gepvi_users.users"} 0 pg_table_n_ins_since_vacuum{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 0 pg_table_n_ins_since_vacuum{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 0 pg_table_n_ins_since_vacuum{datname="gepvi_users_db",relname="public.alembic_version"} 0 pg_table_n_ins_since_vacuum{datname="omniword",relname="omniword.training_sessions"} 103 pg_table_n_ins_since_vacuum{datname="omniword",relname="omniword.user_words"} 124 pg_table_n_ins_since_vacuum{datname="omniword",relname="omniword.users"} 0 pg_table_n_ins_since_vacuum{datname="omniword",relname="omniword.words"} 336 pg_table_n_ins_since_vacuum{datname="omniword",relname="public.alembic_version"} 0 # HELP pg_table_n_live_tup Estimated number of live rows # TYPE pg_table_n_live_tup gauge pg_table_n_live_tup{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 243 pg_table_n_live_tup{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 6643 pg_table_n_live_tup{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 816 pg_table_n_live_tup{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 766 pg_table_n_live_tup{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 26 pg_table_n_live_tup{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 50 pg_table_n_live_tup{datname="gepvi_eat_db",relname="gepvi_eat.users"} 132 pg_table_n_live_tup{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 97 pg_table_n_live_tup{datname="gepvi_eat_db",relname="payments.bepaid_products"} 11 pg_table_n_live_tup{datname="gepvi_eat_db",relname="payments.payments"} 9 pg_table_n_live_tup{datname="gepvi_eat_db",relname="payments.providers"} 1 pg_table_n_live_tup{datname="gepvi_eat_db",relname="payments.webhooks"} 12 pg_table_n_live_tup{datname="gepvi_eat_db",relname="public.alembic_version"} 0 pg_table_n_live_tup{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 249 pg_table_n_live_tup{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 23 pg_table_n_live_tup{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 0 pg_table_n_live_tup{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 39 pg_table_n_live_tup{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 0 pg_table_n_live_tup{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 71650 pg_table_n_live_tup{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 6556 pg_table_n_live_tup{datname="gepvi_fin_db",relname="gepvi_fin.users"} 0 pg_table_n_live_tup{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 0 pg_table_n_live_tup{datname="gepvi_fin_db",relname="public.alembic_version"} 0 pg_table_n_live_tup{datname="gepvi_users_db",relname="gepvi_users.users"} 0 pg_table_n_live_tup{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 0 pg_table_n_live_tup{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 0 pg_table_n_live_tup{datname="gepvi_users_db",relname="public.alembic_version"} 0 pg_table_n_live_tup{datname="omniword",relname="omniword.training_sessions"} 136 pg_table_n_live_tup{datname="omniword",relname="omniword.user_words"} 469 pg_table_n_live_tup{datname="omniword",relname="omniword.users"} 0 pg_table_n_live_tup{datname="omniword",relname="omniword.words"} 491 pg_table_n_live_tup{datname="omniword",relname="public.alembic_version"} 0 # HELP pg_table_n_mod_since_analyze Estimated number of rows modified since this table was last analyzed # TYPE pg_table_n_mod_since_analyze gauge pg_table_n_mod_since_analyze{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 49 pg_table_n_mod_since_analyze{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 224 pg_table_n_mod_since_analyze{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 63 pg_table_n_mod_since_analyze{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 25 pg_table_n_mod_since_analyze{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 27 pg_table_n_mod_since_analyze{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 1 pg_table_n_mod_since_analyze{datname="gepvi_eat_db",relname="gepvi_eat.users"} 44 pg_table_n_mod_since_analyze{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 13 pg_table_n_mod_since_analyze{datname="gepvi_eat_db",relname="payments.bepaid_products"} 28 pg_table_n_mod_since_analyze{datname="gepvi_eat_db",relname="payments.payments"} 9 pg_table_n_mod_since_analyze{datname="gepvi_eat_db",relname="payments.providers"} 1 pg_table_n_mod_since_analyze{datname="gepvi_eat_db",relname="payments.webhooks"} 24 pg_table_n_mod_since_analyze{datname="gepvi_eat_db",relname="public.alembic_version"} 7 pg_table_n_mod_since_analyze{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 50 pg_table_n_mod_since_analyze{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 5 pg_table_n_mod_since_analyze{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 0 pg_table_n_mod_since_analyze{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 0 pg_table_n_mod_since_analyze{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 0 pg_table_n_mod_since_analyze{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 860 pg_table_n_mod_since_analyze{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 180 pg_table_n_mod_since_analyze{datname="gepvi_fin_db",relname="gepvi_fin.users"} 0 pg_table_n_mod_since_analyze{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 0 pg_table_n_mod_since_analyze{datname="gepvi_fin_db",relname="public.alembic_version"} 0 pg_table_n_mod_since_analyze{datname="gepvi_users_db",relname="gepvi_users.users"} 0 pg_table_n_mod_since_analyze{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 0 pg_table_n_mod_since_analyze{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 0 pg_table_n_mod_since_analyze{datname="gepvi_users_db",relname="public.alembic_version"} 0 pg_table_n_mod_since_analyze{datname="omniword",relname="omniword.training_sessions"} 51 pg_table_n_mod_since_analyze{datname="omniword",relname="omniword.user_words"} 13 pg_table_n_mod_since_analyze{datname="omniword",relname="omniword.users"} 0 pg_table_n_mod_since_analyze{datname="omniword",relname="omniword.words"} 30 pg_table_n_mod_since_analyze{datname="omniword",relname="public.alembic_version"} 0 # HELP pg_table_n_tup_del Number of rows deleted # TYPE pg_table_n_tup_del counter pg_table_n_tup_del{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 307 pg_table_n_tup_del{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 97 pg_table_n_tup_del{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 56 pg_table_n_tup_del{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 29 pg_table_n_tup_del{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 0 pg_table_n_tup_del{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 3 pg_table_n_tup_del{datname="gepvi_eat_db",relname="gepvi_eat.users"} 0 pg_table_n_tup_del{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 0 pg_table_n_tup_del{datname="gepvi_eat_db",relname="payments.bepaid_products"} 3 pg_table_n_tup_del{datname="gepvi_eat_db",relname="payments.payments"} 0 pg_table_n_tup_del{datname="gepvi_eat_db",relname="payments.providers"} 0 pg_table_n_tup_del{datname="gepvi_eat_db",relname="payments.webhooks"} 0 pg_table_n_tup_del{datname="gepvi_eat_db",relname="public.alembic_version"} 0 pg_table_n_tup_del{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 0 pg_table_n_tup_del{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 0 pg_table_n_tup_del{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 0 pg_table_n_tup_del{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 0 pg_table_n_tup_del{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 0 pg_table_n_tup_del{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 0 pg_table_n_tup_del{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 3 pg_table_n_tup_del{datname="gepvi_fin_db",relname="gepvi_fin.users"} 0 pg_table_n_tup_del{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 0 pg_table_n_tup_del{datname="gepvi_fin_db",relname="public.alembic_version"} 0 pg_table_n_tup_del{datname="gepvi_users_db",relname="gepvi_users.users"} 0 pg_table_n_tup_del{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 0 pg_table_n_tup_del{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 0 pg_table_n_tup_del{datname="gepvi_users_db",relname="public.alembic_version"} 0 pg_table_n_tup_del{datname="omniword",relname="omniword.training_sessions"} 0 pg_table_n_tup_del{datname="omniword",relname="omniword.user_words"} 17 pg_table_n_tup_del{datname="omniword",relname="omniword.users"} 0 pg_table_n_tup_del{datname="omniword",relname="omniword.words"} 0 pg_table_n_tup_del{datname="omniword",relname="public.alembic_version"} 0 # HELP pg_table_n_tup_hot_upd Number of rows HOT updated (i.e with no separate index update required) # TYPE pg_table_n_tup_hot_upd counter pg_table_n_tup_hot_upd{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 3157 pg_table_n_tup_hot_upd{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 954 pg_table_n_tup_hot_upd{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 0 pg_table_n_tup_hot_upd{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 106 pg_table_n_tup_hot_upd{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 1 pg_table_n_tup_hot_upd{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 4 pg_table_n_tup_hot_upd{datname="gepvi_eat_db",relname="gepvi_eat.users"} 680 pg_table_n_tup_hot_upd{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 0 pg_table_n_tup_hot_upd{datname="gepvi_eat_db",relname="payments.bepaid_products"} 11 pg_table_n_tup_hot_upd{datname="gepvi_eat_db",relname="payments.payments"} 0 pg_table_n_tup_hot_upd{datname="gepvi_eat_db",relname="payments.providers"} 0 pg_table_n_tup_hot_upd{datname="gepvi_eat_db",relname="payments.webhooks"} 0 pg_table_n_tup_hot_upd{datname="gepvi_eat_db",relname="public.alembic_version"} 0 pg_table_n_tup_hot_upd{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 0 pg_table_n_tup_hot_upd{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 105 pg_table_n_tup_hot_upd{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 0 pg_table_n_tup_hot_upd{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 64 pg_table_n_tup_hot_upd{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 0 pg_table_n_tup_hot_upd{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 0 pg_table_n_tup_hot_upd{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 10 pg_table_n_tup_hot_upd{datname="gepvi_fin_db",relname="gepvi_fin.users"} 0 pg_table_n_tup_hot_upd{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 0 pg_table_n_tup_hot_upd{datname="gepvi_fin_db",relname="public.alembic_version"} 0 pg_table_n_tup_hot_upd{datname="gepvi_users_db",relname="gepvi_users.users"} 0 pg_table_n_tup_hot_upd{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 0 pg_table_n_tup_hot_upd{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 0 pg_table_n_tup_hot_upd{datname="gepvi_users_db",relname="public.alembic_version"} 0 pg_table_n_tup_hot_upd{datname="omniword",relname="omniword.training_sessions"} 0 pg_table_n_tup_hot_upd{datname="omniword",relname="omniword.user_words"} 129 pg_table_n_tup_hot_upd{datname="omniword",relname="omniword.users"} 0 pg_table_n_tup_hot_upd{datname="omniword",relname="omniword.words"} 0 pg_table_n_tup_hot_upd{datname="omniword",relname="public.alembic_version"} 0 # HELP pg_table_n_tup_ins Number of rows inserted # TYPE pg_table_n_tup_ins counter pg_table_n_tup_ins{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 417 pg_table_n_tup_ins{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 3172 pg_table_n_tup_ins{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 535 pg_table_n_tup_ins{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 451 pg_table_n_tup_ins{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 26 pg_table_n_tup_ins{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 45 pg_table_n_tup_ins{datname="gepvi_eat_db",relname="gepvi_eat.users"} 112 pg_table_n_tup_ins{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 64 pg_table_n_tup_ins{datname="gepvi_eat_db",relname="payments.bepaid_products"} 15 pg_table_n_tup_ins{datname="gepvi_eat_db",relname="payments.payments"} 9 pg_table_n_tup_ins{datname="gepvi_eat_db",relname="payments.providers"} 1 pg_table_n_tup_ins{datname="gepvi_eat_db",relname="payments.webhooks"} 12 pg_table_n_tup_ins{datname="gepvi_eat_db",relname="public.alembic_version"} 0 pg_table_n_tup_ins{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 106 pg_table_n_tup_ins{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 2 pg_table_n_tup_ins{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 0 pg_table_n_tup_ins{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 0 pg_table_n_tup_ins{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 0 pg_table_n_tup_ins{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 16512 pg_table_n_tup_ins{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 443 pg_table_n_tup_ins{datname="gepvi_fin_db",relname="gepvi_fin.users"} 0 pg_table_n_tup_ins{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 0 pg_table_n_tup_ins{datname="gepvi_fin_db",relname="public.alembic_version"} 0 pg_table_n_tup_ins{datname="gepvi_users_db",relname="gepvi_users.users"} 0 pg_table_n_tup_ins{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 0 pg_table_n_tup_ins{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 0 pg_table_n_tup_ins{datname="gepvi_users_db",relname="public.alembic_version"} 0 pg_table_n_tup_ins{datname="omniword",relname="omniword.training_sessions"} 103 pg_table_n_tup_ins{datname="omniword",relname="omniword.user_words"} 337 pg_table_n_tup_ins{datname="omniword",relname="omniword.users"} 0 pg_table_n_tup_ins{datname="omniword",relname="omniword.words"} 336 pg_table_n_tup_ins{datname="omniword",relname="public.alembic_version"} 0 # HELP pg_table_n_tup_mod Number of rows modified (insert + update + delete) # TYPE pg_table_n_tup_mod counter pg_table_n_tup_mod{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 3884 pg_table_n_tup_mod{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 7380 pg_table_n_tup_mod{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 1659 pg_table_n_tup_mod{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 1197 pg_table_n_tup_mod{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 27 pg_table_n_tup_mod{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 52 pg_table_n_tup_mod{datname="gepvi_eat_db",relname="gepvi_eat.users"} 11546 pg_table_n_tup_mod{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 64 pg_table_n_tup_mod{datname="gepvi_eat_db",relname="payments.bepaid_products"} 29 pg_table_n_tup_mod{datname="gepvi_eat_db",relname="payments.payments"} 9 pg_table_n_tup_mod{datname="gepvi_eat_db",relname="payments.providers"} 1 pg_table_n_tup_mod{datname="gepvi_eat_db",relname="payments.webhooks"} 24 pg_table_n_tup_mod{datname="gepvi_eat_db",relname="public.alembic_version"} 7 pg_table_n_tup_mod{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 106 pg_table_n_tup_mod{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 107 pg_table_n_tup_mod{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 0 pg_table_n_tup_mod{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 68 pg_table_n_tup_mod{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 0 pg_table_n_tup_mod{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 16512 pg_table_n_tup_mod{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 473 pg_table_n_tup_mod{datname="gepvi_fin_db",relname="gepvi_fin.users"} 0 pg_table_n_tup_mod{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 0 pg_table_n_tup_mod{datname="gepvi_fin_db",relname="public.alembic_version"} 0 pg_table_n_tup_mod{datname="gepvi_users_db",relname="gepvi_users.users"} 0 pg_table_n_tup_mod{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 0 pg_table_n_tup_mod{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 0 pg_table_n_tup_mod{datname="gepvi_users_db",relname="public.alembic_version"} 0 pg_table_n_tup_mod{datname="omniword",relname="omniword.training_sessions"} 103 pg_table_n_tup_mod{datname="omniword",relname="omniword.user_words"} 570 pg_table_n_tup_mod{datname="omniword",relname="omniword.users"} 0 pg_table_n_tup_mod{datname="omniword",relname="omniword.words"} 336 pg_table_n_tup_mod{datname="omniword",relname="public.alembic_version"} 0 # HELP pg_table_n_tup_newpage_upd Number of rows updated where the successor version goes onto a new heap page # TYPE pg_table_n_tup_newpage_upd counter pg_table_n_tup_newpage_upd{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 3 pg_table_n_tup_newpage_upd{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 354 pg_table_n_tup_newpage_upd{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 59 pg_table_n_tup_newpage_upd{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 611 pg_table_n_tup_newpage_upd{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 0 pg_table_n_tup_newpage_upd{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 0 pg_table_n_tup_newpage_upd{datname="gepvi_eat_db",relname="gepvi_eat.users"} 62 pg_table_n_tup_newpage_upd{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 0 pg_table_n_tup_newpage_upd{datname="gepvi_eat_db",relname="payments.bepaid_products"} 0 pg_table_n_tup_newpage_upd{datname="gepvi_eat_db",relname="payments.payments"} 0 pg_table_n_tup_newpage_upd{datname="gepvi_eat_db",relname="payments.providers"} 0 pg_table_n_tup_newpage_upd{datname="gepvi_eat_db",relname="payments.webhooks"} 2 pg_table_n_tup_newpage_upd{datname="gepvi_eat_db",relname="public.alembic_version"} 0 pg_table_n_tup_newpage_upd{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 0 pg_table_n_tup_newpage_upd{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 0 pg_table_n_tup_newpage_upd{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 0 pg_table_n_tup_newpage_upd{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 0 pg_table_n_tup_newpage_upd{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 0 pg_table_n_tup_newpage_upd{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 0 pg_table_n_tup_newpage_upd{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 4 pg_table_n_tup_newpage_upd{datname="gepvi_fin_db",relname="gepvi_fin.users"} 0 pg_table_n_tup_newpage_upd{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 0 pg_table_n_tup_newpage_upd{datname="gepvi_fin_db",relname="public.alembic_version"} 0 pg_table_n_tup_newpage_upd{datname="gepvi_users_db",relname="gepvi_users.users"} 0 pg_table_n_tup_newpage_upd{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 0 pg_table_n_tup_newpage_upd{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 0 pg_table_n_tup_newpage_upd{datname="gepvi_users_db",relname="public.alembic_version"} 0 pg_table_n_tup_newpage_upd{datname="omniword",relname="omniword.training_sessions"} 0 pg_table_n_tup_newpage_upd{datname="omniword",relname="omniword.user_words"} 18 pg_table_n_tup_newpage_upd{datname="omniword",relname="omniword.users"} 0 pg_table_n_tup_newpage_upd{datname="omniword",relname="omniword.words"} 0 pg_table_n_tup_newpage_upd{datname="omniword",relname="public.alembic_version"} 0 # HELP pg_table_n_tup_upd Number of rows updated (includes HOT updated rows) # TYPE pg_table_n_tup_upd counter pg_table_n_tup_upd{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 3160 pg_table_n_tup_upd{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 4111 pg_table_n_tup_upd{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 1068 pg_table_n_tup_upd{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 717 pg_table_n_tup_upd{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 1 pg_table_n_tup_upd{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 4 pg_table_n_tup_upd{datname="gepvi_eat_db",relname="gepvi_eat.users"} 11434 pg_table_n_tup_upd{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 0 pg_table_n_tup_upd{datname="gepvi_eat_db",relname="payments.bepaid_products"} 11 pg_table_n_tup_upd{datname="gepvi_eat_db",relname="payments.payments"} 0 pg_table_n_tup_upd{datname="gepvi_eat_db",relname="payments.providers"} 0 pg_table_n_tup_upd{datname="gepvi_eat_db",relname="payments.webhooks"} 12 pg_table_n_tup_upd{datname="gepvi_eat_db",relname="public.alembic_version"} 7 pg_table_n_tup_upd{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 0 pg_table_n_tup_upd{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 105 pg_table_n_tup_upd{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 0 pg_table_n_tup_upd{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 68 pg_table_n_tup_upd{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 0 pg_table_n_tup_upd{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 0 pg_table_n_tup_upd{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 27 pg_table_n_tup_upd{datname="gepvi_fin_db",relname="gepvi_fin.users"} 0 pg_table_n_tup_upd{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 0 pg_table_n_tup_upd{datname="gepvi_fin_db",relname="public.alembic_version"} 0 pg_table_n_tup_upd{datname="gepvi_users_db",relname="gepvi_users.users"} 0 pg_table_n_tup_upd{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 0 pg_table_n_tup_upd{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 0 pg_table_n_tup_upd{datname="gepvi_users_db",relname="public.alembic_version"} 0 pg_table_n_tup_upd{datname="omniword",relname="omniword.training_sessions"} 0 pg_table_n_tup_upd{datname="omniword",relname="omniword.user_words"} 216 pg_table_n_tup_upd{datname="omniword",relname="omniword.users"} 0 pg_table_n_tup_upd{datname="omniword",relname="omniword.words"} 0 pg_table_n_tup_upd{datname="omniword",relname="public.alembic_version"} 0 # HELP pg_table_ncols Number of columns in the table # TYPE pg_table_ncols gauge pg_table_ncols{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 5 pg_table_ncols{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 15 pg_table_ncols{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 10 pg_table_ncols{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 8 pg_table_ncols{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 8 pg_table_ncols{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 10 pg_table_ncols{datname="gepvi_eat_db",relname="gepvi_eat.users"} 17 pg_table_ncols{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 4 pg_table_ncols{datname="gepvi_eat_db",relname="payments.bepaid_products"} 13 pg_table_ncols{datname="gepvi_eat_db",relname="payments.payments"} 8 pg_table_ncols{datname="gepvi_eat_db",relname="payments.providers"} 5 pg_table_ncols{datname="gepvi_eat_db",relname="payments.webhooks"} 7 pg_table_ncols{datname="gepvi_eat_db",relname="public.alembic_version"} 1 pg_table_ncols{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 7 pg_table_ncols{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 11 pg_table_ncols{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 7 pg_table_ncols{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 8 pg_table_ncols{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 6 pg_table_ncols{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 3 pg_table_ncols{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 11 pg_table_ncols{datname="gepvi_fin_db",relname="gepvi_fin.users"} 6 pg_table_ncols{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 5 pg_table_ncols{datname="gepvi_fin_db",relname="public.alembic_version"} 1 pg_table_ncols{datname="gepvi_users_db",relname="gepvi_users.users"} 15 pg_table_ncols{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 5 pg_table_ncols{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 4 pg_table_ncols{datname="gepvi_users_db",relname="public.alembic_version"} 1 pg_table_ncols{datname="omniword",relname="omniword.training_sessions"} 7 pg_table_ncols{datname="omniword",relname="omniword.user_words"} 11 pg_table_ncols{datname="omniword",relname="omniword.users"} 8 pg_table_ncols{datname="omniword",relname="omniword.words"} 10 pg_table_ncols{datname="omniword",relname="public.alembic_version"} 1 # HELP pg_table_pages Size of the on-disk representation of this table in pages # TYPE pg_table_pages gauge pg_table_pages{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 3 pg_table_pages{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 450 pg_table_pages{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 26 pg_table_pages{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 126 pg_table_pages{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 0 pg_table_pages{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 1 pg_table_pages{datname="gepvi_eat_db",relname="gepvi_eat.users"} 3 pg_table_pages{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 1 pg_table_pages{datname="gepvi_eat_db",relname="payments.bepaid_products"} 1 pg_table_pages{datname="gepvi_eat_db",relname="payments.payments"} 0 pg_table_pages{datname="gepvi_eat_db",relname="payments.providers"} 0 pg_table_pages{datname="gepvi_eat_db",relname="payments.webhooks"} 1 pg_table_pages{datname="gepvi_eat_db",relname="public.alembic_version"} 1 pg_table_pages{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 3 pg_table_pages{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 1 pg_table_pages{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 1 pg_table_pages{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 2 pg_table_pages{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 2 pg_table_pages{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 428 pg_table_pages{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 113 pg_table_pages{datname="gepvi_fin_db",relname="gepvi_fin.users"} 1 pg_table_pages{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 0 pg_table_pages{datname="gepvi_fin_db",relname="public.alembic_version"} 1 pg_table_pages{datname="gepvi_users_db",relname="gepvi_users.users"} 1 pg_table_pages{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 0 pg_table_pages{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 1 pg_table_pages{datname="gepvi_users_db",relname="public.alembic_version"} 1 pg_table_pages{datname="omniword",relname="omniword.training_sessions"} 3 pg_table_pages{datname="omniword",relname="omniword.user_words"} 7 pg_table_pages{datname="omniword",relname="omniword.users"} 1 pg_table_pages{datname="omniword",relname="omniword.words"} 23 pg_table_pages{datname="omniword",relname="public.alembic_version"} 1 # HELP pg_table_relid Relation oid of this table # TYPE pg_table_relid gauge pg_table_relid{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 19810 pg_table_relid{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 19816 pg_table_relid{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 21022 pg_table_relid{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 21006 pg_table_relid{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 20978 pg_table_relid{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 19840 pg_table_relid{datname="gepvi_eat_db",relname="gepvi_eat.users"} 20917 pg_table_relid{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 20945 pg_table_relid{datname="gepvi_eat_db",relname="payments.bepaid_products"} 28978 pg_table_relid{datname="gepvi_eat_db",relname="payments.payments"} 28958 pg_table_relid{datname="gepvi_eat_db",relname="payments.providers"} 28918 pg_table_relid{datname="gepvi_eat_db",relname="payments.webhooks"} 28936 pg_table_relid{datname="gepvi_eat_db",relname="public.alembic_version"} 19846 pg_table_relid{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 19866 pg_table_relid{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 19878 pg_table_relid{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 19896 pg_table_relid{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 19909 pg_table_relid{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 19923 pg_table_relid{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 19934 pg_table_relid{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 19940 pg_table_relid{datname="gepvi_fin_db",relname="gepvi_fin.users"} 19955 pg_table_relid{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 19964 pg_table_relid{datname="gepvi_fin_db",relname="public.alembic_version"} 19973 pg_table_relid{datname="gepvi_users_db",relname="gepvi_users.users"} 20163 pg_table_relid{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 20180 pg_table_relid{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 20190 pg_table_relid{datname="gepvi_users_db",relname="public.alembic_version"} 20198 pg_table_relid{datname="omniword",relname="omniword.training_sessions"} 20222 pg_table_relid{datname="omniword",relname="omniword.user_words"} 20235 pg_table_relid{datname="omniword",relname="omniword.users"} 20256 pg_table_relid{datname="omniword",relname="omniword.words"} 20273 pg_table_relid{datname="omniword",relname="public.alembic_version"} 20285 # HELP pg_table_seq_scan Number of sequential scans initiated on this table # TYPE pg_table_seq_scan counter pg_table_seq_scan{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 2332 pg_table_seq_scan{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 6 pg_table_seq_scan{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 48 pg_table_seq_scan{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 28 pg_table_seq_scan{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 0 pg_table_seq_scan{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 12301 pg_table_seq_scan{datname="gepvi_eat_db",relname="gepvi_eat.users"} 139945 pg_table_seq_scan{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 0 pg_table_seq_scan{datname="gepvi_eat_db",relname="payments.bepaid_products"} 88 pg_table_seq_scan{datname="gepvi_eat_db",relname="payments.payments"} 14 pg_table_seq_scan{datname="gepvi_eat_db",relname="payments.providers"} 6 pg_table_seq_scan{datname="gepvi_eat_db",relname="payments.webhooks"} 989 pg_table_seq_scan{datname="gepvi_eat_db",relname="public.alembic_version"} 72 pg_table_seq_scan{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 0 pg_table_seq_scan{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 774 pg_table_seq_scan{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 3073 pg_table_seq_scan{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 761 pg_table_seq_scan{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 38 pg_table_seq_scan{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 0 pg_table_seq_scan{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 11 pg_table_seq_scan{datname="gepvi_fin_db",relname="gepvi_fin.users"} 2724 pg_table_seq_scan{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 0 pg_table_seq_scan{datname="gepvi_fin_db",relname="public.alembic_version"} 0 pg_table_seq_scan{datname="gepvi_users_db",relname="gepvi_users.users"} 0 pg_table_seq_scan{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 0 pg_table_seq_scan{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 0 pg_table_seq_scan{datname="gepvi_users_db",relname="public.alembic_version"} 0 pg_table_seq_scan{datname="omniword",relname="omniword.training_sessions"} 34 pg_table_seq_scan{datname="omniword",relname="omniword.user_words"} 662 pg_table_seq_scan{datname="omniword",relname="omniword.users"} 2481 pg_table_seq_scan{datname="omniword",relname="omniword.words"} 870 pg_table_seq_scan{datname="omniword",relname="public.alembic_version"} 8 # HELP pg_table_seq_tup_read Number of live rows fetched by sequential scans # TYPE pg_table_seq_tup_read counter pg_table_seq_tup_read{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 576975 pg_table_seq_tup_read{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 3006 pg_table_seq_tup_read{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 16969 pg_table_seq_tup_read{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 10935 pg_table_seq_tup_read{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 0 pg_table_seq_tup_read{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 566407 pg_table_seq_tup_read{datname="gepvi_eat_db",relname="gepvi_eat.users"} 1.5608185e+07 pg_table_seq_tup_read{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 0 pg_table_seq_tup_read{datname="gepvi_eat_db",relname="payments.bepaid_products"} 426 pg_table_seq_tup_read{datname="gepvi_eat_db",relname="payments.payments"} 50 pg_table_seq_tup_read{datname="gepvi_eat_db",relname="payments.providers"} 2 pg_table_seq_tup_read{datname="gepvi_eat_db",relname="payments.webhooks"} 2720 pg_table_seq_tup_read{datname="gepvi_eat_db",relname="public.alembic_version"} 72 pg_table_seq_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 0 pg_table_seq_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 16679 pg_table_seq_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 3073 pg_table_seq_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 29641 pg_table_seq_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 6536 pg_table_seq_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 0 pg_table_seq_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 70441 pg_table_seq_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.users"} 2724 pg_table_seq_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 0 pg_table_seq_tup_read{datname="gepvi_fin_db",relname="public.alembic_version"} 0 pg_table_seq_tup_read{datname="gepvi_users_db",relname="gepvi_users.users"} 0 pg_table_seq_tup_read{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 0 pg_table_seq_tup_read{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 0 pg_table_seq_tup_read{datname="gepvi_users_db",relname="public.alembic_version"} 0 pg_table_seq_tup_read{datname="omniword",relname="omniword.training_sessions"} 3698 pg_table_seq_tup_read{datname="omniword",relname="omniword.user_words"} 187123 pg_table_seq_tup_read{datname="omniword",relname="omniword.users"} 4523 pg_table_seq_tup_read{datname="omniword",relname="omniword.words"} 261165 pg_table_seq_tup_read{datname="omniword",relname="public.alembic_version"} 8 # HELP pg_table_size_bytes Total bytes of this table (including toast # TYPE pg_table_size_bytes gauge pg_table_size_bytes{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 98304 pg_table_size_bytes{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 4.595712e+06 pg_table_size_bytes{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 327680 pg_table_size_bytes{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 1.646592e+06 pg_table_size_bytes{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 81920 pg_table_size_bytes{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 40960 pg_table_size_bytes{datname="gepvi_eat_db",relname="gepvi_eat.users"} 196608 pg_table_size_bytes{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 57344 pg_table_size_bytes{datname="gepvi_eat_db",relname="monitor.heartbeat"} 8192 pg_table_size_bytes{datname="gepvi_eat_db",relname="payments.bepaid_products"} 49152 pg_table_size_bytes{datname="gepvi_eat_db",relname="payments.payments"} 81920 pg_table_size_bytes{datname="gepvi_eat_db",relname="payments.providers"} 65536 pg_table_size_bytes{datname="gepvi_eat_db",relname="payments.webhooks"} 106496 pg_table_size_bytes{datname="gepvi_eat_db",relname="public.alembic_version"} 24576 pg_table_size_bytes{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 131072 pg_table_size_bytes{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 114688 pg_table_size_bytes{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 65536 pg_table_size_bytes{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 122880 pg_table_size_bytes{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 106496 pg_table_size_bytes{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 5.20192e+06 pg_table_size_bytes{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 1.630208e+06 pg_table_size_bytes{datname="gepvi_fin_db",relname="gepvi_fin.users"} 81920 pg_table_size_bytes{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 24576 pg_table_size_bytes{datname="gepvi_fin_db",relname="monitor.heartbeat"} 8192 pg_table_size_bytes{datname="gepvi_fin_db",relname="public.alembic_version"} 24576 pg_table_size_bytes{datname="gepvi_health_db",relname="monitor.heartbeat"} 8192 pg_table_size_bytes{datname="gepvi_users_db",relname="gepvi_users.users"} 131072 pg_table_size_bytes{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 24576 pg_table_size_bytes{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 57344 pg_table_size_bytes{datname="gepvi_users_db",relname="monitor.heartbeat"} 8192 pg_table_size_bytes{datname="gepvi_users_db",relname="public.alembic_version"} 24576 pg_table_size_bytes{datname="omniword",relname="monitor.heartbeat"} 8192 pg_table_size_bytes{datname="omniword",relname="omniword.training_sessions"} 98304 pg_table_size_bytes{datname="omniword",relname="omniword.user_words"} 229376 pg_table_size_bytes{datname="omniword",relname="omniword.users"} 81920 pg_table_size_bytes{datname="omniword",relname="omniword.words"} 327680 pg_table_size_bytes{datname="omniword",relname="public.alembic_version"} 24576 pg_table_size_bytes{datname="postgres",relname="monitor.heartbeat"} 8192 # HELP pg_table_size_indexsize Bytes of all related indexes of this table # TYPE pg_table_size_indexsize gauge pg_table_size_indexsize{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 40960 pg_table_size_indexsize{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 843776 pg_table_size_indexsize{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 73728 pg_table_size_indexsize{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 65536 pg_table_size_indexsize{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 65536 pg_table_size_indexsize{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 32768 pg_table_size_indexsize{datname="gepvi_eat_db",relname="gepvi_eat.users"} 131072 pg_table_size_indexsize{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 49152 pg_table_size_indexsize{datname="gepvi_eat_db",relname="monitor.heartbeat"} 8192 pg_table_size_indexsize{datname="gepvi_eat_db",relname="payments.bepaid_products"} 32768 pg_table_size_indexsize{datname="gepvi_eat_db",relname="payments.payments"} 65536 pg_table_size_indexsize{datname="gepvi_eat_db",relname="payments.providers"} 49152 pg_table_size_indexsize{datname="gepvi_eat_db",relname="payments.webhooks"} 49152 pg_table_size_indexsize{datname="gepvi_eat_db",relname="public.alembic_version"} 16384 pg_table_size_indexsize{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 65536 pg_table_size_indexsize{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 65536 pg_table_size_indexsize{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 49152 pg_table_size_indexsize{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 65536 pg_table_size_indexsize{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 49152 pg_table_size_indexsize{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 1.622016e+06 pg_table_size_indexsize{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 630784 pg_table_size_indexsize{datname="gepvi_fin_db",relname="gepvi_fin.users"} 65536 pg_table_size_indexsize{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 16384 pg_table_size_indexsize{datname="gepvi_fin_db",relname="monitor.heartbeat"} 8192 pg_table_size_indexsize{datname="gepvi_fin_db",relname="public.alembic_version"} 16384 pg_table_size_indexsize{datname="gepvi_health_db",relname="monitor.heartbeat"} 8192 pg_table_size_indexsize{datname="gepvi_users_db",relname="gepvi_users.users"} 81920 pg_table_size_indexsize{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 16384 pg_table_size_indexsize{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 49152 pg_table_size_indexsize{datname="gepvi_users_db",relname="monitor.heartbeat"} 8192 pg_table_size_indexsize{datname="gepvi_users_db",relname="public.alembic_version"} 16384 pg_table_size_indexsize{datname="omniword",relname="monitor.heartbeat"} 8192 pg_table_size_indexsize{datname="omniword",relname="omniword.training_sessions"} 32768 pg_table_size_indexsize{datname="omniword",relname="omniword.user_words"} 122880 pg_table_size_indexsize{datname="omniword",relname="omniword.users"} 65536 pg_table_size_indexsize{datname="omniword",relname="omniword.words"} 81920 pg_table_size_indexsize{datname="omniword",relname="public.alembic_version"} 16384 pg_table_size_indexsize{datname="postgres",relname="monitor.heartbeat"} 8192 # HELP pg_table_size_relsize Bytes of this table itself (main # TYPE pg_table_size_relsize gauge pg_table_size_relsize{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 24576 pg_table_size_relsize{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 3.710976e+06 pg_table_size_relsize{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 212992 pg_table_size_relsize{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 1.081344e+06 pg_table_size_relsize{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 8192 pg_table_size_relsize{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 8192 pg_table_size_relsize{datname="gepvi_eat_db",relname="gepvi_eat.users"} 24576 pg_table_size_relsize{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 8192 pg_table_size_relsize{datname="gepvi_eat_db",relname="monitor.heartbeat"} 0 pg_table_size_relsize{datname="gepvi_eat_db",relname="payments.bepaid_products"} 8192 pg_table_size_relsize{datname="gepvi_eat_db",relname="payments.payments"} 8192 pg_table_size_relsize{datname="gepvi_eat_db",relname="payments.providers"} 8192 pg_table_size_relsize{datname="gepvi_eat_db",relname="payments.webhooks"} 24576 pg_table_size_relsize{datname="gepvi_eat_db",relname="public.alembic_version"} 8192 pg_table_size_relsize{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 24576 pg_table_size_relsize{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 8192 pg_table_size_relsize{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 8192 pg_table_size_relsize{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 16384 pg_table_size_relsize{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 16384 pg_table_size_relsize{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 3.547136e+06 pg_table_size_relsize{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 958464 pg_table_size_relsize{datname="gepvi_fin_db",relname="gepvi_fin.users"} 8192 pg_table_size_relsize{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 0 pg_table_size_relsize{datname="gepvi_fin_db",relname="monitor.heartbeat"} 0 pg_table_size_relsize{datname="gepvi_fin_db",relname="public.alembic_version"} 8192 pg_table_size_relsize{datname="gepvi_health_db",relname="monitor.heartbeat"} 0 pg_table_size_relsize{datname="gepvi_users_db",relname="gepvi_users.users"} 8192 pg_table_size_relsize{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 0 pg_table_size_relsize{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 8192 pg_table_size_relsize{datname="gepvi_users_db",relname="monitor.heartbeat"} 0 pg_table_size_relsize{datname="gepvi_users_db",relname="public.alembic_version"} 8192 pg_table_size_relsize{datname="omniword",relname="monitor.heartbeat"} 0 pg_table_size_relsize{datname="omniword",relname="omniword.training_sessions"} 32768 pg_table_size_relsize{datname="omniword",relname="omniword.user_words"} 65536 pg_table_size_relsize{datname="omniword",relname="omniword.users"} 8192 pg_table_size_relsize{datname="omniword",relname="omniword.words"} 204800 pg_table_size_relsize{datname="omniword",relname="public.alembic_version"} 8192 pg_table_size_relsize{datname="postgres",relname="monitor.heartbeat"} 0 # HELP pg_table_size_toastsize Bytes of toast tables of this table # TYPE pg_table_size_toastsize gauge pg_table_size_toastsize{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 0 pg_table_size_toastsize{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 8192 pg_table_size_toastsize{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 8192 pg_table_size_toastsize{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 466944 pg_table_size_toastsize{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 8192 pg_table_size_toastsize{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 0 pg_table_size_toastsize{datname="gepvi_eat_db",relname="gepvi_eat.users"} 8192 pg_table_size_toastsize{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 0 pg_table_size_toastsize{datname="gepvi_eat_db",relname="monitor.heartbeat"} 0 pg_table_size_toastsize{datname="gepvi_eat_db",relname="payments.bepaid_products"} 8192 pg_table_size_toastsize{datname="gepvi_eat_db",relname="payments.payments"} 8192 pg_table_size_toastsize{datname="gepvi_eat_db",relname="payments.providers"} 8192 pg_table_size_toastsize{datname="gepvi_eat_db",relname="payments.webhooks"} 8192 pg_table_size_toastsize{datname="gepvi_eat_db",relname="public.alembic_version"} 0 pg_table_size_toastsize{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 8192 pg_table_size_toastsize{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 8192 pg_table_size_toastsize{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 8192 pg_table_size_toastsize{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 8192 pg_table_size_toastsize{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 8192 pg_table_size_toastsize{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 0 pg_table_size_toastsize{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 8192 pg_table_size_toastsize{datname="gepvi_fin_db",relname="gepvi_fin.users"} 8192 pg_table_size_toastsize{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 8192 pg_table_size_toastsize{datname="gepvi_fin_db",relname="monitor.heartbeat"} 0 pg_table_size_toastsize{datname="gepvi_fin_db",relname="public.alembic_version"} 0 pg_table_size_toastsize{datname="gepvi_health_db",relname="monitor.heartbeat"} 0 pg_table_size_toastsize{datname="gepvi_users_db",relname="gepvi_users.users"} 8192 pg_table_size_toastsize{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 8192 pg_table_size_toastsize{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 0 pg_table_size_toastsize{datname="gepvi_users_db",relname="monitor.heartbeat"} 0 pg_table_size_toastsize{datname="gepvi_users_db",relname="public.alembic_version"} 0 pg_table_size_toastsize{datname="omniword",relname="monitor.heartbeat"} 0 pg_table_size_toastsize{datname="omniword",relname="omniword.training_sessions"} 8192 pg_table_size_toastsize{datname="omniword",relname="omniword.user_words"} 8192 pg_table_size_toastsize{datname="omniword",relname="omniword.users"} 8192 pg_table_size_toastsize{datname="omniword",relname="omniword.words"} 8192 pg_table_size_toastsize{datname="omniword",relname="public.alembic_version"} 0 pg_table_size_toastsize{datname="postgres",relname="monitor.heartbeat"} 0 # HELP pg_table_tbl_scan Number of scans initiated on this table # TYPE pg_table_tbl_scan counter pg_table_tbl_scan{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 5910 pg_table_tbl_scan{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 88149 pg_table_tbl_scan{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 5.043591e+06 pg_table_tbl_scan{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 22621 pg_table_tbl_scan{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 10679 pg_table_tbl_scan{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 12349 pg_table_tbl_scan{datname="gepvi_eat_db",relname="gepvi_eat.users"} 263900 pg_table_tbl_scan{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 0 pg_table_tbl_scan{datname="gepvi_eat_db",relname="payments.bepaid_products"} 100 pg_table_tbl_scan{datname="gepvi_eat_db",relname="payments.payments"} 14 pg_table_tbl_scan{datname="gepvi_eat_db",relname="payments.providers"} 30 pg_table_tbl_scan{datname="gepvi_eat_db",relname="payments.webhooks"} 1.57106e+06 pg_table_tbl_scan{datname="gepvi_eat_db",relname="public.alembic_version"} 72 pg_table_tbl_scan{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 175 pg_table_tbl_scan{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 775 pg_table_tbl_scan{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 3073 pg_table_tbl_scan{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 3528 pg_table_tbl_scan{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 42 pg_table_tbl_scan{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 2504 pg_table_tbl_scan{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 4595 pg_table_tbl_scan{datname="gepvi_fin_db",relname="gepvi_fin.users"} 2724 pg_table_tbl_scan{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 0 pg_table_tbl_scan{datname="gepvi_fin_db",relname="public.alembic_version"} 0 pg_table_tbl_scan{datname="gepvi_users_db",relname="gepvi_users.users"} 0 pg_table_tbl_scan{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 0 pg_table_tbl_scan{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 0 pg_table_tbl_scan{datname="gepvi_users_db",relname="public.alembic_version"} 0 pg_table_tbl_scan{datname="omniword",relname="omniword.training_sessions"} 34 pg_table_tbl_scan{datname="omniword",relname="omniword.user_words"} 1708 pg_table_tbl_scan{datname="omniword",relname="omniword.users"} 2481 pg_table_tbl_scan{datname="omniword",relname="omniword.words"} 3596 pg_table_tbl_scan{datname="omniword",relname="public.alembic_version"} 8 # HELP pg_table_tup_read Number of live rows fetched by scans # TYPE pg_table_tup_read counter pg_table_tup_read{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 580265 pg_table_tup_read{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 306005 pg_table_tup_read{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 1.690174e+06 pg_table_tup_read{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 144435 pg_table_tup_read{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 219 pg_table_tup_read{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 566411 pg_table_tup_read{datname="gepvi_eat_db",relname="gepvi_eat.users"} 1.5725994e+07 pg_table_tup_read{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 0 pg_table_tup_read{datname="gepvi_eat_db",relname="payments.bepaid_products"} 438 pg_table_tup_read{datname="gepvi_eat_db",relname="payments.payments"} 50 pg_table_tup_read{datname="gepvi_eat_db",relname="payments.providers"} 26 pg_table_tup_read{datname="gepvi_eat_db",relname="payments.webhooks"} 2730 pg_table_tup_read{datname="gepvi_eat_db",relname="public.alembic_version"} 72 pg_table_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 30160 pg_table_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 16680 pg_table_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 3073 pg_table_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 32010 pg_table_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 6540 pg_table_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 2408 pg_table_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 159598 pg_table_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.users"} 2724 pg_table_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 0 pg_table_tup_read{datname="gepvi_fin_db",relname="public.alembic_version"} 0 pg_table_tup_read{datname="gepvi_users_db",relname="gepvi_users.users"} 0 pg_table_tup_read{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 0 pg_table_tup_read{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 0 pg_table_tup_read{datname="gepvi_users_db",relname="public.alembic_version"} 0 pg_table_tup_read{datname="omniword",relname="omniword.training_sessions"} 3698 pg_table_tup_read{datname="omniword",relname="omniword.user_words"} 246363 pg_table_tup_read{datname="omniword",relname="omniword.users"} 4523 pg_table_tup_read{datname="omniword",relname="omniword.words"} 262210 pg_table_tup_read{datname="omniword",relname="public.alembic_version"} 8 # HELP pg_table_tuples Estimated number of rows in this table # TYPE pg_table_tuples gauge pg_table_tuples{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 244 pg_table_tuples{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 6578 pg_table_tuples{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 805 pg_table_tuples{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 741 pg_table_tuples{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} -1 pg_table_tuples{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 50 pg_table_tuples{datname="gepvi_eat_db",relname="gepvi_eat.users"} 132 pg_table_tuples{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 84 pg_table_tuples{datname="gepvi_eat_db",relname="payments.bepaid_products"} 1 pg_table_tuples{datname="gepvi_eat_db",relname="payments.payments"} -1 pg_table_tuples{datname="gepvi_eat_db",relname="payments.providers"} -1 pg_table_tuples{datname="gepvi_eat_db",relname="payments.webhooks"} 1 pg_table_tuples{datname="gepvi_eat_db",relname="public.alembic_version"} 1 pg_table_tuples{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 199 pg_table_tuples{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 23 pg_table_tuples{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 1 pg_table_tuples{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 39 pg_table_tuples{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 172 pg_table_tuples{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 70790 pg_table_tuples{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 6386 pg_table_tuples{datname="gepvi_fin_db",relname="gepvi_fin.users"} 1 pg_table_tuples{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} -1 pg_table_tuples{datname="gepvi_fin_db",relname="public.alembic_version"} 1 pg_table_tuples{datname="gepvi_users_db",relname="gepvi_users.users"} 20 pg_table_tuples{datname="gepvi_users_db",relname="gepvi_users.webhooks"} -1 pg_table_tuples{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 30 pg_table_tuples{datname="gepvi_users_db",relname="public.alembic_version"} 1 pg_table_tuples{datname="omniword",relname="omniword.training_sessions"} 85 pg_table_tuples{datname="omniword",relname="omniword.user_words"} 457 pg_table_tuples{datname="omniword",relname="omniword.users"} 2 pg_table_tuples{datname="omniword",relname="omniword.words"} 461 pg_table_tuples{datname="omniword",relname="public.alembic_version"} 1 # HELP pg_table_vacuum_count Number of times this table has been manually vacuumed (not counting VACUUM FULL) # TYPE pg_table_vacuum_count counter pg_table_vacuum_count{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 0 pg_table_vacuum_count{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 0 pg_table_vacuum_count{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 0 pg_table_vacuum_count{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 0 pg_table_vacuum_count{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 0 pg_table_vacuum_count{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 0 pg_table_vacuum_count{datname="gepvi_eat_db",relname="gepvi_eat.users"} 0 pg_table_vacuum_count{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 0 pg_table_vacuum_count{datname="gepvi_eat_db",relname="payments.bepaid_products"} 0 pg_table_vacuum_count{datname="gepvi_eat_db",relname="payments.payments"} 0 pg_table_vacuum_count{datname="gepvi_eat_db",relname="payments.providers"} 0 pg_table_vacuum_count{datname="gepvi_eat_db",relname="payments.webhooks"} 0 pg_table_vacuum_count{datname="gepvi_eat_db",relname="public.alembic_version"} 0 pg_table_vacuum_count{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 0 pg_table_vacuum_count{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 0 pg_table_vacuum_count{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 0 pg_table_vacuum_count{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 0 pg_table_vacuum_count{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 0 pg_table_vacuum_count{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 0 pg_table_vacuum_count{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 0 pg_table_vacuum_count{datname="gepvi_fin_db",relname="gepvi_fin.users"} 0 pg_table_vacuum_count{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 0 pg_table_vacuum_count{datname="gepvi_fin_db",relname="public.alembic_version"} 0 pg_table_vacuum_count{datname="gepvi_users_db",relname="gepvi_users.users"} 0 pg_table_vacuum_count{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 0 pg_table_vacuum_count{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 0 pg_table_vacuum_count{datname="gepvi_users_db",relname="public.alembic_version"} 0 pg_table_vacuum_count{datname="omniword",relname="omniword.training_sessions"} 0 pg_table_vacuum_count{datname="omniword",relname="omniword.user_words"} 0 pg_table_vacuum_count{datname="omniword",relname="omniword.users"} 0 pg_table_vacuum_count{datname="omniword",relname="omniword.words"} 0 pg_table_vacuum_count{datname="omniword",relname="public.alembic_version"} 0 # HELP pg_table_vacuum_time Total time this table has been manually vacuumed # TYPE pg_table_vacuum_time counter pg_table_vacuum_time{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 0 pg_table_vacuum_time{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 0 pg_table_vacuum_time{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 0 pg_table_vacuum_time{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 0 pg_table_vacuum_time{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 0 pg_table_vacuum_time{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 0 pg_table_vacuum_time{datname="gepvi_eat_db",relname="gepvi_eat.users"} 0 pg_table_vacuum_time{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 0 pg_table_vacuum_time{datname="gepvi_eat_db",relname="payments.bepaid_products"} 0 pg_table_vacuum_time{datname="gepvi_eat_db",relname="payments.payments"} 0 pg_table_vacuum_time{datname="gepvi_eat_db",relname="payments.providers"} 0 pg_table_vacuum_time{datname="gepvi_eat_db",relname="payments.webhooks"} 0 pg_table_vacuum_time{datname="gepvi_eat_db",relname="public.alembic_version"} 0 pg_table_vacuum_time{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 0 pg_table_vacuum_time{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 0 pg_table_vacuum_time{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 0 pg_table_vacuum_time{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 0 pg_table_vacuum_time{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 0 pg_table_vacuum_time{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 0 pg_table_vacuum_time{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 0 pg_table_vacuum_time{datname="gepvi_fin_db",relname="gepvi_fin.users"} 0 pg_table_vacuum_time{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 0 pg_table_vacuum_time{datname="gepvi_fin_db",relname="public.alembic_version"} 0 pg_table_vacuum_time{datname="gepvi_users_db",relname="gepvi_users.users"} 0 pg_table_vacuum_time{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 0 pg_table_vacuum_time{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 0 pg_table_vacuum_time{datname="gepvi_users_db",relname="public.alembic_version"} 0 pg_table_vacuum_time{datname="omniword",relname="omniword.training_sessions"} 0 pg_table_vacuum_time{datname="omniword",relname="omniword.user_words"} 0 pg_table_vacuum_time{datname="omniword",relname="omniword.users"} 0 pg_table_vacuum_time{datname="omniword",relname="omniword.words"} 0 pg_table_vacuum_time{datname="omniword",relname="public.alembic_version"} 0 # HELP pg_timeline_id Current timeline ID # TYPE pg_timeline_id gauge pg_timeline_id 7 # HELP pg_timestamp current database timestamp in unix epoch # TYPE pg_timestamp gauge pg_timestamp 1.784027661959512e+09 # HELP pg_up last scrape was able to connect to the server: 1 for yes, 0 for no # TYPE pg_up gauge pg_up 1 # HELP pg_uptime seconds since postmaster start # TYPE pg_uptime gauge pg_uptime 3.466202887022e+06 # HELP pg_version server version number # TYPE pg_version gauge pg_version 180003 # HELP pg_wait_count Count of WaitEvent on target database # TYPE pg_wait_count gauge pg_wait_count{datname="_system",event="Activity"} 10 pg_wait_count{datname="gepvi_eat_db",event="Client"} 2 pg_wait_count{datname="gepvi_fin_db",event="Client"} 2 pg_wait_count{datname="gepvi_health_db",event="Client"} 1 pg_wait_count{datname="gepvi_users_db",event="Client"} 4 pg_wait_count{datname="omniword",event="Client"} 1 pg_wait_count{datname="postgres",event="Client"} 2 pg_wait_count{datname="postgres",event="Running"} 1 # HELP pg_wal_buffers_full Number of times WAL data was written to disk because WAL buffers became full # TYPE pg_wal_buffers_full counter pg_wal_buffers_full 0 # HELP pg_wal_bytes Total amount of WAL generated in bytes # TYPE pg_wal_bytes counter pg_wal_bytes 1.98780378e+08 # HELP pg_wal_fpi Total number of WAL full page images generated # TYPE pg_wal_fpi counter pg_wal_fpi 30008 # HELP pg_wal_records Total number of WAL records generated # TYPE pg_wal_records counter pg_wal_records 282575 # HELP pg_wal_reset_time When statistics were last reset # TYPE pg_wal_reset_time gauge pg_wal_reset_time 1.775763749923533e+09 # HELP pg_write_lsn primary only # TYPE pg_write_lsn counter pg_write_lsn 1.1853103104e+11 # HELP pg_xact_xmax First as-yet-unassigned txid. txid >= this are invisible. # TYPE pg_xact_xmax counter pg_xact_xmax 44308 # HELP pg_xact_xmin Earliest txid that is still active # TYPE pg_xact_xmin counter pg_xact_xmin 44308 # HELP pg_xact_xnum Current active transaction count # TYPE pg_xact_xnum gauge pg_xact_xnum 0 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 25117.31 # 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 3.63687699215e+11 # 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.64726039932e+11 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 14 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.0385792e+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.78056144843e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.37125888e+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"} 346643 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0