# 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.4268e-05 go_gc_duration_seconds{quantile="0.25"} 9.1313e-05 go_gc_duration_seconds{quantile="0.5"} 0.000111699 go_gc_duration_seconds{quantile="0.75"} 0.000170528 go_gc_duration_seconds{quantile="1"} 0.063281181 go_gc_duration_seconds_sum 382.677789863 go_gc_duration_seconds_count 676334 # 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 8.85788e+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 2.964346133736e+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 6.0739264098e+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.484416e+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 8.85788e+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 9.248768e+06 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 1.1067392e+07 # 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 141775 # 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.938048e+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.7879273343985887e+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 6.0739405873e+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 184480 # 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.1977562e+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 465048 # 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"} 1 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"} 1 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"} 596.695372 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"} 54.959167 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"} 54.868947 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"} 55.040942 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"} 34.693862 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"} 7.365889760403e+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"} 5.301623 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"} 5.292957 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"} 5.197858 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"} 5.296672 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"} 5.192647 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"} 1.541416 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 241 # HELP pg_archiver_failed_time Time of the last failed archival operation # TYPE pg_archiver_failed_time gauge pg_archiver_failed_time 1.787237352957339e+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 8726 # HELP pg_archiver_finish_time Time of the last successful archive operation # TYPE pg_archiver_finish_time gauge pg_archiver_finish_time 1.787924811345823e+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"} 9 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 13820 # 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.62135015552e+11 # HELP pg_checkpoint_elapse Seconds elapsed since latest checkpoint in seconds # TYPE pg_checkpoint_elapse gauge pg_checkpoint_elapse 2587.524501 # 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 53468 # 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 53469 # 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 53469 # 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.62135015464e+11 # HELP pg_checkpoint_time Time of latest checkpoint # TYPE pg_checkpoint_time counter pg_checkpoint_time 1.787924706e+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 46567 # HELP pg_checkpointer_done Number of checkpoints that have been performed # TYPE pg_checkpointer_done counter pg_checkpointer_done 4198 # HELP pg_checkpointer_req Number of requested checkpoints that have been performed # TYPE pg_checkpointer_req counter pg_checkpointer_req 152 # 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 6205 # 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 10.328 # HELP pg_checkpointer_timed Number of scheduled checkpoints that have been performed # TYPE pg_checkpointer_timed counter pg_checkpointer_timed 13373 # 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 4760.571 # HELP pg_conf_reload_time seconds since last configuration reload # TYPE pg_conf_reload_time gauge pg_conf_reload_time 7.365890036857e+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"} 53906.89552300001 pg_db_active_time{datname="gepvi_fin_db"} 42305.133072 pg_db_active_time{datname="gepvi_health_db"} 22336.718912 pg_db_active_time{datname="gepvi_reports_db"} 0.010501 pg_db_active_time{datname="gepvi_users_db"} 31141.719344999998 pg_db_active_time{datname="omniword"} 33854.81493 pg_db_active_time{datname="postgres"} 63047.403541 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"} 52725 pg_db_age{datname="gepvi_fin_db"} 52725 pg_db_age{datname="gepvi_health_db"} 52725 pg_db_age{datname="gepvi_reports_db"} 52725 pg_db_age{datname="gepvi_users_db"} 52725 pg_db_age{datname="omniword"} 52725 pg_db_age{datname="postgres"} 52725 pg_db_age{datname="template0"} 52725 pg_db_age{datname="template1"} 52725 # 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.310824 pg_db_blk_read_time{datname="gepvi_fin_db"} 1.1652660000000001 pg_db_blk_read_time{datname="gepvi_health_db"} 0.40792300000000004 pg_db_blk_read_time{datname="gepvi_reports_db"} 0.113068 pg_db_blk_read_time{datname="gepvi_users_db"} 1.104879 pg_db_blk_read_time{datname="omniword"} 1.705306 pg_db_blk_read_time{datname="postgres"} 0.8246960000000001 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.16225299999999998 pg_db_blk_write_time{datname="gepvi_fin_db"} 0.156092 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"} 2.400595627e+09 pg_db_blks_access{datname="gepvi_fin_db"} 2.001420418e+09 pg_db_blks_access{datname="gepvi_health_db"} 1.335748079e+09 pg_db_blks_access{datname="gepvi_reports_db"} 1.4794443e+07 pg_db_blks_access{datname="gepvi_users_db"} 1.60188479e+09 pg_db_blks_access{datname="omniword"} 1.656100919e+09 pg_db_blks_access{datname="postgres"} 1.09980667e+09 pg_db_blks_access{datname="template0"} 0 pg_db_blks_access{datname="template1"} 1.478489e+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"} 2.400592318e+09 pg_db_blks_hit{datname="gepvi_fin_db"} 2.001417535e+09 pg_db_blks_hit{datname="gepvi_health_db"} 1.335746685e+09 pg_db_blks_hit{datname="gepvi_reports_db"} 1.4793992e+07 pg_db_blks_hit{datname="gepvi_users_db"} 1.601883354e+09 pg_db_blks_hit{datname="omniword"} 1.656099137e+09 pg_db_blks_hit{datname="postgres"} 1.099805239e+09 pg_db_blks_hit{datname="template0"} 0 pg_db_blks_hit{datname="template1"} 1.478448e+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"} 3309 pg_db_blks_read{datname="gepvi_fin_db"} 2883 pg_db_blks_read{datname="gepvi_health_db"} 1394 pg_db_blks_read{datname="gepvi_reports_db"} 451 pg_db_blks_read{datname="gepvi_users_db"} 1436 pg_db_blks_read{datname="omniword"} 1782 pg_db_blks_read{datname="postgres"} 1431 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"} 26470.716834 pg_db_ixact_time{datname="gepvi_fin_db"} 305.18859499999996 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"} 877.887602 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"} 1 pg_db_numbackends{datname="gepvi_health_db"} 1 pg_db_numbackends{datname="gepvi_reports_db"} 0 pg_db_numbackends{datname="gepvi_users_db"} 1 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"} 2.7775233024685003e+07 pg_db_session_time{datname="gepvi_fin_db"} 1.3875946321481e+07 pg_db_session_time{datname="gepvi_health_db"} 1.1472297864047002e+07 pg_db_session_time{datname="gepvi_reports_db"} 1.872412219113116e+12 pg_db_session_time{datname="gepvi_users_db"} 1.1812531297068002e+07 pg_db_session_time{datname="omniword"} 1.1993591758905001e+07 pg_db_session_time{datname="postgres"} 2.2237617447041e+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"} 211944 pg_db_sessions{datname="gepvi_fin_db"} 188561 pg_db_sessions{datname="gepvi_health_db"} 184519 pg_db_sessions{datname="gepvi_reports_db"} 3 pg_db_sessions{datname="gepvi_users_db"} 184778 pg_db_sessions{datname="omniword"} 185297 pg_db_sessions{datname="postgres"} 202902 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"} 22 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"} 1.217059e+06 pg_db_sessions_fatal{datname="gepvi_users_db"} 4 pg_db_sessions_fatal{datname="omniword"} 0 pg_db_sessions_fatal{datname="postgres"} 18 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"} 4345 pg_db_tup_deleted{datname="gepvi_fin_db"} 76 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"} 9.60373871e+08 pg_db_tup_fetched{datname="gepvi_fin_db"} 8.23874442e+08 pg_db_tup_fetched{datname="gepvi_health_db"} 5.67742787e+08 pg_db_tup_fetched{datname="gepvi_reports_db"} 3.043e+06 pg_db_tup_fetched{datname="gepvi_users_db"} 6.66145175e+08 pg_db_tup_fetched{datname="omniword"} 6.89191758e+08 pg_db_tup_fetched{datname="postgres"} 5.80295998e+08 pg_db_tup_fetched{datname="template0"} 0 pg_db_tup_fetched{datname="template1"} 3.039627e+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"} 10738 pg_db_tup_inserted{datname="gepvi_fin_db"} 25157 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"} 1051 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"} 51328 pg_db_tup_modified{datname="gepvi_fin_db"} 25560 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"} 1642 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"} 7.826318687e+09 pg_db_tup_returned{datname="gepvi_fin_db"} 6.427010044e+09 pg_db_tup_returned{datname="gepvi_health_db"} 4.670728942e+09 pg_db_tup_returned{datname="gepvi_reports_db"} 1.95459152e+08 pg_db_tup_returned{datname="gepvi_users_db"} 5.968798309e+09 pg_db_tup_returned{datname="omniword"} 6.01054825e+09 pg_db_tup_returned{datname="postgres"} 4.712282354e+09 pg_db_tup_returned{datname="template0"} 0 pg_db_tup_returned{datname="template1"} 1.88889056e+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"} 36245 pg_db_tup_updated{datname="gepvi_fin_db"} 327 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.6787749e+07 pg_db_xact_commit{datname="gepvi_fin_db"} 9.078691e+06 pg_db_xact_commit{datname="gepvi_health_db"} 9.078121e+06 pg_db_xact_commit{datname="gepvi_reports_db"} 405122 pg_db_xact_commit{datname="gepvi_users_db"} 9.075117e+06 pg_db_xact_commit{datname="omniword"} 9.085122e+06 pg_db_xact_commit{datname="postgres"} 5.2549463e+07 pg_db_xact_commit{datname="template0"} 0 pg_db_xact_commit{datname="template1"} 404901 # 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"} 2.806298e+06 pg_db_xact_rollback{datname="gepvi_fin_db"} 6913 pg_db_xact_rollback{datname="gepvi_health_db"} 47 pg_db_xact_rollback{datname="gepvi_reports_db"} 1.217059e+06 pg_db_xact_rollback{datname="gepvi_users_db"} 115 pg_db_xact_rollback{datname="omniword"} 3512 pg_db_xact_rollback{datname="postgres"} 439 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.9594047e+07 pg_db_xact_total{datname="gepvi_fin_db"} 9.085604e+06 pg_db_xact_total{datname="gepvi_health_db"} 9.078168e+06 pg_db_xact_total{datname="gepvi_reports_db"} 1.622181e+06 pg_db_xact_total{datname="gepvi_users_db"} 9.075232e+06 pg_db_xact_total{datname="omniword"} 9.088634e+06 pg_db_xact_total{datname="postgres"} 5.2549902e+07 pg_db_xact_total{datname="template0"} 0 pg_db_xact_total{datname="template1"} 404901 # 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.787927349e+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"} 25.222066173 pg_exporter_query_cache_ttl{datname="gepvi_eat_db",query="pg_func"} 10 pg_exporter_query_cache_ttl{datname="gepvi_eat_db",query="pg_index"} 10 pg_exporter_query_cache_ttl{datname="gepvi_eat_db",query="pg_index_bloat"} 300 pg_exporter_query_cache_ttl{datname="gepvi_eat_db",query="pg_pubrel"} 10 pg_exporter_query_cache_ttl{datname="gepvi_eat_db",query="pg_relkind"} 25.222066173 pg_exporter_query_cache_ttl{datname="gepvi_eat_db",query="pg_seq"} 10 pg_exporter_query_cache_ttl{datname="gepvi_eat_db",query="pg_subrel"} 10 pg_exporter_query_cache_ttl{datname="gepvi_eat_db",query="pg_table"} 10 pg_exporter_query_cache_ttl{datname="gepvi_eat_db",query="pg_table_bloat"} 300 pg_exporter_query_cache_ttl{datname="gepvi_eat_db",query="pg_table_size"} 300 pg_exporter_query_cache_ttl{datname="gepvi_fin_db",query="pg_defpart"} 4.434567565000002 pg_exporter_query_cache_ttl{datname="gepvi_fin_db",query="pg_func"} 10 pg_exporter_query_cache_ttl{datname="gepvi_fin_db",query="pg_index"} 10 pg_exporter_query_cache_ttl{datname="gepvi_fin_db",query="pg_index_bloat"} 284.319515764 pg_exporter_query_cache_ttl{datname="gepvi_fin_db",query="pg_pubrel"} 10 pg_exporter_query_cache_ttl{datname="gepvi_fin_db",query="pg_relkind"} 4.434567565000002 pg_exporter_query_cache_ttl{datname="gepvi_fin_db",query="pg_seq"} 10 pg_exporter_query_cache_ttl{datname="gepvi_fin_db",query="pg_subrel"} 10 pg_exporter_query_cache_ttl{datname="gepvi_fin_db",query="pg_table"} 10 pg_exporter_query_cache_ttl{datname="gepvi_fin_db",query="pg_table_bloat"} 284.319515764 pg_exporter_query_cache_ttl{datname="gepvi_fin_db",query="pg_table_size"} 284.319515764 pg_exporter_query_cache_ttl{datname="gepvi_health_db",query="pg_defpart"} 4.474754687999997 pg_exporter_query_cache_ttl{datname="gepvi_health_db",query="pg_func"} 10 pg_exporter_query_cache_ttl{datname="gepvi_health_db",query="pg_index"} 10 pg_exporter_query_cache_ttl{datname="gepvi_health_db",query="pg_index_bloat"} 34.239750895999975 pg_exporter_query_cache_ttl{datname="gepvi_health_db",query="pg_pubrel"} 10 pg_exporter_query_cache_ttl{datname="gepvi_health_db",query="pg_relkind"} 4.474754687999997 pg_exporter_query_cache_ttl{datname="gepvi_health_db",query="pg_seq"} 10 pg_exporter_query_cache_ttl{datname="gepvi_health_db",query="pg_subrel"} 10 pg_exporter_query_cache_ttl{datname="gepvi_health_db",query="pg_table"} 10 pg_exporter_query_cache_ttl{datname="gepvi_health_db",query="pg_table_bloat"} 34.239750895999975 pg_exporter_query_cache_ttl{datname="gepvi_health_db",query="pg_table_size"} 34.239750895999975 pg_exporter_query_cache_ttl{datname="gepvi_users_db",query="pg_defpart"} 4.382398836 pg_exporter_query_cache_ttl{datname="gepvi_users_db",query="pg_func"} 10 pg_exporter_query_cache_ttl{datname="gepvi_users_db",query="pg_index"} 10 pg_exporter_query_cache_ttl{datname="gepvi_users_db",query="pg_index_bloat"} 264.237751921 pg_exporter_query_cache_ttl{datname="gepvi_users_db",query="pg_pubrel"} 10 pg_exporter_query_cache_ttl{datname="gepvi_users_db",query="pg_relkind"} 4.382398836 pg_exporter_query_cache_ttl{datname="gepvi_users_db",query="pg_seq"} 10 pg_exporter_query_cache_ttl{datname="gepvi_users_db",query="pg_subrel"} 10 pg_exporter_query_cache_ttl{datname="gepvi_users_db",query="pg_table"} 10 pg_exporter_query_cache_ttl{datname="gepvi_users_db",query="pg_table_bloat"} 264.237751921 pg_exporter_query_cache_ttl{datname="gepvi_users_db",query="pg_table_size"} 264.237751921 pg_exporter_query_cache_ttl{datname="omniword",query="pg_defpart"} 45.320329834 pg_exporter_query_cache_ttl{datname="omniword",query="pg_func"} 10 pg_exporter_query_cache_ttl{datname="omniword",query="pg_index"} 10 pg_exporter_query_cache_ttl{datname="omniword",query="pg_index_bloat"} 104.70613438000001 pg_exporter_query_cache_ttl{datname="omniword",query="pg_pubrel"} 10 pg_exporter_query_cache_ttl{datname="omniword",query="pg_relkind"} 45.320329834 pg_exporter_query_cache_ttl{datname="omniword",query="pg_seq"} 10 pg_exporter_query_cache_ttl{datname="omniword",query="pg_subrel"} 10 pg_exporter_query_cache_ttl{datname="omniword",query="pg_table"} 10 pg_exporter_query_cache_ttl{datname="omniword",query="pg_table_bloat"} 104.70613438000001 pg_exporter_query_cache_ttl{datname="omniword",query="pg_table_size"} 104.70613438000001 pg_exporter_query_cache_ttl{datname="postgres",query="pg"} 1 pg_exporter_query_cache_ttl{datname="postgres",query="pg_activity"} 10 pg_exporter_query_cache_ttl{datname="postgres",query="pg_archiver"} 4.783457767999998 pg_exporter_query_cache_ttl{datname="postgres",query="pg_backend"} 10 pg_exporter_query_cache_ttl{datname="postgres",query="pg_backup"} 10 pg_exporter_query_cache_ttl{datname="postgres",query="pg_bgwriter"} 10 pg_exporter_query_cache_ttl{datname="postgres",query="pg_checkpoint"} 4.783457767999998 pg_exporter_query_cache_ttl{datname="postgres",query="pg_checkpointer"} 10 pg_exporter_query_cache_ttl{datname="postgres",query="pg_clustering"} 10 pg_exporter_query_cache_ttl{datname="postgres",query="pg_db"} 10 pg_exporter_query_cache_ttl{datname="postgres",query="pg_defpart"} 4.783457767999998 pg_exporter_query_cache_ttl{datname="postgres",query="pg_downstream"} 10 pg_exporter_query_cache_ttl{datname="postgres",query="pg_func"} 10 pg_exporter_query_cache_ttl{datname="postgres",query="pg_heartbeat"} 10 pg_exporter_query_cache_ttl{datname="postgres",query="pg_index"} 10 pg_exporter_query_cache_ttl{datname="postgres",query="pg_index_bloat"} 194.783515616 pg_exporter_query_cache_ttl{datname="postgres",query="pg_indexing"} 10 pg_exporter_query_cache_ttl{datname="postgres",query="pg_io"} 1 pg_exporter_query_cache_ttl{datname="postgres",query="pg_lock"} 10 pg_exporter_query_cache_ttl{datname="postgres",query="pg_meta"} 10 pg_exporter_query_cache_ttl{datname="postgres",query="pg_pubrel"} 10 pg_exporter_query_cache_ttl{datname="postgres",query="pg_query"} 10 pg_exporter_query_cache_ttl{datname="postgres",query="pg_relkind"} 4.783457767999998 pg_exporter_query_cache_ttl{datname="postgres",query="pg_repl"} 10 pg_exporter_query_cache_ttl{datname="postgres",query="pg_seq"} 10 pg_exporter_query_cache_ttl{datname="postgres",query="pg_setting"} 10 pg_exporter_query_cache_ttl{datname="postgres",query="pg_size"} 4.783457767999998 pg_exporter_query_cache_ttl{datname="postgres",query="pg_slot"} 10 pg_exporter_query_cache_ttl{datname="postgres",query="pg_slru"} 4.783457767999998 pg_exporter_query_cache_ttl{datname="postgres",query="pg_ssl"} 10 pg_exporter_query_cache_ttl{datname="postgres",query="pg_sub"} 10 pg_exporter_query_cache_ttl{datname="postgres",query="pg_subrel"} 10 pg_exporter_query_cache_ttl{datname="postgres",query="pg_sync_standby"} 10 pg_exporter_query_cache_ttl{datname="postgres",query="pg_table"} 10 pg_exporter_query_cache_ttl{datname="postgres",query="pg_table_bloat"} 194.783515616 pg_exporter_query_cache_ttl{datname="postgres",query="pg_table_size"} 194.783515616 pg_exporter_query_cache_ttl{datname="postgres",query="pg_timeline"} 10 pg_exporter_query_cache_ttl{datname="postgres",query="pg_vacuuming"} 10 pg_exporter_query_cache_ttl{datname="postgres",query="pg_wait"} 10 pg_exporter_query_cache_ttl{datname="postgres",query="pg_wal"} 10 pg_exporter_query_cache_ttl{datname="postgres",query="pg_xact"} 10 # 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.001318276 pg_exporter_query_scrape_duration{datname="gepvi_eat_db",query="pg_func"} 0.00240916 pg_exporter_query_scrape_duration{datname="gepvi_eat_db",query="pg_index"} 0.019327939 pg_exporter_query_scrape_duration{datname="gepvi_eat_db",query="pg_index_bloat"} 0.290977195 pg_exporter_query_scrape_duration{datname="gepvi_eat_db",query="pg_pubrel"} 0.000818789 pg_exporter_query_scrape_duration{datname="gepvi_eat_db",query="pg_relkind"} 0.008218527 pg_exporter_query_scrape_duration{datname="gepvi_eat_db",query="pg_seq"} 0.004585624 pg_exporter_query_scrape_duration{datname="gepvi_eat_db",query="pg_subrel"} 0.000868141 pg_exporter_query_scrape_duration{datname="gepvi_eat_db",query="pg_table"} 0.021457077 pg_exporter_query_scrape_duration{datname="gepvi_eat_db",query="pg_table_bloat"} 0.08226711 pg_exporter_query_scrape_duration{datname="gepvi_eat_db",query="pg_table_size"} 0.016715945 pg_exporter_query_scrape_duration{datname="gepvi_fin_db",query="pg_defpart"} 0.001571835 pg_exporter_query_scrape_duration{datname="gepvi_fin_db",query="pg_func"} 0.002993703 pg_exporter_query_scrape_duration{datname="gepvi_fin_db",query="pg_index"} 0.013154686 pg_exporter_query_scrape_duration{datname="gepvi_fin_db",query="pg_index_bloat"} 0.242907774 pg_exporter_query_scrape_duration{datname="gepvi_fin_db",query="pg_pubrel"} 0.000750483 pg_exporter_query_scrape_duration{datname="gepvi_fin_db",query="pg_relkind"} 0.007442296 pg_exporter_query_scrape_duration{datname="gepvi_fin_db",query="pg_seq"} 0.002000034 pg_exporter_query_scrape_duration{datname="gepvi_fin_db",query="pg_subrel"} 0.000904739 pg_exporter_query_scrape_duration{datname="gepvi_fin_db",query="pg_table"} 0.0179016 pg_exporter_query_scrape_duration{datname="gepvi_fin_db",query="pg_table_bloat"} 0.169831582 pg_exporter_query_scrape_duration{datname="gepvi_fin_db",query="pg_table_size"} 0.014926971 pg_exporter_query_scrape_duration{datname="gepvi_health_db",query="pg_defpart"} 0.001276672 pg_exporter_query_scrape_duration{datname="gepvi_health_db",query="pg_func"} 0.002133906 pg_exporter_query_scrape_duration{datname="gepvi_health_db",query="pg_index"} 0.004287422 pg_exporter_query_scrape_duration{datname="gepvi_health_db",query="pg_index_bloat"} 0.156864352 pg_exporter_query_scrape_duration{datname="gepvi_health_db",query="pg_pubrel"} 0.031493904 pg_exporter_query_scrape_duration{datname="gepvi_health_db",query="pg_relkind"} 0.012238384 pg_exporter_query_scrape_duration{datname="gepvi_health_db",query="pg_seq"} 0.001588702 pg_exporter_query_scrape_duration{datname="gepvi_health_db",query="pg_subrel"} 0.00138551 pg_exporter_query_scrape_duration{datname="gepvi_health_db",query="pg_table"} 0.005561412 pg_exporter_query_scrape_duration{datname="gepvi_health_db",query="pg_table_bloat"} 0.087912445 pg_exporter_query_scrape_duration{datname="gepvi_health_db",query="pg_table_size"} 0.002180755 pg_exporter_query_scrape_duration{datname="gepvi_users_db",query="pg_defpart"} 0.001233757 pg_exporter_query_scrape_duration{datname="gepvi_users_db",query="pg_func"} 0.002821982 pg_exporter_query_scrape_duration{datname="gepvi_users_db",query="pg_index"} 0.009273828 pg_exporter_query_scrape_duration{datname="gepvi_users_db",query="pg_index_bloat"} 0.168221959 pg_exporter_query_scrape_duration{datname="gepvi_users_db",query="pg_pubrel"} 0.000595689 pg_exporter_query_scrape_duration{datname="gepvi_users_db",query="pg_relkind"} 0.007002414 pg_exporter_query_scrape_duration{datname="gepvi_users_db",query="pg_seq"} 0.001807094 pg_exporter_query_scrape_duration{datname="gepvi_users_db",query="pg_subrel"} 0.00061816 pg_exporter_query_scrape_duration{datname="gepvi_users_db",query="pg_table"} 0.011800886 pg_exporter_query_scrape_duration{datname="gepvi_users_db",query="pg_table_bloat"} 0.069835547 pg_exporter_query_scrape_duration{datname="gepvi_users_db",query="pg_table_size"} 0.004228056 pg_exporter_query_scrape_duration{datname="omniword",query="pg_defpart"} 0.002909422 pg_exporter_query_scrape_duration{datname="omniword",query="pg_func"} 0.002309025 pg_exporter_query_scrape_duration{datname="omniword",query="pg_index"} 0.011983335 pg_exporter_query_scrape_duration{datname="omniword",query="pg_index_bloat"} 0.168357023 pg_exporter_query_scrape_duration{datname="omniword",query="pg_pubrel"} 0.000490844 pg_exporter_query_scrape_duration{datname="omniword",query="pg_relkind"} 0.00728035 pg_exporter_query_scrape_duration{datname="omniword",query="pg_seq"} 0.001087666 pg_exporter_query_scrape_duration{datname="omniword",query="pg_subrel"} 0.000709831 pg_exporter_query_scrape_duration{datname="omniword",query="pg_table"} 0.014574648 pg_exporter_query_scrape_duration{datname="omniword",query="pg_table_bloat"} 0.0685581 pg_exporter_query_scrape_duration{datname="omniword",query="pg_table_size"} 0.003978372 pg_exporter_query_scrape_duration{datname="postgres",query="pg"} 0.000629186 pg_exporter_query_scrape_duration{datname="postgres",query="pg_activity"} 0.004536987 pg_exporter_query_scrape_duration{datname="postgres",query="pg_archiver"} 0.000775039 pg_exporter_query_scrape_duration{datname="postgres",query="pg_backend"} 0.001208246 pg_exporter_query_scrape_duration{datname="postgres",query="pg_backup"} 0.000541329 pg_exporter_query_scrape_duration{datname="postgres",query="pg_bgwriter"} 0.000635744 pg_exporter_query_scrape_duration{datname="postgres",query="pg_checkpoint"} 0.001166225 pg_exporter_query_scrape_duration{datname="postgres",query="pg_checkpointer"} 0.000589967 pg_exporter_query_scrape_duration{datname="postgres",query="pg_clustering"} 0.000859261 pg_exporter_query_scrape_duration{datname="postgres",query="pg_db"} 0.001951337 pg_exporter_query_scrape_duration{datname="postgres",query="pg_defpart"} 0.001318395 pg_exporter_query_scrape_duration{datname="postgres",query="pg_downstream"} 0.00164181 pg_exporter_query_scrape_duration{datname="postgres",query="pg_func"} 0.003611267 pg_exporter_query_scrape_duration{datname="postgres",query="pg_heartbeat"} 0.00166893 pg_exporter_query_scrape_duration{datname="postgres",query="pg_index"} 0.008662641 pg_exporter_query_scrape_duration{datname="postgres",query="pg_index_bloat"} 0.010048032 pg_exporter_query_scrape_duration{datname="postgres",query="pg_indexing"} 0.000739336 pg_exporter_query_scrape_duration{datname="postgres",query="pg_io"} 0.004569054 pg_exporter_query_scrape_duration{datname="postgres",query="pg_lock"} 0.004244984 pg_exporter_query_scrape_duration{datname="postgres",query="pg_meta"} 0.000676692 pg_exporter_query_scrape_duration{datname="postgres",query="pg_pubrel"} 0.000742376 pg_exporter_query_scrape_duration{datname="postgres",query="pg_query"} 0.040584208 pg_exporter_query_scrape_duration{datname="postgres",query="pg_relkind"} 0.006634534 pg_exporter_query_scrape_duration{datname="postgres",query="pg_repl"} 0.00149858 pg_exporter_query_scrape_duration{datname="postgres",query="pg_seq"} 0.001113355 pg_exporter_query_scrape_duration{datname="postgres",query="pg_setting"} 0.001260102 pg_exporter_query_scrape_duration{datname="postgres",query="pg_size"} 0.009748877 pg_exporter_query_scrape_duration{datname="postgres",query="pg_slot"} 0.001232504 pg_exporter_query_scrape_duration{datname="postgres",query="pg_slru"} 0.069264415 pg_exporter_query_scrape_duration{datname="postgres",query="pg_ssl"} 0.000617981 pg_exporter_query_scrape_duration{datname="postgres",query="pg_sub"} 0.00084877 pg_exporter_query_scrape_duration{datname="postgres",query="pg_subrel"} 0.001039386 pg_exporter_query_scrape_duration{datname="postgres",query="pg_sync_standby"} 0.000551701 pg_exporter_query_scrape_duration{datname="postgres",query="pg_table"} 0.004148484 pg_exporter_query_scrape_duration{datname="postgres",query="pg_table_bloat"} 0.007991136 pg_exporter_query_scrape_duration{datname="postgres",query="pg_table_size"} 0.002349496 pg_exporter_query_scrape_duration{datname="postgres",query="pg_timeline"} 0.000532329 pg_exporter_query_scrape_duration{datname="postgres",query="pg_vacuuming"} 0.001094759 pg_exporter_query_scrape_duration{datname="postgres",query="pg_wait"} 0.001727164 pg_exporter_query_scrape_duration{datname="postgres",query="pg_wal"} 0.071744863 pg_exporter_query_scrape_duration{datname="postgres",query="pg_xact"} 0.003674329 # 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"} 74 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"} 34 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"} 105 pg_exporter_query_scrape_error_count{datname="gepvi_eat_db",query="pg_subrel"} 26 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"} 201 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"} 46 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"} 90 pg_exporter_query_scrape_error_count{datname="gepvi_fin_db",query="pg_subrel"} 37 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"} 65 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"} 38 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"} 52 pg_exporter_query_scrape_error_count{datname="gepvi_health_db",query="pg_subrel"} 22 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"} 94 pg_exporter_query_scrape_error_count{datname="gepvi_users_db",query="pg_index"} 1 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"} 33 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"} 117 pg_exporter_query_scrape_error_count{datname="gepvi_users_db",query="pg_subrel"} 35 pg_exporter_query_scrape_error_count{datname="gepvi_users_db",query="pg_table"} 1 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"} 124 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"} 12 pg_exporter_query_scrape_error_count{datname="omniword",query="pg_relkind"} 0 pg_exporter_query_scrape_error_count{datname="omniword",query="pg_seq"} 37 pg_exporter_query_scrape_error_count{datname="omniword",query="pg_subrel"} 17 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"} 2 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_activity"} 467 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_archiver"} 139 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_backend"} 32 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_backup"} 46 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_bgwriter"} 10 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_checkpoint"} 41 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_checkpointer"} 29 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_clustering"} 136 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_db"} 204 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_defpart"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_downstream"} 39 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_func"} 63 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_heartbeat"} 156 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"} 38 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_io"} 2 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_lock"} 156 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_meta"} 16 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_pubrel"} 32 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_query"} 5 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_relkind"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_repl"} 49 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_seq"} 160 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_setting"} 93 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_size"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_slot"} 86 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_slru"} 125 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_ssl"} 47 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_sub"} 24 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_subrel"} 57 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_sync_standby"} 11 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"} 24 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_vacuuming"} 25 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_wait"} 98 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_wal"} 30 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_xact"} 256 # 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"} 625103 pg_exporter_query_scrape_hit_count{datname="gepvi_eat_db",query="pg_func"} 293677 pg_exporter_query_scrape_hit_count{datname="gepvi_eat_db",query="pg_index"} 293708 pg_exporter_query_scrape_hit_count{datname="gepvi_eat_db",query="pg_index_bloat"} 712534 pg_exporter_query_scrape_hit_count{datname="gepvi_eat_db",query="pg_pubrel"} 293696 pg_exporter_query_scrape_hit_count{datname="gepvi_eat_db",query="pg_relkind"} 625109 pg_exporter_query_scrape_hit_count{datname="gepvi_eat_db",query="pg_seq"} 293667 pg_exporter_query_scrape_hit_count{datname="gepvi_eat_db",query="pg_subrel"} 293699 pg_exporter_query_scrape_hit_count{datname="gepvi_eat_db",query="pg_table"} 293708 pg_exporter_query_scrape_hit_count{datname="gepvi_eat_db",query="pg_table_bloat"} 712534 pg_exporter_query_scrape_hit_count{datname="gepvi_eat_db",query="pg_table_size"} 712534 pg_exporter_query_scrape_hit_count{datname="gepvi_fin_db",query="pg_defpart"} 625294 pg_exporter_query_scrape_hit_count{datname="gepvi_fin_db",query="pg_func"} 297111 pg_exporter_query_scrape_hit_count{datname="gepvi_fin_db",query="pg_index"} 297187 pg_exporter_query_scrape_hit_count{datname="gepvi_fin_db",query="pg_index_bloat"} 712548 pg_exporter_query_scrape_hit_count{datname="gepvi_fin_db",query="pg_pubrel"} 297173 pg_exporter_query_scrape_hit_count{datname="gepvi_fin_db",query="pg_relkind"} 625294 pg_exporter_query_scrape_hit_count{datname="gepvi_fin_db",query="pg_seq"} 297155 pg_exporter_query_scrape_hit_count{datname="gepvi_fin_db",query="pg_subrel"} 297172 pg_exporter_query_scrape_hit_count{datname="gepvi_fin_db",query="pg_table"} 297189 pg_exporter_query_scrape_hit_count{datname="gepvi_fin_db",query="pg_table_bloat"} 712548 pg_exporter_query_scrape_hit_count{datname="gepvi_fin_db",query="pg_table_size"} 712548 pg_exporter_query_scrape_hit_count{datname="gepvi_health_db",query="pg_defpart"} 625156 pg_exporter_query_scrape_hit_count{datname="gepvi_health_db",query="pg_func"} 295594 pg_exporter_query_scrape_hit_count{datname="gepvi_health_db",query="pg_index"} 295620 pg_exporter_query_scrape_hit_count{datname="gepvi_health_db",query="pg_index_bloat"} 712533 pg_exporter_query_scrape_hit_count{datname="gepvi_health_db",query="pg_pubrel"} 295603 pg_exporter_query_scrape_hit_count{datname="gepvi_health_db",query="pg_relkind"} 625150 pg_exporter_query_scrape_hit_count{datname="gepvi_health_db",query="pg_seq"} 295600 pg_exporter_query_scrape_hit_count{datname="gepvi_health_db",query="pg_subrel"} 295610 pg_exporter_query_scrape_hit_count{datname="gepvi_health_db",query="pg_table"} 295620 pg_exporter_query_scrape_hit_count{datname="gepvi_health_db",query="pg_table_bloat"} 712533 pg_exporter_query_scrape_hit_count{datname="gepvi_health_db",query="pg_table_size"} 712533 pg_exporter_query_scrape_hit_count{datname="gepvi_users_db",query="pg_defpart"} 625209 pg_exporter_query_scrape_hit_count{datname="gepvi_users_db",query="pg_func"} 296113 pg_exporter_query_scrape_hit_count{datname="gepvi_users_db",query="pg_index"} 296152 pg_exporter_query_scrape_hit_count{datname="gepvi_users_db",query="pg_index_bloat"} 712498 pg_exporter_query_scrape_hit_count{datname="gepvi_users_db",query="pg_pubrel"} 296140 pg_exporter_query_scrape_hit_count{datname="gepvi_users_db",query="pg_relkind"} 625209 pg_exporter_query_scrape_hit_count{datname="gepvi_users_db",query="pg_seq"} 296110 pg_exporter_query_scrape_hit_count{datname="gepvi_users_db",query="pg_subrel"} 296137 pg_exporter_query_scrape_hit_count{datname="gepvi_users_db",query="pg_table"} 296152 pg_exporter_query_scrape_hit_count{datname="gepvi_users_db",query="pg_table_bloat"} 712528 pg_exporter_query_scrape_hit_count{datname="gepvi_users_db",query="pg_table_size"} 712528 pg_exporter_query_scrape_hit_count{datname="omniword",query="pg_defpart"} 625188 pg_exporter_query_scrape_hit_count{datname="omniword",query="pg_func"} 295534 pg_exporter_query_scrape_hit_count{datname="omniword",query="pg_index"} 295581 pg_exporter_query_scrape_hit_count{datname="omniword",query="pg_index_bloat"} 712546 pg_exporter_query_scrape_hit_count{datname="omniword",query="pg_pubrel"} 295576 pg_exporter_query_scrape_hit_count{datname="omniword",query="pg_relkind"} 625188 pg_exporter_query_scrape_hit_count{datname="omniword",query="pg_seq"} 295566 pg_exporter_query_scrape_hit_count{datname="omniword",query="pg_subrel"} 295573 pg_exporter_query_scrape_hit_count{datname="omniword",query="pg_table"} 295581 pg_exporter_query_scrape_hit_count{datname="omniword",query="pg_table_bloat"} 712546 pg_exporter_query_scrape_hit_count{datname="omniword",query="pg_table_size"} 712546 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg"} 8 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_activity"} 270591 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_archiver"} 624567 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_backend"} 270750 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_backup"} 270744 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_bgwriter"} 270758 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_checkpoint"} 624650 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_checkpointer"} 270754 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_clustering"} 270709 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_db"} 270689 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_defpart"} 624685 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_downstream"} 270749 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_func"} 270739 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_heartbeat"} 270705 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_index"} 270762 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_index_bloat"} 712510 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_indexing"} 270749 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_io"} 8 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_lock"} 270699 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_meta"} 270756 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_pubrel"} 270749 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_query"} 270760 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_relkind"} 624685 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_repl"} 270743 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_seq"} 270708 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_setting"} 270726 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_size"} 624685 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_slot"} 270727 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_slru"} 624579 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_ssl"} 270742 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_sub"} 270753 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_subrel"} 270739 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_sync_standby"} 270759 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_table"} 270762 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_table_bloat"} 712510 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_table_size"} 712510 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_timeline"} 270753 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_vacuuming"} 270753 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_wait"} 270724 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_wal"} 270752 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_xact"} 270668 # 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"} 12 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"} 12 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"} 12 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"} 12 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"} 736602 pg_exporter_query_scrape_total_count{datname="gepvi_eat_db",query="pg_func"} 736602 pg_exporter_query_scrape_total_count{datname="gepvi_eat_db",query="pg_index"} 736602 pg_exporter_query_scrape_total_count{datname="gepvi_eat_db",query="pg_index_bloat"} 736602 pg_exporter_query_scrape_total_count{datname="gepvi_eat_db",query="pg_pubrel"} 736602 pg_exporter_query_scrape_total_count{datname="gepvi_eat_db",query="pg_relkind"} 736602 pg_exporter_query_scrape_total_count{datname="gepvi_eat_db",query="pg_seq"} 736602 pg_exporter_query_scrape_total_count{datname="gepvi_eat_db",query="pg_subrel"} 736602 pg_exporter_query_scrape_total_count{datname="gepvi_eat_db",query="pg_table"} 736602 pg_exporter_query_scrape_total_count{datname="gepvi_eat_db",query="pg_table_bloat"} 736602 pg_exporter_query_scrape_total_count{datname="gepvi_eat_db",query="pg_table_size"} 736602 pg_exporter_query_scrape_total_count{datname="gepvi_fin_db",query="pg_defpart"} 736609 pg_exporter_query_scrape_total_count{datname="gepvi_fin_db",query="pg_func"} 736609 pg_exporter_query_scrape_total_count{datname="gepvi_fin_db",query="pg_index"} 736609 pg_exporter_query_scrape_total_count{datname="gepvi_fin_db",query="pg_index_bloat"} 736609 pg_exporter_query_scrape_total_count{datname="gepvi_fin_db",query="pg_pubrel"} 736609 pg_exporter_query_scrape_total_count{datname="gepvi_fin_db",query="pg_relkind"} 736609 pg_exporter_query_scrape_total_count{datname="gepvi_fin_db",query="pg_seq"} 736609 pg_exporter_query_scrape_total_count{datname="gepvi_fin_db",query="pg_subrel"} 736609 pg_exporter_query_scrape_total_count{datname="gepvi_fin_db",query="pg_table"} 736609 pg_exporter_query_scrape_total_count{datname="gepvi_fin_db",query="pg_table_bloat"} 736609 pg_exporter_query_scrape_total_count{datname="gepvi_fin_db",query="pg_table_size"} 736609 pg_exporter_query_scrape_total_count{datname="gepvi_health_db",query="pg_defpart"} 736600 pg_exporter_query_scrape_total_count{datname="gepvi_health_db",query="pg_func"} 736600 pg_exporter_query_scrape_total_count{datname="gepvi_health_db",query="pg_index"} 736600 pg_exporter_query_scrape_total_count{datname="gepvi_health_db",query="pg_index_bloat"} 736600 pg_exporter_query_scrape_total_count{datname="gepvi_health_db",query="pg_pubrel"} 736600 pg_exporter_query_scrape_total_count{datname="gepvi_health_db",query="pg_relkind"} 736600 pg_exporter_query_scrape_total_count{datname="gepvi_health_db",query="pg_seq"} 736600 pg_exporter_query_scrape_total_count{datname="gepvi_health_db",query="pg_subrel"} 736600 pg_exporter_query_scrape_total_count{datname="gepvi_health_db",query="pg_table"} 736600 pg_exporter_query_scrape_total_count{datname="gepvi_health_db",query="pg_table_bloat"} 736600 pg_exporter_query_scrape_total_count{datname="gepvi_health_db",query="pg_table_size"} 736600 pg_exporter_query_scrape_total_count{datname="gepvi_users_db",query="pg_defpart"} 736588 pg_exporter_query_scrape_total_count{datname="gepvi_users_db",query="pg_func"} 736588 pg_exporter_query_scrape_total_count{datname="gepvi_users_db",query="pg_index"} 736588 pg_exporter_query_scrape_total_count{datname="gepvi_users_db",query="pg_index_bloat"} 736588 pg_exporter_query_scrape_total_count{datname="gepvi_users_db",query="pg_pubrel"} 736588 pg_exporter_query_scrape_total_count{datname="gepvi_users_db",query="pg_relkind"} 736588 pg_exporter_query_scrape_total_count{datname="gepvi_users_db",query="pg_seq"} 736588 pg_exporter_query_scrape_total_count{datname="gepvi_users_db",query="pg_subrel"} 736588 pg_exporter_query_scrape_total_count{datname="gepvi_users_db",query="pg_table"} 736588 pg_exporter_query_scrape_total_count{datname="gepvi_users_db",query="pg_table_bloat"} 736588 pg_exporter_query_scrape_total_count{datname="gepvi_users_db",query="pg_table_size"} 736588 pg_exporter_query_scrape_total_count{datname="omniword",query="pg_defpart"} 736607 pg_exporter_query_scrape_total_count{datname="omniword",query="pg_func"} 736607 pg_exporter_query_scrape_total_count{datname="omniword",query="pg_index"} 736607 pg_exporter_query_scrape_total_count{datname="omniword",query="pg_index_bloat"} 736607 pg_exporter_query_scrape_total_count{datname="omniword",query="pg_pubrel"} 736607 pg_exporter_query_scrape_total_count{datname="omniword",query="pg_relkind"} 736607 pg_exporter_query_scrape_total_count{datname="omniword",query="pg_seq"} 736607 pg_exporter_query_scrape_total_count{datname="omniword",query="pg_subrel"} 736607 pg_exporter_query_scrape_total_count{datname="omniword",query="pg_table"} 736607 pg_exporter_query_scrape_total_count{datname="omniword",query="pg_table_bloat"} 736607 pg_exporter_query_scrape_total_count{datname="omniword",query="pg_table_size"} 736607 pg_exporter_query_scrape_total_count{datname="postgres",query="pg"} 736601 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_activity"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_archiver"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_backend"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_backup"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_bgwriter"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_checkpoint"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_checkpointer"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_clustering"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_db"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_defpart"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_downstream"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_func"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_heartbeat"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_index"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_index_bloat"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_indexing"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_io"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_lock"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_meta"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_pubrel"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_query"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_relkind"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_repl"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_seq"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_setting"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_size"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_slot"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_slru"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_ssl"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_sub"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_subrel"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_sync_standby"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_table"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_table_bloat"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_table_size"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_timeline"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_vacuuming"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_wait"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_wal"} 736599 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_xact"} 736599 # HELP pg_exporter_scrape_duration seconds exporter spending on scraping # TYPE pg_exporter_scrape_duration gauge pg_exporter_scrape_duration 0.873624725 # 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 27 # HELP pg_exporter_scrape_total_count times exporter was scraped for metrics # TYPE pg_exporter_scrape_total_count counter pg_exporter_scrape_total_count 736626 # 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.441993318 pg_exporter_server_scrape_duration{datname="gepvi_fin_db"} 0.040320995 pg_exporter_server_scrape_duration{datname="gepvi_health_db"} 0.053303661 pg_exporter_server_scrape_duration{datname="gepvi_reports_db"} 0.007910312 pg_exporter_server_scrape_duration{datname="gepvi_users_db"} 0.029356898 pg_exporter_server_scrape_duration{datname="omniword"} 0.034024002 pg_exporter_server_scrape_duration{datname="postgres"} 0.266553833 # 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"} 23 pg_exporter_server_scrape_error_count{datname="gepvi_fin_db"} 16 pg_exporter_server_scrape_error_count{datname="gepvi_health_db"} 25 pg_exporter_server_scrape_error_count{datname="gepvi_reports_db"} 736625 pg_exporter_server_scrape_error_count{datname="gepvi_users_db"} 37 pg_exporter_server_scrape_error_count{datname="omniword"} 18 pg_exporter_server_scrape_error_count{datname="postgres"} 27 # 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"} 736625 pg_exporter_server_scrape_total_count{datname="gepvi_fin_db"} 736625 pg_exporter_server_scrape_total_count{datname="gepvi_health_db"} 736625 pg_exporter_server_scrape_total_count{datname="gepvi_reports_db"} 736625 pg_exporter_server_scrape_total_count{datname="gepvi_users_db"} 736625 pg_exporter_server_scrape_total_count{datname="omniword"} 736625 pg_exporter_server_scrape_total_count{datname="postgres"} 736626 # 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"} 53322.366576295986 pg_exporter_server_scrape_total_seconds{datname="gepvi_fin_db"} 43414.87448924682 pg_exporter_server_scrape_total_seconds{datname="gepvi_health_db"} 29303.866842071027 pg_exporter_server_scrape_total_seconds{datname="gepvi_reports_db"} 17415.482470243413 pg_exporter_server_scrape_total_seconds{datname="gepvi_users_db"} 37440.45282833095 pg_exporter_server_scrape_total_seconds{datname="omniword"} 38019.746091176625 pg_exporter_server_scrape_total_seconds{datname="postgres"} 113369.71447079205 # 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 7.365899054609736e+06 # HELP pg_flush_lsn primary only # TYPE pg_flush_lsn counter pg_flush_lsn 1.6215179264e+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"} 39738 pg_func_calls{datname="gepvi_eat_db",funcname="monitor.pg_stat_statements"} 382 pg_func_calls{datname="gepvi_eat_db",funcname="monitor.pg_table_bloat"} 39779 pg_func_calls{datname="gepvi_eat_db",funcname="pg_catalog.shobj_description"} 1317 pg_func_calls{datname="gepvi_fin_db",funcname="monitor.pg_index_bloat"} 39731 pg_func_calls{datname="gepvi_fin_db",funcname="monitor.pg_stat_statements"} 252 pg_func_calls{datname="gepvi_fin_db",funcname="monitor.pg_table_bloat"} 39771 pg_func_calls{datname="gepvi_fin_db",funcname="pg_catalog.shobj_description"} 265 pg_func_calls{datname="gepvi_health_db",funcname="monitor.pg_index_bloat"} 39737 pg_func_calls{datname="gepvi_health_db",funcname="monitor.pg_stat_statements"} 239 pg_func_calls{datname="gepvi_health_db",funcname="monitor.pg_table_bloat"} 39758 pg_func_calls{datname="gepvi_health_db",funcname="pg_catalog.shobj_description"} 223 pg_func_calls{datname="gepvi_users_db",funcname="monitor.pg_index_bloat"} 39729 pg_func_calls{datname="gepvi_users_db",funcname="monitor.pg_stat_statements"} 338 pg_func_calls{datname="gepvi_users_db",funcname="monitor.pg_table_bloat"} 39816 pg_func_calls{datname="gepvi_users_db",funcname="pg_catalog.shobj_description"} 264 pg_func_calls{datname="omniword",funcname="monitor.pg_index_bloat"} 39733 pg_func_calls{datname="omniword",funcname="monitor.pg_stat_statements"} 269 pg_func_calls{datname="omniword",funcname="monitor.pg_table_bloat"} 39803 pg_func_calls{datname="omniword",funcname="pg_catalog.shobj_description"} 256 pg_func_calls{datname="postgres",funcname="monitor.pg_index_bloat"} 39779 pg_func_calls{datname="postgres",funcname="monitor.pg_stat_statements"} 769737 pg_func_calls{datname="postgres",funcname="monitor.pg_table_bloat"} 39850 pg_func_calls{datname="postgres",funcname="pg_catalog.shobj_description"} 221 # 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"} 9796.969570000001 pg_func_self_time{datname="gepvi_eat_db",funcname="monitor.pg_stat_statements"} 1.2445950000000001 pg_func_self_time{datname="gepvi_eat_db",funcname="monitor.pg_table_bloat"} 3752.7524 pg_func_self_time{datname="gepvi_eat_db",funcname="pg_catalog.shobj_description"} 0.343134 pg_func_self_time{datname="gepvi_fin_db",funcname="monitor.pg_index_bloat"} 8680.481354 pg_func_self_time{datname="gepvi_fin_db",funcname="monitor.pg_stat_statements"} 1.067331 pg_func_self_time{datname="gepvi_fin_db",funcname="monitor.pg_table_bloat"} 4074.7363450000003 pg_func_self_time{datname="gepvi_fin_db",funcname="pg_catalog.shobj_description"} 0.122527 pg_func_self_time{datname="gepvi_health_db",funcname="monitor.pg_index_bloat"} 6259.643706000001 pg_func_self_time{datname="gepvi_health_db",funcname="monitor.pg_stat_statements"} 0.8296870000000001 pg_func_self_time{datname="gepvi_health_db",funcname="monitor.pg_table_bloat"} 2973.540963 pg_func_self_time{datname="gepvi_health_db",funcname="pg_catalog.shobj_description"} 0.136192 pg_func_self_time{datname="gepvi_users_db",funcname="monitor.pg_index_bloat"} 6613.092734000001 pg_func_self_time{datname="gepvi_users_db",funcname="monitor.pg_stat_statements"} 1.110103 pg_func_self_time{datname="gepvi_users_db",funcname="monitor.pg_table_bloat"} 2823.818872 pg_func_self_time{datname="gepvi_users_db",funcname="pg_catalog.shobj_description"} 0.113536 pg_func_self_time{datname="omniword",funcname="monitor.pg_index_bloat"} 7092.215963000001 pg_func_self_time{datname="omniword",funcname="monitor.pg_stat_statements"} 1.012577 pg_func_self_time{datname="omniword",funcname="monitor.pg_table_bloat"} 2887.96128 pg_func_self_time{datname="omniword",funcname="pg_catalog.shobj_description"} 0.134035 pg_func_self_time{datname="postgres",funcname="monitor.pg_index_bloat"} 301.320596 pg_func_self_time{datname="postgres",funcname="monitor.pg_stat_statements"} 575.288463 pg_func_self_time{datname="postgres",funcname="monitor.pg_table_bloat"} 235.755331 pg_func_self_time{datname="postgres",funcname="pg_catalog.shobj_description"} 0.127833 # 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"} 9796.969570000001 pg_func_total_time{datname="gepvi_eat_db",funcname="monitor.pg_stat_statements"} 1.2445950000000001 pg_func_total_time{datname="gepvi_eat_db",funcname="monitor.pg_table_bloat"} 3752.7524 pg_func_total_time{datname="gepvi_eat_db",funcname="pg_catalog.shobj_description"} 0.343134 pg_func_total_time{datname="gepvi_fin_db",funcname="monitor.pg_index_bloat"} 8680.481354 pg_func_total_time{datname="gepvi_fin_db",funcname="monitor.pg_stat_statements"} 1.067331 pg_func_total_time{datname="gepvi_fin_db",funcname="monitor.pg_table_bloat"} 4074.7363450000003 pg_func_total_time{datname="gepvi_fin_db",funcname="pg_catalog.shobj_description"} 0.122527 pg_func_total_time{datname="gepvi_health_db",funcname="monitor.pg_index_bloat"} 6259.643706000001 pg_func_total_time{datname="gepvi_health_db",funcname="monitor.pg_stat_statements"} 0.8296870000000001 pg_func_total_time{datname="gepvi_health_db",funcname="monitor.pg_table_bloat"} 2973.540963 pg_func_total_time{datname="gepvi_health_db",funcname="pg_catalog.shobj_description"} 0.136192 pg_func_total_time{datname="gepvi_users_db",funcname="monitor.pg_index_bloat"} 6613.092734000001 pg_func_total_time{datname="gepvi_users_db",funcname="monitor.pg_stat_statements"} 1.110103 pg_func_total_time{datname="gepvi_users_db",funcname="monitor.pg_table_bloat"} 2823.818872 pg_func_total_time{datname="gepvi_users_db",funcname="pg_catalog.shobj_description"} 0.113536 pg_func_total_time{datname="omniword",funcname="monitor.pg_index_bloat"} 7092.215963000001 pg_func_total_time{datname="omniword",funcname="monitor.pg_stat_statements"} 1.012577 pg_func_total_time{datname="omniword",funcname="monitor.pg_table_bloat"} 2887.96128 pg_func_total_time{datname="omniword",funcname="pg_catalog.shobj_description"} 0.134035 pg_func_total_time{datname="postgres",funcname="monitor.pg_index_bloat"} 301.320596 pg_func_total_time{datname="postgres",funcname="monitor.pg_stat_statements"} 575.288463 pg_func_total_time{datname="postgres",funcname="monitor.pg_table_bloat"} 235.755331 pg_func_total_time{datname="postgres",funcname="pg_catalog.shobj_description"} 0.127833 # 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.6263467189030363 pg_index_bloat_ratio{datname="gepvi_eat_db",relname="gepvi_eat.idx_meals_user_created"} 0.6353190149713167 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.14907770159973888 pg_index_bloat_ratio{datname="gepvi_eat_db",relname="gepvi_eat.notifications_pkey"} 0.340156709108717 pg_index_bloat_ratio{datname="gepvi_eat_db",relname="gepvi_eat.reports_pkey"} 0.4982859941234084 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.265181194906954 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.057786483839373126 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.6736532810969638 pg_index_bloat_ratio{datname="gepvi_fin_db",relname="gepvi_fin.pk_exchange_rates_date_code"} 0.10813482896900936 pg_index_bloat_ratio{datname="gepvi_fin_db",relname="gepvi_fin.transactions_pkey"} 0.2530454211557297 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"} 458752 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"} 196608 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"} 40960 pg_index_bloat_size{datname="gepvi_fin_db",relname="gepvi_fin.pk_exchange_rates_date_code"} 1.736704e+06 pg_index_bloat_size{datname="gepvi_fin_db",relname="gepvi_fin.transactions_pkey"} 262144 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"} 15410 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_created_at",relid="19859",relname="gepvi_eat.meals"} 97012 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_created",relid="19860",relname="gepvi_eat.meals"} 117389 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_id",relid="19861",relname="gepvi_eat.meals"} 33310 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_notifications_in_progress_updated_at",relid="21047",relname="gepvi_eat.notifications"} 230188 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_notifications_status_sender_method",relid="21046",relname="gepvi_eat.notifications"} 2.41588e+06 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_reports_user_id",relid="21020",relname="gepvi_eat.reports"} 35546 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_symptoms_logged_at",relid="20996",relname="gepvi_eat.symptoms"} 1188 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_symptoms_user_id",relid="20995",relname="gepvi_eat.symptoms"} 1188 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_symptoms_user_logged",relid="20997",relname="gepvi_eat.symptoms"} 17741 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_user_goals_user_id",relid="19862",relname="gepvi_eat.user_goals"} 2212 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_created_at",relid="20941",relname="gepvi_eat.users"} 43205 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_next_report_time",relid="20943",relname="gepvi_eat.users"} 179247 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_subscription_expires_at",relid="20942",relname="gepvi_eat.users"} 43196 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_telegram_user_id",relid="20940",relname="gepvi_eat.users"} 91820 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"} 113017 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.notifications_pkey",relid="21039",relname="gepvi_eat.notifications"} 9.269651e+06 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.reports_pkey",relid="21018",relname="gepvi_eat.reports"} 6661 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.symptoms_pkey",relid="20993",relname="gepvi_eat.symptoms"} 1219 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.user_goals_pkey",relid="19855",relname="gepvi_eat.user_goals"} 2260 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.users_pkey",relid="20936",relname="gepvi_eat.users"} 86750 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.users_telegram_user_id_key",relid="20938",relname="gepvi_eat.users"} 58129 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"} 25306 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="payments.idx_webhooks_unprocessed",relid="29021",relname="payments.webhooks"} 2.367665e+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"} 25314 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"} 265 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.balances_pkey",relid="19980",relname="gepvi_fin.balances"} 160 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.budgets_pkey",relid="19982",relname="gepvi_fin.budgets"} 329 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.categories_pkey",relid="19984",relname="gepvi_fin.categories"} 3882 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.currencies_pkey",relid="19986",relname="gepvi_fin.currencies"} 60 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balance_history_balance_id",relid="19998",relname="gepvi_fin.balance_history"} 266 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"} 940 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_budget_id",relid="20000",relname="gepvi_fin.balances"} 160 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_created_at",relid="20001",relname="gepvi_fin.balances"} 160 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_priority",relid="20002",relname="gepvi_fin.balances"} 162 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_budgets_created_at",relid="20003",relname="gepvi_fin.budgets"} 329 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_budgets_owner_id",relid="20004",relname="gepvi_fin.budgets"} 329 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_categories_budget_id",relid="20005",relname="gepvi_fin.categories"} 271 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_categories_created_at",relid="20006",relname="gepvi_fin.categories"} 271 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_categories_priority",relid="20007",relname="gepvi_fin.categories"} 271 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_currencies_created_at",relid="20008",relname="gepvi_fin.currencies"} 56 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_currencies_priority",relid="20009",relname="gepvi_fin.currencies"} 56 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_budget_id",relid="20010",relname="gepvi_fin.transactions"} 1622 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_category_id",relid="20011",relname="gepvi_fin.transactions"} 2894 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_created_at",relid="20012",relname="gepvi_fin.transactions"} 1624 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_date",relid="20013",relname="gepvi_fin.transactions"} 10506 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_users_created_at",relid="20014",relname="gepvi_fin.users"} 337 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_users_email",relid="20015",relname="gepvi_fin.users"} 337 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"} 337 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.pk_exchange_rates_date_code",relid="19988",relname="gepvi_fin.exchange_rates"} 59519 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.transactions_pkey",relid="19990",relname="gepvi_fin.transactions"} 3406 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.users_pkey",relid="19992",relname="gepvi_fin.users"} 337 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"} 639 pg_index_idx_blks_hit{datname="omniword",idxname="omniword.idx_user_words_user_id",relid="20303",relname="omniword.user_words"} 1079 pg_index_idx_blks_hit{datname="omniword",idxname="omniword.idx_users_created_at",relid="20304",relname="omniword.users"} 338 pg_index_idx_blks_hit{datname="omniword",idxname="omniword.idx_users_subscription_expires_at",relid="20305",relname="omniword.users"} 338 pg_index_idx_blks_hit{datname="omniword",idxname="omniword.idx_users_telegram_user_id",relid="20306",relname="omniword.users"} 338 pg_index_idx_blks_hit{datname="omniword",idxname="omniword.idx_words_word",relid="20307",relname="omniword.words"} 1354 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"} 1069 pg_index_idx_blks_hit{datname="omniword",idxname="omniword.user_words_pkey",relid="20293",relname="omniword.user_words"} 2097 pg_index_idx_blks_hit{datname="omniword",idxname="omniword.users_pkey",relid="20295",relname="omniword.users"} 338 pg_index_idx_blks_hit{datname="omniword",idxname="omniword.words_pkey",relid="20297",relname="omniword.words"} 4213 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"} 4 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"} 4 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"} 4 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_created_at",relid="20001",relname="gepvi_fin.balances"} 4 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_priority",relid="20002",relname="gepvi_fin.balances"} 4 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"} 18 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"} 51 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"} 4931 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_created_at",relid="19859",relname="gepvi_eat.meals"} 36784 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_created",relid="19860",relname="gepvi_eat.meals"} 46911 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_id",relid="19861",relname="gepvi_eat.meals"} 5498 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.idx_notifications_in_progress_updated_at",relid="21047",relname="gepvi_eat.notifications"} 202658 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.idx_notifications_status_sender_method",relid="21046",relname="gepvi_eat.notifications"} 2.386887e+06 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.idx_reports_user_id",relid="21020",relname="gepvi_eat.reports"} 33147 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"} 16554 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"} 136047 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"} 17961 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"} 42849 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.notifications_pkey",relid="21039",relname="gepvi_eat.notifications"} 4.826607e+06 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.reports_pkey",relid="21018",relname="gepvi_eat.reports"} 1571 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"} 42804 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"} 2.342379e+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"} 3608 pg_index_idx_scan{datname="gepvi_fin_db",idxname="gepvi_fin.currencies_pkey",relid="19986",relname="gepvi_fin.currencies"} 6 pg_index_idx_scan{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balance_history_balance_id",relid="19998",relname="gepvi_fin.balance_history"} 1 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"} 267 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"} 2 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"} 638 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"} 4305 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"} 3765 pg_index_idx_scan{datname="gepvi_fin_db",idxname="gepvi_fin.transactions_pkey",relid="19990",relname="gepvi_fin.transactions"} 891 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"} 220 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"} 416 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"} 819 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"} 2355 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"} 4500 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_created_at",relid="19859",relname="gepvi_eat.meals"} 293885 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_created",relid="19860",relname="gepvi_eat.meals"} 77398 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_id",relid="19861",relname="gepvi_eat.meals"} 998 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"} 683 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.idx_reports_user_id",relid="21020",relname="gepvi_eat.reports"} 11640 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"} 112352 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"} 17873 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"} 42849 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.notifications_pkey",relid="21039",relname="gepvi_eat.notifications"} 2.427671e+06 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.reports_pkey",relid="21018",relname="gepvi_eat.reports"} 1560 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"} 42804 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"} 3210 pg_index_idx_tup_fetch{datname="gepvi_fin_db",idxname="gepvi_fin.currencies_pkey",relid="19986",relname="gepvi_fin.currencies"} 6 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"} 52185 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"} 2 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"} 47316 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"} 3622 pg_index_idx_tup_fetch{datname="gepvi_fin_db",idxname="gepvi_fin.transactions_pkey",relid="19990",relname="gepvi_fin.transactions"} 891 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"} 59289 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"} 819 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"} 1053 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"} 4538 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_created_at",relid="19859",relname="gepvi_eat.meals"} 299002 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_created",relid="19860",relname="gepvi_eat.meals"} 81661 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_id",relid="19861",relname="gepvi_eat.meals"} 1002 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_notifications_in_progress_updated_at",relid="21047",relname="gepvi_eat.notifications"} 661 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_notifications_status_sender_method",relid="21046",relname="gepvi_eat.notifications"} 1370 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_reports_user_id",relid="21020",relname="gepvi_eat.reports"} 226157 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"} 128625 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"} 18227 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"} 47858 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.notifications_pkey",relid="21039",relname="gepvi_eat.notifications"} 4.829874e+06 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.reports_pkey",relid="21018",relname="gepvi_eat.reports"} 1589 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"} 43558 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"} 3612 pg_index_idx_tup_read{datname="gepvi_fin_db",idxname="gepvi_fin.currencies_pkey",relid="19986",relname="gepvi_fin.currencies"} 6 pg_index_idx_tup_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balance_history_balance_id",relid="19998",relname="gepvi_fin.balance_history"} 9 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"} 52185 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"} 2 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"} 73604 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"} 209539 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"} 3622 pg_index_idx_tup_read{datname="gepvi_fin_db",idxname="gepvi_fin.transactions_pkey",relid="19990",relname="gepvi_fin.transactions"} 914 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"} 62201 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"} 829 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"} 2355 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"} 24 pg_index_relpages{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_created",relid="19860",relname="gepvi_eat.meals"} 56 pg_index_relpages{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_id",relid="19861",relname="gepvi_eat.meals"} 14 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"} 24 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"} 5 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"} 10 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_created_at",relid="20012",relname="gepvi_fin.transactions"} 21 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"} 212 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.transactions_pkey",relid="19990",relname="gepvi_fin.transactions"} 32 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"} 197 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_created_at",relid="19859",relname="gepvi_eat.meals"} 7932 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_created",relid="19860",relname="gepvi_eat.meals"} 7932 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_id",relid="19861",relname="gepvi_eat.meals"} 7932 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"} 939 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.idx_reports_user_id",relid="21020",relname="gepvi_eat.reports"} 821 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"} 137 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_next_report_time",relid="20943",relname="gepvi_eat.users"} 137 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_subscription_expires_at",relid="20942",relname="gepvi_eat.users"} 137 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_telegram_user_id",relid="20940",relname="gepvi_eat.users"} 137 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"} 7932 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.notifications_pkey",relid="21039",relname="gepvi_eat.notifications"} 939 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.reports_pkey",relid="21018",relname="gepvi_eat.reports"} 821 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"} 137 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.users_telegram_user_id_key",relid="20938",relname="gepvi_eat.users"} 137 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"} 258 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"} 258 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balance_history_balance_id_created_at",relid="19999",relname="gepvi_fin.balance_history"} 258 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"} 6681 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_category_id",relid="20011",relname="gepvi_fin.transactions"} 6681 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_created_at",relid="20012",relname="gepvi_fin.transactions"} 6681 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_date",relid="20013",relname="gepvi_fin.transactions"} 6681 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"} 76810 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.transactions_pkey",relid="19990",relname="gepvi_fin.transactions"} 6681 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.6215179268e+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"} 1.032192e+06 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"} 6.67648e+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.02647 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.306576 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"} 124 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"} 811 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"} 5.820178 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"} 32988 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"} 482 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"} 12505 pg_io_fsyncs{context="normal",object="wal",type="client backend"} 29877 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"} 28668 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"} 1.41563544e+08 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"} 1.0101772827e+10 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"} 31285 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.301376e+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"} 9.0710016e+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.3164544e+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.06990500000000001 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.499955 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.100755 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"} 214 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"} 8051 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"} 193 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"} 3.81476864e+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"} 5.3354496e+07 pg_io_write_bytes{context="normal",object="wal",type="background worker"} 0 pg_io_write_bytes{context="normal",object="wal",type="background writer"} 8192 pg_io_write_bytes{context="normal",object="wal",type="checkpointer"} 1.38796032e+11 pg_io_write_bytes{context="normal",object="wal",type="client backend"} 5.135949824e+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"} 2.64347648e+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"} 6.110708000000001 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.6540430000000002 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"} 46567 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"} 46567 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"} 482 pg_io_writes{context="normal",object="wal",type="background worker"} 0 pg_io_writes{context="normal",object="wal",type="background writer"} 1 pg_io_writes{context="normal",object="wal",type="checkpointer"} 12505 pg_io_writes{context="normal",object="wal",type="client backend"} 29877 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"} 28773 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.6215179264e+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"} 18280 pg_query_calls{datname="gepvi_eat_db",query="-1825154161371458254"} 202658 pg_query_calls{datname="gepvi_eat_db",query="-3114151248348423668"} 728059 pg_query_calls{datname="gepvi_eat_db",query="-3387905272663065291"} 5446 pg_query_calls{datname="gepvi_eat_db",query="-3394742553290663210"} 1.216362e+06 pg_query_calls{datname="gepvi_eat_db",query="-4149063353820024551"} 4142 pg_query_calls{datname="gepvi_eat_db",query="-458988413820240360"} 25862 pg_query_calls{datname="gepvi_eat_db",query="-5715475192465128161"} 39738 pg_query_calls{datname="gepvi_eat_db",query="-6647621097204396179"} 39738 pg_query_calls{datname="gepvi_eat_db",query="-6974817214962100192"} 9781 pg_query_calls{datname="gepvi_eat_db",query="-8005986967374230759"} 25981 pg_query_calls{datname="gepvi_eat_db",query="-8394789936105279816"} 184063 pg_query_calls{datname="gepvi_eat_db",query="-8533974109254859233"} 2.386887e+06 pg_query_calls{datname="gepvi_eat_db",query="-8614649825449602022"} 728080 pg_query_calls{datname="gepvi_eat_db",query="-994257967903536850"} 18142 pg_query_calls{datname="gepvi_eat_db",query="1081380012885087053"} 187242 pg_query_calls{datname="gepvi_eat_db",query="135772982608966502"} 16554 pg_query_calls{datname="gepvi_eat_db",query="1842113366287483401"} 728071 pg_query_calls{datname="gepvi_eat_db",query="1983118436334682048"} 16371 pg_query_calls{datname="gepvi_eat_db",query="2250294303447458804"} 4629 pg_query_calls{datname="gepvi_eat_db",query="2505140487204484865"} 18281 pg_query_calls{datname="gepvi_eat_db",query="2535106687404675250"} 16395 pg_query_calls{datname="gepvi_eat_db",query="2562851877910530907"} 728048 pg_query_calls{datname="gepvi_eat_db",query="343553743037098774"} 2.343309e+06 pg_query_calls{datname="gepvi_eat_db",query="393550323916470202"} 728087 pg_query_calls{datname="gepvi_eat_db",query="4406795996272465480"} 4333 pg_query_calls{datname="gepvi_eat_db",query="4917684750321049296"} 39738 pg_query_calls{datname="gepvi_eat_db",query="5081739340832322055"} 728087 pg_query_calls{datname="gepvi_eat_db",query="5412556697013553330"} 16444 pg_query_calls{datname="gepvi_eat_db",query="5880989144435026886"} 10616 pg_query_calls{datname="gepvi_eat_db",query="6181865492772919732"} 16445 pg_query_calls{datname="gepvi_eat_db",query="6607318708723431991"} 184063 pg_query_calls{datname="gepvi_eat_db",query="8223662460642089178"} 4782 pg_query_calls{datname="gepvi_eat_db",query="8255156036760666390"} 18584 pg_query_calls{datname="gepvi_fin_db",query="-3114151248348423668"} 722811 pg_query_calls{datname="gepvi_fin_db",query="-3394742553290663210"} 1.216365e+06 pg_query_calls{datname="gepvi_fin_db",query="-5715475192465128161"} 39731 pg_query_calls{datname="gepvi_fin_db",query="-6273244583831132716"} 3675 pg_query_calls{datname="gepvi_fin_db",query="-6647621097204396179"} 39731 pg_query_calls{datname="gepvi_fin_db",query="-8394789936105279816"} 183743 pg_query_calls{datname="gepvi_fin_db",query="-8614649825449602022"} 722827 pg_query_calls{datname="gepvi_fin_db",query="1842113366287483401"} 722802 pg_query_calls{datname="gepvi_fin_db",query="2562851877910530907"} 722812 pg_query_calls{datname="gepvi_fin_db",query="393550323916470202"} 722832 pg_query_calls{datname="gepvi_fin_db",query="4917684750321049296"} 39731 pg_query_calls{datname="gepvi_fin_db",query="5081739340832322055"} 722834 pg_query_calls{datname="gepvi_fin_db",query="6104223848159399923"} 24252 pg_query_calls{datname="gepvi_fin_db",query="6607318708723431991"} 183743 pg_query_calls{datname="gepvi_health_db",query="-3114151248348423668"} 725155 pg_query_calls{datname="gepvi_health_db",query="-3394742553290663210"} 1.216362e+06 pg_query_calls{datname="gepvi_health_db",query="-5715475192465128161"} 39737 pg_query_calls{datname="gepvi_health_db",query="-6647621097204396179"} 39737 pg_query_calls{datname="gepvi_health_db",query="-8394789936105279816"} 183957 pg_query_calls{datname="gepvi_health_db",query="-8614649825449602022"} 725154 pg_query_calls{datname="gepvi_health_db",query="1842113366287483401"} 725153 pg_query_calls{datname="gepvi_health_db",query="2562851877910530907"} 725155 pg_query_calls{datname="gepvi_health_db",query="393550323916470202"} 725159 pg_query_calls{datname="gepvi_health_db",query="4917684750321049296"} 39737 pg_query_calls{datname="gepvi_health_db",query="5081739340832322055"} 725160 pg_query_calls{datname="gepvi_health_db",query="6607318708723431991"} 183958 pg_query_calls{datname="gepvi_users_db",query="-3114151248348423668"} 724226 pg_query_calls{datname="gepvi_users_db",query="-3394742553290663210"} 1.216347e+06 pg_query_calls{datname="gepvi_users_db",query="-5715475192465128161"} 39729 pg_query_calls{datname="gepvi_users_db",query="-6647621097204396179"} 39729 pg_query_calls{datname="gepvi_users_db",query="-8394789936105279816"} 183851 pg_query_calls{datname="gepvi_users_db",query="-8614649825449602022"} 724229 pg_query_calls{datname="gepvi_users_db",query="1842113366287483401"} 724214 pg_query_calls{datname="gepvi_users_db",query="2562851877910530907"} 724221 pg_query_calls{datname="gepvi_users_db",query="393550323916470202"} 724235 pg_query_calls{datname="gepvi_users_db",query="4917684750321049296"} 39729 pg_query_calls{datname="gepvi_users_db",query="5081739340832322055"} 724235 pg_query_calls{datname="gepvi_users_db",query="6607318708723431991"} 183851 pg_query_calls{datname="omniword",query="-3114151248348423668"} 724993 pg_query_calls{datname="omniword",query="-3394742553290663210"} 1.216364e+06 pg_query_calls{datname="omniword",query="-5715475192465128161"} 39733 pg_query_calls{datname="omniword",query="-6647621097204396179"} 39733 pg_query_calls{datname="omniword",query="-8394789936105279816"} 183896 pg_query_calls{datname="omniword",query="-8614649825449602022"} 725003 pg_query_calls{datname="omniword",query="1842113366287483401"} 724991 pg_query_calls{datname="omniword",query="2562851877910530907"} 725001 pg_query_calls{datname="omniword",query="393550323916470202"} 725004 pg_query_calls{datname="omniword",query="4917684750321049296"} 39733 pg_query_calls{datname="omniword",query="5081739340832322055"} 725004 pg_query_calls{datname="omniword",query="6607318708723431991"} 183896 pg_query_calls{datname="postgres",query="-1567903771303523871"} 184817 pg_query_calls{datname="postgres",query="-1625100286364369430"} 1.216343e+06 pg_query_calls{datname="postgres",query="-1909391084633265766"} 769186 pg_query_calls{datname="postgres",query="-2029183647160561869"} 769206 pg_query_calls{datname="postgres",query="-2721729348201004655"} 769202 pg_query_calls{datname="postgres",query="-2783306896154707576"} 1.2163206e+07 pg_query_calls{datname="postgres",query="-3114151248348423668"} 769199 pg_query_calls{datname="postgres",query="-3255093476584998991"} 769205 pg_query_calls{datname="postgres",query="-3394742553290663210"} 1.216364e+06 pg_query_calls{datname="postgres",query="-3481586796352513521"} 769172 pg_query_calls{datname="postgres",query="-3561581858611292661"} 769199 pg_query_calls{datname="postgres",query="-4013135341694372554"} 769201 pg_query_calls{datname="postgres",query="-4263663384172168557"} 769204 pg_query_calls{datname="postgres",query="-4367113113870361052"} 769193 pg_query_calls{datname="postgres",query="-4426219414945232276"} 769204 pg_query_calls{datname="postgres",query="-5177198833890665486"} 769186 pg_query_calls{datname="postgres",query="-5253393246738566256"} 184817 pg_query_calls{datname="postgres",query="-5255754849199367498"} 769203 pg_query_calls{datname="postgres",query="-5715475192465128161"} 39779 pg_query_calls{datname="postgres",query="-571986491529085836"} 769165 pg_query_calls{datname="postgres",query="-6324036696618024559"} 769198 pg_query_calls{datname="postgres",query="-659392855806846005"} 769200 pg_query_calls{datname="postgres",query="-6647621097204396179"} 39779 pg_query_calls{datname="postgres",query="-7724675315091666518"} 769202 pg_query_calls{datname="postgres",query="-7812113279872158192"} 769197 pg_query_calls{datname="postgres",query="-7961388009227772837"} 184817 pg_query_calls{datname="postgres",query="-8394789936105279816"} 184817 pg_query_calls{datname="postgres",query="-8415353913695631440"} 769206 pg_query_calls{datname="postgres",query="-8565717563209808017"} 769205 pg_query_calls{datname="postgres",query="-8614649825449602022"} 769203 pg_query_calls{datname="postgres",query="1469903626741806805"} 184815 pg_query_calls{datname="postgres",query="1676811854946253168"} 769202 pg_query_calls{datname="postgres",query="1842113366287483401"} 769178 pg_query_calls{datname="postgres",query="2121678415194453056"} 769200 pg_query_calls{datname="postgres",query="2484459042846835040"} 769183 pg_query_calls{datname="postgres",query="2562851877910530907"} 769178 pg_query_calls{datname="postgres",query="304937313495459475"} 769204 pg_query_calls{datname="postgres",query="3714876955596208471"} 769141 pg_query_calls{datname="postgres",query="393550323916470202"} 769206 pg_query_calls{datname="postgres",query="4917684750321049296"} 39779 pg_query_calls{datname="postgres",query="5081739340832322055"} 769206 pg_query_calls{datname="postgres",query="6607318708723431991"} 184817 pg_query_calls{datname="postgres",query="7538016218007174732"} 769196 pg_query_calls{datname="postgres",query="816852380068164872"} 1.216349e+06 # 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"} 3.4168091619999896 pg_query_exec_time{datname="gepvi_eat_db",query="-1825154161371458254"} 10.365270578000494 pg_query_exec_time{datname="gepvi_eat_db",query="-3114151248348423668"} 70.50574213899833 pg_query_exec_time{datname="gepvi_eat_db",query="-3387905272663065291"} 0.29262669099999994 pg_query_exec_time{datname="gepvi_eat_db",query="-3394742553290663210"} 849.3356592469389 pg_query_exec_time{datname="gepvi_eat_db",query="-4149063353820024551"} 2.3462221210000007 pg_query_exec_time{datname="gepvi_eat_db",query="-458988413820240360"} 2.576803927000002 pg_query_exec_time{datname="gepvi_eat_db",query="-5715475192465128161"} 3764.3627380670296 pg_query_exec_time{datname="gepvi_eat_db",query="-6647621097204396179"} 213.06057152299977 pg_query_exec_time{datname="gepvi_eat_db",query="-6974817214962100192"} 0.79852321 pg_query_exec_time{datname="gepvi_eat_db",query="-8005986967374230759"} 2.5450580629999973 pg_query_exec_time{datname="gepvi_eat_db",query="-8394789936105279816"} 1222.9441480649893 pg_query_exec_time{datname="gepvi_eat_db",query="-8533974109254859233"} 544.7239764540141 pg_query_exec_time{datname="gepvi_eat_db",query="-8614649825449602022"} 68.52260087599662 pg_query_exec_time{datname="gepvi_eat_db",query="-994257967903536850"} 1.8537787550000024 pg_query_exec_time{datname="gepvi_eat_db",query="1081380012885087053"} 20.96784725800009 pg_query_exec_time{datname="gepvi_eat_db",query="135772982608966502"} 1.4203936130000017 pg_query_exec_time{datname="gepvi_eat_db",query="1842113366287483401"} 908.8263819139685 pg_query_exec_time{datname="gepvi_eat_db",query="1983118436334682048"} 5.061340051000011 pg_query_exec_time{datname="gepvi_eat_db",query="2250294303447458804"} 2.7429491159999997 pg_query_exec_time{datname="gepvi_eat_db",query="2505140487204484865"} 5.60949693900003 pg_query_exec_time{datname="gepvi_eat_db",query="2535106687404675250"} 7.6835557070000045 pg_query_exec_time{datname="gepvi_eat_db",query="2562851877910530907"} 1928.2820240749688 pg_query_exec_time{datname="gepvi_eat_db",query="343553743037098774"} 189.31605170307694 pg_query_exec_time{datname="gepvi_eat_db",query="393550323916470202"} 11925.798414381861 pg_query_exec_time{datname="gepvi_eat_db",query="4406795996272465480"} 4.252220238999995 pg_query_exec_time{datname="gepvi_eat_db",query="4917684750321049296"} 9816.777874823103 pg_query_exec_time{datname="gepvi_eat_db",query="5081739340832322055"} 13707.603516907962 pg_query_exec_time{datname="gepvi_eat_db",query="5412556697013553330"} 2.4674774010000116 pg_query_exec_time{datname="gepvi_eat_db",query="5880989144435026886"} 1.069974064999995 pg_query_exec_time{datname="gepvi_eat_db",query="6181865492772919732"} 1.492239732000003 pg_query_exec_time{datname="gepvi_eat_db",query="6607318708723431991"} 48.665625212000116 pg_query_exec_time{datname="gepvi_eat_db",query="8223662460642089178"} 2.127294492999996 pg_query_exec_time{datname="gepvi_eat_db",query="8255156036760666390"} 1.4159318660000022 pg_query_exec_time{datname="gepvi_fin_db",query="-3114151248348423668"} 71.94925240999942 pg_query_exec_time{datname="gepvi_fin_db",query="-3394742553290663210"} 827.4992244160072 pg_query_exec_time{datname="gepvi_fin_db",query="-5715475192465128161"} 4083.3987233170196 pg_query_exec_time{datname="gepvi_fin_db",query="-6273244583831132716"} 0.32803866599999987 pg_query_exec_time{datname="gepvi_fin_db",query="-6647621097204396179"} 169.22811145999947 pg_query_exec_time{datname="gepvi_fin_db",query="-8394789936105279816"} 1198.5820743370175 pg_query_exec_time{datname="gepvi_fin_db",query="-8614649825449602022"} 67.36096749799579 pg_query_exec_time{datname="gepvi_fin_db",query="1842113366287483401"} 965.5156814460378 pg_query_exec_time{datname="gepvi_fin_db",query="2562851877910530907"} 478.7301105549972 pg_query_exec_time{datname="gepvi_fin_db",query="393550323916470202"} 7827.5663332875765 pg_query_exec_time{datname="gepvi_fin_db",query="4917684750321049296"} 8697.105443412993 pg_query_exec_time{datname="gepvi_fin_db",query="5081739340832322055"} 10683.521704964012 pg_query_exec_time{datname="gepvi_fin_db",query="6104223848159399923"} 2.7945230330000097 pg_query_exec_time{datname="gepvi_fin_db",query="6607318708723431991"} 47.530315020000444 pg_query_exec_time{datname="gepvi_health_db",query="-3114151248348423668"} 74.39661430200043 pg_query_exec_time{datname="gepvi_health_db",query="-3394742553290663210"} 1085.057432508014 pg_query_exec_time{datname="gepvi_health_db",query="-5715475192465128161"} 2975.937258836016 pg_query_exec_time{datname="gepvi_health_db",query="-6647621097204396179"} 63.31427690100025 pg_query_exec_time{datname="gepvi_health_db",query="-8394789936105279816"} 1074.4412817539885 pg_query_exec_time{datname="gepvi_health_db",query="-8614649825449602022"} 70.47626932299737 pg_query_exec_time{datname="gepvi_health_db",query="1842113366287483401"} 871.7730316889822 pg_query_exec_time{datname="gepvi_health_db",query="2562851877910530907"} 137.32732293999308 pg_query_exec_time{datname="gepvi_health_db",query="393550323916470202"} 1293.646852783983 pg_query_exec_time{datname="gepvi_health_db",query="4917684750321049296"} 6264.754763472998 pg_query_exec_time{datname="gepvi_health_db",query="5081739340832322055"} 1290.0185553500341 pg_query_exec_time{datname="gepvi_health_db",query="6607318708723431991"} 39.594532079000864 pg_query_exec_time{datname="gepvi_users_db",query="-3114151248348423668"} 70.32882635099675 pg_query_exec_time{datname="gepvi_users_db",query="-3394742553290663210"} 854.8907975449783 pg_query_exec_time{datname="gepvi_users_db",query="-5715475192465128161"} 2820.698936328977 pg_query_exec_time{datname="gepvi_users_db",query="-6647621097204396179"} 102.04359611900071 pg_query_exec_time{datname="gepvi_users_db",query="-8394789936105279816"} 1104.1628326789958 pg_query_exec_time{datname="gepvi_users_db",query="-8614649825449602022"} 67.81015365899218 pg_query_exec_time{datname="gepvi_users_db",query="1842113366287483401"} 899.9041481099983 pg_query_exec_time{datname="gepvi_users_db",query="2562851877910530907"} 803.1624301089606 pg_query_exec_time{datname="gepvi_users_db",query="393550323916470202"} 3767.8034000229295 pg_query_exec_time{datname="gepvi_users_db",query="4917684750321049296"} 6620.499896225016 pg_query_exec_time{datname="gepvi_users_db",query="5081739340832322055"} 7079.820892631754 pg_query_exec_time{datname="gepvi_users_db",query="6607318708723431991"} 41.964946307999654 pg_query_exec_time{datname="omniword",query="-3114151248348423668"} 72.13882093599955 pg_query_exec_time{datname="omniword",query="-3394742553290663210"} 847.466359249027 pg_query_exec_time{datname="omniword",query="-5715475192465128161"} 2889.8717439959973 pg_query_exec_time{datname="omniword",query="-6647621097204396179"} 112.09305891000051 pg_query_exec_time{datname="omniword",query="-8394789936105279816"} 1147.068188814012 pg_query_exec_time{datname="omniword",query="-8614649825449602022"} 68.4092237409948 pg_query_exec_time{datname="omniword",query="1842113366287483401"} 963.9504913360115 pg_query_exec_time{datname="omniword",query="2562851877910530907"} 110.9609559359927 pg_query_exec_time{datname="omniword",query="393550323916470202"} 5544.0963680588775 pg_query_exec_time{datname="omniword",query="4917684750321049296"} 7103.780870571998 pg_query_exec_time{datname="omniword",query="5081739340832322055"} 7925.743643045666 pg_query_exec_time{datname="omniword",query="6607318708723431991"} 43.42449309400064 pg_query_exec_time{datname="postgres",query="-1567903771303523871"} 1511.5046711910081 pg_query_exec_time{datname="postgres",query="-1625100286364369430"} 2096.4239018639805 pg_query_exec_time{datname="postgres",query="-1909391084633265766"} 246.62661642299577 pg_query_exec_time{datname="postgres",query="-2029183647160561869"} 45.5178975839939 pg_query_exec_time{datname="postgres",query="-2721729348201004655"} 76.49001306900196 pg_query_exec_time{datname="postgres",query="-2783306896154707576"} 714.3057515251872 pg_query_exec_time{datname="postgres",query="-3114151248348423668"} 72.9722550619976 pg_query_exec_time{datname="postgres",query="-3255093476584998991"} 122.59979751700554 pg_query_exec_time{datname="postgres",query="-3394742553290663210"} 846.9969268789997 pg_query_exec_time{datname="postgres",query="-3481586796352513521"} 660.6744649879889 pg_query_exec_time{datname="postgres",query="-3561581858611292661"} 746.1644555490133 pg_query_exec_time{datname="postgres",query="-4013135341694372554"} 343.095984280995 pg_query_exec_time{datname="postgres",query="-4263663384172168557"} 52.59891681999909 pg_query_exec_time{datname="postgres",query="-4367113113870361052"} 101.36914592201404 pg_query_exec_time{datname="postgres",query="-4426219414945232276"} 18123.81702248116 pg_query_exec_time{datname="postgres",query="-5177198833890665486"} 2564.111753111981 pg_query_exec_time{datname="postgres",query="-5253393246738566256"} 21.399891720000024 pg_query_exec_time{datname="postgres",query="-5255754849199367498"} 46.86463221200301 pg_query_exec_time{datname="postgres",query="-5715475192465128161"} 239.16794193700233 pg_query_exec_time{datname="postgres",query="-571986491529085836"} 32.46691287199402 pg_query_exec_time{datname="postgres",query="-6324036696618024559"} 280.45235960000167 pg_query_exec_time{datname="postgres",query="-659392855806846005"} 364.93725329999506 pg_query_exec_time{datname="postgres",query="-6647621097204396179"} 55.466360661000095 pg_query_exec_time{datname="postgres",query="-7724675315091666518"} 197.03549115199988 pg_query_exec_time{datname="postgres",query="-7812113279872158192"} 67.92193269199517 pg_query_exec_time{datname="postgres",query="-7961388009227772837"} 28.74357652700046 pg_query_exec_time{datname="postgres",query="-8394789936105279816"} 1025.363388004975 pg_query_exec_time{datname="postgres",query="-8415353913695631440"} 110.18700190799602 pg_query_exec_time{datname="postgres",query="-8565717563209808017"} 47.90902217699687 pg_query_exec_time{datname="postgres",query="-8614649825449602022"} 70.30236844799892 pg_query_exec_time{datname="postgres",query="1469903626741806805"} 12.424911324999666 pg_query_exec_time{datname="postgres",query="1676811854946253168"} 95.7214310090134 pg_query_exec_time{datname="postgres",query="1842113366287483401"} 931.8372901750187 pg_query_exec_time{datname="postgres",query="2121678415194453056"} 184.61587280700002 pg_query_exec_time{datname="postgres",query="2484459042846835040"} 83.33126322700205 pg_query_exec_time{datname="postgres",query="2562851877910530907"} 123.46347996499982 pg_query_exec_time{datname="postgres",query="304937313495459475"} 42.82975948399387 pg_query_exec_time{datname="postgres",query="3714876955596208471"} 2282.7819880750135 pg_query_exec_time{datname="postgres",query="393550323916470202"} 1318.0200648499786 pg_query_exec_time{datname="postgres",query="4917684750321049296"} 305.74079986199894 pg_query_exec_time{datname="postgres",query="5081739340832322055"} 1297.3851592689778 pg_query_exec_time{datname="postgres",query="6607318708723431991"} 37.71469932300028 pg_query_exec_time{datname="postgres",query="7538016218007174732"} 92.37846003199625 pg_query_exec_time{datname="postgres",query="816852380068164872"} 88.40306213900409 # 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.010266839 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.053512266 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.01990219400000001 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.14260564099999998 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"} 7746 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"} 1.216362e+06 pg_query_rows{datname="gepvi_eat_db",query="-4149063353820024551"} 32741 pg_query_rows{datname="gepvi_eat_db",query="-458988413820240360"} 25862 pg_query_rows{datname="gepvi_eat_db",query="-5715475192465128161"} 258786 pg_query_rows{datname="gepvi_eat_db",query="-6647621097204396179"} 552072 pg_query_rows{datname="gepvi_eat_db",query="-6974817214962100192"} 175 pg_query_rows{datname="gepvi_eat_db",query="-8005986967374230759"} 25981 pg_query_rows{datname="gepvi_eat_db",query="-8394789936105279816"} 1.104378e+06 pg_query_rows{datname="gepvi_eat_db",query="-8533974109254859233"} 683 pg_query_rows{datname="gepvi_eat_db",query="-8614649825449602022"} 0 pg_query_rows{datname="gepvi_eat_db",query="-994257967903536850"} 18043 pg_query_rows{datname="gepvi_eat_db",query="1081380012885087053"} 40529 pg_query_rows{datname="gepvi_eat_db",query="135772982608966502"} 188 pg_query_rows{datname="gepvi_eat_db",query="1842113366287483401"} 2.204027e+06 pg_query_rows{datname="gepvi_eat_db",query="1983118436334682048"} 16371 pg_query_rows{datname="gepvi_eat_db",query="2250294303447458804"} 4629 pg_query_rows{datname="gepvi_eat_db",query="2505140487204484865"} 5801 pg_query_rows{datname="gepvi_eat_db",query="2535106687404675250"} 5 pg_query_rows{datname="gepvi_eat_db",query="2562851877910530907"} 6.475128e+06 pg_query_rows{datname="gepvi_eat_db",query="343553743037098774"} 12 pg_query_rows{datname="gepvi_eat_db",query="393550323916470202"} 2.7433484e+07 pg_query_rows{datname="gepvi_eat_db",query="4406795996272465480"} 4333 pg_query_rows{datname="gepvi_eat_db",query="4917684750321049296"} 323270 pg_query_rows{datname="gepvi_eat_db",query="5081739340832322055"} 9.387815e+06 pg_query_rows{datname="gepvi_eat_db",query="5412556697013553330"} 98070 pg_query_rows{datname="gepvi_eat_db",query="5880989144435026886"} 10616 pg_query_rows{datname="gepvi_eat_db",query="6181865492772919732"} 13230 pg_query_rows{datname="gepvi_eat_db",query="6607318708723431991"} 0 pg_query_rows{datname="gepvi_eat_db",query="8223662460642089178"} 4782 pg_query_rows{datname="gepvi_eat_db",query="8255156036760666390"} 8232 pg_query_rows{datname="gepvi_fin_db",query="-3114151248348423668"} 0 pg_query_rows{datname="gepvi_fin_db",query="-3394742553290663210"} 1.216365e+06 pg_query_rows{datname="gepvi_fin_db",query="-5715475192465128161"} 227942 pg_query_rows{datname="gepvi_fin_db",query="-6273244583831132716"} 3675 pg_query_rows{datname="gepvi_fin_db",query="-6647621097204396179"} 437041 pg_query_rows{datname="gepvi_fin_db",query="-8394789936105279816"} 1.102458e+06 pg_query_rows{datname="gepvi_fin_db",query="-8614649825449602022"} 0 pg_query_rows{datname="gepvi_fin_db",query="1842113366287483401"} 1.911027e+06 pg_query_rows{datname="gepvi_fin_db",query="2562851877910530907"} 722812 pg_query_rows{datname="gepvi_fin_db",query="393550323916470202"} 2.168496e+07 pg_query_rows{datname="gepvi_fin_db",query="4917684750321049296"} 267673 pg_query_rows{datname="gepvi_fin_db",query="5081739340832322055"} 7.22834e+06 pg_query_rows{datname="gepvi_fin_db",query="6104223848159399923"} 24252 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"} 1.216362e+06 pg_query_rows{datname="gepvi_health_db",query="-5715475192465128161"} 0 pg_query_rows{datname="gepvi_health_db",query="-6647621097204396179"} 39737 pg_query_rows{datname="gepvi_health_db",query="-8394789936105279816"} 919785 pg_query_rows{datname="gepvi_health_db",query="-8614649825449602022"} 0 pg_query_rows{datname="gepvi_health_db",query="1842113366287483401"} 1.919459e+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"} 1.216347e+06 pg_query_rows{datname="gepvi_users_db",query="-5715475192465128161"} 39729 pg_query_rows{datname="gepvi_users_db",query="-6647621097204396179"} 198645 pg_query_rows{datname="gepvi_users_db",query="-8394789936105279816"} 1.103106e+06 pg_query_rows{datname="gepvi_users_db",query="-8614649825449602022"} 0 pg_query_rows{datname="gepvi_users_db",query="1842113366287483401"} 1.918004e+06 pg_query_rows{datname="gepvi_users_db",query="2562851877910530907"} 1.448442e+06 pg_query_rows{datname="gepvi_users_db",query="393550323916470202"} 7.966585e+06 pg_query_rows{datname="gepvi_users_db",query="4917684750321049296"} 39729 pg_query_rows{datname="gepvi_users_db",query="5081739340832322055"} 2.89694e+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"} 1.216364e+06 pg_query_rows{datname="omniword",query="-5715475192465128161"} 106370 pg_query_rows{datname="omniword",query="-6647621097204396179"} 238398 pg_query_rows{datname="omniword",query="-8394789936105279816"} 919480 pg_query_rows{datname="omniword",query="-8614649825449602022"} 0 pg_query_rows{datname="omniword",query="1842113366287483401"} 2.063546e+06 pg_query_rows{datname="omniword",query="2562851877910530907"} 0 pg_query_rows{datname="omniword",query="393550323916470202"} 9.425052e+06 pg_query_rows{datname="omniword",query="4917684750321049296"} 146103 pg_query_rows{datname="omniword",query="5081739340832322055"} 3.62502e+06 pg_query_rows{datname="omniword",query="6607318708723431991"} 0 pg_query_rows{datname="postgres",query="-1567903771303523871"} 2.032987e+06 pg_query_rows{datname="postgres",query="-1625100286364369430"} 9.6091097e+07 pg_query_rows{datname="postgres",query="-1909391084633265766"} 769186 pg_query_rows{datname="postgres",query="-2029183647160561869"} 769206 pg_query_rows{datname="postgres",query="-2721729348201004655"} 0 pg_query_rows{datname="postgres",query="-2783306896154707576"} 1.2163206e+07 pg_query_rows{datname="postgres",query="-3114151248348423668"} 0 pg_query_rows{datname="postgres",query="-3255093476584998991"} 769205 pg_query_rows{datname="postgres",query="-3394742553290663210"} 1.216364e+06 pg_query_rows{datname="postgres",query="-3481586796352513521"} 6.922548e+06 pg_query_rows{datname="postgres",query="-3561581858611292661"} 5.860855e+06 pg_query_rows{datname="postgres",query="-4013135341694372554"} 3.846005e+06 pg_query_rows{datname="postgres",query="-4263663384172168557"} 769204 pg_query_rows{datname="postgres",query="-4367113113870361052"} 0 pg_query_rows{datname="postgres",query="-4426219414945232276"} 9.8418314e+07 pg_query_rows{datname="postgres",query="-5177198833890665486"} 4.3074416e+07 pg_query_rows{datname="postgres",query="-5253393246738566256"} 184817 pg_query_rows{datname="postgres",query="-5255754849199367498"} 769203 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"} 6.153799e+06 pg_query_rows{datname="postgres",query="-6647621097204396179"} 39779 pg_query_rows{datname="postgres",query="-7724675315091666518"} 769202 pg_query_rows{datname="postgres",query="-7812113279872158192"} 0 pg_query_rows{datname="postgres",query="-7961388009227772837"} 1.478536e+06 pg_query_rows{datname="postgres",query="-8394789936105279816"} 924085 pg_query_rows{datname="postgres",query="-8415353913695631440"} 769206 pg_query_rows{datname="postgres",query="-8565717563209808017"} 0 pg_query_rows{datname="postgres",query="-8614649825449602022"} 0 pg_query_rows{datname="postgres",query="1469903626741806805"} 184815 pg_query_rows{datname="postgres",query="1676811854946253168"} 0 pg_query_rows{datname="postgres",query="1842113366287483401"} 2.728431e+06 pg_query_rows{datname="postgres",query="2121678415194453056"} 769200 pg_query_rows{datname="postgres",query="2484459042846835040"} 0 pg_query_rows{datname="postgres",query="2562851877910530907"} 0 pg_query_rows{datname="postgres",query="304937313495459475"} 769204 pg_query_rows{datname="postgres",query="3714876955596208471"} 3.2303922e+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"} 769196 pg_query_rows{datname="postgres",query="816852380068164872"} 1.216349e+06 # 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"} 23 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"} 105 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"} 24 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="-8394789936105279816"} 0 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="-8533974109254859233"} 473 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="-8614649825449602022"} 0 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="-994257967903536850"} 219 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="1081380012885087053"} 94 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"} 6733 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="2250294303447458804"} 2495 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="2505140487204484865"} 70 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"} 12813 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="4917684750321049296"} 25 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"} 2 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"} 660 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="8255156036760666390"} 9 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"} 609 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"} 91273 pg_query_sblk_hit{datname="gepvi_eat_db",query="-1825154161371458254"} 203877 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"} 3.649083e+06 pg_query_sblk_hit{datname="gepvi_eat_db",query="-4149063353820024551"} 46825 pg_query_sblk_hit{datname="gepvi_eat_db",query="-458988413820240360"} 77674 pg_query_sblk_hit{datname="gepvi_eat_db",query="-5715475192465128161"} 1.86010091e+08 pg_query_sblk_hit{datname="gepvi_eat_db",query="-6647621097204396179"} 3.0197168e+07 pg_query_sblk_hit{datname="gepvi_eat_db",query="-6974817214962100192"} 9781 pg_query_sblk_hit{datname="gepvi_eat_db",query="-8005986967374230759"} 52554 pg_query_sblk_hit{datname="gepvi_eat_db",query="-8394789936105279816"} 2.755778e+06 pg_query_sblk_hit{datname="gepvi_eat_db",query="-8533974109254859233"} 2.475446e+06 pg_query_sblk_hit{datname="gepvi_eat_db",query="-8614649825449602022"} 0 pg_query_sblk_hit{datname="gepvi_eat_db",query="-994257967903536850"} 51746 pg_query_sblk_hit{datname="gepvi_eat_db",query="1081380012885087053"} 521074 pg_query_sblk_hit{datname="gepvi_eat_db",query="135772982608966502"} 16644 pg_query_sblk_hit{datname="gepvi_eat_db",query="1842113366287483401"} 9.9572269e+07 pg_query_sblk_hit{datname="gepvi_eat_db",query="1983118436334682048"} 261875 pg_query_sblk_hit{datname="gepvi_eat_db",query="2250294303447458804"} 43789 pg_query_sblk_hit{datname="gepvi_eat_db",query="2505140487204484865"} 92672 pg_query_sblk_hit{datname="gepvi_eat_db",query="2535106687404675250"} 64010 pg_query_sblk_hit{datname="gepvi_eat_db",query="2562851877910530907"} 8.2608393e+07 pg_query_sblk_hit{datname="gepvi_eat_db",query="343553743037098774"} 2.343536e+06 pg_query_sblk_hit{datname="gepvi_eat_db",query="393550323916470202"} 4.92860253e+08 pg_query_sblk_hit{datname="gepvi_eat_db",query="4406795996272465480"} 169167 pg_query_sblk_hit{datname="gepvi_eat_db",query="4917684750321049296"} 7.29606524e+08 pg_query_sblk_hit{datname="gepvi_eat_db",query="5081739340832322055"} 1.54353646e+08 pg_query_sblk_hit{datname="gepvi_eat_db",query="5412556697013553330"} 66379 pg_query_sblk_hit{datname="gepvi_eat_db",query="5880989144435026886"} 37258 pg_query_sblk_hit{datname="gepvi_eat_db",query="6181865492772919732"} 51662 pg_query_sblk_hit{datname="gepvi_eat_db",query="6607318708723431991"} 3.267137e+06 pg_query_sblk_hit{datname="gepvi_eat_db",query="8223662460642089178"} 69127 pg_query_sblk_hit{datname="gepvi_eat_db",query="8255156036760666390"} 18581 pg_query_sblk_hit{datname="gepvi_fin_db",query="-3114151248348423668"} 0 pg_query_sblk_hit{datname="gepvi_fin_db",query="-3394742553290663210"} 3.649092e+06 pg_query_sblk_hit{datname="gepvi_fin_db",query="-5715475192465128161"} 1.58967704e+08 pg_query_sblk_hit{datname="gepvi_fin_db",query="-6273244583831132716"} 3675 pg_query_sblk_hit{datname="gepvi_fin_db",query="-6647621097204396179"} 2.0118485e+07 pg_query_sblk_hit{datname="gepvi_fin_db",query="-8394789936105279816"} 2.5724e+06 pg_query_sblk_hit{datname="gepvi_fin_db",query="-8614649825449602022"} 0 pg_query_sblk_hit{datname="gepvi_fin_db",query="1842113366287483401"} 9.8854261e+07 pg_query_sblk_hit{datname="gepvi_fin_db",query="2562851877910530907"} 1.9404162e+07 pg_query_sblk_hit{datname="gepvi_fin_db",query="393550323916470202"} 3.78562344e+08 pg_query_sblk_hit{datname="gepvi_fin_db",query="4917684750321049296"} 6.30642716e+08 pg_query_sblk_hit{datname="gepvi_fin_db",query="5081739340832322055"} 1.24154285e+08 pg_query_sblk_hit{datname="gepvi_fin_db",query="6104223848159399923"} 73257 pg_query_sblk_hit{datname="gepvi_fin_db",query="6607318708723431991"} 3.086305e+06 pg_query_sblk_hit{datname="gepvi_health_db",query="-3114151248348423668"} 0 pg_query_sblk_hit{datname="gepvi_health_db",query="-3394742553290663210"} 3.649083e+06 pg_query_sblk_hit{datname="gepvi_health_db",query="-5715475192465128161"} 1.23440632e+08 pg_query_sblk_hit{datname="gepvi_health_db",query="-6647621097204396179"} 1.679348e+06 pg_query_sblk_hit{datname="gepvi_health_db",query="-8394789936105279816"} 2.575394e+06 pg_query_sblk_hit{datname="gepvi_health_db",query="-8614649825449602022"} 0 pg_query_sblk_hit{datname="gepvi_health_db",query="1842113366287483401"} 9.9173423e+07 pg_query_sblk_hit{datname="gepvi_health_db",query="2562851877910530907"} 0 pg_query_sblk_hit{datname="gepvi_health_db",query="393550323916470202"} 1.1400216e+07 pg_query_sblk_hit{datname="gepvi_health_db",query="4917684750321049296"} 5.26981251e+08 pg_query_sblk_hit{datname="gepvi_health_db",query="5081739340832322055"} 1.1417931e+07 pg_query_sblk_hit{datname="gepvi_health_db",query="6607318708723431991"} 3.088631e+06 pg_query_sblk_hit{datname="gepvi_users_db",query="-3114151248348423668"} 0 pg_query_sblk_hit{datname="gepvi_users_db",query="-3394742553290663210"} 3.649038e+06 pg_query_sblk_hit{datname="gepvi_users_db",query="-5715475192465128161"} 1.5557705e+08 pg_query_sblk_hit{datname="gepvi_users_db",query="-6647621097204396179"} 8.740262e+06 pg_query_sblk_hit{datname="gepvi_users_db",query="-8394789936105279816"} 2.573914e+06 pg_query_sblk_hit{datname="gepvi_users_db",query="-8614649825449602022"} 0 pg_query_sblk_hit{datname="gepvi_users_db",query="1842113366287483401"} 9.9045809e+07 pg_query_sblk_hit{datname="gepvi_users_db",query="2562851877910530907"} 2.6531043e+07 pg_query_sblk_hit{datname="gepvi_users_db",query="393550323916470202"} 1.45368883e+08 pg_query_sblk_hit{datname="gepvi_users_db",query="4917684750321049296"} 5.29956744e+08 pg_query_sblk_hit{datname="gepvi_users_db",query="5081739340832322055"} 6.6454893e+07 pg_query_sblk_hit{datname="gepvi_users_db",query="6607318708723431991"} 3.088066e+06 pg_query_sblk_hit{datname="omniword",query="-3114151248348423668"} 0 pg_query_sblk_hit{datname="omniword",query="-3394742553290663210"} 3.649089e+06 pg_query_sblk_hit{datname="omniword",query="-5715475192465128161"} 1.61567897e+08 pg_query_sblk_hit{datname="omniword",query="-6647621097204396179"} 1.0299473e+07 pg_query_sblk_hit{datname="omniword",query="-8394789936105279816"} 2.574542e+06 pg_query_sblk_hit{datname="omniword",query="-8614649825449602022"} 0 pg_query_sblk_hit{datname="omniword",query="1842113366287483401"} 9.9152176e+07 pg_query_sblk_hit{datname="omniword",query="2562851877910530907"} 0 pg_query_sblk_hit{datname="omniword",query="393550323916470202"} 1.81773654e+08 pg_query_sblk_hit{datname="omniword",query="4917684750321049296"} 5.55247507e+08 pg_query_sblk_hit{datname="omniword",query="5081739340832322055"} 7.9566231e+07 pg_query_sblk_hit{datname="omniword",query="6607318708723431991"} 3.090845e+06 pg_query_sblk_hit{datname="postgres",query="-1567903771303523871"} 3.131265e+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"} 3.649089e+06 pg_query_sblk_hit{datname="postgres",query="-3481586796352513521"} 1.538344e+06 pg_query_sblk_hit{datname="postgres",query="-3561581858611292661"} 1.38332e+06 pg_query_sblk_hit{datname="postgres",query="-4013135341694372554"} 28338 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"} 2.550135e+06 pg_query_sblk_hit{datname="postgres",query="-5177198833890665486"} 769186 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"} 3.7070206e+07 pg_query_sblk_hit{datname="postgres",query="-571986491529085836"} 0 pg_query_sblk_hit{datname="postgres",query="-6324036696618024559"} 899646 pg_query_sblk_hit{datname="postgres",query="-659392855806846005"} 35460 pg_query_sblk_hit{datname="postgres",query="-6647621097204396179"} 946979 pg_query_sblk_hit{datname="postgres",query="-7724675315091666518"} 25254 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"} 2.587438e+06 pg_query_sblk_hit{datname="postgres",query="-8415353913695631440"} 49896 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"} 1.05980804e+08 pg_query_sblk_hit{datname="postgres",query="2121678415194453056"} 5.623264e+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.575029e+06 pg_query_sblk_hit{datname="postgres",query="393550323916470202"} 1.156117e+07 pg_query_sblk_hit{datname="postgres",query="4917684750321049296"} 1.2410744e+07 pg_query_sblk_hit{datname="postgres",query="5081739340832322055"} 1.2136231e+07 pg_query_sblk_hit{datname="postgres",query="6607318708723431991"} 3.093808e+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"} 20 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"} 192 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"} 91 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"} 211 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"} 45283 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"} 633431 pg_query_wal_bytes{datname="gepvi_eat_db",query="-458988413820240360"} 1498 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"} 409603 pg_query_wal_bytes{datname="gepvi_eat_db",query="-8394789936105279816"} 0 pg_query_wal_bytes{datname="gepvi_eat_db",query="-8533974109254859233"} 1.271422e+06 pg_query_wal_bytes{datname="gepvi_eat_db",query="-8614649825449602022"} 0 pg_query_wal_bytes{datname="gepvi_eat_db",query="-994257967903536850"} 1.419949e+06 pg_query_wal_bytes{datname="gepvi_eat_db",query="1081380012885087053"} 811014 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"} 3.923115e+07 pg_query_wal_bytes{datname="gepvi_eat_db",query="2250294303447458804"} 1.4054516e+07 pg_query_wal_bytes{datname="gepvi_eat_db",query="2505140487204484865"} 400946 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"} 6.6266283e+07 pg_query_wal_bytes{datname="gepvi_eat_db",query="4917684750321049296"} 163993 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"} 157084 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"} 8.312403e+06 pg_query_wal_bytes{datname="gepvi_eat_db",query="8255156036760666390"} 49537 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"} 5.206327e+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"} 732402 pg_seq_blks_hit{datname="gepvi_eat_db",seqname="gepvi_eat.notifications_id_seq"} 728753 pg_seq_blks_hit{datname="gepvi_eat_db",seqname="gepvi_eat.reports_id_seq"} 728659 pg_seq_blks_hit{datname="gepvi_eat_db",seqname="gepvi_eat.symptoms_id_seq"} 728092 pg_seq_blks_hit{datname="gepvi_eat_db",seqname="gepvi_eat.weight_history_id_seq"} 728131 pg_seq_blks_hit{datname="gepvi_eat_db",seqname="payments.bepaid_products_id_seq"} 708739 pg_seq_blks_hit{datname="gepvi_eat_db",seqname="payments.payments_id_seq"} 708742 pg_seq_blks_hit{datname="gepvi_eat_db",seqname="payments.providers_id_seq"} 708744 pg_seq_blks_hit{datname="gepvi_eat_db",seqname="payments.webhooks_id_seq"} 708749 pg_seq_blks_hit{datname="gepvi_fin_db",seqname="gepvi_fin.webhooks_id_seq"} 722813 pg_seq_blks_hit{datname="gepvi_users_db",seqname="gepvi_users.webhooks_id_seq"} 724221 pg_seq_blks_hit{datname="gepvi_users_db",seqname="gepvi_users.weight_history_id_seq"} 724221 # 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"} 8213 pg_seq_last_value{datname="gepvi_eat_db",seqname="gepvi_eat.notifications_id_seq"} 1098 pg_seq_last_value{datname="gepvi_eat_db",seqname="gepvi_eat.reports_id_seq"} 988 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.8560703e+07 pg_size_bytes{datname="gepvi_fin_db"} 1.7897151e+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.5271497e+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.35545584e+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"} 30094 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"} 68315 # 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"} 37 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"} 19 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 9 # HELP pg_ssl_enabled Number of client connection that use ssl # TYPE pg_ssl_enabled gauge pg_ssl_enabled 0 # 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"} 599 pg_table_age{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 50881 pg_table_age{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 30216 pg_table_age{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 29689 pg_table_age{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 30411 pg_table_age{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 50912 pg_table_age{datname="gepvi_eat_db",relname="gepvi_eat.users"} 309 pg_table_age{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 30824 pg_table_age{datname="gepvi_eat_db",relname="payments.bepaid_products"} 29502 pg_table_age{datname="gepvi_eat_db",relname="payments.payments"} 29502 pg_table_age{datname="gepvi_eat_db",relname="payments.providers"} 29502 pg_table_age{datname="gepvi_eat_db",relname="payments.webhooks"} 29502 pg_table_age{datname="gepvi_eat_db",relname="public.alembic_version"} 50885 pg_table_age{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 49701 pg_table_age{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 49700 pg_table_age{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 49746 pg_table_age{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 49698 pg_table_age{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 49697 pg_table_age{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 49696 pg_table_age{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 49695 pg_table_age{datname="gepvi_fin_db",relname="gepvi_fin.users"} 49736 pg_table_age{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 49734 pg_table_age{datname="gepvi_fin_db",relname="public.alembic_version"} 49704 pg_table_age{datname="gepvi_users_db",relname="gepvi_users.users"} 31939 pg_table_age{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 46217 pg_table_age{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 46212 pg_table_age{datname="gepvi_users_db",relname="public.alembic_version"} 46182 pg_table_age{datname="omniword",relname="omniword.training_sessions"} 45016 pg_table_age{datname="omniword",relname="omniword.user_words"} 45005 pg_table_age{datname="omniword",relname="omniword.users"} 45012 pg_table_age{datname="omniword",relname="omniword.words"} 45003 pg_table_age{datname="omniword",relname="public.alembic_version"} 45008 # 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"} 89 pg_table_autoanalyze_count{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 37 pg_table_autoanalyze_count{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 27 pg_table_autoanalyze_count{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 9 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"} 272 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"} 2 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"} 8 pg_table_autoanalyze_count{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 2 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.269 pg_table_autoanalyze_time{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 5.868 pg_table_autoanalyze_time{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 0.314 pg_table_autoanalyze_time{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 0.1 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"} 1.537 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.013000000000000001 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"} 1.272 pg_table_autoanalyze_time{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 0.17400000000000002 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"} 37 pg_table_autovacuum_count{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 9 pg_table_autovacuum_count{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 14 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"} 261 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.113 pg_table_autovacuum_time{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 0.679 pg_table_autovacuum_time{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 0.076 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.67 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.03364485981308411 pg_table_bloat_ratio{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 0.06666666666666667 pg_table_bloat_ratio{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 0.26744186046511625 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.4 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.10775862068965517 pg_table_bloat_ratio{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 0.09243697478991597 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"} 4.38272e+06 pg_table_bloat_size{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 245760 pg_table_bloat_size{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 1.409024e+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"} 40960 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.801088e+06 pg_table_bloat_size{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 974848 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"} 52870 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"} 53160 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"} 26466 pg_table_heap_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 321073 pg_table_heap_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 7.163093e+06 pg_table_heap_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 120908 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"} 18698 pg_table_heap_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.users"} 925453 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"} 15416 pg_table_heap_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 1737 pg_table_heap_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 4940 pg_table_heap_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 7226 pg_table_heap_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 116 pg_table_heap_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 30922 pg_table_heap_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 19953 pg_table_heap_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.users"} 3724 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"} 7652 pg_table_heap_blks_hit{datname="omniword",relname="omniword.users"} 3066 pg_table_heap_blks_hit{datname="omniword",relname="omniword.words"} 16493 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"} 12 pg_table_heap_blks_read{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 6 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"} 6 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"} 226 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"} 15410 pg_table_idx_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 360728 pg_table_idx_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 1.1915719e+07 pg_table_idx_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 42207 pg_table_idx_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 21336 pg_table_idx_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 4472 pg_table_idx_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.users"} 502347 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"} 2.418285e+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"} 1471 pg_table_idx_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 642 pg_table_idx_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 987 pg_table_idx_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 4695 pg_table_idx_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 172 pg_table_idx_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 59519 pg_table_idx_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 20052 pg_table_idx_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.users"} 1348 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"} 4884 pg_table_idx_blks_hit{datname="omniword",relname="omniword.users"} 1352 pg_table_idx_blks_hit{datname="omniword",relname="omniword.words"} 5567 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"} 16 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"} 8 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"} 95 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"} 4931 pg_table_idx_scan{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 132042 pg_table_idx_scan{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 7.416152e+06 pg_table_idx_scan{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 34718 pg_table_idx_scan{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 16585 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"} 196817 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"} 2.342387e+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"} 268 pg_table_idx_scan{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 2 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"} 3608 pg_table_idx_scan{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 6 pg_table_idx_scan{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 3765 pg_table_idx_scan{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 5834 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"} 1058 pg_table_idx_scan{datname="omniword",relname="omniword.users"} 0 pg_table_idx_scan{datname="omniword",relname="omniword.words"} 2771 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"} 4500 pg_table_idx_tup_fetch{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 415130 pg_table_idx_tup_fetch{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 2.428354e+06 pg_table_idx_tup_fetch{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 217755 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"} 173895 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"} 52194 pg_table_idx_tup_fetch{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 2 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"} 3210 pg_table_idx_tup_fetch{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 6 pg_table_idx_tup_fetch{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 3622 pg_table_idx_tup_fetch{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 117183 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"} 60126 pg_table_idx_tup_fetch{datname="omniword",relname="omniword.users"} 0 pg_table_idx_tup_fetch{datname="omniword",relname="omniword.words"} 1072 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"} 58 pg_table_n_dead_tup{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 666 pg_table_n_dead_tup{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 76 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"} 17 pg_table_n_dead_tup{datname="gepvi_eat_db",relname="gepvi_eat.users"} 41 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"} 9 pg_table_n_dead_tup{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 9 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"} 343 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"} 7 pg_table_n_ins_since_vacuum{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 429 pg_table_n_ins_since_vacuum{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 38 pg_table_n_ins_since_vacuum{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 564 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"} 1 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"} 148 pg_table_n_ins_since_vacuum{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 2 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"} 9632 pg_table_n_ins_since_vacuum{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 673 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"} 134 pg_table_n_ins_since_vacuum{datname="omniword",relname="omniword.users"} 0 pg_table_n_ins_since_vacuum{datname="omniword",relname="omniword.words"} 346 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"} 198 pg_table_n_live_tup{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 7987 pg_table_n_live_tup{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 965 pg_table_n_live_tup{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 901 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"} 49 pg_table_n_live_tup{datname="gepvi_eat_db",relname="gepvi_eat.users"} 138 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"} 282 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"} 79390 pg_table_n_live_tup{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 6786 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"} 479 pg_table_n_live_tup{datname="omniword",relname="omniword.users"} 0 pg_table_n_live_tup{datname="omniword",relname="omniword.words"} 501 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"} 36 pg_table_n_mod_since_analyze{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 132 pg_table_n_mod_since_analyze{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 78 pg_table_n_mod_since_analyze{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 80 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"} 2 pg_table_n_mod_since_analyze{datname="gepvi_eat_db",relname="gepvi_eat.users"} 5 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"} 42 pg_table_n_mod_since_analyze{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 48 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"} 2580 pg_table_n_mod_since_analyze{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 108 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"} 23 pg_table_n_mod_since_analyze{datname="omniword",relname="omniword.users"} 0 pg_table_n_mod_since_analyze{datname="omniword",relname="omniword.words"} 40 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"} 495 pg_table_n_tup_del{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 110 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"} 4 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"} 9 pg_table_n_tup_del{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 1 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"} 4367 pg_table_n_tup_hot_upd{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 1322 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"} 817 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"} 146 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"} 11 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"} 560 pg_table_n_tup_ins{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 4333 pg_table_n_tup_ins{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 684 pg_table_n_tup_ins{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 586 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"} 118 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"} 148 pg_table_n_tup_ins{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 3 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"} 24252 pg_table_n_tup_ins{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 673 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"} 347 pg_table_n_tup_ins{datname="omniword",relname="omniword.users"} 0 pg_table_n_tup_ins{datname="omniword",relname="omniword.words"} 346 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"} 5425 pg_table_n_tup_mod{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 10726 pg_table_n_tup_mod{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 2106 pg_table_n_tup_mod{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 1332 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"} 53 pg_table_n_tup_mod{datname="gepvi_eat_db",relname="gepvi_eat.users"} 17606 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"} 157 pg_table_n_tup_mod{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 150 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"} 24252 pg_table_n_tup_mod{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 710 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"} 580 pg_table_n_tup_mod{datname="omniword",relname="omniword.users"} 0 pg_table_n_tup_mod{datname="omniword",relname="omniword.words"} 346 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"} 516 pg_table_n_tup_newpage_upd{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 74 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"} 226 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"} 5 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"} 4370 pg_table_n_tup_upd{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 6283 pg_table_n_tup_upd{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 1366 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"} 17488 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"} 146 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"} 34 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"} 535 pg_table_pages{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 30 pg_table_pages{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 139 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"} 5 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"} 464 pg_table_pages{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 119 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"} 3415 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"} 18593 pg_table_seq_scan{datname="gepvi_eat_db",relname="gepvi_eat.users"} 189167 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"} 1126 pg_table_seq_scan{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 4266 pg_table_seq_scan{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 997 pg_table_seq_scan{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 55 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"} 16 pg_table_seq_scan{datname="gepvi_fin_db",relname="gepvi_fin.users"} 3726 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"} 668 pg_table_seq_scan{datname="omniword",relname="omniword.users"} 2618 pg_table_seq_scan{datname="omniword",relname="omniword.words"} 878 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"} 803970 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"} 876915 pg_table_seq_tup_read{datname="gepvi_eat_db",relname="gepvi_eat.users"} 2.2244354e+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"} 24240 pg_table_seq_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 4266 pg_table_seq_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 38845 pg_table_seq_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 9460 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"} 103540 pg_table_seq_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.users"} 3726 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"} 189976 pg_table_seq_tup_read{datname="omniword",relname="omniword.users"} 4787 pg_table_seq_tup_read{datname="omniword",relname="omniword.words"} 265148 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"} 5.431296e+06 pg_table_size_bytes{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 368640 pg_table_size_bytes{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 1.900544e+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"} 155648 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.750784e+06 pg_table_size_bytes{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 1.753088e+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"} 966656 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"} 73728 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.794048e+06 pg_table_size_indexsize{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 729088 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"} 4.42368e+06 pg_table_size_relsize{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 253952 pg_table_size_relsize{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 1.236992e+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"} 40960 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.923968e+06 pg_table_size_relsize{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 983040 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"} 565248 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"} 8346 pg_table_tbl_scan{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 132048 pg_table_tbl_scan{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 7.4162e+06 pg_table_tbl_scan{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 34746 pg_table_tbl_scan{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 16585 pg_table_tbl_scan{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 18641 pg_table_tbl_scan{datname="gepvi_eat_db",relname="gepvi_eat.users"} 385984 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"} 2.343376e+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"} 268 pg_table_tbl_scan{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 1128 pg_table_tbl_scan{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 4266 pg_table_tbl_scan{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 4605 pg_table_tbl_scan{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 61 pg_table_tbl_scan{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 3765 pg_table_tbl_scan{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 5850 pg_table_tbl_scan{datname="gepvi_fin_db",relname="gepvi_fin.users"} 3726 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"} 1726 pg_table_tbl_scan{datname="omniword",relname="omniword.users"} 2618 pg_table_tbl_scan{datname="omniword",relname="omniword.words"} 3649 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"} 808470 pg_table_tup_read{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 418136 pg_table_tup_read{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 2.445323e+06 pg_table_tup_read{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 228690 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"} 876919 pg_table_tup_read{datname="gepvi_eat_db",relname="gepvi_eat.users"} 2.2418249e+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"} 52194 pg_table_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 24242 pg_table_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 4266 pg_table_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 42055 pg_table_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 9466 pg_table_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 3622 pg_table_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 220723 pg_table_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.users"} 3726 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"} 250102 pg_table_tup_read{datname="omniword",relname="omniword.users"} 4787 pg_table_tup_read{datname="omniword",relname="omniword.words"} 266220 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"} 197 pg_table_tuples{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 7932 pg_table_tuples{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 939 pg_table_tuples{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 821 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"} 137 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"} 258 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"} 76810 pg_table_tuples{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 6681 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.78792734874012e+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 7.36588966763e+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"} 1 pg_wait_count{datname="gepvi_health_db",event="Client"} 1 pg_wait_count{datname="gepvi_users_db",event="Client"} 1 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 1 # HELP pg_wal_bytes Total amount of WAL generated in bytes # TYPE pg_wal_bytes counter pg_wal_bytes 2.76899948e+08 # HELP pg_wal_fpi Total number of WAL full page images generated # TYPE pg_wal_fpi counter pg_wal_fpi 41444 # HELP pg_wal_records Total number of WAL records generated # TYPE pg_wal_records counter pg_wal_records 409615 # 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.6215179264e+11 # HELP pg_xact_xmax First as-yet-unassigned txid. txid >= this are invisible. # TYPE pg_xact_xmax counter pg_xact_xmax 53469 # HELP pg_xact_xmin Earliest txid that is still active # TYPE pg_xact_xmin counter pg_xact_xmin 53469 # 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 54521.53 # 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 7.78866611718e+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 7.8161265532e+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.0156416e+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"} 736625 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0