# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 8.3029e-05 go_gc_duration_seconds{quantile="0.25"} 0.000130175 go_gc_duration_seconds{quantile="0.5"} 0.000204385 go_gc_duration_seconds{quantile="0.75"} 0.000399172 go_gc_duration_seconds{quantile="1"} 0.094444807 go_gc_duration_seconds_sum 1641.325721873 go_gc_duration_seconds_count 492916 # 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 27 # 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 6.179024e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 1.92923512324e+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 3.5425509445e+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.331824e+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 6.179024e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 1.449984e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 9.814016e+06 # HELP go_memstats_heap_objects Number of currently allocated objects. Equals to /gc/heap/objects:objects. # TYPE go_memstats_heap_objects gauge go_memstats_heap_objects 91890 # 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 1.216512e+07 # 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.4313856e+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.7801061130989864e+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 3.5425601335e+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 4592 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 16072 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 202080 # 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.074741e+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 556184 # 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 851968 # 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 851968 # 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 3.077556e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads. # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 2 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 9 # HELP 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"} 0 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"} 57.019643 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"} 0 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"} 9.905894 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"} 49.647553 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"} 40.091422 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"} 4.335302535211e+06 pg_activity_max_conn_duration{datname="postgres",state="idle in transaction"} 0 pg_activity_max_conn_duration{datname="postgres",state="idle in transaction (aborted)"} 0 # HELP pg_activity_max_duration Max duration since last state change among (datname # TYPE pg_activity_max_duration gauge pg_activity_max_duration{datname="gepvi_eat_db",state="active"} 0 pg_activity_max_duration{datname="gepvi_eat_db",state="disabled"} 0 pg_activity_max_duration{datname="gepvi_eat_db",state="fastpath function call"} 0 pg_activity_max_duration{datname="gepvi_eat_db",state="idle"} 9.980654 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"} 0 pg_activity_max_duration{datname="gepvi_fin_db",state="idle in transaction"} 0 pg_activity_max_duration{datname="gepvi_fin_db",state="idle in transaction (aborted)"} 0 pg_activity_max_duration{datname="gepvi_health_db",state="active"} 0 pg_activity_max_duration{datname="gepvi_health_db",state="disabled"} 0 pg_activity_max_duration{datname="gepvi_health_db",state="fastpath function call"} 0 pg_activity_max_duration{datname="gepvi_health_db",state="idle"} 9.874525 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"} 9.978832 pg_activity_max_duration{datname="gepvi_users_db",state="idle in transaction"} 0 pg_activity_max_duration{datname="gepvi_users_db",state="idle in transaction (aborted)"} 0 pg_activity_max_duration{datname="omniword",state="active"} 0 pg_activity_max_duration{datname="omniword",state="disabled"} 0 pg_activity_max_duration{datname="omniword",state="fastpath function call"} 0 pg_activity_max_duration{datname="omniword",state="idle"} 9.996811 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"} 0.780967 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 47 # HELP pg_archiver_failed_time Time of the last failed archival operation # TYPE pg_archiver_failed_time gauge pg_archiver_failed_time 1.780081676873106e+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 3549 # HELP pg_archiver_finish_time Time of the last successful archive operation # TYPE pg_archiver_finish_time gauge pg_archiver_finish_time 1.780103843979373e+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"} 8 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 8337 # 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.775770809906252e+09 # HELP pg_checkpoint_checkpoint_lsn Latest checkpoint location # TYPE pg_checkpoint_checkpoint_lsn counter pg_checkpoint_checkpoint_lsn 7.6822872192e+10 # HELP pg_checkpoint_elapse Seconds elapsed since latest checkpoint in seconds # TYPE pg_checkpoint_elapse gauge pg_checkpoint_elapse 2400.491595 # 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 34979 # 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 37090 # HELP pg_checkpoint_next_xid Latest checkpoint's NextXID xid # TYPE pg_checkpoint_next_xid counter pg_checkpoint_next_xid 34980 # 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 34980 # 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 6 # HELP pg_checkpoint_redo_lsn Latest checkpoint's REDO location # TYPE pg_checkpoint_redo_lsn counter pg_checkpoint_redo_lsn 7.6822872104e+10 # HELP pg_checkpoint_time Time of latest checkpoint # TYPE pg_checkpoint_time counter pg_checkpoint_time 1.780103702e+09 # HELP pg_checkpoint_tli Latest checkpoint's TimeLineID # TYPE pg_checkpoint_tli counter pg_checkpoint_tli 6 # HELP pg_checkpointer_buffers_written Number of buffers written during checkpoints and restartpoints # TYPE pg_checkpointer_buffers_written counter pg_checkpointer_buffers_written 19851 # HELP pg_checkpointer_done Number of checkpoints that have been performed # TYPE pg_checkpointer_done counter pg_checkpointer_done 1739 # HELP pg_checkpointer_req Number of requested checkpoints that have been performed # TYPE pg_checkpointer_req counter pg_checkpointer_req 58 # 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 2646 # 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 4.295 # HELP pg_checkpointer_timed Number of scheduled checkpoints that have been performed # TYPE pg_checkpointer_timed counter pg_checkpointer_timed 4773 # 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 1991.001 # HELP pg_conf_reload_time seconds since last configuration reload # TYPE pg_conf_reload_time gauge pg_conf_reload_time 4.335308346771e+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"} 16458.444582 pg_db_active_time{datname="gepvi_fin_db"} 12744.78988 pg_db_active_time{datname="gepvi_health_db"} 6685.704447 pg_db_active_time{datname="gepvi_reports_db"} 0.010501 pg_db_active_time{datname="gepvi_users_db"} 9591.05507 pg_db_active_time{datname="omniword"} 10214.560855000002 pg_db_active_time{datname="postgres"} 17022.617035 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"} 34236 pg_db_age{datname="gepvi_fin_db"} 34236 pg_db_age{datname="gepvi_health_db"} 34236 pg_db_age{datname="gepvi_reports_db"} 34236 pg_db_age{datname="gepvi_users_db"} 34236 pg_db_age{datname="omniword"} 34236 pg_db_age{datname="postgres"} 34236 pg_db_age{datname="template0"} 34236 pg_db_age{datname="template1"} 34236 # 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.080713 pg_db_blk_read_time{datname="gepvi_fin_db"} 0.9421 pg_db_blk_read_time{datname="gepvi_health_db"} 0.330716 pg_db_blk_read_time{datname="gepvi_reports_db"} 0.096375 pg_db_blk_read_time{datname="gepvi_users_db"} 0.7285090000000001 pg_db_blk_read_time{datname="omniword"} 1.504591 pg_db_blk_read_time{datname="postgres"} 0.702215 pg_db_blk_read_time{datname="template0"} 0 pg_db_blk_read_time{datname="template1"} 0.074063 # 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.027678 pg_db_blk_write_time{datname="gepvi_fin_db"} 0.027027000000000002 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.010534000000000002 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"} 8.38477438e+08 pg_db_blks_access{datname="gepvi_fin_db"} 7.18425153e+08 pg_db_blks_access{datname="gepvi_health_db"} 4.75975255e+08 pg_db_blks_access{datname="gepvi_reports_db"} 5.284479e+06 pg_db_blks_access{datname="gepvi_users_db"} 5.69926578e+08 pg_db_blks_access{datname="omniword"} 5.8715543e+08 pg_db_blks_access{datname="postgres"} 3.91328086e+08 pg_db_blks_access{datname="template0"} 0 pg_db_blks_access{datname="template1"} 5.279201e+06 # 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"} 8.3847544e+08 pg_db_blks_hit{datname="gepvi_fin_db"} 7.18423563e+08 pg_db_blks_hit{datname="gepvi_health_db"} 4.75974353e+08 pg_db_blks_hit{datname="gepvi_reports_db"} 5.284131e+06 pg_db_blks_hit{datname="gepvi_users_db"} 5.69925648e+08 pg_db_blks_hit{datname="omniword"} 5.87154426e+08 pg_db_blks_hit{datname="postgres"} 3.91327168e+08 pg_db_blks_hit{datname="template0"} 0 pg_db_blks_hit{datname="template1"} 5.278894e+06 # 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"} 1998 pg_db_blks_read{datname="gepvi_fin_db"} 1590 pg_db_blks_read{datname="gepvi_health_db"} 902 pg_db_blks_read{datname="gepvi_reports_db"} 348 pg_db_blks_read{datname="gepvi_users_db"} 930 pg_db_blks_read{datname="omniword"} 1004 pg_db_blks_read{datname="postgres"} 918 pg_db_blks_read{datname="template0"} 0 pg_db_blks_read{datname="template1"} 307 # 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"} 9600.316450999999 pg_db_ixact_time{datname="gepvi_fin_db"} 91.012005 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"} 657.279162 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"} 0 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"} 9.965361124461e+06 pg_db_session_time{datname="gepvi_fin_db"} 4.772066239336001e+06 pg_db_session_time{datname="gepvi_health_db"} 3.9747078092010003e+06 pg_db_session_time{datname="gepvi_reports_db"} -7.982765545242937e+12 pg_db_session_time{datname="gepvi_users_db"} 3.977634577706e+06 pg_db_session_time{datname="omniword"} 4.107673184713e+06 pg_db_session_time{datname="postgres"} 4.321210496199001e+06 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"} 75831 pg_db_sessions{datname="gepvi_fin_db"} 67089 pg_db_sessions{datname="gepvi_health_db"} 65755 pg_db_sessions{datname="gepvi_reports_db"} 3 pg_db_sessions{datname="gepvi_users_db"} 65754 pg_db_sessions{datname="omniword"} 66085 pg_db_sessions{datname="postgres"} 71815 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"} 74 pg_db_sessions_abandoned{datname="gepvi_fin_db"} 1 pg_db_sessions_abandoned{datname="gepvi_health_db"} 1 pg_db_sessions_abandoned{datname="gepvi_reports_db"} 0 pg_db_sessions_abandoned{datname="gepvi_users_db"} 1 pg_db_sessions_abandoned{datname="omniword"} 0 pg_db_sessions_abandoned{datname="postgres"} 1 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"} 9 pg_db_sessions_fatal{datname="gepvi_fin_db"} 2 pg_db_sessions_fatal{datname="gepvi_health_db"} 0 pg_db_sessions_fatal{datname="gepvi_reports_db"} 434228 pg_db_sessions_fatal{datname="gepvi_users_db"} 0 pg_db_sessions_fatal{datname="omniword"} 0 pg_db_sessions_fatal{datname="postgres"} 2 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"} 2 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"} 1581 pg_db_tup_deleted{datname="gepvi_fin_db"} 16 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"} 160 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"} 3.37865897e+08 pg_db_tup_fetched{datname="gepvi_fin_db"} 2.95368366e+08 pg_db_tup_fetched{datname="gepvi_health_db"} 2.02424559e+08 pg_db_tup_fetched{datname="gepvi_reports_db"} 1.088337e+06 pg_db_tup_fetched{datname="gepvi_users_db"} 2.37095728e+08 pg_db_tup_fetched{datname="omniword"} 2.44972546e+08 pg_db_tup_fetched{datname="postgres"} 2.0630784e+08 pg_db_tup_fetched{datname="template0"} 0 pg_db_tup_fetched{datname="template1"} 1.086007e+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"} 5013 pg_db_tup_inserted{datname="gepvi_fin_db"} 9120 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"} 803 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"} 19546 pg_db_tup_modified{datname="gepvi_fin_db"} 9234 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"} 1293 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"} 2.761709617e+09 pg_db_tup_returned{datname="gepvi_fin_db"} 2.256928246e+09 pg_db_tup_returned{datname="gepvi_health_db"} 1.658859601e+09 pg_db_tup_returned{datname="gepvi_reports_db"} 6.9772603e+07 pg_db_tup_returned{datname="gepvi_users_db"} 2.119055762e+09 pg_db_tup_returned{datname="omniword"} 2.132996552e+09 pg_db_tup_returned{datname="postgres"} 1.68114925e+09 pg_db_tup_returned{datname="template0"} 0 pg_db_tup_returned{datname="template1"} 6.7416344e+07 # 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"} 12952 pg_db_tup_updated{datname="gepvi_fin_db"} 98 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"} 330 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"} 5.950755e+06 pg_db_xact_commit{datname="gepvi_fin_db"} 3.23088e+06 pg_db_xact_commit{datname="gepvi_health_db"} 3.229824e+06 pg_db_xact_commit{datname="gepvi_reports_db"} 144634 pg_db_xact_commit{datname="gepvi_users_db"} 3.227861e+06 pg_db_xact_commit{datname="omniword"} 3.233047e+06 pg_db_xact_commit{datname="postgres"} 1.5693433e+07 pg_db_xact_commit{datname="template0"} 0 pg_db_xact_commit{datname="template1"} 144511 # 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"} 961966 pg_db_xact_rollback{datname="gepvi_fin_db"} 2635 pg_db_xact_rollback{datname="gepvi_health_db"} 4 pg_db_xact_rollback{datname="gepvi_reports_db"} 434228 pg_db_xact_rollback{datname="gepvi_users_db"} 12 pg_db_xact_rollback{datname="omniword"} 2489 pg_db_xact_rollback{datname="postgres"} 59 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"} 6.912721e+06 pg_db_xact_total{datname="gepvi_fin_db"} 3.233515e+06 pg_db_xact_total{datname="gepvi_health_db"} 3.229828e+06 pg_db_xact_total{datname="gepvi_reports_db"} 578862 pg_db_xact_total{datname="gepvi_users_db"} 3.227873e+06 pg_db_xact_total{datname="omniword"} 3.235536e+06 pg_db_xact_total{datname="postgres"} 1.5693492e+07 pg_db_xact_total{datname="template0"} 0 pg_db_xact_total{datname="template1"} 144511 # 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.780106117e+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"} 44.908830478 pg_exporter_query_cache_ttl{datname="gepvi_eat_db",query="pg_func"} 5.014661515 pg_exporter_query_cache_ttl{datname="gepvi_eat_db",query="pg_index"} 5.014661515 pg_exporter_query_cache_ttl{datname="gepvi_eat_db",query="pg_index_bloat"} 84.91350129700001 pg_exporter_query_cache_ttl{datname="gepvi_eat_db",query="pg_pubrel"} 5.014661515 pg_exporter_query_cache_ttl{datname="gepvi_eat_db",query="pg_relkind"} 44.908830478 pg_exporter_query_cache_ttl{datname="gepvi_eat_db",query="pg_seq"} 5.014661515 pg_exporter_query_cache_ttl{datname="gepvi_eat_db",query="pg_subrel"} 5.014661515 pg_exporter_query_cache_ttl{datname="gepvi_eat_db",query="pg_table"} 5.014661515 pg_exporter_query_cache_ttl{datname="gepvi_eat_db",query="pg_table_bloat"} 84.91350129700001 pg_exporter_query_cache_ttl{datname="gepvi_eat_db",query="pg_table_size"} 84.91350129700001 pg_exporter_query_cache_ttl{datname="gepvi_fin_db",query="pg_defpart"} 25.023397492 pg_exporter_query_cache_ttl{datname="gepvi_fin_db",query="pg_func"} 5.121495446 pg_exporter_query_cache_ttl{datname="gepvi_fin_db",query="pg_index"} 5.121495446 pg_exporter_query_cache_ttl{datname="gepvi_fin_db",query="pg_index_bloat"} 185.336804688 pg_exporter_query_cache_ttl{datname="gepvi_fin_db",query="pg_pubrel"} 5.121495446 pg_exporter_query_cache_ttl{datname="gepvi_fin_db",query="pg_relkind"} 25.023397492 pg_exporter_query_cache_ttl{datname="gepvi_fin_db",query="pg_seq"} 5.121495446 pg_exporter_query_cache_ttl{datname="gepvi_fin_db",query="pg_subrel"} 5.121495446 pg_exporter_query_cache_ttl{datname="gepvi_fin_db",query="pg_table"} 5.121495446 pg_exporter_query_cache_ttl{datname="gepvi_fin_db",query="pg_table_bloat"} 185.336804688 pg_exporter_query_cache_ttl{datname="gepvi_fin_db",query="pg_table_size"} 185.336804688 pg_exporter_query_cache_ttl{datname="gepvi_health_db",query="pg_defpart"} 44.901464000000004 pg_exporter_query_cache_ttl{datname="gepvi_health_db",query="pg_func"} 5.122153779 pg_exporter_query_cache_ttl{datname="gepvi_health_db",query="pg_index"} 5.122153779 pg_exporter_query_cache_ttl{datname="gepvi_health_db",query="pg_index_bloat"} 265.025733815 pg_exporter_query_cache_ttl{datname="gepvi_health_db",query="pg_pubrel"} 5.122153779 pg_exporter_query_cache_ttl{datname="gepvi_health_db",query="pg_relkind"} 44.901464000000004 pg_exporter_query_cache_ttl{datname="gepvi_health_db",query="pg_seq"} 5.122153779 pg_exporter_query_cache_ttl{datname="gepvi_health_db",query="pg_subrel"} 5.122153779 pg_exporter_query_cache_ttl{datname="gepvi_health_db",query="pg_table"} 5.122153779 pg_exporter_query_cache_ttl{datname="gepvi_health_db",query="pg_table_bloat"} 265.025733815 pg_exporter_query_cache_ttl{datname="gepvi_health_db",query="pg_table_size"} 265.025733815 pg_exporter_query_cache_ttl{datname="gepvi_users_db",query="pg_defpart"} 14.922501482000001 pg_exporter_query_cache_ttl{datname="gepvi_users_db",query="pg_func"} 5.100408634 pg_exporter_query_cache_ttl{datname="gepvi_users_db",query="pg_index"} 5.100408634 pg_exporter_query_cache_ttl{datname="gepvi_users_db",query="pg_index_bloat"} 245.096842845 pg_exporter_query_cache_ttl{datname="gepvi_users_db",query="pg_pubrel"} 5.100408634 pg_exporter_query_cache_ttl{datname="gepvi_users_db",query="pg_relkind"} 14.922501482000001 pg_exporter_query_cache_ttl{datname="gepvi_users_db",query="pg_seq"} 5.100408634 pg_exporter_query_cache_ttl{datname="gepvi_users_db",query="pg_subrel"} 5.100408634 pg_exporter_query_cache_ttl{datname="gepvi_users_db",query="pg_table"} 5.100408634 pg_exporter_query_cache_ttl{datname="gepvi_users_db",query="pg_table_bloat"} 245.096842845 pg_exporter_query_cache_ttl{datname="gepvi_users_db",query="pg_table_size"} 245.096842845 pg_exporter_query_cache_ttl{datname="omniword",query="pg_defpart"} 55.133310398 pg_exporter_query_cache_ttl{datname="omniword",query="pg_func"} 5.133310398 pg_exporter_query_cache_ttl{datname="omniword",query="pg_index"} 5.133310398 pg_exporter_query_cache_ttl{datname="omniword",query="pg_index_bloat"} 105.009621176 pg_exporter_query_cache_ttl{datname="omniword",query="pg_pubrel"} 5.133310398 pg_exporter_query_cache_ttl{datname="omniword",query="pg_relkind"} 55.133310398 pg_exporter_query_cache_ttl{datname="omniword",query="pg_seq"} 5.133310398 pg_exporter_query_cache_ttl{datname="omniword",query="pg_subrel"} 5.133310398 pg_exporter_query_cache_ttl{datname="omniword",query="pg_table"} 5.133310398 pg_exporter_query_cache_ttl{datname="omniword",query="pg_table_bloat"} 105.009621176 pg_exporter_query_cache_ttl{datname="omniword",query="pg_table_size"} 105.009621176 pg_exporter_query_cache_ttl{datname="postgres",query="pg"} 1 pg_exporter_query_cache_ttl{datname="postgres",query="pg_activity"} 4.79453829 pg_exporter_query_cache_ttl{datname="postgres",query="pg_archiver"} 44.794803637 pg_exporter_query_cache_ttl{datname="postgres",query="pg_backend"} 4.79453829 pg_exporter_query_cache_ttl{datname="postgres",query="pg_backup"} 4.79453829 pg_exporter_query_cache_ttl{datname="postgres",query="pg_bgwriter"} 4.79453829 pg_exporter_query_cache_ttl{datname="postgres",query="pg_checkpoint"} 44.794803637 pg_exporter_query_cache_ttl{datname="postgres",query="pg_checkpointer"} 4.79453829 pg_exporter_query_cache_ttl{datname="postgres",query="pg_clustering"} 4.79453829 pg_exporter_query_cache_ttl{datname="postgres",query="pg_db"} 4.79453829 pg_exporter_query_cache_ttl{datname="postgres",query="pg_defpart"} 44.794803637 pg_exporter_query_cache_ttl{datname="postgres",query="pg_downstream"} 4.79453829 pg_exporter_query_cache_ttl{datname="postgres",query="pg_func"} 4.79453829 pg_exporter_query_cache_ttl{datname="postgres",query="pg_heartbeat"} 4.79453829 pg_exporter_query_cache_ttl{datname="postgres",query="pg_index"} 4.79453829 pg_exporter_query_cache_ttl{datname="postgres",query="pg_index_bloat"} 294.79453829 pg_exporter_query_cache_ttl{datname="postgres",query="pg_indexing"} 4.79453829 pg_exporter_query_cache_ttl{datname="postgres",query="pg_io"} 1 pg_exporter_query_cache_ttl{datname="postgres",query="pg_lock"} 4.79453829 pg_exporter_query_cache_ttl{datname="postgres",query="pg_meta"} 4.79453829 pg_exporter_query_cache_ttl{datname="postgres",query="pg_pubrel"} 4.79453829 pg_exporter_query_cache_ttl{datname="postgres",query="pg_query"} 4.79453829 pg_exporter_query_cache_ttl{datname="postgres",query="pg_relkind"} 44.794803637 pg_exporter_query_cache_ttl{datname="postgres",query="pg_repl"} 4.79453829 pg_exporter_query_cache_ttl{datname="postgres",query="pg_seq"} 4.79453829 pg_exporter_query_cache_ttl{datname="postgres",query="pg_setting"} 4.79453829 pg_exporter_query_cache_ttl{datname="postgres",query="pg_size"} 44.794803637 pg_exporter_query_cache_ttl{datname="postgres",query="pg_slot"} 4.79453829 pg_exporter_query_cache_ttl{datname="postgres",query="pg_slru"} 44.794803637 pg_exporter_query_cache_ttl{datname="postgres",query="pg_ssl"} 4.79453829 pg_exporter_query_cache_ttl{datname="postgres",query="pg_sub"} 4.79453829 pg_exporter_query_cache_ttl{datname="postgres",query="pg_subrel"} 4.79453829 pg_exporter_query_cache_ttl{datname="postgres",query="pg_sync_standby"} 4.79453829 pg_exporter_query_cache_ttl{datname="postgres",query="pg_table"} 4.79453829 pg_exporter_query_cache_ttl{datname="postgres",query="pg_table_bloat"} 294.79453829 pg_exporter_query_cache_ttl{datname="postgres",query="pg_table_size"} 294.79453829 pg_exporter_query_cache_ttl{datname="postgres",query="pg_timeline"} 4.79453829 pg_exporter_query_cache_ttl{datname="postgres",query="pg_vacuuming"} 4.79453829 pg_exporter_query_cache_ttl{datname="postgres",query="pg_wait"} 4.79453829 pg_exporter_query_cache_ttl{datname="postgres",query="pg_wal"} 4.79453829 pg_exporter_query_cache_ttl{datname="postgres",query="pg_xact"} 4.79453829 # 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.001276195 pg_exporter_query_scrape_duration{datname="gepvi_eat_db",query="pg_func"} 0.002153635 pg_exporter_query_scrape_duration{datname="gepvi_eat_db",query="pg_index"} 0.018022239 pg_exporter_query_scrape_duration{datname="gepvi_eat_db",query="pg_index_bloat"} 0.204460194 pg_exporter_query_scrape_duration{datname="gepvi_eat_db",query="pg_pubrel"} 0.000762761 pg_exporter_query_scrape_duration{datname="gepvi_eat_db",query="pg_relkind"} 0.006502986 pg_exporter_query_scrape_duration{datname="gepvi_eat_db",query="pg_seq"} 0.003699541 pg_exporter_query_scrape_duration{datname="gepvi_eat_db",query="pg_subrel"} 0.040577292 pg_exporter_query_scrape_duration{datname="gepvi_eat_db",query="pg_table"} 0.020988702 pg_exporter_query_scrape_duration{datname="gepvi_eat_db",query="pg_table_bloat"} 0.071902451 pg_exporter_query_scrape_duration{datname="gepvi_eat_db",query="pg_table_size"} 0.011686027 pg_exporter_query_scrape_duration{datname="gepvi_fin_db",query="pg_defpart"} 0.001028061 pg_exporter_query_scrape_duration{datname="gepvi_fin_db",query="pg_func"} 0.002053201 pg_exporter_query_scrape_duration{datname="gepvi_fin_db",query="pg_index"} 0.013633013 pg_exporter_query_scrape_duration{datname="gepvi_fin_db",query="pg_index_bloat"} 0.173944289 pg_exporter_query_scrape_duration{datname="gepvi_fin_db",query="pg_pubrel"} 0.000929296 pg_exporter_query_scrape_duration{datname="gepvi_fin_db",query="pg_relkind"} 0.006378055 pg_exporter_query_scrape_duration{datname="gepvi_fin_db",query="pg_seq"} 0.002030909 pg_exporter_query_scrape_duration{datname="gepvi_fin_db",query="pg_subrel"} 0.043543337 pg_exporter_query_scrape_duration{datname="gepvi_fin_db",query="pg_table"} 0.018899321 pg_exporter_query_scrape_duration{datname="gepvi_fin_db",query="pg_table_bloat"} 0.13975292 pg_exporter_query_scrape_duration{datname="gepvi_fin_db",query="pg_table_size"} 0.003892838 pg_exporter_query_scrape_duration{datname="gepvi_health_db",query="pg_defpart"} 0.000859857 pg_exporter_query_scrape_duration{datname="gepvi_health_db",query="pg_func"} 0.001751959 pg_exporter_query_scrape_duration{datname="gepvi_health_db",query="pg_index"} 0.003676056 pg_exporter_query_scrape_duration{datname="gepvi_health_db",query="pg_index_bloat"} 0.128642138 pg_exporter_query_scrape_duration{datname="gepvi_health_db",query="pg_pubrel"} 0.000588536 pg_exporter_query_scrape_duration{datname="gepvi_health_db",query="pg_relkind"} 0.006138265 pg_exporter_query_scrape_duration{datname="gepvi_health_db",query="pg_seq"} 0.001021087 pg_exporter_query_scrape_duration{datname="gepvi_health_db",query="pg_subrel"} 0.00076741 pg_exporter_query_scrape_duration{datname="gepvi_health_db",query="pg_table"} 0.003504395 pg_exporter_query_scrape_duration{datname="gepvi_health_db",query="pg_table_bloat"} 0.062191187 pg_exporter_query_scrape_duration{datname="gepvi_health_db",query="pg_table_size"} 0.002278626 pg_exporter_query_scrape_duration{datname="gepvi_users_db",query="pg_defpart"} 0.06951767 pg_exporter_query_scrape_duration{datname="gepvi_users_db",query="pg_func"} 0.00156647 pg_exporter_query_scrape_duration{datname="gepvi_users_db",query="pg_index"} 0.006134569 pg_exporter_query_scrape_duration{datname="gepvi_users_db",query="pg_index_bloat"} 0.147474165 pg_exporter_query_scrape_duration{datname="gepvi_users_db",query="pg_pubrel"} 0.000559807 pg_exporter_query_scrape_duration{datname="gepvi_users_db",query="pg_relkind"} 0.006058931 pg_exporter_query_scrape_duration{datname="gepvi_users_db",query="pg_seq"} 0.001726269 pg_exporter_query_scrape_duration{datname="gepvi_users_db",query="pg_subrel"} 0.000734746 pg_exporter_query_scrape_duration{datname="gepvi_users_db",query="pg_table"} 0.010336637 pg_exporter_query_scrape_duration{datname="gepvi_users_db",query="pg_table_bloat"} 0.061128495 pg_exporter_query_scrape_duration{datname="gepvi_users_db",query="pg_table_size"} 0.002812564 pg_exporter_query_scrape_duration{datname="omniword",query="pg_defpart"} 0.061310886 pg_exporter_query_scrape_duration{datname="omniword",query="pg_func"} 0.001554668 pg_exporter_query_scrape_duration{datname="omniword",query="pg_index"} 0.008638799 pg_exporter_query_scrape_duration{datname="omniword",query="pg_index_bloat"} 0.145848151 pg_exporter_query_scrape_duration{datname="omniword",query="pg_pubrel"} 0.000579357 pg_exporter_query_scrape_duration{datname="omniword",query="pg_relkind"} 0.00601095 pg_exporter_query_scrape_duration{datname="omniword",query="pg_seq"} 0.001102925 pg_exporter_query_scrape_duration{datname="omniword",query="pg_subrel"} 0.000938832 pg_exporter_query_scrape_duration{datname="omniword",query="pg_table"} 0.013135552 pg_exporter_query_scrape_duration{datname="omniword",query="pg_table_bloat"} 0.059469281 pg_exporter_query_scrape_duration{datname="omniword",query="pg_table_size"} 0.003750622 pg_exporter_query_scrape_duration{datname="postgres",query="pg"} 0.000415504 pg_exporter_query_scrape_duration{datname="postgres",query="pg_activity"} 0.003572285 pg_exporter_query_scrape_duration{datname="postgres",query="pg_archiver"} 0.000595927 pg_exporter_query_scrape_duration{datname="postgres",query="pg_backend"} 0.001320839 pg_exporter_query_scrape_duration{datname="postgres",query="pg_backup"} 0.000422478 pg_exporter_query_scrape_duration{datname="postgres",query="pg_bgwriter"} 0.000407576 pg_exporter_query_scrape_duration{datname="postgres",query="pg_checkpoint"} 0.000625193 pg_exporter_query_scrape_duration{datname="postgres",query="pg_checkpointer"} 0.000571191 pg_exporter_query_scrape_duration{datname="postgres",query="pg_clustering"} 0.000686467 pg_exporter_query_scrape_duration{datname="postgres",query="pg_db"} 0.00156796 pg_exporter_query_scrape_duration{datname="postgres",query="pg_defpart"} 0.000941455 pg_exporter_query_scrape_duration{datname="postgres",query="pg_downstream"} 0.001465499 pg_exporter_query_scrape_duration{datname="postgres",query="pg_func"} 0.001650393 pg_exporter_query_scrape_duration{datname="postgres",query="pg_heartbeat"} 0.001300454 pg_exporter_query_scrape_duration{datname="postgres",query="pg_index"} 0.00375092 pg_exporter_query_scrape_duration{datname="postgres",query="pg_index_bloat"} 0.007251978 pg_exporter_query_scrape_duration{datname="postgres",query="pg_indexing"} 0.000749826 pg_exporter_query_scrape_duration{datname="postgres",query="pg_io"} 0.002431035 pg_exporter_query_scrape_duration{datname="postgres",query="pg_lock"} 0.004082381 pg_exporter_query_scrape_duration{datname="postgres",query="pg_meta"} 0.0006423 pg_exporter_query_scrape_duration{datname="postgres",query="pg_pubrel"} 0.000496745 pg_exporter_query_scrape_duration{datname="postgres",query="pg_query"} 0.021887958 pg_exporter_query_scrape_duration{datname="postgres",query="pg_relkind"} 0.007515371 pg_exporter_query_scrape_duration{datname="postgres",query="pg_repl"} 0.001269221 pg_exporter_query_scrape_duration{datname="postgres",query="pg_seq"} 0.000913024 pg_exporter_query_scrape_duration{datname="postgres",query="pg_setting"} 0.000627279 pg_exporter_query_scrape_duration{datname="postgres",query="pg_size"} 0.009723425 pg_exporter_query_scrape_duration{datname="postgres",query="pg_slot"} 0.000995457 pg_exporter_query_scrape_duration{datname="postgres",query="pg_slru"} 0.000814974 pg_exporter_query_scrape_duration{datname="postgres",query="pg_ssl"} 0.000783384 pg_exporter_query_scrape_duration{datname="postgres",query="pg_sub"} 0.000804722 pg_exporter_query_scrape_duration{datname="postgres",query="pg_subrel"} 0.000676512 pg_exporter_query_scrape_duration{datname="postgres",query="pg_sync_standby"} 0.000357568 pg_exporter_query_scrape_duration{datname="postgres",query="pg_table"} 0.003412485 pg_exporter_query_scrape_duration{datname="postgres",query="pg_table_bloat"} 0.004980504 pg_exporter_query_scrape_duration{datname="postgres",query="pg_table_size"} 0.001921117 pg_exporter_query_scrape_duration{datname="postgres",query="pg_timeline"} 0.000476539 pg_exporter_query_scrape_duration{datname="postgres",query="pg_vacuuming"} 0.000808597 pg_exporter_query_scrape_duration{datname="postgres",query="pg_wait"} 0.001585066 pg_exporter_query_scrape_duration{datname="postgres",query="pg_wal"} 0.073997198 pg_exporter_query_scrape_duration{datname="postgres",query="pg_xact"} 0.000835419 # 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"} 0 pg_exporter_query_scrape_error_count{datname="gepvi_eat_db",query="pg_func"} 13 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"} 11 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"} 59 pg_exporter_query_scrape_error_count{datname="gepvi_eat_db",query="pg_subrel"} 63 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"} 15 pg_exporter_query_scrape_error_count{datname="gepvi_fin_db",query="pg_index"} 0 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"} 10 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"} 14 pg_exporter_query_scrape_error_count{datname="gepvi_fin_db",query="pg_subrel"} 38 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"} 9 pg_exporter_query_scrape_error_count{datname="gepvi_health_db",query="pg_index"} 0 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"} 0 pg_exporter_query_scrape_error_count{datname="gepvi_health_db",query="pg_relkind"} 0 pg_exporter_query_scrape_error_count{datname="gepvi_health_db",query="pg_seq"} 4 pg_exporter_query_scrape_error_count{datname="gepvi_health_db",query="pg_subrel"} 4 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"} 16 pg_exporter_query_scrape_error_count{datname="gepvi_users_db",query="pg_index"} 0 pg_exporter_query_scrape_error_count{datname="gepvi_users_db",query="pg_index_bloat"} 0 pg_exporter_query_scrape_error_count{datname="gepvi_users_db",query="pg_pubrel"} 4 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"} 12 pg_exporter_query_scrape_error_count{datname="gepvi_users_db",query="pg_subrel"} 14 pg_exporter_query_scrape_error_count{datname="gepvi_users_db",query="pg_table"} 0 pg_exporter_query_scrape_error_count{datname="gepvi_users_db",query="pg_table_bloat"} 0 pg_exporter_query_scrape_error_count{datname="gepvi_users_db",query="pg_table_size"} 0 pg_exporter_query_scrape_error_count{datname="omniword",query="pg_defpart"} 0 pg_exporter_query_scrape_error_count{datname="omniword",query="pg_func"} 10 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"} 4 pg_exporter_query_scrape_error_count{datname="omniword",query="pg_relkind"} 0 pg_exporter_query_scrape_error_count{datname="omniword",query="pg_seq"} 1 pg_exporter_query_scrape_error_count{datname="omniword",query="pg_subrel"} 27 pg_exporter_query_scrape_error_count{datname="omniword",query="pg_table"} 0 pg_exporter_query_scrape_error_count{datname="omniword",query="pg_table_bloat"} 0 pg_exporter_query_scrape_error_count{datname="omniword",query="pg_table_size"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg"} 1 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_activity"} 18 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_archiver"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_backend"} 5 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_backup"} 2 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_bgwriter"} 3 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_checkpoint"} 7 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_checkpointer"} 2 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_clustering"} 4 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_db"} 80 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_defpart"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_downstream"} 11 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_func"} 68 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_heartbeat"} 18 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"} 3 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_io"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_lock"} 13 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_meta"} 2 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_pubrel"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_query"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_relkind"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_repl"} 5 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_seq"} 4 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_setting"} 7 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_size"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_slot"} 8 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_slru"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_ssl"} 6 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_sub"} 1 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_subrel"} 1 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_sync_standby"} 15 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"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_vacuuming"} 2 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_wait"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_wal"} 10 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_xact"} 99 # 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"} 367959 pg_exporter_query_scrape_hit_count{datname="gepvi_eat_db",query="pg_func"} 175810 pg_exporter_query_scrape_hit_count{datname="gepvi_eat_db",query="pg_index"} 175816 pg_exporter_query_scrape_hit_count{datname="gepvi_eat_db",query="pg_index_bloat"} 419380 pg_exporter_query_scrape_hit_count{datname="gepvi_eat_db",query="pg_pubrel"} 175811 pg_exporter_query_scrape_hit_count{datname="gepvi_eat_db",query="pg_relkind"} 367959 pg_exporter_query_scrape_hit_count{datname="gepvi_eat_db",query="pg_seq"} 175790 pg_exporter_query_scrape_hit_count{datname="gepvi_eat_db",query="pg_subrel"} 175791 pg_exporter_query_scrape_hit_count{datname="gepvi_eat_db",query="pg_table"} 175816 pg_exporter_query_scrape_hit_count{datname="gepvi_eat_db",query="pg_table_bloat"} 419380 pg_exporter_query_scrape_hit_count{datname="gepvi_eat_db",query="pg_table_size"} 419380 pg_exporter_query_scrape_hit_count{datname="gepvi_fin_db",query="pg_defpart"} 368085 pg_exporter_query_scrape_hit_count{datname="gepvi_fin_db",query="pg_func"} 177427 pg_exporter_query_scrape_hit_count{datname="gepvi_fin_db",query="pg_index"} 177432 pg_exporter_query_scrape_hit_count{datname="gepvi_fin_db",query="pg_index_bloat"} 419376 pg_exporter_query_scrape_hit_count{datname="gepvi_fin_db",query="pg_pubrel"} 177429 pg_exporter_query_scrape_hit_count{datname="gepvi_fin_db",query="pg_relkind"} 368085 pg_exporter_query_scrape_hit_count{datname="gepvi_fin_db",query="pg_seq"} 177426 pg_exporter_query_scrape_hit_count{datname="gepvi_fin_db",query="pg_subrel"} 177417 pg_exporter_query_scrape_hit_count{datname="gepvi_fin_db",query="pg_table"} 177432 pg_exporter_query_scrape_hit_count{datname="gepvi_fin_db",query="pg_table_bloat"} 419376 pg_exporter_query_scrape_hit_count{datname="gepvi_fin_db",query="pg_table_size"} 419376 pg_exporter_query_scrape_hit_count{datname="gepvi_health_db",query="pg_defpart"} 368007 pg_exporter_query_scrape_hit_count{datname="gepvi_health_db",query="pg_func"} 176772 pg_exporter_query_scrape_hit_count{datname="gepvi_health_db",query="pg_index"} 176776 pg_exporter_query_scrape_hit_count{datname="gepvi_health_db",query="pg_index_bloat"} 419379 pg_exporter_query_scrape_hit_count{datname="gepvi_health_db",query="pg_pubrel"} 176776 pg_exporter_query_scrape_hit_count{datname="gepvi_health_db",query="pg_relkind"} 368007 pg_exporter_query_scrape_hit_count{datname="gepvi_health_db",query="pg_seq"} 176774 pg_exporter_query_scrape_hit_count{datname="gepvi_health_db",query="pg_subrel"} 176775 pg_exporter_query_scrape_hit_count{datname="gepvi_health_db",query="pg_table"} 176776 pg_exporter_query_scrape_hit_count{datname="gepvi_health_db",query="pg_table_bloat"} 419379 pg_exporter_query_scrape_hit_count{datname="gepvi_health_db",query="pg_table_size"} 419379 pg_exporter_query_scrape_hit_count{datname="gepvi_users_db",query="pg_defpart"} 368044 pg_exporter_query_scrape_hit_count{datname="gepvi_users_db",query="pg_func"} 177083 pg_exporter_query_scrape_hit_count{datname="gepvi_users_db",query="pg_index"} 177089 pg_exporter_query_scrape_hit_count{datname="gepvi_users_db",query="pg_index_bloat"} 419379 pg_exporter_query_scrape_hit_count{datname="gepvi_users_db",query="pg_pubrel"} 177087 pg_exporter_query_scrape_hit_count{datname="gepvi_users_db",query="pg_relkind"} 368044 pg_exporter_query_scrape_hit_count{datname="gepvi_users_db",query="pg_seq"} 177083 pg_exporter_query_scrape_hit_count{datname="gepvi_users_db",query="pg_subrel"} 177083 pg_exporter_query_scrape_hit_count{datname="gepvi_users_db",query="pg_table"} 177089 pg_exporter_query_scrape_hit_count{datname="gepvi_users_db",query="pg_table_bloat"} 419379 pg_exporter_query_scrape_hit_count{datname="gepvi_users_db",query="pg_table_size"} 419379 pg_exporter_query_scrape_hit_count{datname="omniword",query="pg_defpart"} 368042 pg_exporter_query_scrape_hit_count{datname="omniword",query="pg_func"} 176913 pg_exporter_query_scrape_hit_count{datname="omniword",query="pg_index"} 176917 pg_exporter_query_scrape_hit_count{datname="omniword",query="pg_index_bloat"} 419377 pg_exporter_query_scrape_hit_count{datname="omniword",query="pg_pubrel"} 176915 pg_exporter_query_scrape_hit_count{datname="omniword",query="pg_relkind"} 368042 pg_exporter_query_scrape_hit_count{datname="omniword",query="pg_seq"} 176917 pg_exporter_query_scrape_hit_count{datname="omniword",query="pg_subrel"} 176906 pg_exporter_query_scrape_hit_count{datname="omniword",query="pg_table"} 176917 pg_exporter_query_scrape_hit_count{datname="omniword",query="pg_table_bloat"} 419377 pg_exporter_query_scrape_hit_count{datname="omniword",query="pg_table_size"} 419377 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg"} 3 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_activity"} 159384 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_archiver"} 367665 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_backend"} 159389 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_backup"} 159390 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_bgwriter"} 159390 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_checkpoint"} 367659 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_checkpointer"} 159391 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_clustering"} 159389 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_db"} 159365 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_defpart"} 367665 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_downstream"} 159386 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_func"} 159369 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_heartbeat"} 159384 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_index"} 159391 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_index_bloat"} 419361 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_indexing"} 159391 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_io"} 3 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_lock"} 159386 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_meta"} 159390 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_pubrel"} 159391 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_query"} 159391 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_relkind"} 367665 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_repl"} 159389 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_seq"} 159389 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_setting"} 159388 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_size"} 367665 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_slot"} 159387 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_slru"} 367665 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_ssl"} 159389 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_sub"} 159391 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_subrel"} 159391 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_sync_standby"} 159386 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_table"} 159391 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_table_bloat"} 419361 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_table_size"} 419361 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_timeline"} 159391 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_vacuuming"} 159390 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_wait"} 159391 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_wal"} 159386 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_xact"} 159355 # 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"} 6 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"} 14 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"} 12 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"} 6 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"} 6 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"} 6 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"} 6 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"} 9 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"} 7 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"} 433540 pg_exporter_query_scrape_total_count{datname="gepvi_eat_db",query="pg_func"} 433540 pg_exporter_query_scrape_total_count{datname="gepvi_eat_db",query="pg_index"} 433540 pg_exporter_query_scrape_total_count{datname="gepvi_eat_db",query="pg_index_bloat"} 433540 pg_exporter_query_scrape_total_count{datname="gepvi_eat_db",query="pg_pubrel"} 433540 pg_exporter_query_scrape_total_count{datname="gepvi_eat_db",query="pg_relkind"} 433540 pg_exporter_query_scrape_total_count{datname="gepvi_eat_db",query="pg_seq"} 433540 pg_exporter_query_scrape_total_count{datname="gepvi_eat_db",query="pg_subrel"} 433540 pg_exporter_query_scrape_total_count{datname="gepvi_eat_db",query="pg_table"} 433540 pg_exporter_query_scrape_total_count{datname="gepvi_eat_db",query="pg_table_bloat"} 433540 pg_exporter_query_scrape_total_count{datname="gepvi_eat_db",query="pg_table_size"} 433540 pg_exporter_query_scrape_total_count{datname="gepvi_fin_db",query="pg_defpart"} 433536 pg_exporter_query_scrape_total_count{datname="gepvi_fin_db",query="pg_func"} 433536 pg_exporter_query_scrape_total_count{datname="gepvi_fin_db",query="pg_index"} 433536 pg_exporter_query_scrape_total_count{datname="gepvi_fin_db",query="pg_index_bloat"} 433536 pg_exporter_query_scrape_total_count{datname="gepvi_fin_db",query="pg_pubrel"} 433536 pg_exporter_query_scrape_total_count{datname="gepvi_fin_db",query="pg_relkind"} 433536 pg_exporter_query_scrape_total_count{datname="gepvi_fin_db",query="pg_seq"} 433536 pg_exporter_query_scrape_total_count{datname="gepvi_fin_db",query="pg_subrel"} 433536 pg_exporter_query_scrape_total_count{datname="gepvi_fin_db",query="pg_table"} 433536 pg_exporter_query_scrape_total_count{datname="gepvi_fin_db",query="pg_table_bloat"} 433536 pg_exporter_query_scrape_total_count{datname="gepvi_fin_db",query="pg_table_size"} 433536 pg_exporter_query_scrape_total_count{datname="gepvi_health_db",query="pg_defpart"} 433539 pg_exporter_query_scrape_total_count{datname="gepvi_health_db",query="pg_func"} 433539 pg_exporter_query_scrape_total_count{datname="gepvi_health_db",query="pg_index"} 433539 pg_exporter_query_scrape_total_count{datname="gepvi_health_db",query="pg_index_bloat"} 433539 pg_exporter_query_scrape_total_count{datname="gepvi_health_db",query="pg_pubrel"} 433539 pg_exporter_query_scrape_total_count{datname="gepvi_health_db",query="pg_relkind"} 433539 pg_exporter_query_scrape_total_count{datname="gepvi_health_db",query="pg_seq"} 433539 pg_exporter_query_scrape_total_count{datname="gepvi_health_db",query="pg_subrel"} 433539 pg_exporter_query_scrape_total_count{datname="gepvi_health_db",query="pg_table"} 433539 pg_exporter_query_scrape_total_count{datname="gepvi_health_db",query="pg_table_bloat"} 433539 pg_exporter_query_scrape_total_count{datname="gepvi_health_db",query="pg_table_size"} 433539 pg_exporter_query_scrape_total_count{datname="gepvi_users_db",query="pg_defpart"} 433538 pg_exporter_query_scrape_total_count{datname="gepvi_users_db",query="pg_func"} 433538 pg_exporter_query_scrape_total_count{datname="gepvi_users_db",query="pg_index"} 433538 pg_exporter_query_scrape_total_count{datname="gepvi_users_db",query="pg_index_bloat"} 433538 pg_exporter_query_scrape_total_count{datname="gepvi_users_db",query="pg_pubrel"} 433538 pg_exporter_query_scrape_total_count{datname="gepvi_users_db",query="pg_relkind"} 433538 pg_exporter_query_scrape_total_count{datname="gepvi_users_db",query="pg_seq"} 433538 pg_exporter_query_scrape_total_count{datname="gepvi_users_db",query="pg_subrel"} 433538 pg_exporter_query_scrape_total_count{datname="gepvi_users_db",query="pg_table"} 433538 pg_exporter_query_scrape_total_count{datname="gepvi_users_db",query="pg_table_bloat"} 433538 pg_exporter_query_scrape_total_count{datname="gepvi_users_db",query="pg_table_size"} 433538 pg_exporter_query_scrape_total_count{datname="omniword",query="pg_defpart"} 433539 pg_exporter_query_scrape_total_count{datname="omniword",query="pg_func"} 433539 pg_exporter_query_scrape_total_count{datname="omniword",query="pg_index"} 433539 pg_exporter_query_scrape_total_count{datname="omniword",query="pg_index_bloat"} 433539 pg_exporter_query_scrape_total_count{datname="omniword",query="pg_pubrel"} 433539 pg_exporter_query_scrape_total_count{datname="omniword",query="pg_relkind"} 433539 pg_exporter_query_scrape_total_count{datname="omniword",query="pg_seq"} 433539 pg_exporter_query_scrape_total_count{datname="omniword",query="pg_subrel"} 433539 pg_exporter_query_scrape_total_count{datname="omniword",query="pg_table"} 433539 pg_exporter_query_scrape_total_count{datname="omniword",query="pg_table_bloat"} 433539 pg_exporter_query_scrape_total_count{datname="omniword",query="pg_table_size"} 433539 pg_exporter_query_scrape_total_count{datname="postgres",query="pg"} 433541 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_activity"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_archiver"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_backend"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_backup"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_bgwriter"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_checkpoint"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_checkpointer"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_clustering"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_db"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_defpart"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_downstream"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_func"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_heartbeat"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_index"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_index_bloat"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_indexing"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_io"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_lock"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_meta"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_pubrel"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_query"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_relkind"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_repl"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_seq"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_setting"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_size"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_slot"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_slru"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_ssl"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_sub"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_subrel"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_sync_standby"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_table"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_table_bloat"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_table_size"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_timeline"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_vacuuming"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_wait"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_wal"} 433540 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_xact"} 433540 # HELP pg_exporter_scrape_duration seconds exporter spending on scraping # TYPE pg_exporter_scrape_duration gauge pg_exporter_scrape_duration 0.108530756 # 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 1 # HELP pg_exporter_scrape_total_count times exporter was scraped for metrics # TYPE pg_exporter_scrape_total_count counter pg_exporter_scrape_total_count 433541 # 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.002151489 pg_exporter_server_scrape_duration{datname="gepvi_fin_db"} 0.002045989 pg_exporter_server_scrape_duration{datname="gepvi_health_db"} 0.002344191 pg_exporter_server_scrape_duration{datname="gepvi_reports_db"} 0.09064394 pg_exporter_server_scrape_duration{datname="gepvi_users_db"} 0.001947581 pg_exporter_server_scrape_duration{datname="omniword"} 0.002206326 pg_exporter_server_scrape_duration{datname="postgres"} 0.007022262 # 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"} 1 pg_exporter_server_scrape_error_count{datname="gepvi_fin_db"} 5 pg_exporter_server_scrape_error_count{datname="gepvi_health_db"} 2 pg_exporter_server_scrape_error_count{datname="gepvi_reports_db"} 433541 pg_exporter_server_scrape_error_count{datname="gepvi_users_db"} 3 pg_exporter_server_scrape_error_count{datname="omniword"} 2 pg_exporter_server_scrape_error_count{datname="postgres"} 1 # 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"} 433541 pg_exporter_server_scrape_total_count{datname="gepvi_fin_db"} 433541 pg_exporter_server_scrape_total_count{datname="gepvi_health_db"} 433541 pg_exporter_server_scrape_total_count{datname="gepvi_reports_db"} 433541 pg_exporter_server_scrape_total_count{datname="gepvi_users_db"} 433541 pg_exporter_server_scrape_total_count{datname="omniword"} 433541 pg_exporter_server_scrape_total_count{datname="postgres"} 433541 # 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"} 29418.091719531265 pg_exporter_server_scrape_total_seconds{datname="gepvi_fin_db"} 25112.820403870333 pg_exporter_server_scrape_total_seconds{datname="gepvi_health_db"} 16672.636443480325 pg_exporter_server_scrape_total_seconds{datname="gepvi_reports_db"} 11181.209886152317 pg_exporter_server_scrape_total_seconds{datname="gepvi_users_db"} 20390.21137736948 pg_exporter_server_scrape_total_seconds{datname="omniword"} 22324.68591269299 pg_exporter_server_scrape_total_seconds{datname="postgres"} 57016.88127901016 # 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 4.335314120950411e+06 # HELP pg_flush_lsn primary only # TYPE pg_flush_lsn counter pg_flush_lsn 7.683964928e+10 # 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"} 14183 pg_func_calls{datname="gepvi_eat_db",funcname="monitor.pg_table_bloat"} 14183 pg_func_calls{datname="gepvi_fin_db",funcname="monitor.pg_index_bloat"} 14183 pg_func_calls{datname="gepvi_fin_db",funcname="monitor.pg_table_bloat"} 14183 pg_func_calls{datname="gepvi_health_db",funcname="monitor.pg_index_bloat"} 14183 pg_func_calls{datname="gepvi_health_db",funcname="monitor.pg_table_bloat"} 14183 pg_func_calls{datname="gepvi_users_db",funcname="monitor.pg_index_bloat"} 14182 pg_func_calls{datname="gepvi_users_db",funcname="monitor.pg_table_bloat"} 14182 pg_func_calls{datname="omniword",funcname="monitor.pg_index_bloat"} 14185 pg_func_calls{datname="omniword",funcname="monitor.pg_table_bloat"} 14185 pg_func_calls{datname="postgres",funcname="monitor.pg_index_bloat"} 14201 pg_func_calls{datname="postgres",funcname="monitor.pg_stat_statements"} 274574 pg_func_calls{datname="postgres",funcname="monitor.pg_table_bloat"} 14201 # 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"} 2752.288161 pg_func_self_time{datname="gepvi_eat_db",funcname="monitor.pg_table_bloat"} 1173.380554 pg_func_self_time{datname="gepvi_fin_db",funcname="monitor.pg_index_bloat"} 2438.131167 pg_func_self_time{datname="gepvi_fin_db",funcname="monitor.pg_table_bloat"} 1219.025595 pg_func_self_time{datname="gepvi_health_db",funcname="monitor.pg_index_bloat"} 1862.235042 pg_func_self_time{datname="gepvi_health_db",funcname="monitor.pg_table_bloat"} 869.052553 pg_func_self_time{datname="gepvi_users_db",funcname="monitor.pg_index_bloat"} 1955.1321189999999 pg_func_self_time{datname="gepvi_users_db",funcname="monitor.pg_table_bloat"} 847.4929420000001 pg_func_self_time{datname="omniword",funcname="monitor.pg_index_bloat"} 2034.7737250000002 pg_func_self_time{datname="omniword",funcname="monitor.pg_table_bloat"} 873.089759 pg_func_self_time{datname="postgres",funcname="monitor.pg_index_bloat"} 97.065527 pg_func_self_time{datname="postgres",funcname="monitor.pg_stat_statements"} 141.810081 pg_func_self_time{datname="postgres",funcname="monitor.pg_table_bloat"} 72.610534 # 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"} 2752.288161 pg_func_total_time{datname="gepvi_eat_db",funcname="monitor.pg_table_bloat"} 1173.380554 pg_func_total_time{datname="gepvi_fin_db",funcname="monitor.pg_index_bloat"} 2438.131167 pg_func_total_time{datname="gepvi_fin_db",funcname="monitor.pg_table_bloat"} 1219.025595 pg_func_total_time{datname="gepvi_health_db",funcname="monitor.pg_index_bloat"} 1862.235042 pg_func_total_time{datname="gepvi_health_db",funcname="monitor.pg_table_bloat"} 869.052553 pg_func_total_time{datname="gepvi_users_db",funcname="monitor.pg_index_bloat"} 1955.1321189999999 pg_func_total_time{datname="gepvi_users_db",funcname="monitor.pg_table_bloat"} 847.4929420000001 pg_func_total_time{datname="omniword",funcname="monitor.pg_index_bloat"} 2034.7737250000002 pg_func_total_time{datname="omniword",funcname="monitor.pg_table_bloat"} 873.089759 pg_func_total_time{datname="postgres",funcname="monitor.pg_index_bloat"} 97.065527 pg_func_total_time{datname="postgres",funcname="monitor.pg_stat_statements"} 141.810081 pg_func_total_time{datname="postgres",funcname="monitor.pg_table_bloat"} 72.610534 # 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.5381978452497551 pg_index_bloat_ratio{datname="gepvi_eat_db",relname="gepvi_eat.idx_meals_user_created"} 0.6121965049744833 pg_index_bloat_ratio{datname="gepvi_eat_db",relname="gepvi_eat.meals_pkey"} 0.18130373272390907 pg_index_bloat_ratio{datname="gepvi_eat_db",relname="gepvi_eat.notifications_pkey"} 0.3606758080313418 pg_index_bloat_ratio{datname="gepvi_eat_db",relname="gepvi_eat.reports_pkey"} 0.5110675808031342 pg_index_bloat_ratio{datname="gepvi_eat_db",relname="gepvi_eat.users_pkey"} 0.2806072477962782 pg_index_bloat_ratio{datname="gepvi_eat_db",relname="gepvi_eat.weight_history_pkey"} 0.3971596474045054 pg_index_bloat_ratio{datname="gepvi_fin_db",relname="gepvi_fin.balance_history_pkey"} 0.1589128305582762 pg_index_bloat_ratio{datname="gepvi_fin_db",relname="gepvi_fin.balances_pkey"} 0.46229187071498534 pg_index_bloat_ratio{datname="gepvi_fin_db",relname="gepvi_fin.categories_pkey"} 0.4331537708129285 pg_index_bloat_ratio{datname="gepvi_fin_db",relname="gepvi_fin.currencies_pkey"} 0.2894221351616063 pg_index_bloat_ratio{datname="gepvi_fin_db",relname="gepvi_fin.idx_balance_history_balance_id_created_at"} 0.2563663075416258 pg_index_bloat_ratio{datname="gepvi_fin_db",relname="gepvi_fin.pk_exchange_rates_date_code"} 0.10913589193412325 pg_index_bloat_ratio{datname="gepvi_fin_db",relname="gepvi_fin.transactions_pkey"} 0.16149325698787015 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.6236532810969638 pg_index_bloat_ratio{datname="omniword",relname="omniword.user_words_pkey"} 0.5483839373163566 pg_index_bloat_ratio{datname="omniword",relname="omniword.words_pkey"} 0.5291870714985308 # 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"} 311296 pg_index_bloat_size{datname="gepvi_eat_db",relname="gepvi_eat.meals_pkey"} 147456 pg_index_bloat_size{datname="gepvi_eat_db",relname="gepvi_eat.notifications_pkey"} 32768 pg_index_bloat_size{datname="gepvi_eat_db",relname="gepvi_eat.reports_pkey"} 40960 pg_index_bloat_size{datname="gepvi_eat_db",relname="gepvi_eat.users_pkey"} 16384 pg_index_bloat_size{datname="gepvi_eat_db",relname="gepvi_eat.weight_history_pkey"} 16384 pg_index_bloat_size{datname="gepvi_fin_db",relname="gepvi_fin.balance_history_pkey"} 16384 pg_index_bloat_size{datname="gepvi_fin_db",relname="gepvi_fin.balances_pkey"} 16384 pg_index_bloat_size{datname="gepvi_fin_db",relname="gepvi_fin.categories_pkey"} 16384 pg_index_bloat_size{datname="gepvi_fin_db",relname="gepvi_fin.currencies_pkey"} 16384 pg_index_bloat_size{datname="gepvi_fin_db",relname="gepvi_fin.idx_balance_history_balance_id_created_at"} 16384 pg_index_bloat_size{datname="gepvi_fin_db",relname="gepvi_fin.pk_exchange_rates_date_code"} 1.417216e+06 pg_index_bloat_size{datname="gepvi_fin_db",relname="gepvi_fin.transactions_pkey"} 212992 pg_index_bloat_size{datname="gepvi_users_db",relname="gepvi_users.users_pkey"} 16384 pg_index_bloat_size{datname="omniword",relname="omniword.training_sessions_pkey"} 16384 pg_index_bloat_size{datname="omniword",relname="omniword.uq_user_words_user_word"} 49152 pg_index_bloat_size{datname="omniword",relname="omniword.user_words_pkey"} 40960 pg_index_bloat_size{datname="omniword",relname="omniword.words_pkey"} 40960 # HELP pg_index_idx_blks_hit Number of buffer hits in this index # TYPE pg_index_idx_blks_hit counter pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.ai_requests_daily_pkey",relid="19851",relname="gepvi_eat.ai_requests_daily"} 6088 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_created_at",relid="19859",relname="gepvi_eat.meals"} 34562 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_created",relid="19860",relname="gepvi_eat.meals"} 37290 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_id",relid="19861",relname="gepvi_eat.meals"} 10933 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_notifications_in_progress_updated_at",relid="21047",relname="gepvi_eat.notifications"} 82651 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_notifications_status_sender_method",relid="21046",relname="gepvi_eat.notifications"} 865685 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_reports_user_id",relid="21020",relname="gepvi_eat.reports"} 11298 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_symptoms_logged_at",relid="20996",relname="gepvi_eat.symptoms"} 414 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_symptoms_user_id",relid="20995",relname="gepvi_eat.symptoms"} 414 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_symptoms_user_logged",relid="20997",relname="gepvi_eat.symptoms"} 5396 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_user_goals_user_id",relid="19862",relname="gepvi_eat.user_goals"} 944 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_created_at",relid="20941",relname="gepvi_eat.users"} 14765 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_next_report_time",relid="20943",relname="gepvi_eat.users"} 60016 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_subscription_expires_at",relid="20942",relname="gepvi_eat.users"} 14756 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_telegram_user_id",relid="20940",relname="gepvi_eat.users"} 29427 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_weight_history_created_at",relid="20957",relname="gepvi_eat.weight_history"} 107 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.idx_weight_history_user_id",relid="20956",relname="gepvi_eat.weight_history"} 107 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.meals_pkey",relid="19853",relname="gepvi_eat.meals"} 34992 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.notifications_pkey",relid="21039",relname="gepvi_eat.notifications"} 3.054783e+06 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.reports_pkey",relid="21018",relname="gepvi_eat.reports"} 4135 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.symptoms_pkey",relid="20993",relname="gepvi_eat.symptoms"} 445 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.user_goals_pkey",relid="19855",relname="gepvi_eat.user_goals"} 990 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.users_pkey",relid="20936",relname="gepvi_eat.users"} 29009 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.users_telegram_user_id_key",relid="20938",relname="gepvi_eat.users"} 17741 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="gepvi_eat.weight_history_pkey",relid="20954",relname="gepvi_eat.weight_history"} 107 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"} 8670 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="payments.idx_webhooks_unprocessed",relid="29021",relname="payments.webhooks"} 801726 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"} 8678 pg_index_idx_blks_hit{datname="gepvi_eat_db",idxname="public.alembic_version_pkc",relid="19857",relname="public.alembic_version"} 64 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.balance_history_pkey",relid="19978",relname="gepvi_fin.balance_history"} 94 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.balances_pkey",relid="19980",relname="gepvi_fin.balances"} 47 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.budgets_pkey",relid="19982",relname="gepvi_fin.budgets"} 123 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.categories_pkey",relid="19984",relname="gepvi_fin.categories"} 1765 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.currencies_pkey",relid="19986",relname="gepvi_fin.currencies"} 22 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balance_history_balance_id",relid="19998",relname="gepvi_fin.balance_history"} 94 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"} 191 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_budget_id",relid="20000",relname="gepvi_fin.balances"} 47 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_created_at",relid="20001",relname="gepvi_fin.balances"} 47 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_priority",relid="20002",relname="gepvi_fin.balances"} 47 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_budgets_created_at",relid="20003",relname="gepvi_fin.budgets"} 123 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_budgets_owner_id",relid="20004",relname="gepvi_fin.budgets"} 123 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_categories_budget_id",relid="20005",relname="gepvi_fin.categories"} 107 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_categories_created_at",relid="20006",relname="gepvi_fin.categories"} 107 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_categories_priority",relid="20007",relname="gepvi_fin.categories"} 107 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_currencies_created_at",relid="20008",relname="gepvi_fin.currencies"} 21 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_currencies_priority",relid="20009",relname="gepvi_fin.currencies"} 21 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_budget_id",relid="20010",relname="gepvi_fin.transactions"} 625 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_category_id",relid="20011",relname="gepvi_fin.transactions"} 1229 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_created_at",relid="20012",relname="gepvi_fin.transactions"} 626 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_date",relid="20013",relname="gepvi_fin.transactions"} 4448 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_users_created_at",relid="20014",relname="gepvi_fin.users"} 125 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.idx_users_email",relid="20015",relname="gepvi_fin.users"} 125 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"} 125 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.pk_exchange_rates_date_code",relid="19988",relname="gepvi_fin.exchange_rates"} 21381 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.transactions_pkey",relid="19990",relname="gepvi_fin.transactions"} 1362 pg_index_idx_blks_hit{datname="gepvi_fin_db",idxname="gepvi_fin.users_pkey",relid="19992",relname="gepvi_fin.users"} 125 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"} 147 pg_index_idx_blks_hit{datname="omniword",idxname="omniword.idx_user_words_next_review",relid="20302",relname="omniword.user_words"} 492 pg_index_idx_blks_hit{datname="omniword",idxname="omniword.idx_user_words_user_id",relid="20303",relname="omniword.user_words"} 842 pg_index_idx_blks_hit{datname="omniword",idxname="omniword.idx_users_created_at",relid="20304",relname="omniword.users"} 205 pg_index_idx_blks_hit{datname="omniword",idxname="omniword.idx_users_subscription_expires_at",relid="20305",relname="omniword.users"} 205 pg_index_idx_blks_hit{datname="omniword",idxname="omniword.idx_users_telegram_user_id",relid="20306",relname="omniword.users"} 205 pg_index_idx_blks_hit{datname="omniword",idxname="omniword.idx_words_word",relid="20307",relname="omniword.words"} 893 pg_index_idx_blks_hit{datname="omniword",idxname="omniword.training_sessions_pkey",relid="20289",relname="omniword.training_sessions"} 147 pg_index_idx_blks_hit{datname="omniword",idxname="omniword.uq_user_words_user_word",relid="20291",relname="omniword.user_words"} 820 pg_index_idx_blks_hit{datname="omniword",idxname="omniword.user_words_pkey",relid="20293",relname="omniword.user_words"} 1639 pg_index_idx_blks_hit{datname="omniword",idxname="omniword.users_pkey",relid="20295",relname="omniword.users"} 205 pg_index_idx_blks_hit{datname="omniword",idxname="omniword.words_pkey",relid="20297",relname="omniword.words"} 3148 pg_index_idx_blks_hit{datname="omniword",idxname="public.alembic_version_pkc",relid="20299",relname="public.alembic_version"} 3 # 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"} 4 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_created_at",relid="19859",relname="gepvi_eat.meals"} 17 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_created",relid="19860",relname="gepvi_eat.meals"} 27 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_id",relid="19861",relname="gepvi_eat.meals"} 9 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_notifications_in_progress_updated_at",relid="21047",relname="gepvi_eat.notifications"} 4 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_notifications_status_sender_method",relid="21046",relname="gepvi_eat.notifications"} 4 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_reports_user_id",relid="21020",relname="gepvi_eat.reports"} 4 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_symptoms_logged_at",relid="20996",relname="gepvi_eat.symptoms"} 2 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_symptoms_user_id",relid="20995",relname="gepvi_eat.symptoms"} 2 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_symptoms_user_logged",relid="20997",relname="gepvi_eat.symptoms"} 2 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_user_goals_user_id",relid="19862",relname="gepvi_eat.user_goals"} 3 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_created_at",relid="20941",relname="gepvi_eat.users"} 3 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_next_report_time",relid="20943",relname="gepvi_eat.users"} 3 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_subscription_expires_at",relid="20942",relname="gepvi_eat.users"} 3 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_telegram_user_id",relid="20940",relname="gepvi_eat.users"} 3 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_weight_history_created_at",relid="20957",relname="gepvi_eat.weight_history"} 2 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_weight_history_user_id",relid="20956",relname="gepvi_eat.weight_history"} 2 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.meals_pkey",relid="19853",relname="gepvi_eat.meals"} 16 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.notifications_pkey",relid="21039",relname="gepvi_eat.notifications"} 4 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.reports_pkey",relid="21018",relname="gepvi_eat.reports"} 3 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.symptoms_pkey",relid="20993",relname="gepvi_eat.symptoms"} 2 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.user_goals_pkey",relid="19855",relname="gepvi_eat.user_goals"} 3 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.users_pkey",relid="20936",relname="gepvi_eat.users"} 3 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.users_telegram_user_id_key",relid="20938",relname="gepvi_eat.users"} 3 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="gepvi_eat.weight_history_pkey",relid="20954",relname="gepvi_eat.weight_history"} 2 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"} 1 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="payments.idx_webhooks_unprocessed",relid="29021",relname="payments.webhooks"} 2 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"} 1 pg_index_idx_blks_read{datname="gepvi_eat_db",idxname="public.alembic_version_pkc",relid="19857",relname="public.alembic_version"} 2 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.balance_history_pkey",relid="19978",relname="gepvi_fin.balance_history"} 2 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.balances_pkey",relid="19980",relname="gepvi_fin.balances"} 2 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.budgets_pkey",relid="19982",relname="gepvi_fin.budgets"} 1 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.categories_pkey",relid="19984",relname="gepvi_fin.categories"} 2 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.currencies_pkey",relid="19986",relname="gepvi_fin.currencies"} 2 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balance_history_balance_id",relid="19998",relname="gepvi_fin.balance_history"} 2 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"} 2 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_budget_id",relid="20000",relname="gepvi_fin.balances"} 2 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_created_at",relid="20001",relname="gepvi_fin.balances"} 2 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_priority",relid="20002",relname="gepvi_fin.balances"} 2 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_budgets_created_at",relid="20003",relname="gepvi_fin.budgets"} 1 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_budgets_owner_id",relid="20004",relname="gepvi_fin.budgets"} 1 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_categories_budget_id",relid="20005",relname="gepvi_fin.categories"} 1 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_categories_created_at",relid="20006",relname="gepvi_fin.categories"} 1 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_categories_priority",relid="20007",relname="gepvi_fin.categories"} 1 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_currencies_created_at",relid="20008",relname="gepvi_fin.currencies"} 1 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_currencies_priority",relid="20009",relname="gepvi_fin.currencies"} 1 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_budget_id",relid="20010",relname="gepvi_fin.transactions"} 3 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_category_id",relid="20011",relname="gepvi_fin.transactions"} 7 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_created_at",relid="20012",relname="gepvi_fin.transactions"} 3 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_date",relid="20013",relname="gepvi_fin.transactions"} 6 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_users_created_at",relid="20014",relname="gepvi_fin.users"} 1 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_users_email",relid="20015",relname="gepvi_fin.users"} 1 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"} 1 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.pk_exchange_rates_date_code",relid="19988",relname="gepvi_fin.exchange_rates"} 8 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.transactions_pkey",relid="19990",relname="gepvi_fin.transactions"} 25 pg_index_idx_blks_read{datname="gepvi_fin_db",idxname="gepvi_fin.users_pkey",relid="19992",relname="gepvi_fin.users"} 1 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"} 2 pg_index_idx_blks_read{datname="omniword",idxname="omniword.idx_user_words_next_review",relid="20302",relname="omniword.user_words"} 2 pg_index_idx_blks_read{datname="omniword",idxname="omniword.idx_user_words_user_id",relid="20303",relname="omniword.user_words"} 2 pg_index_idx_blks_read{datname="omniword",idxname="omniword.idx_users_created_at",relid="20304",relname="omniword.users"} 1 pg_index_idx_blks_read{datname="omniword",idxname="omniword.idx_users_subscription_expires_at",relid="20305",relname="omniword.users"} 1 pg_index_idx_blks_read{datname="omniword",idxname="omniword.idx_users_telegram_user_id",relid="20306",relname="omniword.users"} 1 pg_index_idx_blks_read{datname="omniword",idxname="omniword.idx_words_word",relid="20307",relname="omniword.words"} 2 pg_index_idx_blks_read{datname="omniword",idxname="omniword.training_sessions_pkey",relid="20289",relname="omniword.training_sessions"} 2 pg_index_idx_blks_read{datname="omniword",idxname="omniword.uq_user_words_user_word",relid="20291",relname="omniword.user_words"} 2 pg_index_idx_blks_read{datname="omniword",idxname="omniword.user_words_pkey",relid="20293",relname="omniword.user_words"} 2 pg_index_idx_blks_read{datname="omniword",idxname="omniword.users_pkey",relid="20295",relname="omniword.users"} 1 pg_index_idx_blks_read{datname="omniword",idxname="omniword.words_pkey",relid="20297",relname="omniword.words"} 2 pg_index_idx_blks_read{datname="omniword",idxname="public.alembic_version_pkc",relid="20299",relname="public.alembic_version"} 1 # 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"} 2271 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_created_at",relid="19859",relname="gepvi_eat.meals"} 13232 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_created",relid="19860",relname="gepvi_eat.meals"} 14605 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_id",relid="19861",relname="gepvi_eat.meals"} 1629 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.idx_notifications_in_progress_updated_at",relid="21047",relname="gepvi_eat.notifications"} 72416 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.idx_notifications_status_sender_method",relid="21046",relname="gepvi_eat.notifications"} 854666 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.idx_reports_user_id",relid="21020",relname="gepvi_eat.reports"} 9972 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"} 4982 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"} 45257 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"} 7045 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"} 13119 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.notifications_pkey",relid="21039",relname="gepvi_eat.notifications"} 1.728663e+06 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.reports_pkey",relid="21018",relname="gepvi_eat.reports"} 990 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"} 46 pg_index_idx_scan{datname="gepvi_eat_db",idxname="gepvi_eat.users_pkey",relid="20936",relname="gepvi_eat.users"} 13860 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"} 793075 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"} 1659 pg_index_idx_scan{datname="gepvi_fin_db",idxname="gepvi_fin.currencies_pkey",relid="19986",relname="gepvi_fin.currencies"} 2 pg_index_idx_scan{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balance_history_balance_id",relid="19998",relname="gepvi_fin.balance_history"} 0 pg_index_idx_scan{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balance_history_balance_id_created_at",relid="19999",relname="gepvi_fin.balance_history"} 97 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"} 0 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"} 304 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"} 1879 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"} 1299 pg_index_idx_scan{datname="gepvi_fin_db",idxname="gepvi_fin.transactions_pkey",relid="19990",relname="gepvi_fin.transactions"} 374 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"} 175 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"} 303 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"} 12 pg_index_idx_scan{datname="omniword",idxname="omniword.user_words_pkey",relid="20293",relname="omniword.user_words"} 708 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"} 1940 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"} 2144 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_created_at",relid="19859",relname="gepvi_eat.meals"} 140170 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_created",relid="19860",relname="gepvi_eat.meals"} 30812 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_id",relid="19861",relname="gepvi_eat.meals"} 614 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"} 356 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.idx_reports_user_id",relid="21020",relname="gepvi_eat.reports"} 6844 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"} 186 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"} 40743 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"} 6967 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"} 13119 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.notifications_pkey",relid="21039",relname="gepvi_eat.notifications"} 913618 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.reports_pkey",relid="21018",relname="gepvi_eat.reports"} 978 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"} 3 pg_index_idx_tup_fetch{datname="gepvi_eat_db",idxname="gepvi_eat.users_pkey",relid="20936",relname="gepvi_eat.users"} 13860 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"} 1311 pg_index_idx_tup_fetch{datname="gepvi_fin_db",idxname="gepvi_fin.currencies_pkey",relid="19986",relname="gepvi_fin.currencies"} 2 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"} 14572 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"} 0 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"} 2793 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"} 1248 pg_index_idx_tup_fetch{datname="gepvi_fin_db",idxname="gepvi_fin.transactions_pkey",relid="19990",relname="gepvi_fin.transactions"} 374 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"} 42321 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"} 12 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"} 11 pg_index_idx_tup_fetch{datname="omniword",idxname="omniword.user_words_pkey",relid="20293",relname="omniword.user_words"} 708 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"} 752 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"} 2182 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_created_at",relid="19859",relname="gepvi_eat.meals"} 141266 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_created",relid="19860",relname="gepvi_eat.meals"} 32159 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_id",relid="19861",relname="gepvi_eat.meals"} 618 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_notifications_in_progress_updated_at",relid="21047",relname="gepvi_eat.notifications"} 343 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_notifications_status_sender_method",relid="21046",relname="gepvi_eat.notifications"} 727 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.idx_reports_user_id",relid="21020",relname="gepvi_eat.reports"} 73719 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"} 186 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"} 46134 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"} 7148 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"} 14201 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.notifications_pkey",relid="21039",relname="gepvi_eat.notifications"} 1.731601e+06 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.reports_pkey",relid="21018",relname="gepvi_eat.reports"} 1007 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"} 4 pg_index_idx_tup_read{datname="gepvi_eat_db",idxname="gepvi_eat.users_pkey",relid="20936",relname="gepvi_eat.users"} 14257 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"} 1659 pg_index_idx_tup_read{datname="gepvi_fin_db",idxname="gepvi_fin.currencies_pkey",relid="19986",relname="gepvi_fin.currencies"} 2 pg_index_idx_tup_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balance_history_balance_id",relid="19998",relname="gepvi_fin.balance_history"} 0 pg_index_idx_tup_read{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balance_history_balance_id_created_at",relid="19999",relname="gepvi_fin.balance_history"} 14572 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"} 0 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"} 30310 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"} 96332 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"} 1248 pg_index_idx_tup_read{datname="gepvi_fin_db",idxname="gepvi_fin.transactions_pkey",relid="19990",relname="gepvi_fin.transactions"} 385 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"} 44598 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"} 12 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"} 12 pg_index_idx_tup_read{datname="omniword",idxname="omniword.user_words_pkey",relid="20293",relname="omniword.user_words"} 718 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"} 1940 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"} 18 pg_index_relpages{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_created",relid="19860",relname="gepvi_eat.meals"} 38 pg_index_relpages{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_id",relid="19861",relname="gepvi_eat.meals"} 10 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"} 18 pg_index_relpages{datname="gepvi_eat_db",idxname="gepvi_eat.notifications_pkey",relid="21039",relname="gepvi_eat.notifications"} 4 pg_index_relpages{datname="gepvi_eat_db",idxname="gepvi_eat.reports_pkey",relid="21018",relname="gepvi_eat.reports"} 5 pg_index_relpages{datname="gepvi_eat_db",idxname="gepvi_eat.symptoms_pkey",relid="20993",relname="gepvi_eat.symptoms"} 1 pg_index_relpages{datname="gepvi_eat_db",idxname="gepvi_eat.user_goals_pkey",relid="19855",relname="gepvi_eat.user_goals"} 2 pg_index_relpages{datname="gepvi_eat_db",idxname="gepvi_eat.users_pkey",relid="20936",relname="gepvi_eat.users"} 2 pg_index_relpages{datname="gepvi_eat_db",idxname="gepvi_eat.users_telegram_user_id_key",relid="20938",relname="gepvi_eat.users"} 4 pg_index_relpages{datname="gepvi_eat_db",idxname="gepvi_eat.weight_history_pkey",relid="20954",relname="gepvi_eat.weight_history"} 2 pg_index_relpages{datname="gepvi_eat_db",idxname="payments.bepaid_products_pkey",relid="28999",relname="payments.bepaid_products"} 1 pg_index_relpages{datname="gepvi_eat_db",idxname="payments.idx_bepaid_products_client_plan",relid="29028",relname="payments.bepaid_products"} 2 pg_index_relpages{datname="gepvi_eat_db",idxname="payments.idx_payments_provider_transaction",relid="28975",relname="payments.payments"} 1 pg_index_relpages{datname="gepvi_eat_db",idxname="payments.idx_payments_user_id",relid="28976",relname="payments.payments"} 1 pg_index_relpages{datname="gepvi_eat_db",idxname="payments.idx_payments_webhook_id",relid="29027",relname="payments.payments"} 1 pg_index_relpages{datname="gepvi_eat_db",idxname="payments.idx_providers_provider_code",relid="28933",relname="payments.providers"} 1 pg_index_relpages{datname="gepvi_eat_db",idxname="payments.idx_providers_provider_key",relid="28934",relname="payments.providers"} 1 pg_index_relpages{datname="gepvi_eat_db",idxname="payments.idx_webhooks_provider_code",relid="28956",relname="payments.webhooks"} 1 pg_index_relpages{datname="gepvi_eat_db",idxname="payments.idx_webhooks_unprocessed",relid="29021",relname="payments.webhooks"} 2 pg_index_relpages{datname="gepvi_eat_db",idxname="payments.payments_pkey",relid="28973",relname="payments.payments"} 1 pg_index_relpages{datname="gepvi_eat_db",idxname="payments.providers_pkey",relid="28931",relname="payments.providers"} 1 pg_index_relpages{datname="gepvi_eat_db",idxname="payments.webhooks_pkey",relid="28949",relname="payments.webhooks"} 1 pg_index_relpages{datname="gepvi_eat_db",idxname="public.alembic_version_pkc",relid="19857",relname="public.alembic_version"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.balance_history_pkey",relid="19978",relname="gepvi_fin.balance_history"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.balances_pkey",relid="19980",relname="gepvi_fin.balances"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.budgets_pkey",relid="19982",relname="gepvi_fin.budgets"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.categories_pkey",relid="19984",relname="gepvi_fin.categories"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.currencies_pkey",relid="19986",relname="gepvi_fin.currencies"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balance_history_balance_id",relid="19998",relname="gepvi_fin.balance_history"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balance_history_balance_id_created_at",relid="19999",relname="gepvi_fin.balance_history"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_budget_id",relid="20000",relname="gepvi_fin.balances"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_created_at",relid="20001",relname="gepvi_fin.balances"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_priority",relid="20002",relname="gepvi_fin.balances"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.idx_budgets_created_at",relid="20003",relname="gepvi_fin.budgets"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.idx_budgets_owner_id",relid="20004",relname="gepvi_fin.budgets"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.idx_categories_budget_id",relid="20005",relname="gepvi_fin.categories"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.idx_categories_created_at",relid="20006",relname="gepvi_fin.categories"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.idx_categories_priority",relid="20007",relname="gepvi_fin.categories"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.idx_currencies_created_at",relid="20008",relname="gepvi_fin.currencies"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.idx_currencies_priority",relid="20009",relname="gepvi_fin.currencies"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_budget_id",relid="20010",relname="gepvi_fin.transactions"} 8 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_category_id",relid="20011",relname="gepvi_fin.transactions"} 8 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_created_at",relid="20012",relname="gepvi_fin.transactions"} 19 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"} 173 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.transactions_pkey",relid="19990",relname="gepvi_fin.transactions"} 26 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.users_pkey",relid="19992",relname="gepvi_fin.users"} 2 pg_index_relpages{datname="gepvi_fin_db",idxname="gepvi_fin.webhooks_pkey",relid="19994",relname="gepvi_fin.webhooks"} 1 pg_index_relpages{datname="gepvi_fin_db",idxname="public.alembic_version_pkc",relid="19996",relname="public.alembic_version"} 2 pg_index_relpages{datname="gepvi_users_db",idxname="gepvi_users.idx_users_created_at",relid="20212",relname="gepvi_users.users"} 2 pg_index_relpages{datname="gepvi_users_db",idxname="gepvi_users.idx_users_next_report_time",relid="20213",relname="gepvi_users.users"} 2 pg_index_relpages{datname="gepvi_users_db",idxname="gepvi_users.idx_users_subscription_expires_at",relid="20214",relname="gepvi_users.users"} 2 pg_index_relpages{datname="gepvi_users_db",idxname="gepvi_users.idx_users_telegram_user_id",relid="20215",relname="gepvi_users.users"} 2 pg_index_relpages{datname="gepvi_users_db",idxname="gepvi_users.idx_webhooks_created_at",relid="20216",relname="gepvi_users.webhooks"} 1 pg_index_relpages{datname="gepvi_users_db",idxname="gepvi_users.idx_weight_history_created_at",relid="20217",relname="gepvi_users.weight_history"} 2 pg_index_relpages{datname="gepvi_users_db",idxname="gepvi_users.idx_weight_history_user_id",relid="20218",relname="gepvi_users.weight_history"} 2 pg_index_relpages{datname="gepvi_users_db",idxname="gepvi_users.users_pkey",relid="20204",relname="gepvi_users.users"} 2 pg_index_relpages{datname="gepvi_users_db",idxname="gepvi_users.webhooks_pkey",relid="20206",relname="gepvi_users.webhooks"} 1 pg_index_relpages{datname="gepvi_users_db",idxname="gepvi_users.weight_history_pkey",relid="20208",relname="gepvi_users.weight_history"} 2 pg_index_relpages{datname="gepvi_users_db",idxname="public.alembic_version_pkc",relid="20210",relname="public.alembic_version"} 2 pg_index_relpages{datname="omniword",idxname="omniword.idx_training_sessions_user_id",relid="20301",relname="omniword.training_sessions"} 2 pg_index_relpages{datname="omniword",idxname="omniword.idx_user_words_next_review",relid="20302",relname="omniword.user_words"} 2 pg_index_relpages{datname="omniword",idxname="omniword.idx_user_words_user_id",relid="20303",relname="omniword.user_words"} 2 pg_index_relpages{datname="omniword",idxname="omniword.idx_users_created_at",relid="20304",relname="omniword.users"} 2 pg_index_relpages{datname="omniword",idxname="omniword.idx_users_subscription_expires_at",relid="20305",relname="omniword.users"} 2 pg_index_relpages{datname="omniword",idxname="omniword.idx_users_telegram_user_id",relid="20306",relname="omniword.users"} 2 pg_index_relpages{datname="omniword",idxname="omniword.idx_words_word",relid="20307",relname="omniword.words"} 5 pg_index_relpages{datname="omniword",idxname="omniword.training_sessions_pkey",relid="20289",relname="omniword.training_sessions"} 2 pg_index_relpages{datname="omniword",idxname="omniword.uq_user_words_user_word",relid="20291",relname="omniword.user_words"} 6 pg_index_relpages{datname="omniword",idxname="omniword.user_words_pkey",relid="20293",relname="omniword.user_words"} 5 pg_index_relpages{datname="omniword",idxname="omniword.users_pkey",relid="20295",relname="omniword.users"} 2 pg_index_relpages{datname="omniword",idxname="omniword.words_pkey",relid="20297",relname="omniword.words"} 5 pg_index_relpages{datname="omniword",idxname="public.alembic_version_pkc",relid="20299",relname="public.alembic_version"} 2 # HELP pg_index_reltuples Estimate relation tuples # TYPE pg_index_reltuples gauge pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.ai_requests_daily_pkey",relid="19851",relname="gepvi_eat.ai_requests_daily"} 297 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_created_at",relid="19859",relname="gepvi_eat.meals"} 5610 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_created",relid="19860",relname="gepvi_eat.meals"} 5610 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.idx_meals_user_id",relid="19861",relname="gepvi_eat.meals"} 5610 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"} 636 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.idx_reports_user_id",relid="21020",relname="gepvi_eat.reports"} 590 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"} 8 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_created_at",relid="20941",relname="gepvi_eat.users"} 128 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_next_report_time",relid="20943",relname="gepvi_eat.users"} 128 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_subscription_expires_at",relid="20942",relname="gepvi_eat.users"} 128 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.idx_users_telegram_user_id",relid="20940",relname="gepvi_eat.users"} 128 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"} 5610 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.notifications_pkey",relid="21039",relname="gepvi_eat.notifications"} 636 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.reports_pkey",relid="21018",relname="gepvi_eat.reports"} 590 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"} 8 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.users_pkey",relid="20936",relname="gepvi_eat.users"} 128 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.users_telegram_user_id_key",relid="20938",relname="gepvi_eat.users"} 128 pg_index_reltuples{datname="gepvi_eat_db",idxname="gepvi_eat.weight_history_pkey",relid="20954",relname="gepvi_eat.weight_history"} 84 pg_index_reltuples{datname="gepvi_eat_db",idxname="payments.bepaid_products_pkey",relid="28999",relname="payments.bepaid_products"} 0 pg_index_reltuples{datname="gepvi_eat_db",idxname="payments.idx_bepaid_products_client_plan",relid="29028",relname="payments.bepaid_products"} 1 pg_index_reltuples{datname="gepvi_eat_db",idxname="payments.idx_payments_provider_transaction",relid="28975",relname="payments.payments"} 0 pg_index_reltuples{datname="gepvi_eat_db",idxname="payments.idx_payments_user_id",relid="28976",relname="payments.payments"} 0 pg_index_reltuples{datname="gepvi_eat_db",idxname="payments.idx_payments_webhook_id",relid="29027",relname="payments.payments"} 0 pg_index_reltuples{datname="gepvi_eat_db",idxname="payments.idx_providers_provider_code",relid="28933",relname="payments.providers"} 0 pg_index_reltuples{datname="gepvi_eat_db",idxname="payments.idx_providers_provider_key",relid="28934",relname="payments.providers"} 0 pg_index_reltuples{datname="gepvi_eat_db",idxname="payments.idx_webhooks_provider_code",relid="28956",relname="payments.webhooks"} 0 pg_index_reltuples{datname="gepvi_eat_db",idxname="payments.idx_webhooks_unprocessed",relid="29021",relname="payments.webhooks"} 1 pg_index_reltuples{datname="gepvi_eat_db",idxname="payments.payments_pkey",relid="28973",relname="payments.payments"} 0 pg_index_reltuples{datname="gepvi_eat_db",idxname="payments.providers_pkey",relid="28931",relname="payments.providers"} 0 pg_index_reltuples{datname="gepvi_eat_db",idxname="payments.webhooks_pkey",relid="28949",relname="payments.webhooks"} 0 pg_index_reltuples{datname="gepvi_eat_db",idxname="public.alembic_version_pkc",relid="19857",relname="public.alembic_version"} 1 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.balance_history_pkey",relid="19978",relname="gepvi_fin.balance_history"} 199 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.balances_pkey",relid="19980",relname="gepvi_fin.balances"} 22 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.budgets_pkey",relid="19982",relname="gepvi_fin.budgets"} 1 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.categories_pkey",relid="19984",relname="gepvi_fin.categories"} 39 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.currencies_pkey",relid="19986",relname="gepvi_fin.currencies"} 172 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balance_history_balance_id",relid="19998",relname="gepvi_fin.balance_history"} 199 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balance_history_balance_id_created_at",relid="19999",relname="gepvi_fin.balance_history"} 199 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_budget_id",relid="20000",relname="gepvi_fin.balances"} 22 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_created_at",relid="20001",relname="gepvi_fin.balances"} 22 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.idx_balances_priority",relid="20002",relname="gepvi_fin.balances"} 22 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"} 6068 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_category_id",relid="20011",relname="gepvi_fin.transactions"} 6068 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_created_at",relid="20012",relname="gepvi_fin.transactions"} 6068 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.idx_transactions_date",relid="20013",relname="gepvi_fin.transactions"} 6068 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"} 62534 pg_index_reltuples{datname="gepvi_fin_db",idxname="gepvi_fin.transactions_pkey",relid="19990",relname="gepvi_fin.transactions"} 6068 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"} 367 pg_index_reltuples{datname="omniword",idxname="omniword.idx_user_words_user_id",relid="20303",relname="omniword.user_words"} 367 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"} 395 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"} 367 pg_index_reltuples{datname="omniword",idxname="omniword.user_words_pkey",relid="20293",relname="omniword.user_words"} 367 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"} 395 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 7.683964932e+10 # 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"} 565248 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"} 3.145728e+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.008237 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.057079000000000005 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"} 69 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"} 380 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"} 2.414808 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"} 14500 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"} 193 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"} 5126 pg_io_fsyncs{context="normal",object="wal",type="client backend"} 11494 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"} 2 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"} 12005 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"} 912 pg_io_hits{context="normal",object="relation",type="autovacuum worker"} 5.0518684e+07 pg_io_hits{context="normal",object="relation",type="background worker"} 0 pg_io_hits{context="normal",object="relation",type="background writer"} 0 pg_io_hits{context="normal",object="relation",type="checkpointer"} 0 pg_io_hits{context="normal",object="relation",type="client backend"} 3.583428296e+09 pg_io_hits{context="normal",object="relation",type="io worker"} 0 pg_io_hits{context="normal",object="relation",type="slotsync worker"} 0 pg_io_hits{context="normal",object="relation",type="standalone backend"} 1579 pg_io_hits{context="normal",object="relation",type="startup"} 0 pg_io_hits{context="normal",object="relation",type="walsender"} 36 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"} 10919 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"} 2.048e+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"} 5.8056704e+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"} 65536 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"} 5.054464e+06 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.034162 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"} 5.347722 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.031626 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"} 124 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"} 5076 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"} 8 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"} 77 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"} 72 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"} 1.62619392e+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"} 1.9357696e+07 pg_io_write_bytes{context="normal",object="wal",type="background worker"} 0 pg_io_write_bytes{context="normal",object="wal",type="background writer"} 0 pg_io_write_bytes{context="normal",object="wal",type="checkpointer"} 5.6635744256e+10 pg_io_write_bytes{context="normal",object="wal",type="client backend"} 1.871888384e+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"} 16384 pg_io_write_bytes{context="normal",object="wal",type="walreceiver"} 0 pg_io_write_bytes{context="normal",object="wal",type="walsender"} 0 pg_io_write_bytes{context="normal",object="wal",type="walsummarizer"} 0 pg_io_write_bytes{context="normal",object="wal",type="walwriter"} 1.10518272e+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"} 1.186911 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"} 0.667688 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"} 19851 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"} 19851 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"} 193 pg_io_writes{context="normal",object="wal",type="background worker"} 0 pg_io_writes{context="normal",object="wal",type="background writer"} 0 pg_io_writes{context="normal",object="wal",type="checkpointer"} 5126 pg_io_writes{context="normal",object="wal",type="client backend"} 11494 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"} 2 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"} 12042 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 7.683964928e+10 # 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"} 5802 pg_query_calls{datname="gepvi_eat_db",query="-1825154161371458254"} 72416 pg_query_calls{datname="gepvi_eat_db",query="-3114151248348423668"} 258114 pg_query_calls{datname="gepvi_eat_db",query="-3387905272663065291"} 5446 pg_query_calls{datname="gepvi_eat_db",query="-3394742553290663210"} 434227 pg_query_calls{datname="gepvi_eat_db",query="-4149063353820024551"} 1774 pg_query_calls{datname="gepvi_eat_db",query="-458988413820240360"} 7695 pg_query_calls{datname="gepvi_eat_db",query="-4784788547646613119"} 1721 pg_query_calls{datname="gepvi_eat_db",query="-5715475192465128161"} 14183 pg_query_calls{datname="gepvi_eat_db",query="-6647621097204396179"} 14183 pg_query_calls{datname="gepvi_eat_db",query="-6974817214962100192"} 9781 pg_query_calls{datname="gepvi_eat_db",query="-8005986967374230759"} 8924 pg_query_calls{datname="gepvi_eat_db",query="-8394789936105279816"} 65687 pg_query_calls{datname="gepvi_eat_db",query="-8533974109254859233"} 854667 pg_query_calls{datname="gepvi_eat_db",query="-8614649825449602022"} 258131 pg_query_calls{datname="gepvi_eat_db",query="-994257967903536850"} 7226 pg_query_calls{datname="gepvi_eat_db",query="1081380012885087053"} 56879 pg_query_calls{datname="gepvi_eat_db",query="135772982608966502"} 4982 pg_query_calls{datname="gepvi_eat_db",query="1842113366287483401"} 258126 pg_query_calls{datname="gepvi_eat_db",query="1983118436334682048"} 4817 pg_query_calls{datname="gepvi_eat_db",query="2250294303447458804"} 1969 pg_query_calls{datname="gepvi_eat_db",query="2505140487204484865"} 5803 pg_query_calls{datname="gepvi_eat_db",query="2535106687404675250"} 4832 pg_query_calls{datname="gepvi_eat_db",query="2562851877910530907"} 258117 pg_query_calls{datname="gepvi_eat_db",query="343553743037098774"} 794005 pg_query_calls{datname="gepvi_eat_db",query="393550323916470202"} 258133 pg_query_calls{datname="gepvi_eat_db",query="4406795996272465480"} 2004 pg_query_calls{datname="gepvi_eat_db",query="4917684750321049296"} 14183 pg_query_calls{datname="gepvi_eat_db",query="5081739340832322055"} 258133 pg_query_calls{datname="gepvi_eat_db",query="5412556697013553330"} 4881 pg_query_calls{datname="gepvi_eat_db",query="5880989144435026886"} 3683 pg_query_calls{datname="gepvi_eat_db",query="6181865492772919732"} 4882 pg_query_calls{datname="gepvi_eat_db",query="6607318708723431991"} 65687 pg_query_calls{datname="gepvi_eat_db",query="8255156036760666390"} 6057 pg_query_calls{datname="gepvi_fin_db",query="-3114151248348423668"} 256502 pg_query_calls{datname="gepvi_fin_db",query="-3394742553290663210"} 434223 pg_query_calls{datname="gepvi_fin_db",query="-5715475192465128161"} 14183 pg_query_calls{datname="gepvi_fin_db",query="-6647621097204396179"} 14183 pg_query_calls{datname="gepvi_fin_db",query="-8394789936105279816"} 65555 pg_query_calls{datname="gepvi_fin_db",query="-8614649825449602022"} 256514 pg_query_calls{datname="gepvi_fin_db",query="1842113366287483401"} 256509 pg_query_calls{datname="gepvi_fin_db",query="2562851877910530907"} 256510 pg_query_calls{datname="gepvi_fin_db",query="393550323916470202"} 256514 pg_query_calls{datname="gepvi_fin_db",query="4917684750321049296"} 14183 pg_query_calls{datname="gepvi_fin_db",query="5081739340832322055"} 256514 pg_query_calls{datname="gepvi_fin_db",query="6104223848159399923"} 8772 pg_query_calls{datname="gepvi_fin_db",query="6607318708723431991"} 65555 pg_query_calls{datname="gepvi_health_db",query="-3114151248348423668"} 257174 pg_query_calls{datname="gepvi_health_db",query="-3394742553290663210"} 434227 pg_query_calls{datname="gepvi_health_db",query="-5715475192465128161"} 14183 pg_query_calls{datname="gepvi_health_db",query="-6647621097204396179"} 14183 pg_query_calls{datname="gepvi_health_db",query="-8394789936105279816"} 65638 pg_query_calls{datname="gepvi_health_db",query="-8614649825449602022"} 257175 pg_query_calls{datname="gepvi_health_db",query="1842113366287483401"} 257173 pg_query_calls{datname="gepvi_health_db",query="2562851877910530907"} 257174 pg_query_calls{datname="gepvi_health_db",query="393550323916470202"} 257175 pg_query_calls{datname="gepvi_health_db",query="4917684750321049296"} 14183 pg_query_calls{datname="gepvi_health_db",query="5081739340832322055"} 257175 pg_query_calls{datname="gepvi_health_db",query="6607318708723431991"} 65638 pg_query_calls{datname="gepvi_users_db",query="-3114151248348423668"} 256852 pg_query_calls{datname="gepvi_users_db",query="-3394742553290663210"} 434225 pg_query_calls{datname="gepvi_users_db",query="-5715475192465128161"} 14182 pg_query_calls{datname="gepvi_users_db",query="-6647621097204396179"} 14182 pg_query_calls{datname="gepvi_users_db",query="-8394789936105279816"} 65598 pg_query_calls{datname="gepvi_users_db",query="-8614649825449602022"} 256855 pg_query_calls{datname="gepvi_users_db",query="1842113366287483401"} 256853 pg_query_calls{datname="gepvi_users_db",query="2562851877910530907"} 256853 pg_query_calls{datname="gepvi_users_db",query="393550323916470202"} 256856 pg_query_calls{datname="gepvi_users_db",query="4917684750321049296"} 14182 pg_query_calls{datname="gepvi_users_db",query="5081739340832322055"} 256856 pg_query_calls{datname="gepvi_users_db",query="6607318708723431991"} 65598 pg_query_calls{datname="omniword",query="-3114151248348423668"} 257023 pg_query_calls{datname="omniword",query="-3394742553290663210"} 434224 pg_query_calls{datname="omniword",query="-5715475192465128161"} 14185 pg_query_calls{datname="omniword",query="-6647621097204396179"} 14185 pg_query_calls{datname="omniword",query="-8394789936105279816"} 65600 pg_query_calls{datname="omniword",query="-8614649825449602022"} 257031 pg_query_calls{datname="omniword",query="1842113366287483401"} 257030 pg_query_calls{datname="omniword",query="2562851877910530907"} 257031 pg_query_calls{datname="omniword",query="393550323916470202"} 257031 pg_query_calls{datname="omniword",query="4684564885041196376"} 1534 pg_query_calls{datname="omniword",query="4917684750321049296"} 14185 pg_query_calls{datname="omniword",query="5081739340832322055"} 257031 pg_query_calls{datname="omniword",query="6607318708723431991"} 65600 pg_query_calls{datname="postgres",query="-1567903771303523871"} 65980 pg_query_calls{datname="postgres",query="-1625100286364369430"} 434224 pg_query_calls{datname="postgres",query="-1909391084633265766"} 274571 pg_query_calls{datname="postgres",query="-2029183647160561869"} 274575 pg_query_calls{datname="postgres",query="-2721729348201004655"} 274573 pg_query_calls{datname="postgres",query="-2783306896154707576"} 4.342187e+06 pg_query_calls{datname="postgres",query="-3114151248348423668"} 274574 pg_query_calls{datname="postgres",query="-3255093476584998991"} 274574 pg_query_calls{datname="postgres",query="-3394742553290663210"} 434229 pg_query_calls{datname="postgres",query="-3481586796352513521"} 274558 pg_query_calls{datname="postgres",query="-3561581858611292661"} 274575 pg_query_calls{datname="postgres",query="-4013135341694372554"} 274572 pg_query_calls{datname="postgres",query="-4263663384172168557"} 274573 pg_query_calls{datname="postgres",query="-4367113113870361052"} 274574 pg_query_calls{datname="postgres",query="-4426219414945232276"} 274574 pg_query_calls{datname="postgres",query="-5177198833890665486"} 274569 pg_query_calls{datname="postgres",query="-5253393246738566256"} 65980 pg_query_calls{datname="postgres",query="-5255754849199367498"} 274574 pg_query_calls{datname="postgres",query="-5715475192465128161"} 14201 pg_query_calls{datname="postgres",query="-571986491529085836"} 274569 pg_query_calls{datname="postgres",query="-6324036696618024559"} 274572 pg_query_calls{datname="postgres",query="-659392855806846005"} 274573 pg_query_calls{datname="postgres",query="-6647621097204396179"} 14201 pg_query_calls{datname="postgres",query="-7724675315091666518"} 274574 pg_query_calls{datname="postgres",query="-7812113279872158192"} 274573 pg_query_calls{datname="postgres",query="-7961388009227772837"} 65980 pg_query_calls{datname="postgres",query="-8394789936105279816"} 65980 pg_query_calls{datname="postgres",query="-8415353913695631440"} 274574 pg_query_calls{datname="postgres",query="-8565717563209808017"} 274574 pg_query_calls{datname="postgres",query="-8614649825449602022"} 274574 pg_query_calls{datname="postgres",query="1469903626741806805"} 65980 pg_query_calls{datname="postgres",query="1676811854946253168"} 274574 pg_query_calls{datname="postgres",query="1842113366287483401"} 274558 pg_query_calls{datname="postgres",query="2121678415194453056"} 274574 pg_query_calls{datname="postgres",query="2484459042846835040"} 274574 pg_query_calls{datname="postgres",query="2562851877910530907"} 274573 pg_query_calls{datname="postgres",query="304937313495459475"} 274573 pg_query_calls{datname="postgres",query="3714876955596208471"} 274571 pg_query_calls{datname="postgres",query="393550323916470202"} 274574 pg_query_calls{datname="postgres",query="4917684750321049296"} 14201 pg_query_calls{datname="postgres",query="5081739340832322055"} 274574 pg_query_calls{datname="postgres",query="6607318708723431991"} 65980 pg_query_calls{datname="postgres",query="7538016218007174732"} 274575 pg_query_calls{datname="postgres",query="816852380068164872"} 434226 # 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"} 1.1042160379999961 pg_query_exec_time{datname="gepvi_eat_db",query="-1825154161371458254"} 3.3852182049999797 pg_query_exec_time{datname="gepvi_eat_db",query="-3114151248348423668"} 23.073516007999707 pg_query_exec_time{datname="gepvi_eat_db",query="-3387905272663065291"} 0.29262669099999994 pg_query_exec_time{datname="gepvi_eat_db",query="-3394742553290663210"} 268.5224069299894 pg_query_exec_time{datname="gepvi_eat_db",query="-4149063353820024551"} 0.659968255 pg_query_exec_time{datname="gepvi_eat_db",query="-458988413820240360"} 0.6829165490000021 pg_query_exec_time{datname="gepvi_eat_db",query="-4784788547646613119"} 0.1450742699999998 pg_query_exec_time{datname="gepvi_eat_db",query="-5715475192465128161"} 1177.8113021030001 pg_query_exec_time{datname="gepvi_eat_db",query="-6647621097204396179"} 62.460830524999764 pg_query_exec_time{datname="gepvi_eat_db",query="-6974817214962100192"} 0.79852321 pg_query_exec_time{datname="gepvi_eat_db",query="-8005986967374230759"} 0.7003560729999986 pg_query_exec_time{datname="gepvi_eat_db",query="-8394789936105279816"} 387.3581833239974 pg_query_exec_time{datname="gepvi_eat_db",query="-8533974109254859233"} 181.4444149570068 pg_query_exec_time{datname="gepvi_eat_db",query="-8614649825449602022"} 22.607189936999728 pg_query_exec_time{datname="gepvi_eat_db",query="-994257967903536850"} 0.6300656359999991 pg_query_exec_time{datname="gepvi_eat_db",query="1081380012885087053"} 5.851570266000068 pg_query_exec_time{datname="gepvi_eat_db",query="135772982608966502"} 0.37584606800000014 pg_query_exec_time{datname="gepvi_eat_db",query="1842113366287483401"} 263.4009877989996 pg_query_exec_time{datname="gepvi_eat_db",query="1983118436334682048"} 0.7212326409999998 pg_query_exec_time{datname="gepvi_eat_db",query="2250294303447458804"} 0.3988652550000001 pg_query_exec_time{datname="gepvi_eat_db",query="2505140487204484865"} 1.2804088020000015 pg_query_exec_time{datname="gepvi_eat_db",query="2535106687404675250"} 0.5012912060000003 pg_query_exec_time{datname="gepvi_eat_db",query="2562851877910530907"} 600.5866670109971 pg_query_exec_time{datname="gepvi_eat_db",query="343553743037098774"} 60.524220413005615 pg_query_exec_time{datname="gepvi_eat_db",query="393550323916470202"} 3619.861952112918 pg_query_exec_time{datname="gepvi_eat_db",query="4406795996272465480"} 0.6018695780000004 pg_query_exec_time{datname="gepvi_eat_db",query="4917684750321049296"} 2757.1301662210167 pg_query_exec_time{datname="gepvi_eat_db",query="5081739340832322055"} 4275.196816735943 pg_query_exec_time{datname="gepvi_eat_db",query="5412556697013553330"} 0.634192584999998 pg_query_exec_time{datname="gepvi_eat_db",query="5880989144435026886"} 0.31597901799999967 pg_query_exec_time{datname="gepvi_eat_db",query="6181865492772919732"} 0.3513603189999993 pg_query_exec_time{datname="gepvi_eat_db",query="6607318708723431991"} 13.985857319000058 pg_query_exec_time{datname="gepvi_eat_db",query="8255156036760666390"} 0.3969710479999994 pg_query_exec_time{datname="gepvi_fin_db",query="-3114151248348423668"} 22.952703109999657 pg_query_exec_time{datname="gepvi_fin_db",query="-3394742553290663210"} 263.96453798200156 pg_query_exec_time{datname="gepvi_fin_db",query="-5715475192465128161"} 1223.2322276790042 pg_query_exec_time{datname="gepvi_fin_db",query="-6647621097204396179"} 48.732009798999975 pg_query_exec_time{datname="gepvi_fin_db",query="-8394789936105279816"} 375.8493868479985 pg_query_exec_time{datname="gepvi_fin_db",query="-8614649825449602022"} 22.458824343999922 pg_query_exec_time{datname="gepvi_fin_db",query="1842113366287483401"} 257.3532142110025 pg_query_exec_time{datname="gepvi_fin_db",query="2562851877910530907"} 140.6606262209965 pg_query_exec_time{datname="gepvi_fin_db",query="393550323916470202"} 2379.695534926001 pg_query_exec_time{datname="gepvi_fin_db",query="4917684750321049296"} 2442.758000271987 pg_query_exec_time{datname="gepvi_fin_db",query="5081739340832322055"} 3329.8091467499357 pg_query_exec_time{datname="gepvi_fin_db",query="6104223848159399923"} 0.669017310999994 pg_query_exec_time{datname="gepvi_fin_db",query="6607318708723431991"} 13.73389505999987 pg_query_exec_time{datname="gepvi_health_db",query="-3114151248348423668"} 22.712170050999163 pg_query_exec_time{datname="gepvi_health_db",query="-3394742553290663210"} 268.7518916830005 pg_query_exec_time{datname="gepvi_health_db",query="-5715475192465128161"} 870.5250645909992 pg_query_exec_time{datname="gepvi_health_db",query="-6647621097204396179"} 17.724363956000033 pg_query_exec_time{datname="gepvi_health_db",query="-8394789936105279816"} 334.44587046199945 pg_query_exec_time{datname="gepvi_health_db",query="-8614649825449602022"} 22.17130256099991 pg_query_exec_time{datname="gepvi_health_db",query="1842113366287483401"} 252.2706007689991 pg_query_exec_time{datname="gepvi_health_db",query="2562851877910530907"} 33.671650408999504 pg_query_exec_time{datname="gepvi_health_db",query="393550323916470202"} 403.9831987570074 pg_query_exec_time{datname="gepvi_health_db",query="4917684750321049296"} 1863.7726286639986 pg_query_exec_time{datname="gepvi_health_db",query="5081739340832322055"} 400.51372205299697 pg_query_exec_time{datname="gepvi_health_db",query="6607318708723431991"} 12.506565283000079 pg_query_exec_time{datname="gepvi_users_db",query="-3114151248348423668"} 22.83687833399909 pg_query_exec_time{datname="gepvi_users_db",query="-3394742553290663210"} 263.4132274339994 pg_query_exec_time{datname="gepvi_users_db",query="-5715475192465128161"} 849.6683489139969 pg_query_exec_time{datname="gepvi_users_db",query="-6647621097204396179"} 29.300651161999873 pg_query_exec_time{datname="gepvi_users_db",query="-8394789936105279816"} 349.2658286799982 pg_query_exec_time{datname="gepvi_users_db",query="-8614649825449602022"} 22.246047829999874 pg_query_exec_time{datname="gepvi_users_db",query="1842113366287483401"} 255.23481049000424 pg_query_exec_time{datname="gepvi_users_db",query="2562851877910530907"} 240.78363844299525 pg_query_exec_time{datname="gepvi_users_db",query="393550323916470202"} 1167.8558967469976 pg_query_exec_time{datname="gepvi_users_db",query="4917684750321049296"} 1957.245140416012 pg_query_exec_time{datname="gepvi_users_db",query="5081739340832322055"} 2226.1234613989486 pg_query_exec_time{datname="gepvi_users_db",query="6607318708723431991"} 12.980241968000207 pg_query_exec_time{datname="omniword",query="-3114151248348423668"} 22.99833800499914 pg_query_exec_time{datname="omniword",query="-3394742553290663210"} 264.43945567300483 pg_query_exec_time{datname="omniword",query="-5715475192465128161"} 876.1137463910011 pg_query_exec_time{datname="omniword",query="-6647621097204396179"} 32.972121735999835 pg_query_exec_time{datname="omniword",query="-8394789936105279816"} 354.4061021070057 pg_query_exec_time{datname="omniword",query="-8614649825449602022"} 22.628433747000084 pg_query_exec_time{datname="omniword",query="1842113366287483401"} 260.1052182190056 pg_query_exec_time{datname="omniword",query="2562851877910530907"} 34.68763084999976 pg_query_exec_time{datname="omniword",query="393550323916470202"} 1662.7819395799895 pg_query_exec_time{datname="omniword",query="4684564885041196376"} 0.12105649800000004 pg_query_exec_time{datname="omniword",query="4917684750321049296"} 2037.8921079309985 pg_query_exec_time{datname="omniword",query="5081739340832322055"} 2437.1815604689723 pg_query_exec_time{datname="omniword",query="6607318708723431991"} 13.17415764200006 pg_query_exec_time{datname="postgres",query="-1567903771303523871"} 510.3467986929964 pg_query_exec_time{datname="postgres",query="-1625100286364369430"} 522.7944964569979 pg_query_exec_time{datname="postgres",query="-1909391084633265766"} 82.00687956300074 pg_query_exec_time{datname="postgres",query="-2029183647160561869"} 14.986992742001283 pg_query_exec_time{datname="postgres",query="-2721729348201004655"} 26.643253430000325 pg_query_exec_time{datname="postgres",query="-2783306896154707576"} 224.48751977784914 pg_query_exec_time{datname="postgres",query="-3114151248348423668"} 24.728161042999048 pg_query_exec_time{datname="postgres",query="-3255093476584998991"} 40.58294528400087 pg_query_exec_time{datname="postgres",query="-3394742553290663210"} 262.54890984099825 pg_query_exec_time{datname="postgres",query="-3481586796352513521"} 203.75883956199795 pg_query_exec_time{datname="postgres",query="-3561581858611292661"} 240.38751218800095 pg_query_exec_time{datname="postgres",query="-4013135341694372554"} 114.48453269399847 pg_query_exec_time{datname="postgres",query="-4263663384172168557"} 18.55460084899926 pg_query_exec_time{datname="postgres",query="-4367113113870361052"} 33.91477951500043 pg_query_exec_time{datname="postgres",query="-4426219414945232276"} 4484.349630698077 pg_query_exec_time{datname="postgres",query="-5177198833890665486"} 836.5169655700006 pg_query_exec_time{datname="postgres",query="-5253393246738566256"} 7.1393888769999565 pg_query_exec_time{datname="postgres",query="-5255754849199367498"} 15.826837561000751 pg_query_exec_time{datname="postgres",query="-5715475192465128161"} 74.10546789700045 pg_query_exec_time{datname="postgres",query="-571986491529085836"} 11.166851903999754 pg_query_exec_time{datname="postgres",query="-6324036696618024559"} 79.83705917100018 pg_query_exec_time{datname="postgres",query="-659392855806846005"} 121.44559598699789 pg_query_exec_time{datname="postgres",query="-6647621097204396179"} 17.030190221999966 pg_query_exec_time{datname="postgres",query="-7724675315091666518"} 66.55855755100188 pg_query_exec_time{datname="postgres",query="-7812113279872158192"} 23.278342658000067 pg_query_exec_time{datname="postgres",query="-7961388009227772837"} 9.688349836000036 pg_query_exec_time{datname="postgres",query="-8394789936105279816"} 331.35222497699885 pg_query_exec_time{datname="postgres",query="-8415353913695631440"} 38.365043284000116 pg_query_exec_time{datname="postgres",query="-8565717563209808017"} 16.0385867150006 pg_query_exec_time{datname="postgres",query="-8614649825449602022"} 24.043045043999502 pg_query_exec_time{datname="postgres",query="1469903626741806805"} 4.177625778000026 pg_query_exec_time{datname="postgres",query="1676811854946253168"} 33.053076041000075 pg_query_exec_time{datname="postgres",query="1842113366287483401"} 291.2035965320052 pg_query_exec_time{datname="postgres",query="2121678415194453056"} 59.968573324999014 pg_query_exec_time{datname="postgres",query="2484459042846835040"} 33.08905467400043 pg_query_exec_time{datname="postgres",query="2562851877910530907"} 36.44960945600049 pg_query_exec_time{datname="postgres",query="304937313495459475"} 14.539181348000817 pg_query_exec_time{datname="postgres",query="3714876955596208471"} 696.1471260050067 pg_query_exec_time{datname="postgres",query="393550323916470202"} 427.6255867169983 pg_query_exec_time{datname="postgres",query="4917684750321049296"} 98.50562020700028 pg_query_exec_time{datname="postgres",query="5081739340832322055"} 427.30670456799993 pg_query_exec_time{datname="postgres",query="6607318708723431991"} 12.569412701000012 pg_query_exec_time{datname="postgres",query="7538016218007174732"} 30.283448593999676 pg_query_exec_time{datname="postgres",query="816852380068164872"} 29.641693225999706 # 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"} 7.1248e-05 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.0022070920000000003 pg_query_io_time{datname="gepvi_eat_db",query="-4149063353820024551"} 0 pg_query_io_time{datname="gepvi_eat_db",query="-458988413820240360"} 0.0005156389999999999 pg_query_io_time{datname="gepvi_eat_db",query="-4784788547646613119"} 0 pg_query_io_time{datname="gepvi_eat_db",query="-5715475192465128161"} 0.08366866999999999 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"} 0 pg_query_io_time{datname="gepvi_eat_db",query="-8394789936105279816"} 0 pg_query_io_time{datname="gepvi_eat_db",query="-8533974109254859233"} 0.0019742500000000003 pg_query_io_time{datname="gepvi_eat_db",query="-8614649825449602022"} 0 pg_query_io_time{datname="gepvi_eat_db",query="-994257967903536850"} 0 pg_query_io_time{datname="gepvi_eat_db",query="1081380012885087053"} 0 pg_query_io_time{datname="gepvi_eat_db",query="135772982608966502"} 1.5727e-05 pg_query_io_time{datname="gepvi_eat_db",query="1842113366287483401"} 0.038607715 pg_query_io_time{datname="gepvi_eat_db",query="1983118436334682048"} 0 pg_query_io_time{datname="gepvi_eat_db",query="2250294303447458804"} 0.000848056 pg_query_io_time{datname="gepvi_eat_db",query="2505140487204484865"} 0.012299594 pg_query_io_time{datname="gepvi_eat_db",query="2535106687404675250"} 0 pg_query_io_time{datname="gepvi_eat_db",query="2562851877910530907"} 0.007366221000000001 pg_query_io_time{datname="gepvi_eat_db",query="343553743037098774"} 0 pg_query_io_time{datname="gepvi_eat_db",query="393550323916470202"} 0.00029821199999999996 pg_query_io_time{datname="gepvi_eat_db",query="4406795996272465480"} 0.016204123000000004 pg_query_io_time{datname="gepvi_eat_db",query="4917684750321049296"} 0.012050096 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 pg_query_io_time{datname="gepvi_eat_db",query="6607318708723431991"} 0 pg_query_io_time{datname="gepvi_eat_db",query="8255156036760666390"} 0.00044187299999999996 pg_query_io_time{datname="gepvi_fin_db",query="-3114151248348423668"} 0 pg_query_io_time{datname="gepvi_fin_db",query="-3394742553290663210"} 0.003422252 pg_query_io_time{datname="gepvi_fin_db",query="-5715475192465128161"} 0.41420120600000004 pg_query_io_time{datname="gepvi_fin_db",query="-6647621097204396179"} 0.0037884620000000003 pg_query_io_time{datname="gepvi_fin_db",query="-8394789936105279816"} 0 pg_query_io_time{datname="gepvi_fin_db",query="-8614649825449602022"} 0 pg_query_io_time{datname="gepvi_fin_db",query="1842113366287483401"} 0.012885269999999999 pg_query_io_time{datname="gepvi_fin_db",query="2562851877910530907"} 0.0034983950000000005 pg_query_io_time{datname="gepvi_fin_db",query="393550323916470202"} 0 pg_query_io_time{datname="gepvi_fin_db",query="4917684750321049296"} 0.017320169 pg_query_io_time{datname="gepvi_fin_db",query="5081739340832322055"} 0.000120214 pg_query_io_time{datname="gepvi_fin_db",query="6104223848159399923"} 0.024087943999999997 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.002133803 pg_query_io_time{datname="gepvi_health_db",query="-5715475192465128161"} 0.042449388 pg_query_io_time{datname="gepvi_health_db",query="-6647621097204396179"} 6.5099e-05 pg_query_io_time{datname="gepvi_health_db",query="-8394789936105279816"} 0.000428585 pg_query_io_time{datname="gepvi_health_db",query="-8614649825449602022"} 0 pg_query_io_time{datname="gepvi_health_db",query="1842113366287483401"} 0.013917053000000002 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.060598256 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.0054830799999999996 pg_query_io_time{datname="gepvi_users_db",query="-5715475192465128161"} 0.10180854099999999 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.03419636 pg_query_io_time{datname="gepvi_users_db",query="2562851877910530907"} 0.021339853 pg_query_io_time{datname="gepvi_users_db",query="393550323916470202"} 0 pg_query_io_time{datname="gepvi_users_db",query="4917684750321049296"} 0.035870108000000005 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.015332901 pg_query_io_time{datname="omniword",query="-5715475192465128161"} 0.100085027 pg_query_io_time{datname="omniword",query="-6647621097204396179"} 0.007848863 pg_query_io_time{datname="omniword",query="-8394789936105279816"} 0 pg_query_io_time{datname="omniword",query="-8614649825449602022"} 0 pg_query_io_time{datname="omniword",query="1842113366287483401"} 0.015795345000000002 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="4684564885041196376"} 0.000167349 pg_query_io_time{datname="omniword",query="4917684750321049296"} 0.017349117 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.0020168090000000005 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.003988108000000001 pg_query_io_time{datname="postgres",query="-571986491529085836"} 0 pg_query_io_time{datname="postgres",query="-6324036696618024559"} 0 pg_query_io_time{datname="postgres",query="-659392855806846005"} 0 pg_query_io_time{datname="postgres",query="-6647621097204396179"} 2.5902e-05 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.010747124 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.003738416 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"} 3720 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"} 434227 pg_query_rows{datname="gepvi_eat_db",query="-4149063353820024551"} 16331 pg_query_rows{datname="gepvi_eat_db",query="-458988413820240360"} 7695 pg_query_rows{datname="gepvi_eat_db",query="-4784788547646613119"} 1702 pg_query_rows{datname="gepvi_eat_db",query="-5715475192465128161"} 80792 pg_query_rows{datname="gepvi_eat_db",query="-6647621097204396179"} 194302 pg_query_rows{datname="gepvi_eat_db",query="-6974817214962100192"} 175 pg_query_rows{datname="gepvi_eat_db",query="-8005986967374230759"} 8924 pg_query_rows{datname="gepvi_eat_db",query="-8394789936105279816"} 394122 pg_query_rows{datname="gepvi_eat_db",query="-8533974109254859233"} 356 pg_query_rows{datname="gepvi_eat_db",query="-8614649825449602022"} 0 pg_query_rows{datname="gepvi_eat_db",query="-994257967903536850"} 7137 pg_query_rows{datname="gepvi_eat_db",query="1081380012885087053"} 11650 pg_query_rows{datname="gepvi_eat_db",query="135772982608966502"} 186 pg_query_rows{datname="gepvi_eat_db",query="1842113366287483401"} 516252 pg_query_rows{datname="gepvi_eat_db",query="1983118436334682048"} 4817 pg_query_rows{datname="gepvi_eat_db",query="2250294303447458804"} 1969 pg_query_rows{datname="gepvi_eat_db",query="2505140487204484865"} 2352 pg_query_rows{datname="gepvi_eat_db",query="2535106687404675250"} 5 pg_query_rows{datname="gepvi_eat_db",query="2562851877910530907"} 2.245749e+06 pg_query_rows{datname="gepvi_eat_db",query="343553743037098774"} 12 pg_query_rows{datname="gepvi_eat_db",query="393550323916470202"} 9.575232e+06 pg_query_rows{datname="gepvi_eat_db",query="4406795996272465480"} 2004 pg_query_rows{datname="gepvi_eat_db",query="4917684750321049296"} 95057 pg_query_rows{datname="gepvi_eat_db",query="5081739340832322055"} 3.278413e+06 pg_query_rows{datname="gepvi_eat_db",query="5412556697013553330"} 29467 pg_query_rows{datname="gepvi_eat_db",query="5880989144435026886"} 3683 pg_query_rows{datname="gepvi_eat_db",query="6181865492772919732"} 6081 pg_query_rows{datname="gepvi_eat_db",query="6607318708723431991"} 0 pg_query_rows{datname="gepvi_eat_db",query="8255156036760666390"} 2978 pg_query_rows{datname="gepvi_fin_db",query="-3114151248348423668"} 0 pg_query_rows{datname="gepvi_fin_db",query="-3394742553290663210"} 434223 pg_query_rows{datname="gepvi_fin_db",query="-5715475192465128161"} 74654 pg_query_rows{datname="gepvi_fin_db",query="-6647621097204396179"} 156013 pg_query_rows{datname="gepvi_fin_db",query="-8394789936105279816"} 393330 pg_query_rows{datname="gepvi_fin_db",query="-8614649825449602022"} 0 pg_query_rows{datname="gepvi_fin_db",query="1842113366287483401"} 513018 pg_query_rows{datname="gepvi_fin_db",query="2562851877910530907"} 256510 pg_query_rows{datname="gepvi_fin_db",query="393550323916470202"} 7.69542e+06 pg_query_rows{datname="gepvi_fin_db",query="4917684750321049296"} 88837 pg_query_rows{datname="gepvi_fin_db",query="5081739340832322055"} 2.56514e+06 pg_query_rows{datname="gepvi_fin_db",query="6104223848159399923"} 8772 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"} 434227 pg_query_rows{datname="gepvi_health_db",query="-5715475192465128161"} 0 pg_query_rows{datname="gepvi_health_db",query="-6647621097204396179"} 14183 pg_query_rows{datname="gepvi_health_db",query="-8394789936105279816"} 328190 pg_query_rows{datname="gepvi_health_db",query="-8614649825449602022"} 0 pg_query_rows{datname="gepvi_health_db",query="1842113366287483401"} 514346 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"} 434225 pg_query_rows{datname="gepvi_users_db",query="-5715475192465128161"} 14182 pg_query_rows{datname="gepvi_users_db",query="-6647621097204396179"} 70910 pg_query_rows{datname="gepvi_users_db",query="-8394789936105279816"} 393588 pg_query_rows{datname="gepvi_users_db",query="-8614649825449602022"} 0 pg_query_rows{datname="gepvi_users_db",query="1842113366287483401"} 513706 pg_query_rows{datname="gepvi_users_db",query="2562851877910530907"} 513706 pg_query_rows{datname="gepvi_users_db",query="393550323916470202"} 2.825416e+06 pg_query_rows{datname="gepvi_users_db",query="4917684750321049296"} 14182 pg_query_rows{datname="gepvi_users_db",query="5081739340832322055"} 1.027424e+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"} 434224 pg_query_rows{datname="omniword",query="-5715475192465128161"} 29726 pg_query_rows{datname="omniword",query="-6647621097204396179"} 85110 pg_query_rows{datname="omniword",query="-8394789936105279816"} 328000 pg_query_rows{datname="omniword",query="-8614649825449602022"} 0 pg_query_rows{datname="omniword",query="1842113366287483401"} 514060 pg_query_rows{datname="omniword",query="2562851877910530907"} 0 pg_query_rows{datname="omniword",query="393550323916470202"} 3.341403e+06 pg_query_rows{datname="omniword",query="4684564885041196376"} 1534 pg_query_rows{datname="omniword",query="4917684750321049296"} 43911 pg_query_rows{datname="omniword",query="5081739340832322055"} 1.285155e+06 pg_query_rows{datname="omniword",query="6607318708723431991"} 0 pg_query_rows{datname="postgres",query="-1567903771303523871"} 725780 pg_query_rows{datname="postgres",query="-1625100286364369430"} 3.4303696e+07 pg_query_rows{datname="postgres",query="-1909391084633265766"} 274571 pg_query_rows{datname="postgres",query="-2029183647160561869"} 274575 pg_query_rows{datname="postgres",query="-2721729348201004655"} 0 pg_query_rows{datname="postgres",query="-2783306896154707576"} 4.342187e+06 pg_query_rows{datname="postgres",query="-3114151248348423668"} 0 pg_query_rows{datname="postgres",query="-3255093476584998991"} 274574 pg_query_rows{datname="postgres",query="-3394742553290663210"} 434229 pg_query_rows{datname="postgres",query="-3481586796352513521"} 2.471022e+06 pg_query_rows{datname="postgres",query="-3561581858611292661"} 2.093759e+06 pg_query_rows{datname="postgres",query="-4013135341694372554"} 1.37286e+06 pg_query_rows{datname="postgres",query="-4263663384172168557"} 274573 pg_query_rows{datname="postgres",query="-4367113113870361052"} 0 pg_query_rows{datname="postgres",query="-4426219414945232276"} 3.5105674e+07 pg_query_rows{datname="postgres",query="-5177198833890665486"} 1.5375864e+07 pg_query_rows{datname="postgres",query="-5253393246738566256"} 65980 pg_query_rows{datname="postgres",query="-5255754849199367498"} 274574 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"} 2.196636e+06 pg_query_rows{datname="postgres",query="-6647621097204396179"} 14201 pg_query_rows{datname="postgres",query="-7724675315091666518"} 274574 pg_query_rows{datname="postgres",query="-7812113279872158192"} 0 pg_query_rows{datname="postgres",query="-7961388009227772837"} 527840 pg_query_rows{datname="postgres",query="-8394789936105279816"} 329900 pg_query_rows{datname="postgres",query="-8415353913695631440"} 274574 pg_query_rows{datname="postgres",query="-8565717563209808017"} 0 pg_query_rows{datname="postgres",query="-8614649825449602022"} 0 pg_query_rows{datname="postgres",query="1469903626741806805"} 65980 pg_query_rows{datname="postgres",query="1676811854946253168"} 0 pg_query_rows{datname="postgres",query="1842113366287483401"} 823671 pg_query_rows{datname="postgres",query="2121678415194453056"} 274574 pg_query_rows{datname="postgres",query="2484459042846835040"} 0 pg_query_rows{datname="postgres",query="2562851877910530907"} 0 pg_query_rows{datname="postgres",query="304937313495459475"} 274573 pg_query_rows{datname="postgres",query="3714876955596208471"} 1.1531982e+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"} 274575 pg_query_rows{datname="postgres",query="816852380068164872"} 434226 # 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"} 19 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"} 30 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="-458988413820240360"} 0 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="-4784788547646613119"} 0 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="-5715475192465128161"} 16 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"} 5 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="-8394789936105279816"} 0 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="-8533974109254859233"} 206 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="-8614649825449602022"} 0 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="-994257967903536850"} 69 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="1081380012885087053"} 27 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"} 1795 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="2250294303447458804"} 1031 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="2505140487204484865"} 46 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"} 5986 pg_query_sblk_dirtied{datname="gepvi_eat_db",query="4917684750321049296"} 0 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"} 0 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="8255156036760666390"} 8 pg_query_sblk_dirtied{datname="gepvi_fin_db",query="-3114151248348423668"} 0 pg_query_sblk_dirtied{datname="gepvi_fin_db",query="-3394742553290663210"} 0 pg_query_sblk_dirtied{datname="gepvi_fin_db",query="-5715475192465128161"} 0 pg_query_sblk_dirtied{datname="gepvi_fin_db",query="-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"} 0 pg_query_sblk_dirtied{datname="gepvi_fin_db",query="5081739340832322055"} 0 pg_query_sblk_dirtied{datname="gepvi_fin_db",query="6104223848159399923"} 219 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="4684564885041196376"} 0 pg_query_sblk_dirtied{datname="omniword",query="4917684750321049296"} 0 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"} 34841 pg_query_sblk_hit{datname="gepvi_eat_db",query="-1825154161371458254"} 73006 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"} 1.302679e+06 pg_query_sblk_hit{datname="gepvi_eat_db",query="-4149063353820024551"} 20575 pg_query_sblk_hit{datname="gepvi_eat_db",query="-458988413820240360"} 23123 pg_query_sblk_hit{datname="gepvi_eat_db",query="-4784788547646613119"} 1721 pg_query_sblk_hit{datname="gepvi_eat_db",query="-5715475192465128161"} 8.9404564e+07 pg_query_sblk_hit{datname="gepvi_eat_db",query="-6647621097204396179"} 1.3830668e+07 pg_query_sblk_hit{datname="gepvi_eat_db",query="-6974817214962100192"} 9781 pg_query_sblk_hit{datname="gepvi_eat_db",query="-8005986967374230759"} 18084 pg_query_sblk_hit{datname="gepvi_eat_db",query="-8394789936105279816"} 980138 pg_query_sblk_hit{datname="gepvi_eat_db",query="-8533974109254859233"} 888271 pg_query_sblk_hit{datname="gepvi_eat_db",query="-8614649825449602022"} 0 pg_query_sblk_hit{datname="gepvi_eat_db",query="-994257967903536850"} 18837 pg_query_sblk_hit{datname="gepvi_eat_db",query="1081380012885087053"} 161630 pg_query_sblk_hit{datname="gepvi_eat_db",query="135772982608966502"} 5072 pg_query_sblk_hit{datname="gepvi_eat_db",query="1842113366287483401"} 3.5302897e+07 pg_query_sblk_hit{datname="gepvi_eat_db",query="1983118436334682048"} 74081 pg_query_sblk_hit{datname="gepvi_eat_db",query="2250294303447458804"} 18120 pg_query_sblk_hit{datname="gepvi_eat_db",query="2505140487204484865"} 35445 pg_query_sblk_hit{datname="gepvi_eat_db",query="2535106687404675250"} 16526 pg_query_sblk_hit{datname="gepvi_eat_db",query="2562851877910530907"} 2.8777121e+07 pg_query_sblk_hit{datname="gepvi_eat_db",query="343553743037098774"} 794233 pg_query_sblk_hit{datname="gepvi_eat_db",query="393550323916470202"} 1.72014977e+08 pg_query_sblk_hit{datname="gepvi_eat_db",query="4406795996272465480"} 78648 pg_query_sblk_hit{datname="gepvi_eat_db",query="4917684750321049296"} 2.22179445e+08 pg_query_sblk_hit{datname="gepvi_eat_db",query="5081739340832322055"} 5.3898814e+07 pg_query_sblk_hit{datname="gepvi_eat_db",query="5412556697013553330"} 18772 pg_query_sblk_hit{datname="gepvi_eat_db",query="5880989144435026886"} 12264 pg_query_sblk_hit{datname="gepvi_eat_db",query="6181865492772919732"} 17258 pg_query_sblk_hit{datname="gepvi_eat_db",query="6607318708723431991"} 1.165739e+06 pg_query_sblk_hit{datname="gepvi_eat_db",query="8255156036760666390"} 6055 pg_query_sblk_hit{datname="gepvi_fin_db",query="-3114151248348423668"} 0 pg_query_sblk_hit{datname="gepvi_fin_db",query="-3394742553290663210"} 1.302667e+06 pg_query_sblk_hit{datname="gepvi_fin_db",query="-5715475192465128161"} 1.0767893e+08 pg_query_sblk_hit{datname="gepvi_fin_db",query="-6647621097204396179"} 7.282521e+06 pg_query_sblk_hit{datname="gepvi_fin_db",query="-8394789936105279816"} 917770 pg_query_sblk_hit{datname="gepvi_fin_db",query="-8614649825449602022"} 0 pg_query_sblk_hit{datname="gepvi_fin_db",query="1842113366287483401"} 3.5082214e+07 pg_query_sblk_hit{datname="gepvi_fin_db",query="2562851877910530907"} 6.893944e+06 pg_query_sblk_hit{datname="gepvi_fin_db",query="393550323916470202"} 1.34343059e+08 pg_query_sblk_hit{datname="gepvi_fin_db",query="4917684750321049296"} 1.79457049e+08 pg_query_sblk_hit{datname="gepvi_fin_db",query="5081739340832322055"} 4.4059313e+07 pg_query_sblk_hit{datname="gepvi_fin_db",query="6104223848159399923"} 26494 pg_query_sblk_hit{datname="gepvi_fin_db",query="6607318708723431991"} 1.105873e+06 pg_query_sblk_hit{datname="gepvi_health_db",query="-3114151248348423668"} 0 pg_query_sblk_hit{datname="gepvi_health_db",query="-3394742553290663210"} 1.302679e+06 pg_query_sblk_hit{datname="gepvi_health_db",query="-5715475192465128161"} 4.3853873e+07 pg_query_sblk_hit{datname="gepvi_health_db",query="-6647621097204396179"} 598568 pg_query_sblk_hit{datname="gepvi_health_db",query="-8394789936105279816"} 918930 pg_query_sblk_hit{datname="gepvi_health_db",query="-8614649825449602022"} 0 pg_query_sblk_hit{datname="gepvi_health_db",query="1842113366287483401"} 3.5172578e+07 pg_query_sblk_hit{datname="gepvi_health_db",query="2562851877910530907"} 0 pg_query_sblk_hit{datname="gepvi_health_db",query="393550323916470202"} 4.044774e+06 pg_query_sblk_hit{datname="gepvi_health_db",query="4917684750321049296"} 1.89470591e+08 pg_query_sblk_hit{datname="gepvi_health_db",query="5081739340832322055"} 4.045173e+06 pg_query_sblk_hit{datname="gepvi_health_db",query="6607318708723431991"} 1.102574e+06 pg_query_sblk_hit{datname="gepvi_users_db",query="-3114151248348423668"} 0 pg_query_sblk_hit{datname="gepvi_users_db",query="-3394742553290663210"} 1.302673e+06 pg_query_sblk_hit{datname="gepvi_users_db",query="-5715475192465128161"} 7.0078825e+07 pg_query_sblk_hit{datname="gepvi_users_db",query="-6647621097204396179"} 3.11315e+06 pg_query_sblk_hit{datname="gepvi_users_db",query="-8394789936105279816"} 918372 pg_query_sblk_hit{datname="gepvi_users_db",query="-8614649825449602022"} 0 pg_query_sblk_hit{datname="gepvi_users_db",query="1842113366287483401"} 3.5129004e+07 pg_query_sblk_hit{datname="gepvi_users_db",query="2562851877910530907"} 9.421206e+06 pg_query_sblk_hit{datname="gepvi_users_db",query="393550323916470202"} 5.1557842e+07 pg_query_sblk_hit{datname="gepvi_users_db",query="4917684750321049296"} 1.73777481e+08 pg_query_sblk_hit{datname="gepvi_users_db",query="5081739340832322055"} 2.3569377e+07 pg_query_sblk_hit{datname="gepvi_users_db",query="6607318708723431991"} 1.106316e+06 pg_query_sblk_hit{datname="omniword",query="-3114151248348423668"} 0 pg_query_sblk_hit{datname="omniword",query="-3394742553290663210"} 1.30267e+06 pg_query_sblk_hit{datname="omniword",query="-5715475192465128161"} 7.2803094e+07 pg_query_sblk_hit{datname="omniword",query="-6647621097204396179"} 3.844262e+06 pg_query_sblk_hit{datname="omniword",query="-8394789936105279816"} 918400 pg_query_sblk_hit{datname="omniword",query="-8614649825449602022"} 0 pg_query_sblk_hit{datname="omniword",query="1842113366287483401"} 3.5153438e+07 pg_query_sblk_hit{datname="omniword",query="2562851877910530907"} 0 pg_query_sblk_hit{datname="omniword",query="393550323916470202"} 6.4444692e+07 pg_query_sblk_hit{datname="omniword",query="4684564885041196376"} 1533 pg_query_sblk_hit{datname="omniword",query="4917684750321049296"} 1.80486918e+08 pg_query_sblk_hit{datname="omniword",query="5081739340832322055"} 2.8203936e+07 pg_query_sblk_hit{datname="omniword",query="6607318708723431991"} 1.105691e+06 pg_query_sblk_hit{datname="postgres",query="-1567903771303523871"} 1.118428e+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"} 1.302685e+06 pg_query_sblk_hit{datname="postgres",query="-3481586796352513521"} 549116 pg_query_sblk_hit{datname="postgres",query="-3561581858611292661"} 827271 pg_query_sblk_hit{datname="postgres",query="-4013135341694372554"} 15828 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"} 908353 pg_query_sblk_hit{datname="postgres",query="-5177198833890665486"} 274569 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"} 1.2761197e+07 pg_query_sblk_hit{datname="postgres",query="-571986491529085836"} 0 pg_query_sblk_hit{datname="postgres",query="-6324036696618024559"} 9153 pg_query_sblk_hit{datname="postgres",query="-659392855806846005"} 26811 pg_query_sblk_hit{datname="postgres",query="-6647621097204396179"} 338870 pg_query_sblk_hit{datname="postgres",query="-7724675315091666518"} 4536 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"} 923720 pg_query_sblk_hit{datname="postgres",query="-8415353913695631440"} 5256 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"} 3.7828819e+07 pg_query_sblk_hit{datname="postgres",query="2121678415194453056"} 1.998103e+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"} 550537 pg_query_sblk_hit{datname="postgres",query="393550323916470202"} 4.126444e+06 pg_query_sblk_hit{datname="postgres",query="4917684750321049296"} 4.348947e+06 pg_query_sblk_hit{datname="postgres",query="5081739340832322055"} 4.331149e+06 pg_query_sblk_hit{datname="postgres",query="6607318708723431991"} 1.104887e+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"} 2 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"} 2 pg_query_sblk_read{datname="gepvi_eat_db",query="-4149063353820024551"} 0 pg_query_sblk_read{datname="gepvi_eat_db",query="-458988413820240360"} 1 pg_query_sblk_read{datname="gepvi_eat_db",query="-4784788547646613119"} 0 pg_query_sblk_read{datname="gepvi_eat_db",query="-5715475192465128161"} 146 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"} 0 pg_query_sblk_read{datname="gepvi_eat_db",query="-8394789936105279816"} 0 pg_query_sblk_read{datname="gepvi_eat_db",query="-8533974109254859233"} 3 pg_query_sblk_read{datname="gepvi_eat_db",query="-8614649825449602022"} 0 pg_query_sblk_read{datname="gepvi_eat_db",query="-994257967903536850"} 0 pg_query_sblk_read{datname="gepvi_eat_db",query="1081380012885087053"} 0 pg_query_sblk_read{datname="gepvi_eat_db",query="135772982608966502"} 2 pg_query_sblk_read{datname="gepvi_eat_db",query="1842113366287483401"} 191 pg_query_sblk_read{datname="gepvi_eat_db",query="1983118436334682048"} 0 pg_query_sblk_read{datname="gepvi_eat_db",query="2250294303447458804"} 0 pg_query_sblk_read{datname="gepvi_eat_db",query="2505140487204484865"} 58 pg_query_sblk_read{datname="gepvi_eat_db",query="2535106687404675250"} 0 pg_query_sblk_read{datname="gepvi_eat_db",query="2562851877910530907"} 12 pg_query_sblk_read{datname="gepvi_eat_db",query="343553743037098774"} 0 pg_query_sblk_read{datname="gepvi_eat_db",query="393550323916470202"} 2 pg_query_sblk_read{datname="gepvi_eat_db",query="4406795996272465480"} 27 pg_query_sblk_read{datname="gepvi_eat_db",query="4917684750321049296"} 28 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"} 0 pg_query_sblk_read{datname="gepvi_eat_db",query="6607318708723431991"} 0 pg_query_sblk_read{datname="gepvi_eat_db",query="8255156036760666390"} 2 pg_query_sblk_read{datname="gepvi_fin_db",query="-3114151248348423668"} 0 pg_query_sblk_read{datname="gepvi_fin_db",query="-3394742553290663210"} 2 pg_query_sblk_read{datname="gepvi_fin_db",query="-5715475192465128161"} 150 pg_query_sblk_read{datname="gepvi_fin_db",query="-6647621097204396179"} 10 pg_query_sblk_read{datname="gepvi_fin_db",query="-8394789936105279816"} 0 pg_query_sblk_read{datname="gepvi_fin_db",query="-8614649825449602022"} 0 pg_query_sblk_read{datname="gepvi_fin_db",query="1842113366287483401"} 194 pg_query_sblk_read{datname="gepvi_fin_db",query="2562851877910530907"} 10 pg_query_sblk_read{datname="gepvi_fin_db",query="393550323916470202"} 0 pg_query_sblk_read{datname="gepvi_fin_db",query="4917684750321049296"} 36 pg_query_sblk_read{datname="gepvi_fin_db",query="5081739340832322055"} 1 pg_query_sblk_read{datname="gepvi_fin_db",query="6104223848159399923"} 3 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"} 2 pg_query_sblk_read{datname="gepvi_health_db",query="-5715475192465128161"} 106 pg_query_sblk_read{datname="gepvi_health_db",query="-6647621097204396179"} 4 pg_query_sblk_read{datname="gepvi_health_db",query="-8394789936105279816"} 2 pg_query_sblk_read{datname="gepvi_health_db",query="-8614649825449602022"} 0 pg_query_sblk_read{datname="gepvi_health_db",query="1842113366287483401"} 182 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"} 113 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"} 2 pg_query_sblk_read{datname="gepvi_users_db",query="-5715475192465128161"} 137 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"} 194 pg_query_sblk_read{datname="gepvi_users_db",query="2562851877910530907"} 13 pg_query_sblk_read{datname="gepvi_users_db",query="393550323916470202"} 0 pg_query_sblk_read{datname="gepvi_users_db",query="4917684750321049296"} 31 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"} 2 pg_query_sblk_read{datname="omniword",query="-5715475192465128161"} 152 pg_query_sblk_read{datname="omniword",query="-6647621097204396179"} 9 pg_query_sblk_read{datname="omniword",query="-8394789936105279816"} 0 pg_query_sblk_read{datname="omniword",query="-8614649825449602022"} 0 pg_query_sblk_read{datname="omniword",query="1842113366287483401"} 201 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="4684564885041196376"} 1 pg_query_sblk_read{datname="omniword",query="4917684750321049296"} 37 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"} 2 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"} 16 pg_query_sblk_read{datname="postgres",query="-571986491529085836"} 0 pg_query_sblk_read{datname="postgres",query="-6324036696618024559"} 0 pg_query_sblk_read{datname="postgres",query="-659392855806846005"} 0 pg_query_sblk_read{datname="postgres",query="-6647621097204396179"} 1 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"} 168 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"} 8 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="-4784788547646613119"} 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"} 9 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"} 96 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="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="-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"} 77 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="4684564885041196376"} 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"} 37923 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"} 182890 pg_query_wal_bytes{datname="gepvi_eat_db",query="-458988413820240360"} 134 pg_query_wal_bytes{datname="gepvi_eat_db",query="-4784788547646613119"} 0 pg_query_wal_bytes{datname="gepvi_eat_db",query="-5715475192465128161"} 108256 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"} 117118 pg_query_wal_bytes{datname="gepvi_eat_db",query="-8394789936105279816"} 0 pg_query_wal_bytes{datname="gepvi_eat_db",query="-8533974109254859233"} 552012 pg_query_wal_bytes{datname="gepvi_eat_db",query="-8614649825449602022"} 0 pg_query_wal_bytes{datname="gepvi_eat_db",query="-994257967903536850"} 423285 pg_query_wal_bytes{datname="gepvi_eat_db",query="1081380012885087053"} 206037 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"} 1.0110143e+07 pg_query_wal_bytes{datname="gepvi_eat_db",query="2250294303447458804"} 5.988423e+06 pg_query_wal_bytes{datname="gepvi_eat_db",query="2505140487204484865"} 260610 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"} 3.060604e+07 pg_query_wal_bytes{datname="gepvi_eat_db",query="4917684750321049296"} 0 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"} 42522 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="8255156036760666390"} 42200 pg_query_wal_bytes{datname="gepvi_fin_db",query="-3114151248348423668"} 0 pg_query_wal_bytes{datname="gepvi_fin_db",query="-3394742553290663210"} 0 pg_query_wal_bytes{datname="gepvi_fin_db",query="-5715475192465128161"} 294 pg_query_wal_bytes{datname="gepvi_fin_db",query="-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"} 0 pg_query_wal_bytes{datname="gepvi_fin_db",query="5081739340832322055"} 0 pg_query_wal_bytes{datname="gepvi_fin_db",query="6104223848159399923"} 1.882564e+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="4684564885041196376"} 0 pg_query_wal_bytes{datname="omniword",query="4917684750321049296"} 0 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.775770809348862e+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"} 260130 pg_seq_blks_hit{datname="gepvi_eat_db",seqname="gepvi_eat.notifications_id_seq"} 258483 pg_seq_blks_hit{datname="gepvi_eat_db",seqname="gepvi_eat.reports_id_seq"} 258422 pg_seq_blks_hit{datname="gepvi_eat_db",seqname="gepvi_eat.symptoms_id_seq"} 258150 pg_seq_blks_hit{datname="gepvi_eat_db",seqname="gepvi_eat.weight_history_id_seq"} 258184 pg_seq_blks_hit{datname="gepvi_eat_db",seqname="payments.bepaid_products_id_seq"} 238808 pg_seq_blks_hit{datname="gepvi_eat_db",seqname="payments.payments_id_seq"} 238805 pg_seq_blks_hit{datname="gepvi_eat_db",seqname="payments.providers_id_seq"} 238802 pg_seq_blks_hit{datname="gepvi_eat_db",seqname="payments.webhooks_id_seq"} 238809 pg_seq_blks_hit{datname="gepvi_fin_db",seqname="gepvi_fin.webhooks_id_seq"} 256510 pg_seq_blks_hit{datname="gepvi_users_db",seqname="gepvi_users.webhooks_id_seq"} 256852 pg_seq_blks_hit{datname="gepvi_users_db",seqname="gepvi_users.weight_history_id_seq"} 256852 # 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"} 2 pg_seq_blks_read{datname="gepvi_eat_db",seqname="gepvi_eat.notifications_id_seq"} 2 pg_seq_blks_read{datname="gepvi_eat_db",seqname="gepvi_eat.reports_id_seq"} 2 pg_seq_blks_read{datname="gepvi_eat_db",seqname="gepvi_eat.symptoms_id_seq"} 2 pg_seq_blks_read{datname="gepvi_eat_db",seqname="gepvi_eat.weight_history_id_seq"} 2 pg_seq_blks_read{datname="gepvi_eat_db",seqname="payments.bepaid_products_id_seq"} 0 pg_seq_blks_read{datname="gepvi_eat_db",seqname="payments.payments_id_seq"} 0 pg_seq_blks_read{datname="gepvi_eat_db",seqname="payments.providers_id_seq"} 0 pg_seq_blks_read{datname="gepvi_eat_db",seqname="payments.webhooks_id_seq"} 0 pg_seq_blks_read{datname="gepvi_fin_db",seqname="gepvi_fin.webhooks_id_seq"} 2 pg_seq_blks_read{datname="gepvi_users_db",seqname="gepvi_users.webhooks_id_seq"} 2 pg_seq_blks_read{datname="gepvi_users_db",seqname="gepvi_users.weight_history_id_seq"} 2 # 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"} 5884 pg_seq_last_value{datname="gepvi_eat_db",seqname="gepvi_eat.notifications_id_seq"} 771 pg_seq_last_value{datname="gepvi_eat_db",seqname="gepvi_eat.reports_id_seq"} 697 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"} 92 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.6357055e+07 pg_size_bytes{datname="gepvi_fin_db"} 1.6430783e+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.1513241e+07 pg_size_bytes{datname="omniword"} 1.0278591e+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.85876975e+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"} 3 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"} 11606 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"} 26407 # 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"} 2 pg_slru_blks_read{name="multixact_member"} 0 pg_slru_blks_read{name="multixact_offset"} 3 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"} 3 # 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"} 1 pg_slru_blks_written{name="multixact_member"} 0 pg_slru_blks_written{name="multixact_offset"} 2 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"} 2 pg_slru_blks_written{name="transaction"} 3 # HELP pg_slru_blks_zeroed Number of blocks zeroed during initializations # TYPE pg_slru_blks_zeroed counter pg_slru_blks_zeroed{name="commit_timestamp"} 14 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"} 9 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"} 8 pg_slru_flushes{name="multixact_member"} 8 pg_slru_flushes{name="multixact_offset"} 8 pg_slru_flushes{name="notify"} 0 pg_slru_flushes{name="other"} 0 pg_slru_flushes{name="serializable"} 0 pg_slru_flushes{name="subtransaction"} 8 pg_slru_flushes{name="transaction"} 8 # 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"} 7 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 8 # 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"} 9832 pg_table_age{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 32392 pg_table_age{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 11727 pg_table_age{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 11200 pg_table_age{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 11922 pg_table_age{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 32423 pg_table_age{datname="gepvi_eat_db",relname="gepvi_eat.users"} 11200 pg_table_age{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 12335 pg_table_age{datname="gepvi_eat_db",relname="payments.bepaid_products"} 11013 pg_table_age{datname="gepvi_eat_db",relname="payments.payments"} 11013 pg_table_age{datname="gepvi_eat_db",relname="payments.providers"} 11013 pg_table_age{datname="gepvi_eat_db",relname="payments.webhooks"} 11013 pg_table_age{datname="gepvi_eat_db",relname="public.alembic_version"} 32396 pg_table_age{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 31212 pg_table_age{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 31259 pg_table_age{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 31257 pg_table_age{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 31209 pg_table_age{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 31208 pg_table_age{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 31207 pg_table_age{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 31206 pg_table_age{datname="gepvi_fin_db",relname="gepvi_fin.users"} 31247 pg_table_age{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 31245 pg_table_age{datname="gepvi_fin_db",relname="public.alembic_version"} 31215 pg_table_age{datname="gepvi_users_db",relname="gepvi_users.users"} 13450 pg_table_age{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 27728 pg_table_age{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 27723 pg_table_age{datname="gepvi_users_db",relname="public.alembic_version"} 27693 pg_table_age{datname="omniword",relname="omniword.training_sessions"} 26527 pg_table_age{datname="omniword",relname="omniword.user_words"} 26516 pg_table_age{datname="omniword",relname="omniword.users"} 26523 pg_table_age{datname="omniword",relname="omniword.words"} 26514 pg_table_age{datname="omniword",relname="public.alembic_version"} 26519 # 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"} 39 pg_table_autoanalyze_count{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 15 pg_table_autoanalyze_count{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 16 pg_table_autoanalyze_count{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 6 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"} 0 pg_table_autoanalyze_count{datname="gepvi_eat_db",relname="gepvi_eat.users"} 91 pg_table_autoanalyze_count{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 1 pg_table_autoanalyze_count{datname="gepvi_eat_db",relname="payments.bepaid_products"} 0 pg_table_autoanalyze_count{datname="gepvi_eat_db",relname="payments.payments"} 0 pg_table_autoanalyze_count{datname="gepvi_eat_db",relname="payments.providers"} 0 pg_table_autoanalyze_count{datname="gepvi_eat_db",relname="payments.webhooks"} 0 pg_table_autoanalyze_count{datname="gepvi_eat_db",relname="public.alembic_version"} 0 pg_table_autoanalyze_count{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 1 pg_table_autoanalyze_count{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 1 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"} 0 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"} 3 pg_table_autoanalyze_count{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 0 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"} 7 pg_table_autoanalyze_count{datname="omniword",relname="omniword.users"} 0 pg_table_autoanalyze_count{datname="omniword",relname="omniword.words"} 4 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.078 pg_table_autoanalyze_time{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 0.924 pg_table_autoanalyze_time{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 0.083 pg_table_autoanalyze_time{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 0.024 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 pg_table_autoanalyze_time{datname="gepvi_eat_db",relname="gepvi_eat.users"} 0.277 pg_table_autoanalyze_time{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 0.002 pg_table_autoanalyze_time{datname="gepvi_eat_db",relname="payments.bepaid_products"} 0 pg_table_autoanalyze_time{datname="gepvi_eat_db",relname="payments.payments"} 0 pg_table_autoanalyze_time{datname="gepvi_eat_db",relname="payments.providers"} 0 pg_table_autoanalyze_time{datname="gepvi_eat_db",relname="payments.webhooks"} 0 pg_table_autoanalyze_time{datname="gepvi_eat_db",relname="public.alembic_version"} 0 pg_table_autoanalyze_time{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 0.003 pg_table_autoanalyze_time{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 0.002 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 pg_table_autoanalyze_time{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 0 pg_table_autoanalyze_time{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 0.322 pg_table_autoanalyze_time{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 0 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.025 pg_table_autoanalyze_time{datname="omniword",relname="omniword.users"} 0 pg_table_autoanalyze_time{datname="omniword",relname="omniword.words"} 0.033 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"} 11 pg_table_autovacuum_count{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 3 pg_table_autovacuum_count{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 8 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"} 83 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"} 0 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"} 0 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.012 pg_table_autovacuum_time{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 0.11900000000000001 pg_table_autovacuum_time{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 0.011 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.08700000000000001 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 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 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 pg_table_bloat_ratio{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 0.024725274725274724 pg_table_bloat_ratio{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 0.047619047619047616 pg_table_bloat_ratio{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 0.40764331210191085 pg_table_bloat_ratio{datname="gepvi_eat_db",relname="gepvi_eat.users"} 0 pg_table_bloat_ratio{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 0 pg_table_bloat_ratio{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 0 pg_table_bloat_ratio{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 0 pg_table_bloat_ratio{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 0.5 pg_table_bloat_ratio{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 0 pg_table_bloat_ratio{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 0.10846560846560846 pg_table_bloat_ratio{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 0.0297029702970297 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 # 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"} 2.981888e+06 pg_table_bloat_size{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 172032 pg_table_bloat_size{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 1.286144e+06 pg_table_bloat_size{datname="gepvi_eat_db",relname="gepvi_eat.users"} 24576 pg_table_bloat_size{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 8192 pg_table_bloat_size{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 24576 pg_table_bloat_size{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 8192 pg_table_bloat_size{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 16384 pg_table_bloat_size{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 16384 pg_table_bloat_size{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 3.096576e+06 pg_table_bloat_size{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 827392 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"} 49152 pg_table_bloat_size{datname="omniword",relname="omniword.words"} 155648 # 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"} 25148 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"} 23780 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"} 3721 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"} 10282 pg_table_heap_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 121381 pg_table_heap_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 2.545483e+06 pg_table_heap_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 42421 pg_table_heap_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 150 pg_table_heap_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 6164 pg_table_heap_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.users"} 319783 pg_table_heap_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 59 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"} 79 pg_table_heap_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 4648 pg_table_heap_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 703 pg_table_heap_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 1989 pg_table_heap_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 3022 pg_table_heap_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 43 pg_table_heap_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 10860 pg_table_heap_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 6170 pg_table_heap_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.users"} 1523 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"} 437 pg_table_heap_blks_hit{datname="omniword",relname="omniword.user_words"} 6090 pg_table_heap_blks_hit{datname="omniword",relname="omniword.users"} 2249 pg_table_heap_blks_hit{datname="omniword",relname="omniword.words"} 12386 pg_table_heap_blks_hit{datname="omniword",relname="public.alembic_version"} 3 # 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"} 6 pg_table_heap_blks_read{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 340 pg_table_heap_blks_read{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 17 pg_table_heap_blks_read{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 133 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"} 2 pg_table_heap_blks_read{datname="gepvi_eat_db",relname="gepvi_eat.users"} 6 pg_table_heap_blks_read{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 1 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"} 1 pg_table_heap_blks_read{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 6 pg_table_heap_blks_read{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 1 pg_table_heap_blks_read{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 1 pg_table_heap_blks_read{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 3 pg_table_heap_blks_read{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 3 pg_table_heap_blks_read{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 410 pg_table_heap_blks_read{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 110 pg_table_heap_blks_read{datname="gepvi_fin_db",relname="gepvi_fin.users"} 1 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"} 4 pg_table_heap_blks_read{datname="omniword",relname="omniword.user_words"} 7 pg_table_heap_blks_read{datname="omniword",relname="omniword.users"} 1 pg_table_heap_blks_read{datname="omniword",relname="omniword.words"} 10 pg_table_heap_blks_read{datname="omniword",relname="public.alembic_version"} 1 # 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"} 6088 pg_table_idx_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 117777 pg_table_idx_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 4.003119e+06 pg_table_idx_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 15433 pg_table_idx_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 6669 pg_table_idx_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 1934 pg_table_idx_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.users"} 165714 pg_table_idx_blks_hit{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 321 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"} 819074 pg_table_idx_blks_hit{datname="gepvi_eat_db",relname="public.alembic_version"} 64 pg_table_idx_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 379 pg_table_idx_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 188 pg_table_idx_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 369 pg_table_idx_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 2086 pg_table_idx_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 64 pg_table_idx_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 21381 pg_table_idx_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 8290 pg_table_idx_blks_hit{datname="gepvi_fin_db",relname="gepvi_fin.users"} 500 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"} 294 pg_table_idx_blks_hit{datname="omniword",relname="omniword.user_words"} 3793 pg_table_idx_blks_hit{datname="omniword",relname="omniword.users"} 820 pg_table_idx_blks_hit{datname="omniword",relname="omniword.words"} 4041 pg_table_idx_blks_hit{datname="omniword",relname="public.alembic_version"} 3 # 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"} 4 pg_table_idx_blks_read{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 69 pg_table_idx_blks_read{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 12 pg_table_idx_blks_read{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 7 pg_table_idx_blks_read{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 8 pg_table_idx_blks_read{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 6 pg_table_idx_blks_read{datname="gepvi_eat_db",relname="gepvi_eat.users"} 18 pg_table_idx_blks_read{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 6 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"} 4 pg_table_idx_blks_read{datname="gepvi_eat_db",relname="public.alembic_version"} 2 pg_table_idx_blks_read{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 6 pg_table_idx_blks_read{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 8 pg_table_idx_blks_read{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 3 pg_table_idx_blks_read{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 5 pg_table_idx_blks_read{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 4 pg_table_idx_blks_read{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 8 pg_table_idx_blks_read{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 44 pg_table_idx_blks_read{datname="gepvi_fin_db",relname="gepvi_fin.users"} 4 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"} 4 pg_table_idx_blks_read{datname="omniword",relname="omniword.user_words"} 8 pg_table_idx_blks_read{datname="omniword",relname="omniword.users"} 4 pg_table_idx_blks_read{datname="omniword",relname="omniword.words"} 4 pg_table_idx_blks_read{datname="omniword",relname="public.alembic_version"} 1 # 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"} 2271 pg_table_idx_scan{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 42585 pg_table_idx_scan{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 2.655745e+06 pg_table_idx_scan{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 10962 pg_table_idx_scan{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 5013 pg_table_idx_scan{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 46 pg_table_idx_scan{datname="gepvi_eat_db",relname="gepvi_eat.users"} 66167 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"} 793083 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"} 97 pg_table_idx_scan{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 0 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"} 1659 pg_table_idx_scan{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 2 pg_table_idx_scan{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 1299 pg_table_idx_scan{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 2557 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"} 895 pg_table_idx_scan{datname="omniword",relname="omniword.users"} 0 pg_table_idx_scan{datname="omniword",relname="omniword.words"} 2243 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"} 2144 pg_table_idx_tup_fetch{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 184715 pg_table_idx_tup_fetch{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 913974 pg_table_idx_tup_fetch{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 70651 pg_table_idx_tup_fetch{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 217 pg_table_idx_tup_fetch{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 3 pg_table_idx_tup_fetch{datname="gepvi_eat_db",relname="gepvi_eat.users"} 62188 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"} 14572 pg_table_idx_tup_fetch{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 0 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"} 1311 pg_table_idx_tup_fetch{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 2 pg_table_idx_tup_fetch{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 1248 pg_table_idx_tup_fetch{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 49109 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"} 43040 pg_table_idx_tup_fetch{datname="omniword",relname="omniword.users"} 0 pg_table_idx_tup_fetch{datname="omniword",relname="omniword.words"} 764 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"} 37 pg_table_n_dead_tup{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 235 pg_table_n_dead_tup{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 98 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"} 6 pg_table_n_dead_tup{datname="gepvi_eat_db",relname="gepvi_eat.users"} 21 pg_table_n_dead_tup{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 0 pg_table_n_dead_tup{datname="gepvi_eat_db",relname="payments.bepaid_products"} 4 pg_table_n_dead_tup{datname="gepvi_eat_db",relname="payments.payments"} 0 pg_table_n_dead_tup{datname="gepvi_eat_db",relname="payments.providers"} 0 pg_table_n_dead_tup{datname="gepvi_eat_db",relname="payments.webhooks"} 12 pg_table_n_dead_tup{datname="gepvi_eat_db",relname="public.alembic_version"} 7 pg_table_n_dead_tup{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 0 pg_table_n_dead_tup{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 43 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"} 0 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"} 13 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"} 25 pg_table_n_dead_tup{datname="omniword",relname="omniword.users"} 0 pg_table_n_dead_tup{datname="omniword",relname="omniword.words"} 0 pg_table_n_dead_tup{datname="omniword",relname="public.alembic_version"} 0 # HELP pg_table_n_ins_since_vacuum Estimated number of rows inserted since this table was last vacuumed # TYPE pg_table_n_ins_since_vacuum gauge pg_table_n_ins_since_vacuum{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 5 pg_table_n_ins_since_vacuum{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 231 pg_table_n_ins_since_vacuum{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 49 pg_table_n_ins_since_vacuum{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 273 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"} 44 pg_table_n_ins_since_vacuum{datname="gepvi_eat_db",relname="gepvi_eat.users"} 0 pg_table_n_ins_since_vacuum{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 59 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"} 63 pg_table_n_ins_since_vacuum{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 1 pg_table_n_ins_since_vacuum{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 0 pg_table_n_ins_since_vacuum{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 0 pg_table_n_ins_since_vacuum{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 0 pg_table_n_ins_since_vacuum{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 8772 pg_table_n_ins_since_vacuum{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 259 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"} 42 pg_table_n_ins_since_vacuum{datname="omniword",relname="omniword.users"} 0 pg_table_n_ins_since_vacuum{datname="omniword",relname="omniword.words"} 254 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"} 294 pg_table_n_live_tup{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 5685 pg_table_n_live_tup{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 638 pg_table_n_live_tup{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 610 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"} 42 pg_table_n_live_tup{datname="gepvi_eat_db",relname="gepvi_eat.users"} 128 pg_table_n_live_tup{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 92 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"} 206 pg_table_n_live_tup{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 22 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"} 0 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"} 63910 pg_table_n_live_tup{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 257 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"} 392 pg_table_n_live_tup{datname="omniword",relname="omniword.users"} 0 pg_table_n_live_tup{datname="omniword",relname="omniword.words"} 409 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"} 19 pg_table_n_mod_since_analyze{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 222 pg_table_n_mod_since_analyze{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 6 pg_table_n_mod_since_analyze{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 20 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"} 50 pg_table_n_mod_since_analyze{datname="gepvi_eat_db",relname="gepvi_eat.users"} 41 pg_table_n_mod_since_analyze{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 8 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"} 7 pg_table_n_mod_since_analyze{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 13 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"} 1376 pg_table_n_mod_since_analyze{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 280 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"} 55 pg_table_n_mod_since_analyze{datname="omniword",relname="omniword.users"} 0 pg_table_n_mod_since_analyze{datname="omniword",relname="omniword.words"} 14 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"} 95 pg_table_n_tup_del{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 83 pg_table_n_tup_del{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 56 pg_table_n_tup_del{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 29 pg_table_n_tup_del{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 0 pg_table_n_tup_del{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 3 pg_table_n_tup_del{datname="gepvi_eat_db",relname="gepvi_eat.users"} 0 pg_table_n_tup_del{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 0 pg_table_n_tup_del{datname="gepvi_eat_db",relname="payments.bepaid_products"} 3 pg_table_n_tup_del{datname="gepvi_eat_db",relname="payments.payments"} 0 pg_table_n_tup_del{datname="gepvi_eat_db",relname="payments.providers"} 0 pg_table_n_tup_del{datname="gepvi_eat_db",relname="payments.webhooks"} 0 pg_table_n_tup_del{datname="gepvi_eat_db",relname="public.alembic_version"} 0 pg_table_n_tup_del{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 0 pg_table_n_tup_del{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 0 pg_table_n_tup_del{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 0 pg_table_n_tup_del{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 0 pg_table_n_tup_del{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 0 pg_table_n_tup_del{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 0 pg_table_n_tup_del{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 2 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"} 12 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"} 2011 pg_table_n_tup_hot_upd{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 606 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"} 3 pg_table_n_tup_hot_upd{datname="gepvi_eat_db",relname="gepvi_eat.users"} 514 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"} 63 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"} 0 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"} 8 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"} 126 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"} 256 pg_table_n_tup_ins{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 2004 pg_table_n_tup_ins{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 357 pg_table_n_tup_ins{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 295 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"} 44 pg_table_n_tup_ins{datname="gepvi_eat_db",relname="gepvi_eat.users"} 108 pg_table_n_tup_ins{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 59 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"} 63 pg_table_n_tup_ins{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 1 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"} 8772 pg_table_n_tup_ins{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 259 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"} 255 pg_table_n_tup_ins{datname="omniword",relname="omniword.users"} 0 pg_table_n_tup_ins{datname="omniword",relname="omniword.words"} 254 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"} 2365 pg_table_n_tup_mod{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 3766 pg_table_n_tup_mod{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 1125 pg_table_n_tup_mod{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 1041 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"} 50 pg_table_n_tup_mod{datname="gepvi_eat_db",relname="gepvi_eat.users"} 5709 pg_table_n_tup_mod{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 59 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"} 63 pg_table_n_tup_mod{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 64 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"} 0 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"} 8772 pg_table_n_tup_mod{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 280 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"} 480 pg_table_n_tup_mod{datname="omniword",relname="omniword.users"} 0 pg_table_n_tup_mod{datname="omniword",relname="omniword.words"} 254 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"} 154 pg_table_n_tup_newpage_upd{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 33 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"} 50 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"} 3 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"} 2014 pg_table_n_tup_upd{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 1679 pg_table_n_tup_upd{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 712 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"} 3 pg_table_n_tup_upd{datname="gepvi_eat_db",relname="gepvi_eat.users"} 5601 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"} 63 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"} 0 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"} 19 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"} 213 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"} 364 pg_table_pages{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 21 pg_table_pages{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 124 pg_table_pages{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 0 pg_table_pages{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 1 pg_table_pages{datname="gepvi_eat_db",relname="gepvi_eat.users"} 3 pg_table_pages{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 1 pg_table_pages{datname="gepvi_eat_db",relname="payments.bepaid_products"} 1 pg_table_pages{datname="gepvi_eat_db",relname="payments.payments"} 0 pg_table_pages{datname="gepvi_eat_db",relname="payments.providers"} 0 pg_table_pages{datname="gepvi_eat_db",relname="payments.webhooks"} 1 pg_table_pages{datname="gepvi_eat_db",relname="public.alembic_version"} 1 pg_table_pages{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 3 pg_table_pages{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 1 pg_table_pages{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 1 pg_table_pages{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 2 pg_table_pages{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 2 pg_table_pages{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 378 pg_table_pages{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 101 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"} 6 pg_table_pages{datname="omniword",relname="omniword.users"} 1 pg_table_pages{datname="omniword",relname="omniword.words"} 19 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"} 1245 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"} 6065 pg_table_seq_scan{datname="gepvi_eat_db",relname="gepvi_eat.users"} 74720 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"} 66 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"} 448 pg_table_seq_scan{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 1730 pg_table_seq_scan{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 416 pg_table_seq_scan{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 21 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"} 2 pg_table_seq_scan{datname="gepvi_fin_db",relname="gepvi_fin.users"} 1524 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"} 24 pg_table_seq_scan{datname="omniword",relname="omniword.user_words"} 562 pg_table_seq_scan{datname="omniword",relname="omniword.users"} 1892 pg_table_seq_scan{datname="omniword",relname="omniword.words"} 728 pg_table_seq_scan{datname="omniword",relname="public.alembic_version"} 4 # 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"} 274184 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"} 255017 pg_table_seq_tup_read{datname="gepvi_eat_db",relname="gepvi_eat.users"} 7.147705e+06 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"} 66 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"} 9623 pg_table_seq_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 1730 pg_table_seq_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 16186 pg_table_seq_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 3612 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"} 12700 pg_table_seq_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.users"} 1524 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"} 2338 pg_table_seq_tup_read{datname="omniword",relname="omniword.user_words"} 144339 pg_table_seq_tup_read{datname="omniword",relname="omniword.users"} 3427 pg_table_seq_tup_read{datname="omniword",relname="omniword.words"} 198181 pg_table_seq_tup_read{datname="omniword",relname="public.alembic_version"} 4 # 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"} 3.784704e+06 pg_table_size_bytes{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 278528 pg_table_size_bytes{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 1.482752e+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"} 114688 pg_table_size_bytes{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 81920 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"} 4.653056e+06 pg_table_size_bytes{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 1.572864e+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"} 212992 pg_table_size_bytes{datname="omniword",relname="omniword.users"} 81920 pg_table_size_bytes{datname="omniword",relname="omniword.words"} 286720 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"} 696320 pg_table_size_indexsize{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 65536 pg_table_size_indexsize{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 57344 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"} 49152 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.449984e+06 pg_table_size_indexsize{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 606208 pg_table_size_indexsize{datname="gepvi_fin_db",relname="gepvi_fin.users"} 65536 pg_table_size_indexsize{datname="gepvi_fin_db",relname="gepvi_fin.webhooks"} 16384 pg_table_size_indexsize{datname="gepvi_fin_db",relname="monitor.heartbeat"} 8192 pg_table_size_indexsize{datname="gepvi_fin_db",relname="public.alembic_version"} 16384 pg_table_size_indexsize{datname="gepvi_health_db",relname="monitor.heartbeat"} 8192 pg_table_size_indexsize{datname="gepvi_users_db",relname="gepvi_users.users"} 81920 pg_table_size_indexsize{datname="gepvi_users_db",relname="gepvi_users.webhooks"} 16384 pg_table_size_indexsize{datname="gepvi_users_db",relname="gepvi_users.weight_history"} 49152 pg_table_size_indexsize{datname="gepvi_users_db",relname="monitor.heartbeat"} 8192 pg_table_size_indexsize{datname="gepvi_users_db",relname="public.alembic_version"} 16384 pg_table_size_indexsize{datname="omniword",relname="monitor.heartbeat"} 8192 pg_table_size_indexsize{datname="omniword",relname="omniword.training_sessions"} 32768 pg_table_size_indexsize{datname="omniword",relname="omniword.user_words"} 122880 pg_table_size_indexsize{datname="omniword",relname="omniword.users"} 65536 pg_table_size_indexsize{datname="omniword",relname="omniword.words"} 81920 pg_table_size_indexsize{datname="omniword",relname="public.alembic_version"} 16384 pg_table_size_indexsize{datname="postgres",relname="monitor.heartbeat"} 8192 # HELP pg_table_size_relsize Bytes of this table itself (main # TYPE pg_table_size_relsize gauge pg_table_size_relsize{datname="gepvi_eat_db",relname="gepvi_eat.ai_requests_daily"} 24576 pg_table_size_relsize{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 3.047424e+06 pg_table_size_relsize{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 172032 pg_table_size_relsize{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 1.015808e+06 pg_table_size_relsize{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 8192 pg_table_size_relsize{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 8192 pg_table_size_relsize{datname="gepvi_eat_db",relname="gepvi_eat.users"} 24576 pg_table_size_relsize{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 8192 pg_table_size_relsize{datname="gepvi_eat_db",relname="monitor.heartbeat"} 0 pg_table_size_relsize{datname="gepvi_eat_db",relname="payments.bepaid_products"} 8192 pg_table_size_relsize{datname="gepvi_eat_db",relname="payments.payments"} 8192 pg_table_size_relsize{datname="gepvi_eat_db",relname="payments.providers"} 8192 pg_table_size_relsize{datname="gepvi_eat_db",relname="payments.webhooks"} 24576 pg_table_size_relsize{datname="gepvi_eat_db",relname="public.alembic_version"} 8192 pg_table_size_relsize{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 24576 pg_table_size_relsize{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 8192 pg_table_size_relsize{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 8192 pg_table_size_relsize{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 16384 pg_table_size_relsize{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 16384 pg_table_size_relsize{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 3.170304e+06 pg_table_size_relsize{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 925696 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"} 49152 pg_table_size_relsize{datname="omniword",relname="omniword.users"} 8192 pg_table_size_relsize{datname="omniword",relname="omniword.words"} 163840 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"} 376832 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"} 3516 pg_table_tbl_scan{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 42591 pg_table_tbl_scan{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 2.655793e+06 pg_table_tbl_scan{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 10990 pg_table_tbl_scan{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 5013 pg_table_tbl_scan{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 6111 pg_table_tbl_scan{datname="gepvi_eat_db",relname="gepvi_eat.users"} 140887 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"} 794072 pg_table_tbl_scan{datname="gepvi_eat_db",relname="public.alembic_version"} 66 pg_table_tbl_scan{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 97 pg_table_tbl_scan{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 448 pg_table_tbl_scan{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 1730 pg_table_tbl_scan{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 2075 pg_table_tbl_scan{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 23 pg_table_tbl_scan{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 1299 pg_table_tbl_scan{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 2559 pg_table_tbl_scan{datname="gepvi_fin_db",relname="gepvi_fin.users"} 1524 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"} 24 pg_table_tbl_scan{datname="omniword",relname="omniword.user_words"} 1457 pg_table_tbl_scan{datname="omniword",relname="omniword.users"} 1892 pg_table_tbl_scan{datname="omniword",relname="omniword.words"} 2971 pg_table_tbl_scan{datname="omniword",relname="public.alembic_version"} 4 # 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"} 276328 pg_table_tup_read{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 187721 pg_table_tup_read{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 930943 pg_table_tup_read{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 81586 pg_table_tup_read{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} 217 pg_table_tup_read{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 255020 pg_table_tup_read{datname="gepvi_eat_db",relname="gepvi_eat.users"} 7.209893e+06 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"} 66 pg_table_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 14572 pg_table_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 9623 pg_table_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.budgets"} 1730 pg_table_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.categories"} 17497 pg_table_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.currencies"} 3614 pg_table_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.exchange_rates"} 1248 pg_table_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 61809 pg_table_tup_read{datname="gepvi_fin_db",relname="gepvi_fin.users"} 1524 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"} 2338 pg_table_tup_read{datname="omniword",relname="omniword.user_words"} 187379 pg_table_tup_read{datname="omniword",relname="omniword.users"} 3427 pg_table_tup_read{datname="omniword",relname="omniword.words"} 198945 pg_table_tup_read{datname="omniword",relname="public.alembic_version"} 4 # 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"} 297 pg_table_tuples{datname="gepvi_eat_db",relname="gepvi_eat.meals"} 5610 pg_table_tuples{datname="gepvi_eat_db",relname="gepvi_eat.notifications"} 636 pg_table_tuples{datname="gepvi_eat_db",relname="gepvi_eat.reports"} 590 pg_table_tuples{datname="gepvi_eat_db",relname="gepvi_eat.symptoms"} -1 pg_table_tuples{datname="gepvi_eat_db",relname="gepvi_eat.user_goals"} 8 pg_table_tuples{datname="gepvi_eat_db",relname="gepvi_eat.users"} 128 pg_table_tuples{datname="gepvi_eat_db",relname="gepvi_eat.weight_history"} 84 pg_table_tuples{datname="gepvi_eat_db",relname="payments.bepaid_products"} 1 pg_table_tuples{datname="gepvi_eat_db",relname="payments.payments"} -1 pg_table_tuples{datname="gepvi_eat_db",relname="payments.providers"} -1 pg_table_tuples{datname="gepvi_eat_db",relname="payments.webhooks"} 1 pg_table_tuples{datname="gepvi_eat_db",relname="public.alembic_version"} 1 pg_table_tuples{datname="gepvi_fin_db",relname="gepvi_fin.balance_history"} 199 pg_table_tuples{datname="gepvi_fin_db",relname="gepvi_fin.balances"} 22 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"} 62534 pg_table_tuples{datname="gepvi_fin_db",relname="gepvi_fin.transactions"} 6068 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"} 367 pg_table_tuples{datname="omniword",relname="omniword.users"} 2 pg_table_tuples{datname="omniword",relname="omniword.words"} 395 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 6 # HELP pg_timestamp current database timestamp in unix epoch # TYPE pg_timestamp gauge pg_timestamp 1.780106117695633e+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 4.335307789381e+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_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 0 # HELP pg_wal_bytes Total amount of WAL generated in bytes # TYPE pg_wal_bytes counter pg_wal_bytes 1.11994431e+08 # HELP pg_wal_fpi Total number of WAL full page images generated # TYPE pg_wal_fpi counter pg_wal_fpi 17509 # HELP pg_wal_records Total number of WAL records generated # TYPE pg_wal_records counter pg_wal_records 153789 # 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 7.683964928e+10 # HELP pg_xact_xmax First as-yet-unassigned txid. txid >= this are invisible. # TYPE pg_xact_xmax counter pg_xact_xmax 34980 # HELP pg_xact_xmin Earliest txid that is still active # TYPE pg_xact_xmin counter pg_xact_xmin 34980 # 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 34571.84 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524287 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 4.55108551113e+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 4.54940273749e+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.0824064e+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.77577080182e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.30408448e+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"} 433540 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0