# 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"} 6.9538e-05 go_gc_duration_seconds{quantile="0.25"} 0.000103188 go_gc_duration_seconds{quantile="0.5"} 0.000128205 go_gc_duration_seconds{quantile="0.75"} 0.000179387 go_gc_duration_seconds{quantile="1"} 0.096135717 go_gc_duration_seconds_sum 5.73225781 go_gc_duration_seconds_count 1460 # 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 22 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.26.5"} 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 1.0793544e+07 # 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 7.090301e+09 # 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.444538e+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 1.2579573e+08 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.399936e+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 1.0793544e+07 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 6.864896e+06 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 1.3320192e+07 # HELP go_memstats_heap_objects Number of currently allocated objects. Equals to /gc/heap/objects:objects. # TYPE go_memstats_heap_objects gauge go_memstats_heap_objects 189460 # 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 4.415488e+06 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 2.0185088e+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.7875270046377547e+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 1.2598519e+08 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 4592 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 16072 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 233120 # 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 310080 # 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.481881e+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 508758 # 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 786432 # 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 786432 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 2.6650904e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads. # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 2 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 8 # HELP pg_activity_count Count of connection among (datname # TYPE pg_activity_count gauge pg_activity_count{datname="patumba",state="active"} 0 pg_activity_count{datname="patumba",state="disabled"} 0 pg_activity_count{datname="patumba",state="fastpath function call"} 0 pg_activity_count{datname="patumba",state="idle"} 1 pg_activity_count{datname="patumba",state="idle in transaction"} 0 pg_activity_count{datname="patumba",state="idle in transaction (aborted)"} 0 pg_activity_count{datname="patumba_airtel",state="active"} 0 pg_activity_count{datname="patumba_airtel",state="disabled"} 0 pg_activity_count{datname="patumba_airtel",state="fastpath function call"} 0 pg_activity_count{datname="patumba_airtel",state="idle"} 1 pg_activity_count{datname="patumba_airtel",state="idle in transaction"} 0 pg_activity_count{datname="patumba_airtel",state="idle in transaction (aborted)"} 0 pg_activity_count{datname="patumba_mtn",state="active"} 0 pg_activity_count{datname="patumba_mtn",state="disabled"} 0 pg_activity_count{datname="patumba_mtn",state="fastpath function call"} 0 pg_activity_count{datname="patumba_mtn",state="idle"} 1 pg_activity_count{datname="patumba_mtn",state="idle in transaction"} 0 pg_activity_count{datname="patumba_mtn",state="idle in transaction (aborted)"} 0 pg_activity_count{datname="patumba_zamtel",state="active"} 0 pg_activity_count{datname="patumba_zamtel",state="disabled"} 0 pg_activity_count{datname="patumba_zamtel",state="fastpath function call"} 0 pg_activity_count{datname="patumba_zamtel",state="idle"} 1 pg_activity_count{datname="patumba_zamtel",state="idle in transaction"} 0 pg_activity_count{datname="patumba_zamtel",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="patumba",state="active"} 0 pg_activity_max_conn_duration{datname="patumba",state="disabled"} 0 pg_activity_max_conn_duration{datname="patumba",state="fastpath function call"} 0 pg_activity_max_conn_duration{datname="patumba",state="idle"} 59.906381 pg_activity_max_conn_duration{datname="patumba",state="idle in transaction"} 0 pg_activity_max_conn_duration{datname="patumba",state="idle in transaction (aborted)"} 0 pg_activity_max_conn_duration{datname="patumba_airtel",state="active"} 0 pg_activity_max_conn_duration{datname="patumba_airtel",state="disabled"} 0 pg_activity_max_conn_duration{datname="patumba_airtel",state="fastpath function call"} 0 pg_activity_max_conn_duration{datname="patumba_airtel",state="idle"} 9.890579 pg_activity_max_conn_duration{datname="patumba_airtel",state="idle in transaction"} 0 pg_activity_max_conn_duration{datname="patumba_airtel",state="idle in transaction (aborted)"} 0 pg_activity_max_conn_duration{datname="patumba_mtn",state="active"} 0 pg_activity_max_conn_duration{datname="patumba_mtn",state="disabled"} 0 pg_activity_max_conn_duration{datname="patumba_mtn",state="fastpath function call"} 0 pg_activity_max_conn_duration{datname="patumba_mtn",state="idle"} 19.815033 pg_activity_max_conn_duration{datname="patumba_mtn",state="idle in transaction"} 0 pg_activity_max_conn_duration{datname="patumba_mtn",state="idle in transaction (aborted)"} 0 pg_activity_max_conn_duration{datname="patumba_zamtel",state="active"} 0 pg_activity_max_conn_duration{datname="patumba_zamtel",state="disabled"} 0 pg_activity_max_conn_duration{datname="patumba_zamtel",state="fastpath function call"} 0 pg_activity_max_conn_duration{datname="patumba_zamtel",state="idle"} 59.813951 pg_activity_max_conn_duration{datname="patumba_zamtel",state="idle in transaction"} 0 pg_activity_max_conn_duration{datname="patumba_zamtel",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"} 13861.678099 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="patumba",state="active"} 0 pg_activity_max_duration{datname="patumba",state="disabled"} 0 pg_activity_max_duration{datname="patumba",state="fastpath function call"} 0 pg_activity_max_duration{datname="patumba",state="idle"} 9.906991 pg_activity_max_duration{datname="patumba",state="idle in transaction"} 0 pg_activity_max_duration{datname="patumba",state="idle in transaction (aborted)"} 0 pg_activity_max_duration{datname="patumba_airtel",state="active"} 0 pg_activity_max_duration{datname="patumba_airtel",state="disabled"} 0 pg_activity_max_duration{datname="patumba_airtel",state="fastpath function call"} 0 pg_activity_max_duration{datname="patumba_airtel",state="idle"} 9.778353 pg_activity_max_duration{datname="patumba_airtel",state="idle in transaction"} 0 pg_activity_max_duration{datname="patumba_airtel",state="idle in transaction (aborted)"} 0 pg_activity_max_duration{datname="patumba_mtn",state="active"} 0 pg_activity_max_duration{datname="patumba_mtn",state="disabled"} 0 pg_activity_max_duration{datname="patumba_mtn",state="fastpath function call"} 0 pg_activity_max_duration{datname="patumba_mtn",state="idle"} 9.709015 pg_activity_max_duration{datname="patumba_mtn",state="idle in transaction"} 0 pg_activity_max_duration{datname="patumba_mtn",state="idle in transaction (aborted)"} 0 pg_activity_max_duration{datname="patumba_zamtel",state="active"} 0 pg_activity_max_duration{datname="patumba_zamtel",state="disabled"} 0 pg_activity_max_duration{datname="patumba_zamtel",state="fastpath function call"} 0 pg_activity_max_duration{datname="patumba_zamtel",state="idle"} 9.892007 pg_activity_max_duration{datname="patumba_zamtel",state="idle in transaction"} 0 pg_activity_max_duration{datname="patumba_zamtel",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"} 3.386049 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="patumba",state="active"} 0 pg_activity_max_tx_duration{datname="patumba",state="disabled"} 0 pg_activity_max_tx_duration{datname="patumba",state="fastpath function call"} 0 pg_activity_max_tx_duration{datname="patumba",state="idle"} 0 pg_activity_max_tx_duration{datname="patumba",state="idle in transaction"} 0 pg_activity_max_tx_duration{datname="patumba",state="idle in transaction (aborted)"} 0 pg_activity_max_tx_duration{datname="patumba_airtel",state="active"} 0 pg_activity_max_tx_duration{datname="patumba_airtel",state="disabled"} 0 pg_activity_max_tx_duration{datname="patumba_airtel",state="fastpath function call"} 0 pg_activity_max_tx_duration{datname="patumba_airtel",state="idle"} 0 pg_activity_max_tx_duration{datname="patumba_airtel",state="idle in transaction"} 0 pg_activity_max_tx_duration{datname="patumba_airtel",state="idle in transaction (aborted)"} 0 pg_activity_max_tx_duration{datname="patumba_mtn",state="active"} 0 pg_activity_max_tx_duration{datname="patumba_mtn",state="disabled"} 0 pg_activity_max_tx_duration{datname="patumba_mtn",state="fastpath function call"} 0 pg_activity_max_tx_duration{datname="patumba_mtn",state="idle"} 0 pg_activity_max_tx_duration{datname="patumba_mtn",state="idle in transaction"} 0 pg_activity_max_tx_duration{datname="patumba_mtn",state="idle in transaction (aborted)"} 0 pg_activity_max_tx_duration{datname="patumba_zamtel",state="active"} 0 pg_activity_max_tx_duration{datname="patumba_zamtel",state="disabled"} 0 pg_activity_max_tx_duration{datname="patumba_zamtel",state="fastpath function call"} 0 pg_activity_max_tx_duration{datname="patumba_zamtel",state="idle"} 0 pg_activity_max_tx_duration{datname="patumba_zamtel",state="idle in transaction"} 0 pg_activity_max_tx_duration{datname="patumba_zamtel",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 0 # HELP pg_archiver_failed_time Time of the last failed archival operation # TYPE pg_archiver_failed_time gauge pg_archiver_failed_time NaN # HELP pg_archiver_finish_count Number of WAL files that have been successfully archived # TYPE pg_archiver_finish_count counter pg_archiver_finish_count 0 # HELP pg_archiver_finish_time Time of the last successful archive operation # TYPE pg_archiver_finish_time gauge pg_archiver_finish_time NaN # HELP pg_archiver_reset_time Time at which archive statistics were last reset # TYPE pg_archiver_reset_time gauge pg_archiver_reset_time 1.787513142212742e+09 # HELP pg_backend_count Database backend process count by backend_type # TYPE pg_backend_count gauge pg_backend_count{type="background writer"} 1 pg_backend_count{type="checkpointer"} 1 pg_backend_count{type="client backend"} 7 pg_backend_count{type="io worker"} 3 pg_backend_count{type="slotsync worker"} 1 pg_backend_count{type="startup"} 1 pg_backend_count{type="walreceiver"} 1 # HELP pg_bgwriter_buffers_alloc Number of buffers allocated # TYPE pg_bgwriter_buffers_alloc counter pg_bgwriter_buffers_alloc 5.046895e+06 # HELP pg_bgwriter_buffers_clean Number of buffers written by the background writer # TYPE pg_bgwriter_buffers_clean counter pg_bgwriter_buffers_clean 3.869475e+06 # 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.787513142212742e+09 # HELP pg_boot_time postmaster boot timestamp in unix epoch # TYPE pg_boot_time gauge pg_boot_time 1.787513142147629e+09 # HELP pg_checkpoint_checkpoint_lsn Latest checkpoint location # TYPE pg_checkpoint_checkpoint_lsn counter pg_checkpoint_checkpoint_lsn 2.640566884e+10 # HELP pg_checkpoint_elapse Seconds elapsed since latest checkpoint in seconds # TYPE pg_checkpoint_elapse gauge pg_checkpoint_elapse 5561.651257 # 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 2476 # 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 24577 # HELP pg_checkpoint_next_xid Latest checkpoint's NextXID xid # TYPE pg_checkpoint_next_xid counter pg_checkpoint_next_xid 2478 # 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 2477 # 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 1 # HELP pg_checkpoint_redo_lsn Latest checkpoint's REDO location # TYPE pg_checkpoint_redo_lsn counter pg_checkpoint_redo_lsn 2.6405668752e+10 # HELP pg_checkpoint_time Time of latest checkpoint # TYPE pg_checkpoint_time counter pg_checkpoint_time 1.787521433e+09 # HELP pg_checkpoint_tli Latest checkpoint's TimeLineID # TYPE pg_checkpoint_tli counter pg_checkpoint_tli 1 # HELP pg_checkpointer_buffers_written Number of buffers written during checkpoints and restartpoints # TYPE pg_checkpointer_buffers_written counter pg_checkpointer_buffers_written 605913 # HELP pg_checkpointer_done Number of checkpoints that have been performed # TYPE pg_checkpointer_done counter pg_checkpointer_done 0 # HELP pg_checkpointer_req Number of requested checkpoints that have been performed # TYPE pg_checkpointer_req counter pg_checkpointer_req 0 # HELP pg_checkpointer_reset_time Time at which checkpointer statistics were last reset # TYPE pg_checkpointer_reset_time gauge pg_checkpointer_reset_time 1.787513142212742e+09 # HELP pg_checkpointer_restartpoints_done Number of restartpoints that have been performed # TYPE pg_checkpointer_restartpoints_done counter pg_checkpointer_restartpoints_done 6 # HELP pg_checkpointer_restartpoints_req Number of requested restartpoints # TYPE pg_checkpointer_restartpoints_req counter pg_checkpointer_restartpoints_req 26 # 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 503 # HELP pg_checkpointer_slru_written Number of SLRU buffers written during checkpoints and restartpoints # TYPE pg_checkpointer_slru_written counter pg_checkpointer_slru_written 13 # 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 0.27 # HELP pg_checkpointer_timed Number of scheduled checkpoints that have been performed # TYPE pg_checkpointer_timed counter pg_checkpointer_timed 0 # 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 4273.472 # HELP pg_conf_reload_time seconds since last configuration reload # TYPE pg_conf_reload_time gauge pg_conf_reload_time 13855.215725 # HELP pg_db_active_time Time spent executing SQL statements in this database # TYPE pg_db_active_time counter pg_db_active_time{datname="patumba"} 1.822386 pg_db_active_time{datname="patumba_airtel"} 26.72266 pg_db_active_time{datname="patumba_mtn"} 15.712561 pg_db_active_time{datname="patumba_zamtel"} 13.521807 pg_db_active_time{datname="postgres"} 34.802627 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="patumba"} 1760 pg_db_age{datname="patumba_airtel"} 1760 pg_db_age{datname="patumba_mtn"} 1760 pg_db_age{datname="patumba_zamtel"} 1760 pg_db_age{datname="postgres"} 1760 pg_db_age{datname="template0"} 1760 pg_db_age{datname="template1"} 1760 # 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="patumba"} 1 pg_db_allow_conn{datname="patumba_airtel"} 1 pg_db_allow_conn{datname="patumba_mtn"} 1 pg_db_allow_conn{datname="patumba_zamtel"} 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="patumba"} 0 pg_db_blk_read_time{datname="patumba_airtel"} 0.000412 pg_db_blk_read_time{datname="patumba_mtn"} 0 pg_db_blk_read_time{datname="patumba_zamtel"} 0 pg_db_blk_read_time{datname="postgres"} 0.011082000000000002 pg_db_blk_read_time{datname="template0"} 0 pg_db_blk_read_time{datname="template1"} 0 # 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="patumba"} 0 pg_db_blk_write_time{datname="patumba_airtel"} 0 pg_db_blk_write_time{datname="patumba_mtn"} 0 pg_db_blk_write_time{datname="patumba_zamtel"} 0 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="patumba"} 177151 pg_db_blks_access{datname="patumba_airtel"} 1.21907e+06 pg_db_blks_access{datname="patumba_mtn"} 1.241025e+06 pg_db_blks_access{datname="patumba_zamtel"} 1.248845e+06 pg_db_blks_access{datname="postgres"} 1.240478e+06 pg_db_blks_access{datname="template0"} 0 pg_db_blks_access{datname="template1"} 0 # 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="patumba"} 177151 pg_db_blks_hit{datname="patumba_airtel"} 1.219069e+06 pg_db_blks_hit{datname="patumba_mtn"} 1.241025e+06 pg_db_blks_hit{datname="patumba_zamtel"} 1.248845e+06 pg_db_blks_hit{datname="postgres"} 1.240132e+06 pg_db_blks_hit{datname="template0"} 0 pg_db_blks_hit{datname="template1"} 0 # HELP pg_db_blks_read Number of disk blocks read in this database # TYPE pg_db_blks_read counter pg_db_blks_read{datname="patumba"} 0 pg_db_blks_read{datname="patumba_airtel"} 1 pg_db_blks_read{datname="patumba_mtn"} 0 pg_db_blks_read{datname="patumba_zamtel"} 0 pg_db_blks_read{datname="postgres"} 346 pg_db_blks_read{datname="template0"} 0 pg_db_blks_read{datname="template1"} 0 # 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="patumba"} NaN pg_db_cks_fail_time{datname="patumba_airtel"} NaN pg_db_cks_fail_time{datname="patumba_mtn"} NaN pg_db_cks_fail_time{datname="patumba_zamtel"} 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="patumba"} 0 pg_db_cks_fails{datname="patumba_airtel"} 0 pg_db_cks_fails{datname="patumba_mtn"} 0 pg_db_cks_fails{datname="patumba_zamtel"} 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_confl_confl_active_logicalslot Number of uses of logical slots in this database that have been canceled due to old snapshots or too low a wal_level on the primary # TYPE pg_db_confl_confl_active_logicalslot counter pg_db_confl_confl_active_logicalslot{datname="patumba"} 0 pg_db_confl_confl_active_logicalslot{datname="patumba_airtel"} 0 pg_db_confl_confl_active_logicalslot{datname="patumba_mtn"} 0 pg_db_confl_confl_active_logicalslot{datname="patumba_zamtel"} 0 pg_db_confl_confl_active_logicalslot{datname="postgres"} 0 pg_db_confl_confl_active_logicalslot{datname="template0"} 0 pg_db_confl_confl_active_logicalslot{datname="template1"} 0 # HELP pg_db_confl_confl_bufferpin Number of queries in this database that have been canceled due to pinned buffers # TYPE pg_db_confl_confl_bufferpin counter pg_db_confl_confl_bufferpin{datname="patumba"} 0 pg_db_confl_confl_bufferpin{datname="patumba_airtel"} 0 pg_db_confl_confl_bufferpin{datname="patumba_mtn"} 0 pg_db_confl_confl_bufferpin{datname="patumba_zamtel"} 0 pg_db_confl_confl_bufferpin{datname="postgres"} 0 pg_db_confl_confl_bufferpin{datname="template0"} 0 pg_db_confl_confl_bufferpin{datname="template1"} 0 # HELP pg_db_confl_confl_deadlock Number of queries in this database that have been canceled due to deadlocks # TYPE pg_db_confl_confl_deadlock counter pg_db_confl_confl_deadlock{datname="patumba"} 0 pg_db_confl_confl_deadlock{datname="patumba_airtel"} 0 pg_db_confl_confl_deadlock{datname="patumba_mtn"} 0 pg_db_confl_confl_deadlock{datname="patumba_zamtel"} 0 pg_db_confl_confl_deadlock{datname="postgres"} 0 pg_db_confl_confl_deadlock{datname="template0"} 0 pg_db_confl_confl_deadlock{datname="template1"} 0 # HELP pg_db_confl_confl_lock Number of queries in this database that have been canceled due to lock timeouts # TYPE pg_db_confl_confl_lock counter pg_db_confl_confl_lock{datname="patumba"} 0 pg_db_confl_confl_lock{datname="patumba_airtel"} 0 pg_db_confl_confl_lock{datname="patumba_mtn"} 0 pg_db_confl_confl_lock{datname="patumba_zamtel"} 0 pg_db_confl_confl_lock{datname="postgres"} 0 pg_db_confl_confl_lock{datname="template0"} 0 pg_db_confl_confl_lock{datname="template1"} 0 # HELP pg_db_confl_confl_snapshot Number of queries in this database that have been canceled due to old snapshots # TYPE pg_db_confl_confl_snapshot counter pg_db_confl_confl_snapshot{datname="patumba"} 0 pg_db_confl_confl_snapshot{datname="patumba_airtel"} 0 pg_db_confl_confl_snapshot{datname="patumba_mtn"} 0 pg_db_confl_confl_snapshot{datname="patumba_zamtel"} 0 pg_db_confl_confl_snapshot{datname="postgres"} 0 pg_db_confl_confl_snapshot{datname="template0"} 0 pg_db_confl_confl_snapshot{datname="template1"} 0 # HELP pg_db_confl_confl_tablespace Number of queries in this database that have been canceled due to dropped tablespaces # TYPE pg_db_confl_confl_tablespace counter pg_db_confl_confl_tablespace{datname="patumba"} 0 pg_db_confl_confl_tablespace{datname="patumba_airtel"} 0 pg_db_confl_confl_tablespace{datname="patumba_mtn"} 0 pg_db_confl_confl_tablespace{datname="patumba_zamtel"} 0 pg_db_confl_confl_tablespace{datname="postgres"} 0 pg_db_confl_confl_tablespace{datname="template0"} 0 pg_db_confl_confl_tablespace{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="patumba"} 0 pg_db_conflicts{datname="patumba_airtel"} 0 pg_db_conflicts{datname="patumba_mtn"} 0 pg_db_conflicts{datname="patumba_zamtel"} 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="patumba"} -1 pg_db_conn_limit{datname="patumba_airtel"} -1 pg_db_conn_limit{datname="patumba_mtn"} -1 pg_db_conn_limit{datname="patumba_zamtel"} -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="patumba"} 23221 pg_db_datid{datname="patumba_airtel"} 19761 pg_db_datid{datname="patumba_mtn"} 19759 pg_db_datid{datname="patumba_zamtel"} 19760 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="patumba"} 0 pg_db_deadlocks{datname="patumba_airtel"} 0 pg_db_deadlocks{datname="patumba_mtn"} 0 pg_db_deadlocks{datname="patumba_zamtel"} 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="patumba"} 744 pg_db_frozen_xid{datname="patumba_airtel"} 744 pg_db_frozen_xid{datname="patumba_mtn"} 744 pg_db_frozen_xid{datname="patumba_zamtel"} 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="patumba"} 0 pg_db_is_template{datname="patumba_airtel"} 0 pg_db_is_template{datname="patumba_mtn"} 0 pg_db_is_template{datname="patumba_zamtel"} 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="patumba"} 0 pg_db_ixact_time{datname="patumba_airtel"} 0 pg_db_ixact_time{datname="patumba_mtn"} 0 pg_db_ixact_time{datname="patumba_zamtel"} 0 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="patumba"} 1 pg_db_numbackends{datname="patumba_airtel"} 1 pg_db_numbackends{datname="patumba_mtn"} 1 pg_db_numbackends{datname="patumba_zamtel"} 1 pg_db_numbackends{datname="postgres"} 4 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="patumba"} 0 pg_db_parallel_workers_launched{datname="patumba_airtel"} 0 pg_db_parallel_workers_launched{datname="patumba_mtn"} 0 pg_db_parallel_workers_launched{datname="patumba_zamtel"} 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="patumba"} 0 pg_db_parallel_workers_to_launch{datname="patumba_airtel"} 0 pg_db_parallel_workers_to_launch{datname="patumba_mtn"} 0 pg_db_parallel_workers_to_launch{datname="patumba_zamtel"} 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="patumba"} NaN pg_db_reset_time{datname="patumba_airtel"} NaN pg_db_reset_time{datname="patumba_mtn"} NaN pg_db_reset_time{datname="patumba_zamtel"} 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="patumba"} 1656.5600430000002 pg_db_session_time{datname="patumba_airtel"} 11715.801944 pg_db_session_time{datname="patumba_mtn"} 11730.900158 pg_db_session_time{datname="patumba_zamtel"} 11633.313639 pg_db_session_time{datname="postgres"} 13707.047673000001 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="patumba"} 27 pg_db_sessions{datname="patumba_airtel"} 199 pg_db_sessions{datname="patumba_mtn"} 196 pg_db_sessions{datname="patumba_zamtel"} 194 pg_db_sessions{datname="postgres"} 242 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="patumba"} 0 pg_db_sessions_abandoned{datname="patumba_airtel"} 0 pg_db_sessions_abandoned{datname="patumba_mtn"} 0 pg_db_sessions_abandoned{datname="patumba_zamtel"} 0 pg_db_sessions_abandoned{datname="postgres"} 0 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="patumba"} 0 pg_db_sessions_fatal{datname="patumba_airtel"} 0 pg_db_sessions_fatal{datname="patumba_mtn"} 0 pg_db_sessions_fatal{datname="patumba_zamtel"} 0 pg_db_sessions_fatal{datname="postgres"} 0 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="patumba"} 0 pg_db_sessions_killed{datname="patumba_airtel"} 0 pg_db_sessions_killed{datname="patumba_mtn"} 0 pg_db_sessions_killed{datname="patumba_zamtel"} 0 pg_db_sessions_killed{datname="postgres"} 0 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="patumba"} 0 pg_db_temp_bytes{datname="patumba_airtel"} 0 pg_db_temp_bytes{datname="patumba_mtn"} 0 pg_db_temp_bytes{datname="patumba_zamtel"} 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="patumba"} 0 pg_db_temp_files{datname="patumba_airtel"} 0 pg_db_temp_files{datname="patumba_mtn"} 0 pg_db_temp_files{datname="patumba_zamtel"} 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="patumba"} 0 pg_db_tup_deleted{datname="patumba_airtel"} 0 pg_db_tup_deleted{datname="patumba_mtn"} 0 pg_db_tup_deleted{datname="patumba_zamtel"} 0 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="patumba"} 81878 pg_db_tup_fetched{datname="patumba_airtel"} 555319 pg_db_tup_fetched{datname="patumba_mtn"} 562603 pg_db_tup_fetched{datname="patumba_zamtel"} 565817 pg_db_tup_fetched{datname="postgres"} 649104 pg_db_tup_fetched{datname="template0"} 0 pg_db_tup_fetched{datname="template1"} 0 # 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="patumba"} 0 pg_db_tup_inserted{datname="patumba_airtel"} 0 pg_db_tup_inserted{datname="patumba_mtn"} 0 pg_db_tup_inserted{datname="patumba_zamtel"} 0 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="patumba"} 0 pg_db_tup_modified{datname="patumba_airtel"} 0 pg_db_tup_modified{datname="patumba_mtn"} 0 pg_db_tup_modified{datname="patumba_zamtel"} 0 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="patumba"} 802527 pg_db_tup_returned{datname="patumba_airtel"} 6.237943e+06 pg_db_tup_returned{datname="patumba_mtn"} 6.280415e+06 pg_db_tup_returned{datname="patumba_zamtel"} 6.276513e+06 pg_db_tup_returned{datname="postgres"} 5.173155e+06 pg_db_tup_returned{datname="template0"} 0 pg_db_tup_returned{datname="template1"} 0 # 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="patumba"} 0 pg_db_tup_updated{datname="patumba_airtel"} 0 pg_db_tup_updated{datname="patumba_mtn"} 0 pg_db_tup_updated{datname="patumba_zamtel"} 0 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="patumba"} 1303 pg_db_xact_commit{datname="patumba_airtel"} 9092 pg_db_xact_commit{datname="patumba_mtn"} 9115 pg_db_xact_commit{datname="patumba_zamtel"} 9091 pg_db_xact_commit{datname="postgres"} 51468 pg_db_xact_commit{datname="template0"} 0 pg_db_xact_commit{datname="template1"} 0 # 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="patumba"} 0 pg_db_xact_rollback{datname="patumba_airtel"} 8 pg_db_xact_rollback{datname="patumba_mtn"} 1 pg_db_xact_rollback{datname="patumba_zamtel"} 0 pg_db_xact_rollback{datname="postgres"} 2 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="patumba"} 1303 pg_db_xact_total{datname="patumba_airtel"} 9100 pg_db_xact_total{datname="patumba_mtn"} 9116 pg_db_xact_total{datname="patumba_zamtel"} 9091 pg_db_xact_total{datname="postgres"} 51470 pg_db_xact_total{datname="template0"} 0 pg_db_xact_total{datname="template1"} 0 # 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-07-29T13:29:17Z",goarch="amd64",goos="linux",goversion="go1.26.5",revision="3fae4b0",version="v1.4.1"} 1 # HELP pg_exporter_last_scrape_time last scrape timestamp # TYPE pg_exporter_last_scrape_time gauge pg_exporter_last_scrape_time 1.787527007e+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="patumba",query="pg_defpart"} 7.28821001 pg_exporter_query_cache_ttl{datname="patumba",query="pg_func"} 7.482730463999999 pg_exporter_query_cache_ttl{datname="patumba",query="pg_index"} 7.482730463999999 pg_exporter_query_cache_ttl{datname="patumba",query="pg_index_bloat"} 257.392769525 pg_exporter_query_cache_ttl{datname="patumba",query="pg_pubrel"} 7.482730463999999 pg_exporter_query_cache_ttl{datname="patumba",query="pg_relkind"} 7.28821001 pg_exporter_query_cache_ttl{datname="patumba",query="pg_seq"} 7.482730463999999 pg_exporter_query_cache_ttl{datname="patumba",query="pg_subrel"} 7.482730463999999 pg_exporter_query_cache_ttl{datname="patumba",query="pg_table"} 7.482730463999999 pg_exporter_query_cache_ttl{datname="patumba",query="pg_table_bloat"} 257.392769525 pg_exporter_query_cache_ttl{datname="patumba",query="pg_table_size"} 257.392769525 pg_exporter_query_cache_ttl{datname="patumba_airtel",query="pg_defpart"} 60 pg_exporter_query_cache_ttl{datname="patumba_airtel",query="pg_func"} 7.627468227 pg_exporter_query_cache_ttl{datname="patumba_airtel",query="pg_index"} 7.627468227 pg_exporter_query_cache_ttl{datname="patumba_airtel",query="pg_index_bloat"} 27.734305432999975 pg_exporter_query_cache_ttl{datname="patumba_airtel",query="pg_pubrel"} 7.627468227 pg_exporter_query_cache_ttl{datname="patumba_airtel",query="pg_relkind"} 60 pg_exporter_query_cache_ttl{datname="patumba_airtel",query="pg_seq"} 7.627468227 pg_exporter_query_cache_ttl{datname="patumba_airtel",query="pg_subrel"} 7.627468227 pg_exporter_query_cache_ttl{datname="patumba_airtel",query="pg_table"} 7.627468227 pg_exporter_query_cache_ttl{datname="patumba_airtel",query="pg_table_bloat"} 27.734305432999975 pg_exporter_query_cache_ttl{datname="patumba_airtel",query="pg_table_size"} 27.734305432999975 pg_exporter_query_cache_ttl{datname="patumba_mtn",query="pg_defpart"} 37.600207603 pg_exporter_query_cache_ttl{datname="patumba_mtn",query="pg_func"} 10 pg_exporter_query_cache_ttl{datname="patumba_mtn",query="pg_index"} 10 pg_exporter_query_cache_ttl{datname="patumba_mtn",query="pg_index_bloat"} 277.600207603 pg_exporter_query_cache_ttl{datname="patumba_mtn",query="pg_pubrel"} 10 pg_exporter_query_cache_ttl{datname="patumba_mtn",query="pg_relkind"} 37.600207603 pg_exporter_query_cache_ttl{datname="patumba_mtn",query="pg_seq"} 10 pg_exporter_query_cache_ttl{datname="patumba_mtn",query="pg_subrel"} 10 pg_exporter_query_cache_ttl{datname="patumba_mtn",query="pg_table"} 10 pg_exporter_query_cache_ttl{datname="patumba_mtn",query="pg_table_bloat"} 277.600207603 pg_exporter_query_cache_ttl{datname="patumba_mtn",query="pg_table_size"} 277.600207603 pg_exporter_query_cache_ttl{datname="patumba_zamtel",query="pg_defpart"} 27.114504969000002 pg_exporter_query_cache_ttl{datname="patumba_zamtel",query="pg_func"} 7.406373545 pg_exporter_query_cache_ttl{datname="patumba_zamtel",query="pg_index"} 7.406373545 pg_exporter_query_cache_ttl{datname="patumba_zamtel",query="pg_index_bloat"} 7.4157533549999926 pg_exporter_query_cache_ttl{datname="patumba_zamtel",query="pg_pubrel"} 7.406373545 pg_exporter_query_cache_ttl{datname="patumba_zamtel",query="pg_relkind"} 27.114504969000002 pg_exporter_query_cache_ttl{datname="patumba_zamtel",query="pg_seq"} 7.406373545 pg_exporter_query_cache_ttl{datname="patumba_zamtel",query="pg_subrel"} 7.406373545 pg_exporter_query_cache_ttl{datname="patumba_zamtel",query="pg_table"} 7.406373545 pg_exporter_query_cache_ttl{datname="patumba_zamtel",query="pg_table_bloat"} 7.4157533549999926 pg_exporter_query_cache_ttl{datname="patumba_zamtel",query="pg_table_size"} 7.4157533549999926 pg_exporter_query_cache_ttl{datname="postgres",query="pg"} 1 pg_exporter_query_cache_ttl{datname="postgres",query="pg_activity"} 7.405399278 pg_exporter_query_cache_ttl{datname="postgres",query="pg_archiver"} 47.405380353 pg_exporter_query_cache_ttl{datname="postgres",query="pg_backend"} 7.405399278 pg_exporter_query_cache_ttl{datname="postgres",query="pg_backup"} 7.405399278 pg_exporter_query_cache_ttl{datname="postgres",query="pg_bgwriter"} 7.405399278 pg_exporter_query_cache_ttl{datname="postgres",query="pg_checkpoint"} 47.405380353 pg_exporter_query_cache_ttl{datname="postgres",query="pg_checkpointer"} 7.405399278 pg_exporter_query_cache_ttl{datname="postgres",query="pg_db"} 7.405399278 pg_exporter_query_cache_ttl{datname="postgres",query="pg_db_confl"} 7.405399278 pg_exporter_query_cache_ttl{datname="postgres",query="pg_defpart"} 47.405380353 pg_exporter_query_cache_ttl{datname="postgres",query="pg_downstream"} 7.405399278 pg_exporter_query_cache_ttl{datname="postgres",query="pg_func"} 7.405399278 pg_exporter_query_cache_ttl{datname="postgres",query="pg_heartbeat"} 7.405399278 pg_exporter_query_cache_ttl{datname="postgres",query="pg_index"} 7.405399278 pg_exporter_query_cache_ttl{datname="postgres",query="pg_index_bloat"} 287.405380353 pg_exporter_query_cache_ttl{datname="postgres",query="pg_io"} 1 pg_exporter_query_cache_ttl{datname="postgres",query="pg_lock"} 7.405399278 pg_exporter_query_cache_ttl{datname="postgres",query="pg_meta"} 7.405399278 pg_exporter_query_cache_ttl{datname="postgres",query="pg_pubrel"} 7.405399278 pg_exporter_query_cache_ttl{datname="postgres",query="pg_query"} 7.405399278 pg_exporter_query_cache_ttl{datname="postgres",query="pg_recovery"} 7.405399278 pg_exporter_query_cache_ttl{datname="postgres",query="pg_recovery_prefetch"} 7.405399278 pg_exporter_query_cache_ttl{datname="postgres",query="pg_recv"} 7.405399278 pg_exporter_query_cache_ttl{datname="postgres",query="pg_relkind"} 47.405380353 pg_exporter_query_cache_ttl{datname="postgres",query="pg_repl"} 7.405399278 pg_exporter_query_cache_ttl{datname="postgres",query="pg_seq"} 7.405399278 pg_exporter_query_cache_ttl{datname="postgres",query="pg_setting"} 7.405399278 pg_exporter_query_cache_ttl{datname="postgres",query="pg_size"} 47.405380353 pg_exporter_query_cache_ttl{datname="postgres",query="pg_slot"} 7.405399278 pg_exporter_query_cache_ttl{datname="postgres",query="pg_slru"} 47.405380353 pg_exporter_query_cache_ttl{datname="postgres",query="pg_ssl"} 7.405399278 pg_exporter_query_cache_ttl{datname="postgres",query="pg_sub"} 7.405399278 pg_exporter_query_cache_ttl{datname="postgres",query="pg_subrel"} 7.405399278 pg_exporter_query_cache_ttl{datname="postgres",query="pg_sync_standby"} 7.405399278 pg_exporter_query_cache_ttl{datname="postgres",query="pg_table"} 7.405399278 pg_exporter_query_cache_ttl{datname="postgres",query="pg_table_bloat"} 287.405380353 pg_exporter_query_cache_ttl{datname="postgres",query="pg_table_size"} 287.405380353 pg_exporter_query_cache_ttl{datname="postgres",query="pg_timeline"} 7.405399278 pg_exporter_query_cache_ttl{datname="postgres",query="pg_wait"} 7.405399278 pg_exporter_query_cache_ttl{datname="postgres",query="pg_wal"} 7.405399278 pg_exporter_query_cache_ttl{datname="postgres",query="pg_xact"} 7.405399278 pg_exporter_query_cache_ttl{datname="postgres",query="pg_xact_age"} 7.405399278 # HELP pg_exporter_query_scrape_duration seconds query spending on scraping # TYPE pg_exporter_query_scrape_duration gauge pg_exporter_query_scrape_duration{datname="patumba",query="pg_defpart"} 0.000861626 pg_exporter_query_scrape_duration{datname="patumba",query="pg_func"} 0.001956043 pg_exporter_query_scrape_duration{datname="patumba",query="pg_index"} 0.003968659 pg_exporter_query_scrape_duration{datname="patumba",query="pg_index_bloat"} 0.00677474 pg_exporter_query_scrape_duration{datname="patumba",query="pg_pubrel"} 0.000342141 pg_exporter_query_scrape_duration{datname="patumba",query="pg_relkind"} 0.00121372 pg_exporter_query_scrape_duration{datname="patumba",query="pg_seq"} 0.00134763 pg_exporter_query_scrape_duration{datname="patumba",query="pg_subrel"} 0.000668422 pg_exporter_query_scrape_duration{datname="patumba",query="pg_table"} 0.004160905 pg_exporter_query_scrape_duration{datname="patumba",query="pg_table_bloat"} 0.008369458 pg_exporter_query_scrape_duration{datname="patumba",query="pg_table_size"} 0.003308739 pg_exporter_query_scrape_duration{datname="patumba_airtel",query="pg_defpart"} 0.001906953 pg_exporter_query_scrape_duration{datname="patumba_airtel",query="pg_func"} 0.001686328 pg_exporter_query_scrape_duration{datname="patumba_airtel",query="pg_index"} 0.066796893 pg_exporter_query_scrape_duration{datname="patumba_airtel",query="pg_index_bloat"} 0.008003354 pg_exporter_query_scrape_duration{datname="patumba_airtel",query="pg_pubrel"} 0.000331716 pg_exporter_query_scrape_duration{datname="patumba_airtel",query="pg_relkind"} 0.093547053 pg_exporter_query_scrape_duration{datname="patumba_airtel",query="pg_seq"} 0.001488712 pg_exporter_query_scrape_duration{datname="patumba_airtel",query="pg_subrel"} 0.000962634 pg_exporter_query_scrape_duration{datname="patumba_airtel",query="pg_table"} 0.00474433 pg_exporter_query_scrape_duration{datname="patumba_airtel",query="pg_table_bloat"} 0.009235843 pg_exporter_query_scrape_duration{datname="patumba_airtel",query="pg_table_size"} 0.003632336 pg_exporter_query_scrape_duration{datname="patumba_mtn",query="pg_defpart"} 0.000989294 pg_exporter_query_scrape_duration{datname="patumba_mtn",query="pg_func"} 0.001906084 pg_exporter_query_scrape_duration{datname="patumba_mtn",query="pg_index"} 0.004544235 pg_exporter_query_scrape_duration{datname="patumba_mtn",query="pg_index_bloat"} 0.005331396 pg_exporter_query_scrape_duration{datname="patumba_mtn",query="pg_pubrel"} 0.000459441 pg_exporter_query_scrape_duration{datname="patumba_mtn",query="pg_relkind"} 0.000537486 pg_exporter_query_scrape_duration{datname="patumba_mtn",query="pg_seq"} 0.001906648 pg_exporter_query_scrape_duration{datname="patumba_mtn",query="pg_subrel"} 0.000702525 pg_exporter_query_scrape_duration{datname="patumba_mtn",query="pg_table"} 0.004796334 pg_exporter_query_scrape_duration{datname="patumba_mtn",query="pg_table_bloat"} 0.008245903 pg_exporter_query_scrape_duration{datname="patumba_mtn",query="pg_table_size"} 0.003361943 pg_exporter_query_scrape_duration{datname="patumba_zamtel",query="pg_defpart"} 0.07281927 pg_exporter_query_scrape_duration{datname="patumba_zamtel",query="pg_func"} 0.00191863 pg_exporter_query_scrape_duration{datname="patumba_zamtel",query="pg_index"} 0.004567841 pg_exporter_query_scrape_duration{datname="patumba_zamtel",query="pg_index_bloat"} 0.006833751 pg_exporter_query_scrape_duration{datname="patumba_zamtel",query="pg_pubrel"} 0.000484544 pg_exporter_query_scrape_duration{datname="patumba_zamtel",query="pg_relkind"} 0.000680341 pg_exporter_query_scrape_duration{datname="patumba_zamtel",query="pg_seq"} 0.001296196 pg_exporter_query_scrape_duration{datname="patumba_zamtel",query="pg_subrel"} 0.000747426 pg_exporter_query_scrape_duration{datname="patumba_zamtel",query="pg_table"} 0.008804038 pg_exporter_query_scrape_duration{datname="patumba_zamtel",query="pg_table_bloat"} 0.008397282 pg_exporter_query_scrape_duration{datname="patumba_zamtel",query="pg_table_size"} 0.003573416 pg_exporter_query_scrape_duration{datname="postgres",query="pg"} 0.000935657 pg_exporter_query_scrape_duration{datname="postgres",query="pg_activity"} 0.00195819 pg_exporter_query_scrape_duration{datname="postgres",query="pg_archiver"} 0.000452449 pg_exporter_query_scrape_duration{datname="postgres",query="pg_backend"} 0.001610424 pg_exporter_query_scrape_duration{datname="postgres",query="pg_backup"} 0.000179696 pg_exporter_query_scrape_duration{datname="postgres",query="pg_bgwriter"} 0.000817915 pg_exporter_query_scrape_duration{datname="postgres",query="pg_checkpoint"} 0.000660122 pg_exporter_query_scrape_duration{datname="postgres",query="pg_checkpointer"} 0.00026699 pg_exporter_query_scrape_duration{datname="postgres",query="pg_db"} 0.001339314 pg_exporter_query_scrape_duration{datname="postgres",query="pg_db_confl"} 0.000472192 pg_exporter_query_scrape_duration{datname="postgres",query="pg_defpart"} 0.001601335 pg_exporter_query_scrape_duration{datname="postgres",query="pg_downstream"} 0.001414975 pg_exporter_query_scrape_duration{datname="postgres",query="pg_func"} 0.001639417 pg_exporter_query_scrape_duration{datname="postgres",query="pg_heartbeat"} 0.001106067 pg_exporter_query_scrape_duration{datname="postgres",query="pg_index"} 0.00215151 pg_exporter_query_scrape_duration{datname="postgres",query="pg_index_bloat"} 0.0039759 pg_exporter_query_scrape_duration{datname="postgres",query="pg_io"} 0.003922232 pg_exporter_query_scrape_duration{datname="postgres",query="pg_lock"} 0.001608042 pg_exporter_query_scrape_duration{datname="postgres",query="pg_meta"} 0.000386839 pg_exporter_query_scrape_duration{datname="postgres",query="pg_pubrel"} 0.000462093 pg_exporter_query_scrape_duration{datname="postgres",query="pg_query"} 0.002470674 pg_exporter_query_scrape_duration{datname="postgres",query="pg_recovery"} 0.000232829 pg_exporter_query_scrape_duration{datname="postgres",query="pg_recovery_prefetch"} 0.089928883 pg_exporter_query_scrape_duration{datname="postgres",query="pg_recv"} 0.000474166 pg_exporter_query_scrape_duration{datname="postgres",query="pg_relkind"} 0.000629862 pg_exporter_query_scrape_duration{datname="postgres",query="pg_repl"} 0.001613114 pg_exporter_query_scrape_duration{datname="postgres",query="pg_seq"} 0.000951718 pg_exporter_query_scrape_duration{datname="postgres",query="pg_setting"} 0.001049019 pg_exporter_query_scrape_duration{datname="postgres",query="pg_size"} 0.010440958 pg_exporter_query_scrape_duration{datname="postgres",query="pg_slot"} 0.000897184 pg_exporter_query_scrape_duration{datname="postgres",query="pg_slru"} 0.057575749 pg_exporter_query_scrape_duration{datname="postgres",query="pg_ssl"} 0.00047876 pg_exporter_query_scrape_duration{datname="postgres",query="pg_sub"} 0.077373779 pg_exporter_query_scrape_duration{datname="postgres",query="pg_subrel"} 0.000632136 pg_exporter_query_scrape_duration{datname="postgres",query="pg_sync_standby"} 0.000156563 pg_exporter_query_scrape_duration{datname="postgres",query="pg_table"} 0.00479655 pg_exporter_query_scrape_duration{datname="postgres",query="pg_table_bloat"} 0.006363576 pg_exporter_query_scrape_duration{datname="postgres",query="pg_table_size"} 0.00099804 pg_exporter_query_scrape_duration{datname="postgres",query="pg_timeline"} 0.000371075 pg_exporter_query_scrape_duration{datname="postgres",query="pg_wait"} 0.001669386 pg_exporter_query_scrape_duration{datname="postgres",query="pg_wal"} 0.000272614 pg_exporter_query_scrape_duration{datname="postgres",query="pg_xact"} 0.000462678 pg_exporter_query_scrape_duration{datname="postgres",query="pg_xact_age"} 0.000621795 # 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="patumba",query="pg_defpart"} 0 pg_exporter_query_scrape_error_count{datname="patumba",query="pg_func"} 11 pg_exporter_query_scrape_error_count{datname="patumba",query="pg_index"} 0 pg_exporter_query_scrape_error_count{datname="patumba",query="pg_index_bloat"} 0 pg_exporter_query_scrape_error_count{datname="patumba",query="pg_pubrel"} 22 pg_exporter_query_scrape_error_count{datname="patumba",query="pg_relkind"} 0 pg_exporter_query_scrape_error_count{datname="patumba",query="pg_seq"} 0 pg_exporter_query_scrape_error_count{datname="patumba",query="pg_subrel"} 0 pg_exporter_query_scrape_error_count{datname="patumba",query="pg_table"} 0 pg_exporter_query_scrape_error_count{datname="patumba",query="pg_table_bloat"} 0 pg_exporter_query_scrape_error_count{datname="patumba",query="pg_table_size"} 0 pg_exporter_query_scrape_error_count{datname="patumba_airtel",query="pg_defpart"} 0 pg_exporter_query_scrape_error_count{datname="patumba_airtel",query="pg_func"} 2 pg_exporter_query_scrape_error_count{datname="patumba_airtel",query="pg_index"} 0 pg_exporter_query_scrape_error_count{datname="patumba_airtel",query="pg_index_bloat"} 0 pg_exporter_query_scrape_error_count{datname="patumba_airtel",query="pg_pubrel"} 2 pg_exporter_query_scrape_error_count{datname="patumba_airtel",query="pg_relkind"} 0 pg_exporter_query_scrape_error_count{datname="patumba_airtel",query="pg_seq"} 2 pg_exporter_query_scrape_error_count{datname="patumba_airtel",query="pg_subrel"} 1 pg_exporter_query_scrape_error_count{datname="patumba_airtel",query="pg_table"} 0 pg_exporter_query_scrape_error_count{datname="patumba_airtel",query="pg_table_bloat"} 0 pg_exporter_query_scrape_error_count{datname="patumba_airtel",query="pg_table_size"} 183 pg_exporter_query_scrape_error_count{datname="patumba_mtn",query="pg_defpart"} 0 pg_exporter_query_scrape_error_count{datname="patumba_mtn",query="pg_func"} 0 pg_exporter_query_scrape_error_count{datname="patumba_mtn",query="pg_index"} 0 pg_exporter_query_scrape_error_count{datname="patumba_mtn",query="pg_index_bloat"} 0 pg_exporter_query_scrape_error_count{datname="patumba_mtn",query="pg_pubrel"} 1 pg_exporter_query_scrape_error_count{datname="patumba_mtn",query="pg_relkind"} 0 pg_exporter_query_scrape_error_count{datname="patumba_mtn",query="pg_seq"} 0 pg_exporter_query_scrape_error_count{datname="patumba_mtn",query="pg_subrel"} 0 pg_exporter_query_scrape_error_count{datname="patumba_mtn",query="pg_table"} 0 pg_exporter_query_scrape_error_count{datname="patumba_mtn",query="pg_table_bloat"} 0 pg_exporter_query_scrape_error_count{datname="patumba_mtn",query="pg_table_size"} 31 pg_exporter_query_scrape_error_count{datname="patumba_zamtel",query="pg_defpart"} 0 pg_exporter_query_scrape_error_count{datname="patumba_zamtel",query="pg_func"} 0 pg_exporter_query_scrape_error_count{datname="patumba_zamtel",query="pg_index"} 0 pg_exporter_query_scrape_error_count{datname="patumba_zamtel",query="pg_index_bloat"} 0 pg_exporter_query_scrape_error_count{datname="patumba_zamtel",query="pg_pubrel"} 0 pg_exporter_query_scrape_error_count{datname="patumba_zamtel",query="pg_relkind"} 0 pg_exporter_query_scrape_error_count{datname="patumba_zamtel",query="pg_seq"} 0 pg_exporter_query_scrape_error_count{datname="patumba_zamtel",query="pg_subrel"} 2 pg_exporter_query_scrape_error_count{datname="patumba_zamtel",query="pg_table"} 0 pg_exporter_query_scrape_error_count{datname="patumba_zamtel",query="pg_table_bloat"} 0 pg_exporter_query_scrape_error_count{datname="patumba_zamtel",query="pg_table_size"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_activity"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_archiver"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_backend"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_backup"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_bgwriter"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_checkpoint"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_checkpointer"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_db"} 4 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_db_confl"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_defpart"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_downstream"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_func"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_heartbeat"} 0 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_io"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_lock"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_meta"} 0 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_recovery"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_recovery_prefetch"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_recv"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_relkind"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_repl"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_seq"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_setting"} 2 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_size"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_slot"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_slru"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_ssl"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_sub"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_subrel"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_sync_standby"} 2 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"} 4 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_wait"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_wal"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_xact"} 0 pg_exporter_query_scrape_error_count{datname="postgres",query="pg_xact_age"} 0 # 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="patumba",query="pg_defpart"} 1173 pg_exporter_query_scrape_hit_count{datname="patumba",query="pg_func"} 555 pg_exporter_query_scrape_hit_count{datname="patumba",query="pg_index"} 559 pg_exporter_query_scrape_hit_count{datname="patumba",query="pg_index_bloat"} 1336 pg_exporter_query_scrape_hit_count{datname="patumba",query="pg_pubrel"} 551 pg_exporter_query_scrape_hit_count{datname="patumba",query="pg_relkind"} 1173 pg_exporter_query_scrape_hit_count{datname="patumba",query="pg_seq"} 559 pg_exporter_query_scrape_hit_count{datname="patumba",query="pg_subrel"} 559 pg_exporter_query_scrape_hit_count{datname="patumba",query="pg_table"} 559 pg_exporter_query_scrape_hit_count{datname="patumba",query="pg_table_bloat"} 1336 pg_exporter_query_scrape_hit_count{datname="patumba",query="pg_table_size"} 1336 pg_exporter_query_scrape_hit_count{datname="patumba_airtel",query="pg_defpart"} 1090 pg_exporter_query_scrape_hit_count{datname="patumba_airtel",query="pg_func"} 526 pg_exporter_query_scrape_hit_count{datname="patumba_airtel",query="pg_index"} 527 pg_exporter_query_scrape_hit_count{datname="patumba_airtel",query="pg_index_bloat"} 1243 pg_exporter_query_scrape_hit_count{datname="patumba_airtel",query="pg_pubrel"} 526 pg_exporter_query_scrape_hit_count{datname="patumba_airtel",query="pg_relkind"} 1090 pg_exporter_query_scrape_hit_count{datname="patumba_airtel",query="pg_seq"} 526 pg_exporter_query_scrape_hit_count{datname="patumba_airtel",query="pg_subrel"} 527 pg_exporter_query_scrape_hit_count{datname="patumba_airtel",query="pg_table"} 527 pg_exporter_query_scrape_hit_count{datname="patumba_airtel",query="pg_table_bloat"} 1243 pg_exporter_query_scrape_hit_count{datname="patumba_airtel",query="pg_table_size"} 1066 pg_exporter_query_scrape_hit_count{datname="patumba_mtn",query="pg_defpart"} 1089 pg_exporter_query_scrape_hit_count{datname="patumba_mtn",query="pg_func"} 525 pg_exporter_query_scrape_hit_count{datname="patumba_mtn",query="pg_index"} 525 pg_exporter_query_scrape_hit_count{datname="patumba_mtn",query="pg_index_bloat"} 1242 pg_exporter_query_scrape_hit_count{datname="patumba_mtn",query="pg_pubrel"} 525 pg_exporter_query_scrape_hit_count{datname="patumba_mtn",query="pg_relkind"} 1089 pg_exporter_query_scrape_hit_count{datname="patumba_mtn",query="pg_seq"} 525 pg_exporter_query_scrape_hit_count{datname="patumba_mtn",query="pg_subrel"} 525 pg_exporter_query_scrape_hit_count{datname="patumba_mtn",query="pg_table"} 525 pg_exporter_query_scrape_hit_count{datname="patumba_mtn",query="pg_table_bloat"} 1242 pg_exporter_query_scrape_hit_count{datname="patumba_mtn",query="pg_table_size"} 1212 pg_exporter_query_scrape_hit_count{datname="patumba_zamtel",query="pg_defpart"} 1090 pg_exporter_query_scrape_hit_count{datname="patumba_zamtel",query="pg_func"} 528 pg_exporter_query_scrape_hit_count{datname="patumba_zamtel",query="pg_index"} 528 pg_exporter_query_scrape_hit_count{datname="patumba_zamtel",query="pg_index_bloat"} 1243 pg_exporter_query_scrape_hit_count{datname="patumba_zamtel",query="pg_pubrel"} 528 pg_exporter_query_scrape_hit_count{datname="patumba_zamtel",query="pg_relkind"} 1090 pg_exporter_query_scrape_hit_count{datname="patumba_zamtel",query="pg_seq"} 528 pg_exporter_query_scrape_hit_count{datname="patumba_zamtel",query="pg_subrel"} 527 pg_exporter_query_scrape_hit_count{datname="patumba_zamtel",query="pg_table"} 528 pg_exporter_query_scrape_hit_count{datname="patumba_zamtel",query="pg_table_bloat"} 1243 pg_exporter_query_scrape_hit_count{datname="patumba_zamtel",query="pg_table_size"} 1243 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg"} 0 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_activity"} 500 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_archiver"} 1171 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_backend"} 500 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_backup"} 500 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_bgwriter"} 500 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_checkpoint"} 1171 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_checkpointer"} 500 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_db"} 498 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_db_confl"} 500 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_defpart"} 1171 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_downstream"} 500 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_func"} 500 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_heartbeat"} 500 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_index"} 500 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_index_bloat"} 1336 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_io"} 0 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_lock"} 500 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_meta"} 500 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_pubrel"} 500 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_query"} 500 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_recovery"} 500 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_recovery_prefetch"} 500 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_recv"} 500 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_relkind"} 1171 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_repl"} 500 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_seq"} 500 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_setting"} 499 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_size"} 1171 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_slot"} 500 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_slru"} 1171 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_ssl"} 500 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_sub"} 500 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_subrel"} 500 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_sync_standby"} 499 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_table"} 500 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_table_bloat"} 1336 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_table_size"} 1336 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_timeline"} 498 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_wait"} 500 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_wal"} 500 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_xact"} 500 pg_exporter_query_scrape_hit_count{datname="postgres",query="pg_xact_age"} 500 # 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="patumba",query="pg_defpart"} 0 pg_exporter_query_scrape_metric_count{datname="patumba",query="pg_func"} 6 pg_exporter_query_scrape_metric_count{datname="patumba",query="pg_index"} 133 pg_exporter_query_scrape_metric_count{datname="patumba",query="pg_index_bloat"} 10 pg_exporter_query_scrape_metric_count{datname="patumba",query="pg_pubrel"} 0 pg_exporter_query_scrape_metric_count{datname="patumba",query="pg_relkind"} 7 pg_exporter_query_scrape_metric_count{datname="patumba",query="pg_seq"} 27 pg_exporter_query_scrape_metric_count{datname="patumba",query="pg_subrel"} 0 pg_exporter_query_scrape_metric_count{datname="patumba",query="pg_table"} 315 pg_exporter_query_scrape_metric_count{datname="patumba",query="pg_table_bloat"} 4 pg_exporter_query_scrape_metric_count{datname="patumba",query="pg_table_size"} 40 pg_exporter_query_scrape_metric_count{datname="patumba_airtel",query="pg_defpart"} 0 pg_exporter_query_scrape_metric_count{datname="patumba_airtel",query="pg_func"} 6 pg_exporter_query_scrape_metric_count{datname="patumba_airtel",query="pg_index"} 140 pg_exporter_query_scrape_metric_count{datname="patumba_airtel",query="pg_index_bloat"} 36 pg_exporter_query_scrape_metric_count{datname="patumba_airtel",query="pg_pubrel"} 0 pg_exporter_query_scrape_metric_count{datname="patumba_airtel",query="pg_relkind"} 6 pg_exporter_query_scrape_metric_count{datname="patumba_airtel",query="pg_seq"} 27 pg_exporter_query_scrape_metric_count{datname="patumba_airtel",query="pg_subrel"} 0 pg_exporter_query_scrape_metric_count{datname="patumba_airtel",query="pg_table"} 315 pg_exporter_query_scrape_metric_count{datname="patumba_airtel",query="pg_table_bloat"} 16 pg_exporter_query_scrape_metric_count{datname="patumba_airtel",query="pg_table_size"} 40 pg_exporter_query_scrape_metric_count{datname="patumba_mtn",query="pg_defpart"} 0 pg_exporter_query_scrape_metric_count{datname="patumba_mtn",query="pg_func"} 6 pg_exporter_query_scrape_metric_count{datname="patumba_mtn",query="pg_index"} 133 pg_exporter_query_scrape_metric_count{datname="patumba_mtn",query="pg_index_bloat"} 34 pg_exporter_query_scrape_metric_count{datname="patumba_mtn",query="pg_pubrel"} 0 pg_exporter_query_scrape_metric_count{datname="patumba_mtn",query="pg_relkind"} 6 pg_exporter_query_scrape_metric_count{datname="patumba_mtn",query="pg_seq"} 27 pg_exporter_query_scrape_metric_count{datname="patumba_mtn",query="pg_subrel"} 0 pg_exporter_query_scrape_metric_count{datname="patumba_mtn",query="pg_table"} 315 pg_exporter_query_scrape_metric_count{datname="patumba_mtn",query="pg_table_bloat"} 16 pg_exporter_query_scrape_metric_count{datname="patumba_mtn",query="pg_table_size"} 40 pg_exporter_query_scrape_metric_count{datname="patumba_zamtel",query="pg_defpart"} 0 pg_exporter_query_scrape_metric_count{datname="patumba_zamtel",query="pg_func"} 6 pg_exporter_query_scrape_metric_count{datname="patumba_zamtel",query="pg_index"} 133 pg_exporter_query_scrape_metric_count{datname="patumba_zamtel",query="pg_index_bloat"} 32 pg_exporter_query_scrape_metric_count{datname="patumba_zamtel",query="pg_pubrel"} 0 pg_exporter_query_scrape_metric_count{datname="patumba_zamtel",query="pg_relkind"} 6 pg_exporter_query_scrape_metric_count{datname="patumba_zamtel",query="pg_seq"} 27 pg_exporter_query_scrape_metric_count{datname="patumba_zamtel",query="pg_subrel"} 0 pg_exporter_query_scrape_metric_count{datname="patumba_zamtel",query="pg_table"} 315 pg_exporter_query_scrape_metric_count{datname="patumba_zamtel",query="pg_table_bloat"} 14 pg_exporter_query_scrape_metric_count{datname="patumba_zamtel",query="pg_table_size"} 40 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg"} 15 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_activity"} 120 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_archiver"} 5 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_backend"} 7 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_db"} 259 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_db_confl"} 42 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_io"} 1343 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_lock"} 40 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"} 846 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_recovery"} 5 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_recovery_prefetch"} 10 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_recv"} 12 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"} 9 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_slot"} 26 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_wait"} 8 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_wal"} 5 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_xact"} 3 pg_exporter_query_scrape_metric_count{datname="postgres",query="pg_xact_age"} 0 # 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="patumba",query="pg_defpart"} 1382 pg_exporter_query_scrape_total_count{datname="patumba",query="pg_func"} 1382 pg_exporter_query_scrape_total_count{datname="patumba",query="pg_index"} 1382 pg_exporter_query_scrape_total_count{datname="patumba",query="pg_index_bloat"} 1382 pg_exporter_query_scrape_total_count{datname="patumba",query="pg_pubrel"} 1382 pg_exporter_query_scrape_total_count{datname="patumba",query="pg_relkind"} 1382 pg_exporter_query_scrape_total_count{datname="patumba",query="pg_seq"} 1382 pg_exporter_query_scrape_total_count{datname="patumba",query="pg_subrel"} 1382 pg_exporter_query_scrape_total_count{datname="patumba",query="pg_table"} 1382 pg_exporter_query_scrape_total_count{datname="patumba",query="pg_table_bloat"} 1382 pg_exporter_query_scrape_total_count{datname="patumba",query="pg_table_size"} 1382 pg_exporter_query_scrape_total_count{datname="patumba_airtel",query="pg_defpart"} 1285 pg_exporter_query_scrape_total_count{datname="patumba_airtel",query="pg_func"} 1285 pg_exporter_query_scrape_total_count{datname="patumba_airtel",query="pg_index"} 1285 pg_exporter_query_scrape_total_count{datname="patumba_airtel",query="pg_index_bloat"} 1285 pg_exporter_query_scrape_total_count{datname="patumba_airtel",query="pg_pubrel"} 1285 pg_exporter_query_scrape_total_count{datname="patumba_airtel",query="pg_relkind"} 1285 pg_exporter_query_scrape_total_count{datname="patumba_airtel",query="pg_seq"} 1285 pg_exporter_query_scrape_total_count{datname="patumba_airtel",query="pg_subrel"} 1285 pg_exporter_query_scrape_total_count{datname="patumba_airtel",query="pg_table"} 1285 pg_exporter_query_scrape_total_count{datname="patumba_airtel",query="pg_table_bloat"} 1285 pg_exporter_query_scrape_total_count{datname="patumba_airtel",query="pg_table_size"} 1285 pg_exporter_query_scrape_total_count{datname="patumba_mtn",query="pg_defpart"} 1285 pg_exporter_query_scrape_total_count{datname="patumba_mtn",query="pg_func"} 1285 pg_exporter_query_scrape_total_count{datname="patumba_mtn",query="pg_index"} 1285 pg_exporter_query_scrape_total_count{datname="patumba_mtn",query="pg_index_bloat"} 1285 pg_exporter_query_scrape_total_count{datname="patumba_mtn",query="pg_pubrel"} 1285 pg_exporter_query_scrape_total_count{datname="patumba_mtn",query="pg_relkind"} 1285 pg_exporter_query_scrape_total_count{datname="patumba_mtn",query="pg_seq"} 1285 pg_exporter_query_scrape_total_count{datname="patumba_mtn",query="pg_subrel"} 1285 pg_exporter_query_scrape_total_count{datname="patumba_mtn",query="pg_table"} 1285 pg_exporter_query_scrape_total_count{datname="patumba_mtn",query="pg_table_bloat"} 1285 pg_exporter_query_scrape_total_count{datname="patumba_mtn",query="pg_table_size"} 1285 pg_exporter_query_scrape_total_count{datname="patumba_zamtel",query="pg_defpart"} 1285 pg_exporter_query_scrape_total_count{datname="patumba_zamtel",query="pg_func"} 1285 pg_exporter_query_scrape_total_count{datname="patumba_zamtel",query="pg_index"} 1285 pg_exporter_query_scrape_total_count{datname="patumba_zamtel",query="pg_index_bloat"} 1285 pg_exporter_query_scrape_total_count{datname="patumba_zamtel",query="pg_pubrel"} 1285 pg_exporter_query_scrape_total_count{datname="patumba_zamtel",query="pg_relkind"} 1285 pg_exporter_query_scrape_total_count{datname="patumba_zamtel",query="pg_seq"} 1285 pg_exporter_query_scrape_total_count{datname="patumba_zamtel",query="pg_subrel"} 1285 pg_exporter_query_scrape_total_count{datname="patumba_zamtel",query="pg_table"} 1285 pg_exporter_query_scrape_total_count{datname="patumba_zamtel",query="pg_table_bloat"} 1285 pg_exporter_query_scrape_total_count{datname="patumba_zamtel",query="pg_table_size"} 1285 pg_exporter_query_scrape_total_count{datname="postgres",query="pg"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_activity"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_archiver"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_backend"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_backup"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_bgwriter"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_checkpoint"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_checkpointer"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_db"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_db_confl"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_defpart"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_downstream"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_func"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_heartbeat"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_index"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_index_bloat"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_io"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_lock"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_meta"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_pubrel"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_query"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_recovery"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_recovery_prefetch"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_recv"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_relkind"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_repl"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_seq"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_setting"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_size"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_slot"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_slru"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_ssl"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_sub"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_subrel"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_sync_standby"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_table"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_table_bloat"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_table_size"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_timeline"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_wait"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_wal"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_xact"} 1382 pg_exporter_query_scrape_total_count{datname="postgres",query="pg_xact_age"} 1382 # HELP pg_exporter_scrape_duration seconds exporter spending on scraping # TYPE pg_exporter_scrape_duration gauge pg_exporter_scrape_duration 0.313121587 # 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 0 # HELP pg_exporter_scrape_total_count times exporter was scraped for metrics # TYPE pg_exporter_scrape_total_count counter pg_exporter_scrape_total_count 1382 # 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="patumba"} 0.089817035 pg_exporter_server_scrape_duration{datname="patumba_airtel"} 0.096794702 pg_exporter_server_scrape_duration{datname="patumba_mtn"} 0.015312519 pg_exporter_server_scrape_duration{datname="patumba_zamtel"} 0.011022885 pg_exporter_server_scrape_duration{datname="postgres"} 0.100124462 # 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="patumba"} 0 pg_exporter_server_scrape_error_count{datname="patumba_airtel"} 0 pg_exporter_server_scrape_error_count{datname="patumba_mtn"} 0 pg_exporter_server_scrape_error_count{datname="patumba_zamtel"} 0 pg_exporter_server_scrape_error_count{datname="postgres"} 0 # 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="patumba"} 1382 pg_exporter_server_scrape_total_count{datname="patumba_airtel"} 1285 pg_exporter_server_scrape_total_count{datname="patumba_mtn"} 1285 pg_exporter_server_scrape_total_count{datname="patumba_zamtel"} 1285 pg_exporter_server_scrape_total_count{datname="postgres"} 1382 # 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="patumba"} 140.12091744100024 pg_exporter_server_scrape_total_seconds{datname="patumba_airtel"} 75.90275246400005 pg_exporter_server_scrape_total_seconds{datname="patumba_mtn"} 66.39224371699999 pg_exporter_server_scrape_total_seconds{datname="patumba_zamtel"} 66.69018825499998 pg_exporter_server_scrape_total_seconds{datname="postgres"} 186.03041770400012 # 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 13827.308748125 # HELP pg_flush_lsn primary only # TYPE pg_flush_lsn counter pg_flush_lsn NaN # HELP pg_func_calls Number of times this function has been called # TYPE pg_func_calls counter pg_func_calls{datname="patumba",funcname="monitor.pg_index_bloat"} 6 pg_func_calls{datname="patumba",funcname="monitor.pg_table_bloat"} 6 pg_func_calls{datname="patumba_airtel",funcname="monitor.pg_index_bloat"} 42 pg_func_calls{datname="patumba_airtel",funcname="monitor.pg_table_bloat"} 42 pg_func_calls{datname="patumba_mtn",funcname="monitor.pg_index_bloat"} 43 pg_func_calls{datname="patumba_mtn",funcname="monitor.pg_table_bloat"} 43 pg_func_calls{datname="patumba_zamtel",funcname="monitor.pg_index_bloat"} 42 pg_func_calls{datname="patumba_zamtel",funcname="monitor.pg_table_bloat"} 42 pg_func_calls{datname="postgres",funcname="monitor.pg_index_bloat"} 46 pg_func_calls{datname="postgres",funcname="monitor.pg_stat_statements"} 881 pg_func_calls{datname="postgres",funcname="monitor.pg_table_bloat"} 46 # HELP pg_func_self_time Total time spent in this function itself # TYPE pg_func_self_time counter pg_func_self_time{datname="patumba",funcname="monitor.pg_index_bloat"} 0.033028 pg_func_self_time{datname="patumba",funcname="monitor.pg_table_bloat"} 0.052806 pg_func_self_time{datname="patumba_airtel",funcname="monitor.pg_index_bloat"} 0.215954 pg_func_self_time{datname="patumba_airtel",funcname="monitor.pg_table_bloat"} 0.358891 pg_func_self_time{datname="patumba_mtn",funcname="monitor.pg_index_bloat"} 0.216534 pg_func_self_time{datname="patumba_mtn",funcname="monitor.pg_table_bloat"} 0.374192 pg_func_self_time{datname="patumba_zamtel",funcname="monitor.pg_index_bloat"} 0.21418700000000002 pg_func_self_time{datname="patumba_zamtel",funcname="monitor.pg_table_bloat"} 0.385444 pg_func_self_time{datname="postgres",funcname="monitor.pg_index_bloat"} 0.17975100000000002 pg_func_self_time{datname="postgres",funcname="monitor.pg_stat_statements"} 0.168572 pg_func_self_time{datname="postgres",funcname="monitor.pg_table_bloat"} 0.30139299999999997 # 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="patumba",funcname="monitor.pg_index_bloat"} 0.033028 pg_func_total_time{datname="patumba",funcname="monitor.pg_table_bloat"} 0.052806 pg_func_total_time{datname="patumba_airtel",funcname="monitor.pg_index_bloat"} 0.215954 pg_func_total_time{datname="patumba_airtel",funcname="monitor.pg_table_bloat"} 0.358891 pg_func_total_time{datname="patumba_mtn",funcname="monitor.pg_index_bloat"} 0.216534 pg_func_total_time{datname="patumba_mtn",funcname="monitor.pg_table_bloat"} 0.374192 pg_func_total_time{datname="patumba_zamtel",funcname="monitor.pg_index_bloat"} 0.21418700000000002 pg_func_total_time{datname="patumba_zamtel",funcname="monitor.pg_table_bloat"} 0.385444 pg_func_total_time{datname="postgres",funcname="monitor.pg_index_bloat"} 0.17975100000000002 pg_func_total_time{datname="postgres",funcname="monitor.pg_stat_statements"} 0.168572 pg_func_total_time{datname="postgres",funcname="monitor.pg_table_bloat"} 0.30139299999999997 # HELP pg_in_recovery server is in recovery mode? 1 for yes 0 for no # TYPE pg_in_recovery gauge pg_in_recovery 1 # HELP pg_index_bloat_ratio Estimated bloat ratio of this index # TYPE pg_index_bloat_ratio gauge pg_index_bloat_ratio{datname="patumba",relname="public.customers_pkey"} 0.10678506544332869 pg_index_bloat_ratio{datname="patumba",relname="public.customers_provider_MSISDN_key"} 0.3129150964514519 pg_index_bloat_ratio{datname="patumba",relname="public.customers_provider_old_id_key"} 0.10682611392377707 pg_index_bloat_ratio{datname="patumba",relname="public.unitPrices_pkey"} 0.17088861187783813 pg_index_bloat_ratio{datname="patumba",relname="public.unitPrices_provider_old_id_key"} 0.17088861187783813 pg_index_bloat_ratio{datname="patumba_airtel",relname="hobbiton_production.accounts_MSISDN_account_type_id_idx"} 0.1085735990665277 pg_index_bloat_ratio{datname="patumba_airtel",relname="hobbiton_production.accounts_MSISDN_idx"} 0.09162310822795158 pg_index_bloat_ratio{datname="patumba_airtel",relname="hobbiton_production.accounts_pkey"} 0.10711991908576875 pg_index_bloat_ratio{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw_MSISDN_account_type_id_idx"} 0.1087483216687964 pg_index_bloat_ratio{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw_pkey"} 0.10738159286369707 pg_index_bloat_ratio{datname="patumba_airtel",relname="hobbiton_production.clientValues_MSISDN_reportDate_idx"} 0.11018585189202325 pg_index_bloat_ratio{datname="patumba_airtel",relname="hobbiton_production.clientValues_pkey"} 0.10715218300046737 pg_index_bloat_ratio{datname="patumba_airtel",relname="hobbiton_production.clientValues_reportDate_idx"} -1.8918755318636502 pg_index_bloat_ratio{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits_msisdn_balance_idx"} 0.11072011213828813 pg_index_bloat_ratio{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits_pkey"} 0.10768319185751986 pg_index_bloat_ratio{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits_transaction_id_msisdn_idx"} 0.10883261692451252 pg_index_bloat_ratio{datname="patumba_airtel",relname="hobbiton_production.customers_MSISDN_idx"} 0.10707578907313176 pg_index_bloat_ratio{datname="patumba_airtel",relname="hobbiton_production.customers_pkey"} 0.10707578907313176 pg_index_bloat_ratio{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions_pkey"} 0.11938987152157637 pg_index_bloat_ratio{datname="patumba_airtel",relname="hobbiton_production.transactions_MSISDN_idx"} -1.4897614538550756 pg_index_bloat_ratio{datname="patumba_airtel",relname="hobbiton_production.transactions_pkey"} 0.10695203742803339 pg_index_bloat_ratio{datname="patumba_airtel",relname="hobbiton_production.unitPrices_date_idx"} 0.2104799216454456 pg_index_bloat_ratio{datname="patumba_airtel",relname="hobbiton_production.unitPrices_pkey"} 0.2104799216454456 pg_index_bloat_ratio{datname="patumba_mtn",relname="hobbiton_production.accounts_MSISDN_account_type_id_idx"} 0.10861171867711512 pg_index_bloat_ratio{datname="patumba_mtn",relname="hobbiton_production.accounts_MSISDN_idx"} 0.0989228251158011 pg_index_bloat_ratio{datname="patumba_mtn",relname="hobbiton_production.accounts_pkey"} 0.10707681899981533 pg_index_bloat_ratio{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw_MSISDN_account_type_id_idx"} 0.10901867049481935 pg_index_bloat_ratio{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw_pkey"} 0.1086707367687987 pg_index_bloat_ratio{datname="patumba_mtn",relname="hobbiton_production.clientValues_MSISDN_reportDate_idx"} 0.11031966806927736 pg_index_bloat_ratio{datname="patumba_mtn",relname="hobbiton_production.clientValues_pkey"} 0.10809351504748171 pg_index_bloat_ratio{datname="patumba_mtn",relname="hobbiton_production.clientValues_reportDate_idx"} -1.8792417400145054 pg_index_bloat_ratio{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits_pkey"} 0.11012627942968649 pg_index_bloat_ratio{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits_transaction_id_msisdn_idx"} 0.11115618336460215 pg_index_bloat_ratio{datname="patumba_mtn",relname="hobbiton_production.customers_MSISDN_idx"} 0.10729385900971292 pg_index_bloat_ratio{datname="patumba_mtn",relname="hobbiton_production.customers_pkey"} 0.10729385900971292 pg_index_bloat_ratio{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions_pkey"} 0.16279189648950979 pg_index_bloat_ratio{datname="patumba_mtn",relname="hobbiton_production.transactions_MSISDN_idx"} -1.1451064085048202 pg_index_bloat_ratio{datname="patumba_mtn",relname="hobbiton_production.transactions_pkey"} 0.10710269857335711 pg_index_bloat_ratio{datname="patumba_mtn",relname="hobbiton_production.unitPrices_date_idx"} 0.20827619980411366 pg_index_bloat_ratio{datname="patumba_mtn",relname="hobbiton_production.unitPrices_pkey"} 0.20827619980411366 pg_index_bloat_ratio{datname="patumba_zamtel",relname="hobbiton_production.accounts_MSISDN_account_type_id_idx"} 0.10919238451330669 pg_index_bloat_ratio{datname="patumba_zamtel",relname="hobbiton_production.accounts_MSISDN_idx"} 0.10173710458429047 pg_index_bloat_ratio{datname="patumba_zamtel",relname="hobbiton_production.accounts_pkey"} 0.10759071349991417 pg_index_bloat_ratio{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw_MSISDN_account_type_id_idx"} 0.11894897419673577 pg_index_bloat_ratio{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw_pkey"} 0.11852940109551276 pg_index_bloat_ratio{datname="patumba_zamtel",relname="hobbiton_production.clientValues_MSISDN_reportDate_idx"} 0.11336796385844897 pg_index_bloat_ratio{datname="patumba_zamtel",relname="hobbiton_production.clientValues_pkey"} 0.11657986031653036 pg_index_bloat_ratio{datname="patumba_zamtel",relname="hobbiton_production.clientValues_reportDate_idx"} -1.7007415698894643 pg_index_bloat_ratio{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits_pkey"} 0.15512175352088897 pg_index_bloat_ratio{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits_transaction_id_msisdn_idx"} 0.13071649212687403 pg_index_bloat_ratio{datname="patumba_zamtel",relname="hobbiton_production.customers_MSISDN_idx"} 0.10805649339697174 pg_index_bloat_ratio{datname="patumba_zamtel",relname="hobbiton_production.customers_pkey"} 0.10805649339697174 pg_index_bloat_ratio{datname="patumba_zamtel",relname="hobbiton_production.transactions_MSISDN_idx"} -0.7729912562901256 pg_index_bloat_ratio{datname="patumba_zamtel",relname="hobbiton_production.transactions_pkey"} 0.1077632573107597 pg_index_bloat_ratio{datname="patumba_zamtel",relname="hobbiton_production.unitPrices_date_idx"} 0.26199804113614106 pg_index_bloat_ratio{datname="patumba_zamtel",relname="hobbiton_production.unitPrices_pkey"} 0.26199804113614106 # HELP pg_index_bloat_size Total bytes of this index # TYPE pg_index_bloat_size gauge pg_index_bloat_size{datname="patumba",relname="public.customers_pkey"} 1.78249728e+08 pg_index_bloat_size{datname="patumba",relname="public.customers_provider_MSISDN_key"} 3.24411392e+08 pg_index_bloat_size{datname="patumba",relname="public.customers_provider_old_id_key"} 1.7825792e+08 pg_index_bloat_size{datname="patumba",relname="public.unitPrices_pkey"} 180224 pg_index_bloat_size{datname="patumba",relname="public.unitPrices_provider_old_id_key"} 180224 pg_index_bloat_size{datname="patumba_airtel",relname="hobbiton_production.accounts_MSISDN_account_type_id_idx"} 1.58236672e+08 pg_index_bloat_size{datname="patumba_airtel",relname="hobbiton_production.accounts_MSISDN_idx"} 1.1091968e+08 pg_index_bloat_size{datname="patumba_airtel",relname="hobbiton_production.accounts_pkey"} 1.128448e+08 pg_index_bloat_size{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw_MSISDN_account_type_id_idx"} 4.947968e+07 pg_index_bloat_size{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw_pkey"} 3.5291136e+07 pg_index_bloat_size{datname="patumba_airtel",relname="hobbiton_production.clientValues_MSISDN_reportDate_idx"} 1.16924416e+08 pg_index_bloat_size{datname="patumba_airtel",relname="hobbiton_production.clientValues_pkey"} 6.4741376e+07 pg_index_bloat_size{datname="patumba_airtel",relname="hobbiton_production.clientValues_reportDate_idx"} 1.998848e+07 pg_index_bloat_size{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits_msisdn_balance_idx"} 2.707456e+07 pg_index_bloat_size{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits_pkey"} 1.9275776e+07 pg_index_bloat_size{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits_transaction_id_msisdn_idx"} 2.7017216e+07 pg_index_bloat_size{datname="patumba_airtel",relname="hobbiton_production.customers_MSISDN_idx"} 1.06143744e+08 pg_index_bloat_size{datname="patumba_airtel",relname="hobbiton_production.customers_pkey"} 1.06143744e+08 pg_index_bloat_size{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions_pkey"} 835584 pg_index_bloat_size{datname="patumba_airtel",relname="hobbiton_production.transactions_MSISDN_idx"} 4.05151744e+08 pg_index_bloat_size{datname="patumba_airtel",relname="hobbiton_production.transactions_pkey"} 1.129537536e+09 pg_index_bloat_size{datname="patumba_airtel",relname="hobbiton_production.unitPrices_date_idx"} 81920 pg_index_bloat_size{datname="patumba_airtel",relname="hobbiton_production.unitPrices_pkey"} 81920 pg_index_bloat_size{datname="patumba_mtn",relname="hobbiton_production.accounts_MSISDN_account_type_id_idx"} 8.5057536e+07 pg_index_bloat_size{datname="patumba_mtn",relname="hobbiton_production.accounts_MSISDN_idx"} 6.0104704e+07 pg_index_bloat_size{datname="patumba_mtn",relname="hobbiton_production.accounts_pkey"} 6.0653568e+07 pg_index_bloat_size{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw_MSISDN_account_type_id_idx"} 1.3615104e+07 pg_index_bloat_size{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw_pkey"} 9.723904e+06 pg_index_bloat_size{datname="patumba_mtn",relname="hobbiton_production.clientValues_MSISDN_reportDate_idx"} 2.1323776e+07 pg_index_bloat_size{datname="patumba_mtn",relname="hobbiton_production.clientValues_pkey"} 1.1821056e+07 pg_index_bloat_size{datname="patumba_mtn",relname="hobbiton_production.clientValues_reportDate_idx"} 3.661824e+06 pg_index_bloat_size{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits_pkey"} 4.292608e+06 pg_index_bloat_size{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits_transaction_id_msisdn_idx"} 6.012928e+06 pg_index_bloat_size{datname="patumba_mtn",relname="hobbiton_production.customers_MSISDN_idx"} 5.861376e+07 pg_index_bloat_size{datname="patumba_mtn",relname="hobbiton_production.customers_pkey"} 5.861376e+07 pg_index_bloat_size{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions_pkey"} 155648 pg_index_bloat_size{datname="patumba_mtn",relname="hobbiton_production.transactions_MSISDN_idx"} 9.3093888e+07 pg_index_bloat_size{datname="patumba_mtn",relname="hobbiton_production.transactions_pkey"} 2.23649792e+08 pg_index_bloat_size{datname="patumba_mtn",relname="hobbiton_production.unitPrices_date_idx"} 81920 pg_index_bloat_size{datname="patumba_mtn",relname="hobbiton_production.unitPrices_pkey"} 81920 pg_index_bloat_size{datname="patumba_zamtel",relname="hobbiton_production.accounts_MSISDN_account_type_id_idx"} 1.9390464e+07 pg_index_bloat_size{datname="patumba_zamtel",relname="hobbiton_production.accounts_MSISDN_idx"} 1.3737984e+07 pg_index_bloat_size{datname="patumba_zamtel",relname="hobbiton_production.accounts_pkey"} 1.3828096e+07 pg_index_bloat_size{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw_MSISDN_account_type_id_idx"} 925696 pg_index_bloat_size{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw_pkey"} 663552 pg_index_bloat_size{datname="patumba_zamtel",relname="hobbiton_production.clientValues_MSISDN_reportDate_idx"} 1.564672e+06 pg_index_bloat_size{datname="patumba_zamtel",relname="hobbiton_production.clientValues_pkey"} 876544 pg_index_bloat_size{datname="patumba_zamtel",relname="hobbiton_production.clientValues_reportDate_idx"} 286720 pg_index_bloat_size{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits_pkey"} 237568 pg_index_bloat_size{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits_transaction_id_msisdn_idx"} 319488 pg_index_bloat_size{datname="patumba_zamtel",relname="hobbiton_production.customers_MSISDN_idx"} 1.355776e+07 pg_index_bloat_size{datname="patumba_zamtel",relname="hobbiton_production.customers_pkey"} 1.355776e+07 pg_index_bloat_size{datname="patumba_zamtel",relname="hobbiton_production.transactions_MSISDN_idx"} 1.0821632e+07 pg_index_bloat_size{datname="patumba_zamtel",relname="hobbiton_production.transactions_pkey"} 2.1504e+07 pg_index_bloat_size{datname="patumba_zamtel",relname="hobbiton_production.unitPrices_date_idx"} 49152 pg_index_bloat_size{datname="patumba_zamtel",relname="hobbiton_production.unitPrices_pkey"} 49152 # 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="patumba",idxname="public.accounts_pkey",relid="23329",relname="public.accounts"} 0 pg_index_idx_blks_hit{datname="patumba",idxname="public.accounts_provider_old_id_key",relid="23331",relname="public.accounts"} 0 pg_index_idx_blks_hit{datname="patumba",idxname="public.balanceEligibleForWithdraw_pkey",relid="23357",relname="public.balanceEligibleForWithdraw"} 0 pg_index_idx_blks_hit{datname="patumba",idxname="public.balanceEligibleForWithdraw_provider_old_id_key",relid="23359",relname="public.balanceEligibleForWithdraw"} 0 pg_index_idx_blks_hit{datname="patumba",idxname="public.clientValues_pkey",relid="23383",relname="public.clientValues"} 0 pg_index_idx_blks_hit{datname="patumba",idxname="public.clientValues_provider_old_id_key",relid="23385",relname="public.clientValues"} 0 pg_index_idx_blks_hit{datname="patumba",idxname="public.customer_fixed_term_deposits_pkey",relid="23395",relname="public.customer_fixed_term_deposits"} 0 pg_index_idx_blks_hit{datname="patumba",idxname="public.customer_fixed_term_deposits_provider_old_id_key",relid="23397",relname="public.customer_fixed_term_deposits"} 0 pg_index_idx_blks_hit{datname="patumba",idxname="public.customers_pkey",relid="23312",relname="public.customers"} 0 pg_index_idx_blks_hit{datname="patumba",idxname="public.customers_provider_MSISDN_key",relid="23316",relname="public.customers"} 0 pg_index_idx_blks_hit{datname="patumba",idxname="public.customers_provider_old_id_key",relid="23314",relname="public.customers"} 0 pg_index_idx_blks_hit{datname="patumba",idxname="public.earlyRedemptions_pkey",relid="23369",relname="public.earlyRedemptions"} 0 pg_index_idx_blks_hit{datname="patumba",idxname="public.earlyRedemptions_provider_old_id_key",relid="23371",relname="public.earlyRedemptions"} 0 pg_index_idx_blks_hit{datname="patumba",idxname="public.services_pkey",relid="23285",relname="public.services"} 0 pg_index_idx_blks_hit{datname="patumba",idxname="public.services_provider_old_id_key",relid="23287",relname="public.services"} 0 pg_index_idx_blks_hit{datname="patumba",idxname="public.transactions_pkey",relid="23344",relname="public.transactions"} 0 pg_index_idx_blks_hit{datname="patumba",idxname="public.transactions_provider_old_id_key",relid="23346",relname="public.transactions"} 0 pg_index_idx_blks_hit{datname="patumba",idxname="public.unitPrices_pkey",relid="23297",relname="public.unitPrices"} 0 pg_index_idx_blks_hit{datname="patumba",idxname="public.unitPrices_provider_old_id_key",relid="23299",relname="public.unitPrices"} 0 pg_index_idx_blks_hit{datname="patumba_airtel",idxname="hobbiton_production.accounts_MSISDN_account_type_id_idx",relid="22400",relname="hobbiton_production.accounts"} 0 pg_index_idx_blks_hit{datname="patumba_airtel",idxname="hobbiton_production.accounts_MSISDN_idx",relid="22399",relname="hobbiton_production.accounts"} 0 pg_index_idx_blks_hit{datname="patumba_airtel",idxname="hobbiton_production.accounts_pkey",relid="22392",relname="hobbiton_production.accounts"} 0 pg_index_idx_blks_hit{datname="patumba_airtel",idxname="hobbiton_production.balanceEligibleForWithdraw_MSISDN_account_type_id_idx",relid="22142",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_index_idx_blks_hit{datname="patumba_airtel",idxname="hobbiton_production.balanceEligibleForWithdraw_pkey",relid="22140",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_index_idx_blks_hit{datname="patumba_airtel",idxname="hobbiton_production.clientValues_MSISDN_reportDate_idx",relid="22365",relname="hobbiton_production.clientValues"} 0 pg_index_idx_blks_hit{datname="patumba_airtel",idxname="hobbiton_production.clientValues_pkey",relid="22361",relname="hobbiton_production.clientValues"} 0 pg_index_idx_blks_hit{datname="patumba_airtel",idxname="hobbiton_production.clientValues_reportDate_idx",relid="22363",relname="hobbiton_production.clientValues"} 0 pg_index_idx_blks_hit{datname="patumba_airtel",idxname="hobbiton_production.customer_fixed_term_deposits_msisdn_balance_idx",relid="22223",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_index_idx_blks_hit{datname="patumba_airtel",idxname="hobbiton_production.customer_fixed_term_deposits_pkey",relid="22224",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_index_idx_blks_hit{datname="patumba_airtel",idxname="hobbiton_production.customer_fixed_term_deposits_transaction_id_msisdn_idx",relid="22230",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_index_idx_blks_hit{datname="patumba_airtel",idxname="hobbiton_production.customers_MSISDN_idx",relid="22314",relname="hobbiton_production.customers"} 0 pg_index_idx_blks_hit{datname="patumba_airtel",idxname="hobbiton_production.customers_pkey",relid="22311",relname="hobbiton_production.customers"} 0 pg_index_idx_blks_hit{datname="patumba_airtel",idxname="hobbiton_production.earlyRedemptions_pkey",relid="22228",relname="hobbiton_production.earlyRedemptions"} 0 pg_index_idx_blks_hit{datname="patumba_airtel",idxname="hobbiton_production.services_abbreviation_idx",relid="22239",relname="hobbiton_production.services"} 0 pg_index_idx_blks_hit{datname="patumba_airtel",idxname="hobbiton_production.services_pkey",relid="22237",relname="hobbiton_production.services"} 0 pg_index_idx_blks_hit{datname="patumba_airtel",idxname="hobbiton_production.transactions_MSISDN_idx",relid="22475",relname="hobbiton_production.transactions"} 0 pg_index_idx_blks_hit{datname="patumba_airtel",idxname="hobbiton_production.transactions_pkey",relid="22473",relname="hobbiton_production.transactions"} 0 pg_index_idx_blks_hit{datname="patumba_airtel",idxname="hobbiton_production.unitPrices_date_idx",relid="22213",relname="hobbiton_production.unitPrices"} 0 pg_index_idx_blks_hit{datname="patumba_airtel",idxname="hobbiton_production.unitPrices_pkey",relid="22214",relname="hobbiton_production.unitPrices"} 0 pg_index_idx_blks_hit{datname="patumba_mtn",idxname="hobbiton_production.accounts_MSISDN_account_type_id_idx",relid="22164",relname="hobbiton_production.accounts"} 0 pg_index_idx_blks_hit{datname="patumba_mtn",idxname="hobbiton_production.accounts_MSISDN_idx",relid="22163",relname="hobbiton_production.accounts"} 0 pg_index_idx_blks_hit{datname="patumba_mtn",idxname="hobbiton_production.accounts_pkey",relid="22161",relname="hobbiton_production.accounts"} 0 pg_index_idx_blks_hit{datname="patumba_mtn",idxname="hobbiton_production.balanceEligibleForWithdraw_MSISDN_account_type_id_idx",relid="19961",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_index_idx_blks_hit{datname="patumba_mtn",idxname="hobbiton_production.balanceEligibleForWithdraw_pkey",relid="19959",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_index_idx_blks_hit{datname="patumba_mtn",idxname="hobbiton_production.clientValues_MSISDN_reportDate_idx",relid="19992",relname="hobbiton_production.clientValues"} 0 pg_index_idx_blks_hit{datname="patumba_mtn",idxname="hobbiton_production.clientValues_pkey",relid="19993",relname="hobbiton_production.clientValues"} 0 pg_index_idx_blks_hit{datname="patumba_mtn",idxname="hobbiton_production.clientValues_reportDate_idx",relid="19995",relname="hobbiton_production.clientValues"} 0 pg_index_idx_blks_hit{datname="patumba_mtn",idxname="hobbiton_production.customer_fixed_term_deposits_pkey",relid="20010",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_index_idx_blks_hit{datname="patumba_mtn",idxname="hobbiton_production.customer_fixed_term_deposits_transaction_id_msisdn_idx",relid="20012",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_index_idx_blks_hit{datname="patumba_mtn",idxname="hobbiton_production.customers_MSISDN_idx",relid="22156",relname="hobbiton_production.customers"} 0 pg_index_idx_blks_hit{datname="patumba_mtn",idxname="hobbiton_production.customers_pkey",relid="22154",relname="hobbiton_production.customers"} 0 pg_index_idx_blks_hit{datname="patumba_mtn",idxname="hobbiton_production.earlyRedemptions_pkey",relid="20015",relname="hobbiton_production.earlyRedemptions"} 0 pg_index_idx_blks_hit{datname="patumba_mtn",idxname="hobbiton_production.services_abbreviation_idx",relid="20025",relname="hobbiton_production.services"} 0 pg_index_idx_blks_hit{datname="patumba_mtn",idxname="hobbiton_production.services_pkey",relid="20023",relname="hobbiton_production.services"} 0 pg_index_idx_blks_hit{datname="patumba_mtn",idxname="hobbiton_production.transactions_MSISDN_idx",relid="22377",relname="hobbiton_production.transactions"} 0 pg_index_idx_blks_hit{datname="patumba_mtn",idxname="hobbiton_production.transactions_pkey",relid="22375",relname="hobbiton_production.transactions"} 0 pg_index_idx_blks_hit{datname="patumba_mtn",idxname="hobbiton_production.unitPrices_date_idx",relid="20033",relname="hobbiton_production.unitPrices"} 0 pg_index_idx_blks_hit{datname="patumba_mtn",idxname="hobbiton_production.unitPrices_pkey",relid="20034",relname="hobbiton_production.unitPrices"} 0 pg_index_idx_blks_hit{datname="patumba_zamtel",idxname="hobbiton_production.accounts_MSISDN_account_type_id_idx",relid="19985",relname="hobbiton_production.accounts"} 0 pg_index_idx_blks_hit{datname="patumba_zamtel",idxname="hobbiton_production.accounts_MSISDN_idx",relid="19984",relname="hobbiton_production.accounts"} 0 pg_index_idx_blks_hit{datname="patumba_zamtel",idxname="hobbiton_production.accounts_pkey",relid="19982",relname="hobbiton_production.accounts"} 0 pg_index_idx_blks_hit{datname="patumba_zamtel",idxname="hobbiton_production.balanceEligibleForWithdraw_MSISDN_account_type_id_idx",relid="19897",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_index_idx_blks_hit{datname="patumba_zamtel",idxname="hobbiton_production.balanceEligibleForWithdraw_pkey",relid="19898",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_index_idx_blks_hit{datname="patumba_zamtel",idxname="hobbiton_production.clientValues_MSISDN_reportDate_idx",relid="19906",relname="hobbiton_production.clientValues"} 0 pg_index_idx_blks_hit{datname="patumba_zamtel",idxname="hobbiton_production.clientValues_pkey",relid="19907",relname="hobbiton_production.clientValues"} 0 pg_index_idx_blks_hit{datname="patumba_zamtel",idxname="hobbiton_production.clientValues_reportDate_idx",relid="19909",relname="hobbiton_production.clientValues"} 0 pg_index_idx_blks_hit{datname="patumba_zamtel",idxname="hobbiton_production.customer_fixed_term_deposits_pkey",relid="19939",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_index_idx_blks_hit{datname="patumba_zamtel",idxname="hobbiton_production.customer_fixed_term_deposits_transaction_id_msisdn_idx",relid="19938",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_index_idx_blks_hit{datname="patumba_zamtel",idxname="hobbiton_production.customers_MSISDN_idx",relid="19973",relname="hobbiton_production.customers"} 0 pg_index_idx_blks_hit{datname="patumba_zamtel",idxname="hobbiton_production.customers_pkey",relid="19974",relname="hobbiton_production.customers"} 0 pg_index_idx_blks_hit{datname="patumba_zamtel",idxname="hobbiton_production.earlyRedemptions_pkey",relid="19912",relname="hobbiton_production.earlyRedemptions"} 0 pg_index_idx_blks_hit{datname="patumba_zamtel",idxname="hobbiton_production.services_abbreviation_idx",relid="19947",relname="hobbiton_production.services"} 0 pg_index_idx_blks_hit{datname="patumba_zamtel",idxname="hobbiton_production.services_pkey",relid="19948",relname="hobbiton_production.services"} 0 pg_index_idx_blks_hit{datname="patumba_zamtel",idxname="hobbiton_production.transactions_MSISDN_idx",relid="20087",relname="hobbiton_production.transactions"} 0 pg_index_idx_blks_hit{datname="patumba_zamtel",idxname="hobbiton_production.transactions_pkey",relid="20085",relname="hobbiton_production.transactions"} 0 pg_index_idx_blks_hit{datname="patumba_zamtel",idxname="hobbiton_production.unitPrices_date_idx",relid="19923",relname="hobbiton_production.unitPrices"} 0 pg_index_idx_blks_hit{datname="patumba_zamtel",idxname="hobbiton_production.unitPrices_pkey",relid="19921",relname="hobbiton_production.unitPrices"} 0 # 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="patumba",idxname="public.accounts_pkey",relid="23329",relname="public.accounts"} 0 pg_index_idx_blks_read{datname="patumba",idxname="public.accounts_provider_old_id_key",relid="23331",relname="public.accounts"} 0 pg_index_idx_blks_read{datname="patumba",idxname="public.balanceEligibleForWithdraw_pkey",relid="23357",relname="public.balanceEligibleForWithdraw"} 0 pg_index_idx_blks_read{datname="patumba",idxname="public.balanceEligibleForWithdraw_provider_old_id_key",relid="23359",relname="public.balanceEligibleForWithdraw"} 0 pg_index_idx_blks_read{datname="patumba",idxname="public.clientValues_pkey",relid="23383",relname="public.clientValues"} 0 pg_index_idx_blks_read{datname="patumba",idxname="public.clientValues_provider_old_id_key",relid="23385",relname="public.clientValues"} 0 pg_index_idx_blks_read{datname="patumba",idxname="public.customer_fixed_term_deposits_pkey",relid="23395",relname="public.customer_fixed_term_deposits"} 0 pg_index_idx_blks_read{datname="patumba",idxname="public.customer_fixed_term_deposits_provider_old_id_key",relid="23397",relname="public.customer_fixed_term_deposits"} 0 pg_index_idx_blks_read{datname="patumba",idxname="public.customers_pkey",relid="23312",relname="public.customers"} 0 pg_index_idx_blks_read{datname="patumba",idxname="public.customers_provider_MSISDN_key",relid="23316",relname="public.customers"} 0 pg_index_idx_blks_read{datname="patumba",idxname="public.customers_provider_old_id_key",relid="23314",relname="public.customers"} 0 pg_index_idx_blks_read{datname="patumba",idxname="public.earlyRedemptions_pkey",relid="23369",relname="public.earlyRedemptions"} 0 pg_index_idx_blks_read{datname="patumba",idxname="public.earlyRedemptions_provider_old_id_key",relid="23371",relname="public.earlyRedemptions"} 0 pg_index_idx_blks_read{datname="patumba",idxname="public.services_pkey",relid="23285",relname="public.services"} 0 pg_index_idx_blks_read{datname="patumba",idxname="public.services_provider_old_id_key",relid="23287",relname="public.services"} 0 pg_index_idx_blks_read{datname="patumba",idxname="public.transactions_pkey",relid="23344",relname="public.transactions"} 0 pg_index_idx_blks_read{datname="patumba",idxname="public.transactions_provider_old_id_key",relid="23346",relname="public.transactions"} 0 pg_index_idx_blks_read{datname="patumba",idxname="public.unitPrices_pkey",relid="23297",relname="public.unitPrices"} 0 pg_index_idx_blks_read{datname="patumba",idxname="public.unitPrices_provider_old_id_key",relid="23299",relname="public.unitPrices"} 0 pg_index_idx_blks_read{datname="patumba_airtel",idxname="hobbiton_production.accounts_MSISDN_account_type_id_idx",relid="22400",relname="hobbiton_production.accounts"} 0 pg_index_idx_blks_read{datname="patumba_airtel",idxname="hobbiton_production.accounts_MSISDN_idx",relid="22399",relname="hobbiton_production.accounts"} 0 pg_index_idx_blks_read{datname="patumba_airtel",idxname="hobbiton_production.accounts_pkey",relid="22392",relname="hobbiton_production.accounts"} 0 pg_index_idx_blks_read{datname="patumba_airtel",idxname="hobbiton_production.balanceEligibleForWithdraw_MSISDN_account_type_id_idx",relid="22142",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_index_idx_blks_read{datname="patumba_airtel",idxname="hobbiton_production.balanceEligibleForWithdraw_pkey",relid="22140",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_index_idx_blks_read{datname="patumba_airtel",idxname="hobbiton_production.clientValues_MSISDN_reportDate_idx",relid="22365",relname="hobbiton_production.clientValues"} 0 pg_index_idx_blks_read{datname="patumba_airtel",idxname="hobbiton_production.clientValues_pkey",relid="22361",relname="hobbiton_production.clientValues"} 0 pg_index_idx_blks_read{datname="patumba_airtel",idxname="hobbiton_production.clientValues_reportDate_idx",relid="22363",relname="hobbiton_production.clientValues"} 0 pg_index_idx_blks_read{datname="patumba_airtel",idxname="hobbiton_production.customer_fixed_term_deposits_msisdn_balance_idx",relid="22223",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_index_idx_blks_read{datname="patumba_airtel",idxname="hobbiton_production.customer_fixed_term_deposits_pkey",relid="22224",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_index_idx_blks_read{datname="patumba_airtel",idxname="hobbiton_production.customer_fixed_term_deposits_transaction_id_msisdn_idx",relid="22230",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_index_idx_blks_read{datname="patumba_airtel",idxname="hobbiton_production.customers_MSISDN_idx",relid="22314",relname="hobbiton_production.customers"} 0 pg_index_idx_blks_read{datname="patumba_airtel",idxname="hobbiton_production.customers_pkey",relid="22311",relname="hobbiton_production.customers"} 0 pg_index_idx_blks_read{datname="patumba_airtel",idxname="hobbiton_production.earlyRedemptions_pkey",relid="22228",relname="hobbiton_production.earlyRedemptions"} 0 pg_index_idx_blks_read{datname="patumba_airtel",idxname="hobbiton_production.services_abbreviation_idx",relid="22239",relname="hobbiton_production.services"} 0 pg_index_idx_blks_read{datname="patumba_airtel",idxname="hobbiton_production.services_pkey",relid="22237",relname="hobbiton_production.services"} 0 pg_index_idx_blks_read{datname="patumba_airtel",idxname="hobbiton_production.transactions_MSISDN_idx",relid="22475",relname="hobbiton_production.transactions"} 0 pg_index_idx_blks_read{datname="patumba_airtel",idxname="hobbiton_production.transactions_pkey",relid="22473",relname="hobbiton_production.transactions"} 0 pg_index_idx_blks_read{datname="patumba_airtel",idxname="hobbiton_production.unitPrices_date_idx",relid="22213",relname="hobbiton_production.unitPrices"} 0 pg_index_idx_blks_read{datname="patumba_airtel",idxname="hobbiton_production.unitPrices_pkey",relid="22214",relname="hobbiton_production.unitPrices"} 0 pg_index_idx_blks_read{datname="patumba_mtn",idxname="hobbiton_production.accounts_MSISDN_account_type_id_idx",relid="22164",relname="hobbiton_production.accounts"} 0 pg_index_idx_blks_read{datname="patumba_mtn",idxname="hobbiton_production.accounts_MSISDN_idx",relid="22163",relname="hobbiton_production.accounts"} 0 pg_index_idx_blks_read{datname="patumba_mtn",idxname="hobbiton_production.accounts_pkey",relid="22161",relname="hobbiton_production.accounts"} 0 pg_index_idx_blks_read{datname="patumba_mtn",idxname="hobbiton_production.balanceEligibleForWithdraw_MSISDN_account_type_id_idx",relid="19961",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_index_idx_blks_read{datname="patumba_mtn",idxname="hobbiton_production.balanceEligibleForWithdraw_pkey",relid="19959",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_index_idx_blks_read{datname="patumba_mtn",idxname="hobbiton_production.clientValues_MSISDN_reportDate_idx",relid="19992",relname="hobbiton_production.clientValues"} 0 pg_index_idx_blks_read{datname="patumba_mtn",idxname="hobbiton_production.clientValues_pkey",relid="19993",relname="hobbiton_production.clientValues"} 0 pg_index_idx_blks_read{datname="patumba_mtn",idxname="hobbiton_production.clientValues_reportDate_idx",relid="19995",relname="hobbiton_production.clientValues"} 0 pg_index_idx_blks_read{datname="patumba_mtn",idxname="hobbiton_production.customer_fixed_term_deposits_pkey",relid="20010",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_index_idx_blks_read{datname="patumba_mtn",idxname="hobbiton_production.customer_fixed_term_deposits_transaction_id_msisdn_idx",relid="20012",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_index_idx_blks_read{datname="patumba_mtn",idxname="hobbiton_production.customers_MSISDN_idx",relid="22156",relname="hobbiton_production.customers"} 0 pg_index_idx_blks_read{datname="patumba_mtn",idxname="hobbiton_production.customers_pkey",relid="22154",relname="hobbiton_production.customers"} 0 pg_index_idx_blks_read{datname="patumba_mtn",idxname="hobbiton_production.earlyRedemptions_pkey",relid="20015",relname="hobbiton_production.earlyRedemptions"} 0 pg_index_idx_blks_read{datname="patumba_mtn",idxname="hobbiton_production.services_abbreviation_idx",relid="20025",relname="hobbiton_production.services"} 0 pg_index_idx_blks_read{datname="patumba_mtn",idxname="hobbiton_production.services_pkey",relid="20023",relname="hobbiton_production.services"} 0 pg_index_idx_blks_read{datname="patumba_mtn",idxname="hobbiton_production.transactions_MSISDN_idx",relid="22377",relname="hobbiton_production.transactions"} 0 pg_index_idx_blks_read{datname="patumba_mtn",idxname="hobbiton_production.transactions_pkey",relid="22375",relname="hobbiton_production.transactions"} 0 pg_index_idx_blks_read{datname="patumba_mtn",idxname="hobbiton_production.unitPrices_date_idx",relid="20033",relname="hobbiton_production.unitPrices"} 0 pg_index_idx_blks_read{datname="patumba_mtn",idxname="hobbiton_production.unitPrices_pkey",relid="20034",relname="hobbiton_production.unitPrices"} 0 pg_index_idx_blks_read{datname="patumba_zamtel",idxname="hobbiton_production.accounts_MSISDN_account_type_id_idx",relid="19985",relname="hobbiton_production.accounts"} 0 pg_index_idx_blks_read{datname="patumba_zamtel",idxname="hobbiton_production.accounts_MSISDN_idx",relid="19984",relname="hobbiton_production.accounts"} 0 pg_index_idx_blks_read{datname="patumba_zamtel",idxname="hobbiton_production.accounts_pkey",relid="19982",relname="hobbiton_production.accounts"} 0 pg_index_idx_blks_read{datname="patumba_zamtel",idxname="hobbiton_production.balanceEligibleForWithdraw_MSISDN_account_type_id_idx",relid="19897",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_index_idx_blks_read{datname="patumba_zamtel",idxname="hobbiton_production.balanceEligibleForWithdraw_pkey",relid="19898",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_index_idx_blks_read{datname="patumba_zamtel",idxname="hobbiton_production.clientValues_MSISDN_reportDate_idx",relid="19906",relname="hobbiton_production.clientValues"} 0 pg_index_idx_blks_read{datname="patumba_zamtel",idxname="hobbiton_production.clientValues_pkey",relid="19907",relname="hobbiton_production.clientValues"} 0 pg_index_idx_blks_read{datname="patumba_zamtel",idxname="hobbiton_production.clientValues_reportDate_idx",relid="19909",relname="hobbiton_production.clientValues"} 0 pg_index_idx_blks_read{datname="patumba_zamtel",idxname="hobbiton_production.customer_fixed_term_deposits_pkey",relid="19939",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_index_idx_blks_read{datname="patumba_zamtel",idxname="hobbiton_production.customer_fixed_term_deposits_transaction_id_msisdn_idx",relid="19938",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_index_idx_blks_read{datname="patumba_zamtel",idxname="hobbiton_production.customers_MSISDN_idx",relid="19973",relname="hobbiton_production.customers"} 0 pg_index_idx_blks_read{datname="patumba_zamtel",idxname="hobbiton_production.customers_pkey",relid="19974",relname="hobbiton_production.customers"} 0 pg_index_idx_blks_read{datname="patumba_zamtel",idxname="hobbiton_production.earlyRedemptions_pkey",relid="19912",relname="hobbiton_production.earlyRedemptions"} 0 pg_index_idx_blks_read{datname="patumba_zamtel",idxname="hobbiton_production.services_abbreviation_idx",relid="19947",relname="hobbiton_production.services"} 0 pg_index_idx_blks_read{datname="patumba_zamtel",idxname="hobbiton_production.services_pkey",relid="19948",relname="hobbiton_production.services"} 0 pg_index_idx_blks_read{datname="patumba_zamtel",idxname="hobbiton_production.transactions_MSISDN_idx",relid="20087",relname="hobbiton_production.transactions"} 0 pg_index_idx_blks_read{datname="patumba_zamtel",idxname="hobbiton_production.transactions_pkey",relid="20085",relname="hobbiton_production.transactions"} 0 pg_index_idx_blks_read{datname="patumba_zamtel",idxname="hobbiton_production.unitPrices_date_idx",relid="19923",relname="hobbiton_production.unitPrices"} 0 pg_index_idx_blks_read{datname="patumba_zamtel",idxname="hobbiton_production.unitPrices_pkey",relid="19921",relname="hobbiton_production.unitPrices"} 0 # HELP pg_index_idx_scan Number of index scans initiated on this index # TYPE pg_index_idx_scan counter pg_index_idx_scan{datname="patumba",idxname="public.accounts_pkey",relid="23329",relname="public.accounts"} 0 pg_index_idx_scan{datname="patumba",idxname="public.accounts_provider_old_id_key",relid="23331",relname="public.accounts"} 0 pg_index_idx_scan{datname="patumba",idxname="public.balanceEligibleForWithdraw_pkey",relid="23357",relname="public.balanceEligibleForWithdraw"} 0 pg_index_idx_scan{datname="patumba",idxname="public.balanceEligibleForWithdraw_provider_old_id_key",relid="23359",relname="public.balanceEligibleForWithdraw"} 0 pg_index_idx_scan{datname="patumba",idxname="public.clientValues_pkey",relid="23383",relname="public.clientValues"} 0 pg_index_idx_scan{datname="patumba",idxname="public.clientValues_provider_old_id_key",relid="23385",relname="public.clientValues"} 0 pg_index_idx_scan{datname="patumba",idxname="public.customer_fixed_term_deposits_pkey",relid="23395",relname="public.customer_fixed_term_deposits"} 0 pg_index_idx_scan{datname="patumba",idxname="public.customer_fixed_term_deposits_provider_old_id_key",relid="23397",relname="public.customer_fixed_term_deposits"} 0 pg_index_idx_scan{datname="patumba",idxname="public.customers_pkey",relid="23312",relname="public.customers"} 0 pg_index_idx_scan{datname="patumba",idxname="public.customers_provider_MSISDN_key",relid="23316",relname="public.customers"} 0 pg_index_idx_scan{datname="patumba",idxname="public.customers_provider_old_id_key",relid="23314",relname="public.customers"} 0 pg_index_idx_scan{datname="patumba",idxname="public.earlyRedemptions_pkey",relid="23369",relname="public.earlyRedemptions"} 0 pg_index_idx_scan{datname="patumba",idxname="public.earlyRedemptions_provider_old_id_key",relid="23371",relname="public.earlyRedemptions"} 0 pg_index_idx_scan{datname="patumba",idxname="public.services_pkey",relid="23285",relname="public.services"} 0 pg_index_idx_scan{datname="patumba",idxname="public.services_provider_old_id_key",relid="23287",relname="public.services"} 0 pg_index_idx_scan{datname="patumba",idxname="public.transactions_pkey",relid="23344",relname="public.transactions"} 0 pg_index_idx_scan{datname="patumba",idxname="public.transactions_provider_old_id_key",relid="23346",relname="public.transactions"} 0 pg_index_idx_scan{datname="patumba",idxname="public.unitPrices_pkey",relid="23297",relname="public.unitPrices"} 0 pg_index_idx_scan{datname="patumba",idxname="public.unitPrices_provider_old_id_key",relid="23299",relname="public.unitPrices"} 0 pg_index_idx_scan{datname="patumba_airtel",idxname="hobbiton_production.accounts_MSISDN_account_type_id_idx",relid="22400",relname="hobbiton_production.accounts"} 0 pg_index_idx_scan{datname="patumba_airtel",idxname="hobbiton_production.accounts_MSISDN_idx",relid="22399",relname="hobbiton_production.accounts"} 0 pg_index_idx_scan{datname="patumba_airtel",idxname="hobbiton_production.accounts_pkey",relid="22392",relname="hobbiton_production.accounts"} 0 pg_index_idx_scan{datname="patumba_airtel",idxname="hobbiton_production.balanceEligibleForWithdraw_MSISDN_account_type_id_idx",relid="22142",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_index_idx_scan{datname="patumba_airtel",idxname="hobbiton_production.balanceEligibleForWithdraw_pkey",relid="22140",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_index_idx_scan{datname="patumba_airtel",idxname="hobbiton_production.clientValues_MSISDN_reportDate_idx",relid="22365",relname="hobbiton_production.clientValues"} 0 pg_index_idx_scan{datname="patumba_airtel",idxname="hobbiton_production.clientValues_pkey",relid="22361",relname="hobbiton_production.clientValues"} 0 pg_index_idx_scan{datname="patumba_airtel",idxname="hobbiton_production.clientValues_reportDate_idx",relid="22363",relname="hobbiton_production.clientValues"} 0 pg_index_idx_scan{datname="patumba_airtel",idxname="hobbiton_production.customer_fixed_term_deposits_msisdn_balance_idx",relid="22223",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_index_idx_scan{datname="patumba_airtel",idxname="hobbiton_production.customer_fixed_term_deposits_pkey",relid="22224",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_index_idx_scan{datname="patumba_airtel",idxname="hobbiton_production.customer_fixed_term_deposits_transaction_id_msisdn_idx",relid="22230",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_index_idx_scan{datname="patumba_airtel",idxname="hobbiton_production.customers_MSISDN_idx",relid="22314",relname="hobbiton_production.customers"} 0 pg_index_idx_scan{datname="patumba_airtel",idxname="hobbiton_production.customers_pkey",relid="22311",relname="hobbiton_production.customers"} 0 pg_index_idx_scan{datname="patumba_airtel",idxname="hobbiton_production.earlyRedemptions_pkey",relid="22228",relname="hobbiton_production.earlyRedemptions"} 0 pg_index_idx_scan{datname="patumba_airtel",idxname="hobbiton_production.services_abbreviation_idx",relid="22239",relname="hobbiton_production.services"} 0 pg_index_idx_scan{datname="patumba_airtel",idxname="hobbiton_production.services_pkey",relid="22237",relname="hobbiton_production.services"} 0 pg_index_idx_scan{datname="patumba_airtel",idxname="hobbiton_production.transactions_MSISDN_idx",relid="22475",relname="hobbiton_production.transactions"} 0 pg_index_idx_scan{datname="patumba_airtel",idxname="hobbiton_production.transactions_pkey",relid="22473",relname="hobbiton_production.transactions"} 0 pg_index_idx_scan{datname="patumba_airtel",idxname="hobbiton_production.unitPrices_date_idx",relid="22213",relname="hobbiton_production.unitPrices"} 0 pg_index_idx_scan{datname="patumba_airtel",idxname="hobbiton_production.unitPrices_pkey",relid="22214",relname="hobbiton_production.unitPrices"} 0 pg_index_idx_scan{datname="patumba_mtn",idxname="hobbiton_production.accounts_MSISDN_account_type_id_idx",relid="22164",relname="hobbiton_production.accounts"} 0 pg_index_idx_scan{datname="patumba_mtn",idxname="hobbiton_production.accounts_MSISDN_idx",relid="22163",relname="hobbiton_production.accounts"} 0 pg_index_idx_scan{datname="patumba_mtn",idxname="hobbiton_production.accounts_pkey",relid="22161",relname="hobbiton_production.accounts"} 0 pg_index_idx_scan{datname="patumba_mtn",idxname="hobbiton_production.balanceEligibleForWithdraw_MSISDN_account_type_id_idx",relid="19961",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_index_idx_scan{datname="patumba_mtn",idxname="hobbiton_production.balanceEligibleForWithdraw_pkey",relid="19959",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_index_idx_scan{datname="patumba_mtn",idxname="hobbiton_production.clientValues_MSISDN_reportDate_idx",relid="19992",relname="hobbiton_production.clientValues"} 0 pg_index_idx_scan{datname="patumba_mtn",idxname="hobbiton_production.clientValues_pkey",relid="19993",relname="hobbiton_production.clientValues"} 0 pg_index_idx_scan{datname="patumba_mtn",idxname="hobbiton_production.clientValues_reportDate_idx",relid="19995",relname="hobbiton_production.clientValues"} 0 pg_index_idx_scan{datname="patumba_mtn",idxname="hobbiton_production.customer_fixed_term_deposits_pkey",relid="20010",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_index_idx_scan{datname="patumba_mtn",idxname="hobbiton_production.customer_fixed_term_deposits_transaction_id_msisdn_idx",relid="20012",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_index_idx_scan{datname="patumba_mtn",idxname="hobbiton_production.customers_MSISDN_idx",relid="22156",relname="hobbiton_production.customers"} 0 pg_index_idx_scan{datname="patumba_mtn",idxname="hobbiton_production.customers_pkey",relid="22154",relname="hobbiton_production.customers"} 0 pg_index_idx_scan{datname="patumba_mtn",idxname="hobbiton_production.earlyRedemptions_pkey",relid="20015",relname="hobbiton_production.earlyRedemptions"} 0 pg_index_idx_scan{datname="patumba_mtn",idxname="hobbiton_production.services_abbreviation_idx",relid="20025",relname="hobbiton_production.services"} 0 pg_index_idx_scan{datname="patumba_mtn",idxname="hobbiton_production.services_pkey",relid="20023",relname="hobbiton_production.services"} 0 pg_index_idx_scan{datname="patumba_mtn",idxname="hobbiton_production.transactions_MSISDN_idx",relid="22377",relname="hobbiton_production.transactions"} 0 pg_index_idx_scan{datname="patumba_mtn",idxname="hobbiton_production.transactions_pkey",relid="22375",relname="hobbiton_production.transactions"} 0 pg_index_idx_scan{datname="patumba_mtn",idxname="hobbiton_production.unitPrices_date_idx",relid="20033",relname="hobbiton_production.unitPrices"} 0 pg_index_idx_scan{datname="patumba_mtn",idxname="hobbiton_production.unitPrices_pkey",relid="20034",relname="hobbiton_production.unitPrices"} 0 pg_index_idx_scan{datname="patumba_zamtel",idxname="hobbiton_production.accounts_MSISDN_account_type_id_idx",relid="19985",relname="hobbiton_production.accounts"} 0 pg_index_idx_scan{datname="patumba_zamtel",idxname="hobbiton_production.accounts_MSISDN_idx",relid="19984",relname="hobbiton_production.accounts"} 0 pg_index_idx_scan{datname="patumba_zamtel",idxname="hobbiton_production.accounts_pkey",relid="19982",relname="hobbiton_production.accounts"} 0 pg_index_idx_scan{datname="patumba_zamtel",idxname="hobbiton_production.balanceEligibleForWithdraw_MSISDN_account_type_id_idx",relid="19897",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_index_idx_scan{datname="patumba_zamtel",idxname="hobbiton_production.balanceEligibleForWithdraw_pkey",relid="19898",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_index_idx_scan{datname="patumba_zamtel",idxname="hobbiton_production.clientValues_MSISDN_reportDate_idx",relid="19906",relname="hobbiton_production.clientValues"} 0 pg_index_idx_scan{datname="patumba_zamtel",idxname="hobbiton_production.clientValues_pkey",relid="19907",relname="hobbiton_production.clientValues"} 0 pg_index_idx_scan{datname="patumba_zamtel",idxname="hobbiton_production.clientValues_reportDate_idx",relid="19909",relname="hobbiton_production.clientValues"} 0 pg_index_idx_scan{datname="patumba_zamtel",idxname="hobbiton_production.customer_fixed_term_deposits_pkey",relid="19939",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_index_idx_scan{datname="patumba_zamtel",idxname="hobbiton_production.customer_fixed_term_deposits_transaction_id_msisdn_idx",relid="19938",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_index_idx_scan{datname="patumba_zamtel",idxname="hobbiton_production.customers_MSISDN_idx",relid="19973",relname="hobbiton_production.customers"} 0 pg_index_idx_scan{datname="patumba_zamtel",idxname="hobbiton_production.customers_pkey",relid="19974",relname="hobbiton_production.customers"} 0 pg_index_idx_scan{datname="patumba_zamtel",idxname="hobbiton_production.earlyRedemptions_pkey",relid="19912",relname="hobbiton_production.earlyRedemptions"} 0 pg_index_idx_scan{datname="patumba_zamtel",idxname="hobbiton_production.services_abbreviation_idx",relid="19947",relname="hobbiton_production.services"} 0 pg_index_idx_scan{datname="patumba_zamtel",idxname="hobbiton_production.services_pkey",relid="19948",relname="hobbiton_production.services"} 0 pg_index_idx_scan{datname="patumba_zamtel",idxname="hobbiton_production.transactions_MSISDN_idx",relid="20087",relname="hobbiton_production.transactions"} 0 pg_index_idx_scan{datname="patumba_zamtel",idxname="hobbiton_production.transactions_pkey",relid="20085",relname="hobbiton_production.transactions"} 0 pg_index_idx_scan{datname="patumba_zamtel",idxname="hobbiton_production.unitPrices_date_idx",relid="19923",relname="hobbiton_production.unitPrices"} 0 pg_index_idx_scan{datname="patumba_zamtel",idxname="hobbiton_production.unitPrices_pkey",relid="19921",relname="hobbiton_production.unitPrices"} 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="patumba",idxname="public.accounts_pkey",relid="23329",relname="public.accounts"} 0 pg_index_idx_tup_fetch{datname="patumba",idxname="public.accounts_provider_old_id_key",relid="23331",relname="public.accounts"} 0 pg_index_idx_tup_fetch{datname="patumba",idxname="public.balanceEligibleForWithdraw_pkey",relid="23357",relname="public.balanceEligibleForWithdraw"} 0 pg_index_idx_tup_fetch{datname="patumba",idxname="public.balanceEligibleForWithdraw_provider_old_id_key",relid="23359",relname="public.balanceEligibleForWithdraw"} 0 pg_index_idx_tup_fetch{datname="patumba",idxname="public.clientValues_pkey",relid="23383",relname="public.clientValues"} 0 pg_index_idx_tup_fetch{datname="patumba",idxname="public.clientValues_provider_old_id_key",relid="23385",relname="public.clientValues"} 0 pg_index_idx_tup_fetch{datname="patumba",idxname="public.customer_fixed_term_deposits_pkey",relid="23395",relname="public.customer_fixed_term_deposits"} 0 pg_index_idx_tup_fetch{datname="patumba",idxname="public.customer_fixed_term_deposits_provider_old_id_key",relid="23397",relname="public.customer_fixed_term_deposits"} 0 pg_index_idx_tup_fetch{datname="patumba",idxname="public.customers_pkey",relid="23312",relname="public.customers"} 0 pg_index_idx_tup_fetch{datname="patumba",idxname="public.customers_provider_MSISDN_key",relid="23316",relname="public.customers"} 0 pg_index_idx_tup_fetch{datname="patumba",idxname="public.customers_provider_old_id_key",relid="23314",relname="public.customers"} 0 pg_index_idx_tup_fetch{datname="patumba",idxname="public.earlyRedemptions_pkey",relid="23369",relname="public.earlyRedemptions"} 0 pg_index_idx_tup_fetch{datname="patumba",idxname="public.earlyRedemptions_provider_old_id_key",relid="23371",relname="public.earlyRedemptions"} 0 pg_index_idx_tup_fetch{datname="patumba",idxname="public.services_pkey",relid="23285",relname="public.services"} 0 pg_index_idx_tup_fetch{datname="patumba",idxname="public.services_provider_old_id_key",relid="23287",relname="public.services"} 0 pg_index_idx_tup_fetch{datname="patumba",idxname="public.transactions_pkey",relid="23344",relname="public.transactions"} 0 pg_index_idx_tup_fetch{datname="patumba",idxname="public.transactions_provider_old_id_key",relid="23346",relname="public.transactions"} 0 pg_index_idx_tup_fetch{datname="patumba",idxname="public.unitPrices_pkey",relid="23297",relname="public.unitPrices"} 0 pg_index_idx_tup_fetch{datname="patumba",idxname="public.unitPrices_provider_old_id_key",relid="23299",relname="public.unitPrices"} 0 pg_index_idx_tup_fetch{datname="patumba_airtel",idxname="hobbiton_production.accounts_MSISDN_account_type_id_idx",relid="22400",relname="hobbiton_production.accounts"} 0 pg_index_idx_tup_fetch{datname="patumba_airtel",idxname="hobbiton_production.accounts_MSISDN_idx",relid="22399",relname="hobbiton_production.accounts"} 0 pg_index_idx_tup_fetch{datname="patumba_airtel",idxname="hobbiton_production.accounts_pkey",relid="22392",relname="hobbiton_production.accounts"} 0 pg_index_idx_tup_fetch{datname="patumba_airtel",idxname="hobbiton_production.balanceEligibleForWithdraw_MSISDN_account_type_id_idx",relid="22142",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_index_idx_tup_fetch{datname="patumba_airtel",idxname="hobbiton_production.balanceEligibleForWithdraw_pkey",relid="22140",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_index_idx_tup_fetch{datname="patumba_airtel",idxname="hobbiton_production.clientValues_MSISDN_reportDate_idx",relid="22365",relname="hobbiton_production.clientValues"} 0 pg_index_idx_tup_fetch{datname="patumba_airtel",idxname="hobbiton_production.clientValues_pkey",relid="22361",relname="hobbiton_production.clientValues"} 0 pg_index_idx_tup_fetch{datname="patumba_airtel",idxname="hobbiton_production.clientValues_reportDate_idx",relid="22363",relname="hobbiton_production.clientValues"} 0 pg_index_idx_tup_fetch{datname="patumba_airtel",idxname="hobbiton_production.customer_fixed_term_deposits_msisdn_balance_idx",relid="22223",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_index_idx_tup_fetch{datname="patumba_airtel",idxname="hobbiton_production.customer_fixed_term_deposits_pkey",relid="22224",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_index_idx_tup_fetch{datname="patumba_airtel",idxname="hobbiton_production.customer_fixed_term_deposits_transaction_id_msisdn_idx",relid="22230",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_index_idx_tup_fetch{datname="patumba_airtel",idxname="hobbiton_production.customers_MSISDN_idx",relid="22314",relname="hobbiton_production.customers"} 0 pg_index_idx_tup_fetch{datname="patumba_airtel",idxname="hobbiton_production.customers_pkey",relid="22311",relname="hobbiton_production.customers"} 0 pg_index_idx_tup_fetch{datname="patumba_airtel",idxname="hobbiton_production.earlyRedemptions_pkey",relid="22228",relname="hobbiton_production.earlyRedemptions"} 0 pg_index_idx_tup_fetch{datname="patumba_airtel",idxname="hobbiton_production.services_abbreviation_idx",relid="22239",relname="hobbiton_production.services"} 0 pg_index_idx_tup_fetch{datname="patumba_airtel",idxname="hobbiton_production.services_pkey",relid="22237",relname="hobbiton_production.services"} 0 pg_index_idx_tup_fetch{datname="patumba_airtel",idxname="hobbiton_production.transactions_MSISDN_idx",relid="22475",relname="hobbiton_production.transactions"} 0 pg_index_idx_tup_fetch{datname="patumba_airtel",idxname="hobbiton_production.transactions_pkey",relid="22473",relname="hobbiton_production.transactions"} 0 pg_index_idx_tup_fetch{datname="patumba_airtel",idxname="hobbiton_production.unitPrices_date_idx",relid="22213",relname="hobbiton_production.unitPrices"} 0 pg_index_idx_tup_fetch{datname="patumba_airtel",idxname="hobbiton_production.unitPrices_pkey",relid="22214",relname="hobbiton_production.unitPrices"} 0 pg_index_idx_tup_fetch{datname="patumba_mtn",idxname="hobbiton_production.accounts_MSISDN_account_type_id_idx",relid="22164",relname="hobbiton_production.accounts"} 0 pg_index_idx_tup_fetch{datname="patumba_mtn",idxname="hobbiton_production.accounts_MSISDN_idx",relid="22163",relname="hobbiton_production.accounts"} 0 pg_index_idx_tup_fetch{datname="patumba_mtn",idxname="hobbiton_production.accounts_pkey",relid="22161",relname="hobbiton_production.accounts"} 0 pg_index_idx_tup_fetch{datname="patumba_mtn",idxname="hobbiton_production.balanceEligibleForWithdraw_MSISDN_account_type_id_idx",relid="19961",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_index_idx_tup_fetch{datname="patumba_mtn",idxname="hobbiton_production.balanceEligibleForWithdraw_pkey",relid="19959",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_index_idx_tup_fetch{datname="patumba_mtn",idxname="hobbiton_production.clientValues_MSISDN_reportDate_idx",relid="19992",relname="hobbiton_production.clientValues"} 0 pg_index_idx_tup_fetch{datname="patumba_mtn",idxname="hobbiton_production.clientValues_pkey",relid="19993",relname="hobbiton_production.clientValues"} 0 pg_index_idx_tup_fetch{datname="patumba_mtn",idxname="hobbiton_production.clientValues_reportDate_idx",relid="19995",relname="hobbiton_production.clientValues"} 0 pg_index_idx_tup_fetch{datname="patumba_mtn",idxname="hobbiton_production.customer_fixed_term_deposits_pkey",relid="20010",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_index_idx_tup_fetch{datname="patumba_mtn",idxname="hobbiton_production.customer_fixed_term_deposits_transaction_id_msisdn_idx",relid="20012",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_index_idx_tup_fetch{datname="patumba_mtn",idxname="hobbiton_production.customers_MSISDN_idx",relid="22156",relname="hobbiton_production.customers"} 0 pg_index_idx_tup_fetch{datname="patumba_mtn",idxname="hobbiton_production.customers_pkey",relid="22154",relname="hobbiton_production.customers"} 0 pg_index_idx_tup_fetch{datname="patumba_mtn",idxname="hobbiton_production.earlyRedemptions_pkey",relid="20015",relname="hobbiton_production.earlyRedemptions"} 0 pg_index_idx_tup_fetch{datname="patumba_mtn",idxname="hobbiton_production.services_abbreviation_idx",relid="20025",relname="hobbiton_production.services"} 0 pg_index_idx_tup_fetch{datname="patumba_mtn",idxname="hobbiton_production.services_pkey",relid="20023",relname="hobbiton_production.services"} 0 pg_index_idx_tup_fetch{datname="patumba_mtn",idxname="hobbiton_production.transactions_MSISDN_idx",relid="22377",relname="hobbiton_production.transactions"} 0 pg_index_idx_tup_fetch{datname="patumba_mtn",idxname="hobbiton_production.transactions_pkey",relid="22375",relname="hobbiton_production.transactions"} 0 pg_index_idx_tup_fetch{datname="patumba_mtn",idxname="hobbiton_production.unitPrices_date_idx",relid="20033",relname="hobbiton_production.unitPrices"} 0 pg_index_idx_tup_fetch{datname="patumba_mtn",idxname="hobbiton_production.unitPrices_pkey",relid="20034",relname="hobbiton_production.unitPrices"} 0 pg_index_idx_tup_fetch{datname="patumba_zamtel",idxname="hobbiton_production.accounts_MSISDN_account_type_id_idx",relid="19985",relname="hobbiton_production.accounts"} 0 pg_index_idx_tup_fetch{datname="patumba_zamtel",idxname="hobbiton_production.accounts_MSISDN_idx",relid="19984",relname="hobbiton_production.accounts"} 0 pg_index_idx_tup_fetch{datname="patumba_zamtel",idxname="hobbiton_production.accounts_pkey",relid="19982",relname="hobbiton_production.accounts"} 0 pg_index_idx_tup_fetch{datname="patumba_zamtel",idxname="hobbiton_production.balanceEligibleForWithdraw_MSISDN_account_type_id_idx",relid="19897",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_index_idx_tup_fetch{datname="patumba_zamtel",idxname="hobbiton_production.balanceEligibleForWithdraw_pkey",relid="19898",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_index_idx_tup_fetch{datname="patumba_zamtel",idxname="hobbiton_production.clientValues_MSISDN_reportDate_idx",relid="19906",relname="hobbiton_production.clientValues"} 0 pg_index_idx_tup_fetch{datname="patumba_zamtel",idxname="hobbiton_production.clientValues_pkey",relid="19907",relname="hobbiton_production.clientValues"} 0 pg_index_idx_tup_fetch{datname="patumba_zamtel",idxname="hobbiton_production.clientValues_reportDate_idx",relid="19909",relname="hobbiton_production.clientValues"} 0 pg_index_idx_tup_fetch{datname="patumba_zamtel",idxname="hobbiton_production.customer_fixed_term_deposits_pkey",relid="19939",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_index_idx_tup_fetch{datname="patumba_zamtel",idxname="hobbiton_production.customer_fixed_term_deposits_transaction_id_msisdn_idx",relid="19938",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_index_idx_tup_fetch{datname="patumba_zamtel",idxname="hobbiton_production.customers_MSISDN_idx",relid="19973",relname="hobbiton_production.customers"} 0 pg_index_idx_tup_fetch{datname="patumba_zamtel",idxname="hobbiton_production.customers_pkey",relid="19974",relname="hobbiton_production.customers"} 0 pg_index_idx_tup_fetch{datname="patumba_zamtel",idxname="hobbiton_production.earlyRedemptions_pkey",relid="19912",relname="hobbiton_production.earlyRedemptions"} 0 pg_index_idx_tup_fetch{datname="patumba_zamtel",idxname="hobbiton_production.services_abbreviation_idx",relid="19947",relname="hobbiton_production.services"} 0 pg_index_idx_tup_fetch{datname="patumba_zamtel",idxname="hobbiton_production.services_pkey",relid="19948",relname="hobbiton_production.services"} 0 pg_index_idx_tup_fetch{datname="patumba_zamtel",idxname="hobbiton_production.transactions_MSISDN_idx",relid="20087",relname="hobbiton_production.transactions"} 0 pg_index_idx_tup_fetch{datname="patumba_zamtel",idxname="hobbiton_production.transactions_pkey",relid="20085",relname="hobbiton_production.transactions"} 0 pg_index_idx_tup_fetch{datname="patumba_zamtel",idxname="hobbiton_production.unitPrices_date_idx",relid="19923",relname="hobbiton_production.unitPrices"} 0 pg_index_idx_tup_fetch{datname="patumba_zamtel",idxname="hobbiton_production.unitPrices_pkey",relid="19921",relname="hobbiton_production.unitPrices"} 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="patumba",idxname="public.accounts_pkey",relid="23329",relname="public.accounts"} 0 pg_index_idx_tup_read{datname="patumba",idxname="public.accounts_provider_old_id_key",relid="23331",relname="public.accounts"} 0 pg_index_idx_tup_read{datname="patumba",idxname="public.balanceEligibleForWithdraw_pkey",relid="23357",relname="public.balanceEligibleForWithdraw"} 0 pg_index_idx_tup_read{datname="patumba",idxname="public.balanceEligibleForWithdraw_provider_old_id_key",relid="23359",relname="public.balanceEligibleForWithdraw"} 0 pg_index_idx_tup_read{datname="patumba",idxname="public.clientValues_pkey",relid="23383",relname="public.clientValues"} 0 pg_index_idx_tup_read{datname="patumba",idxname="public.clientValues_provider_old_id_key",relid="23385",relname="public.clientValues"} 0 pg_index_idx_tup_read{datname="patumba",idxname="public.customer_fixed_term_deposits_pkey",relid="23395",relname="public.customer_fixed_term_deposits"} 0 pg_index_idx_tup_read{datname="patumba",idxname="public.customer_fixed_term_deposits_provider_old_id_key",relid="23397",relname="public.customer_fixed_term_deposits"} 0 pg_index_idx_tup_read{datname="patumba",idxname="public.customers_pkey",relid="23312",relname="public.customers"} 0 pg_index_idx_tup_read{datname="patumba",idxname="public.customers_provider_MSISDN_key",relid="23316",relname="public.customers"} 0 pg_index_idx_tup_read{datname="patumba",idxname="public.customers_provider_old_id_key",relid="23314",relname="public.customers"} 0 pg_index_idx_tup_read{datname="patumba",idxname="public.earlyRedemptions_pkey",relid="23369",relname="public.earlyRedemptions"} 0 pg_index_idx_tup_read{datname="patumba",idxname="public.earlyRedemptions_provider_old_id_key",relid="23371",relname="public.earlyRedemptions"} 0 pg_index_idx_tup_read{datname="patumba",idxname="public.services_pkey",relid="23285",relname="public.services"} 0 pg_index_idx_tup_read{datname="patumba",idxname="public.services_provider_old_id_key",relid="23287",relname="public.services"} 0 pg_index_idx_tup_read{datname="patumba",idxname="public.transactions_pkey",relid="23344",relname="public.transactions"} 0 pg_index_idx_tup_read{datname="patumba",idxname="public.transactions_provider_old_id_key",relid="23346",relname="public.transactions"} 0 pg_index_idx_tup_read{datname="patumba",idxname="public.unitPrices_pkey",relid="23297",relname="public.unitPrices"} 0 pg_index_idx_tup_read{datname="patumba",idxname="public.unitPrices_provider_old_id_key",relid="23299",relname="public.unitPrices"} 0 pg_index_idx_tup_read{datname="patumba_airtel",idxname="hobbiton_production.accounts_MSISDN_account_type_id_idx",relid="22400",relname="hobbiton_production.accounts"} 0 pg_index_idx_tup_read{datname="patumba_airtel",idxname="hobbiton_production.accounts_MSISDN_idx",relid="22399",relname="hobbiton_production.accounts"} 0 pg_index_idx_tup_read{datname="patumba_airtel",idxname="hobbiton_production.accounts_pkey",relid="22392",relname="hobbiton_production.accounts"} 0 pg_index_idx_tup_read{datname="patumba_airtel",idxname="hobbiton_production.balanceEligibleForWithdraw_MSISDN_account_type_id_idx",relid="22142",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_index_idx_tup_read{datname="patumba_airtel",idxname="hobbiton_production.balanceEligibleForWithdraw_pkey",relid="22140",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_index_idx_tup_read{datname="patumba_airtel",idxname="hobbiton_production.clientValues_MSISDN_reportDate_idx",relid="22365",relname="hobbiton_production.clientValues"} 0 pg_index_idx_tup_read{datname="patumba_airtel",idxname="hobbiton_production.clientValues_pkey",relid="22361",relname="hobbiton_production.clientValues"} 0 pg_index_idx_tup_read{datname="patumba_airtel",idxname="hobbiton_production.clientValues_reportDate_idx",relid="22363",relname="hobbiton_production.clientValues"} 0 pg_index_idx_tup_read{datname="patumba_airtel",idxname="hobbiton_production.customer_fixed_term_deposits_msisdn_balance_idx",relid="22223",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_index_idx_tup_read{datname="patumba_airtel",idxname="hobbiton_production.customer_fixed_term_deposits_pkey",relid="22224",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_index_idx_tup_read{datname="patumba_airtel",idxname="hobbiton_production.customer_fixed_term_deposits_transaction_id_msisdn_idx",relid="22230",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_index_idx_tup_read{datname="patumba_airtel",idxname="hobbiton_production.customers_MSISDN_idx",relid="22314",relname="hobbiton_production.customers"} 0 pg_index_idx_tup_read{datname="patumba_airtel",idxname="hobbiton_production.customers_pkey",relid="22311",relname="hobbiton_production.customers"} 0 pg_index_idx_tup_read{datname="patumba_airtel",idxname="hobbiton_production.earlyRedemptions_pkey",relid="22228",relname="hobbiton_production.earlyRedemptions"} 0 pg_index_idx_tup_read{datname="patumba_airtel",idxname="hobbiton_production.services_abbreviation_idx",relid="22239",relname="hobbiton_production.services"} 0 pg_index_idx_tup_read{datname="patumba_airtel",idxname="hobbiton_production.services_pkey",relid="22237",relname="hobbiton_production.services"} 0 pg_index_idx_tup_read{datname="patumba_airtel",idxname="hobbiton_production.transactions_MSISDN_idx",relid="22475",relname="hobbiton_production.transactions"} 0 pg_index_idx_tup_read{datname="patumba_airtel",idxname="hobbiton_production.transactions_pkey",relid="22473",relname="hobbiton_production.transactions"} 0 pg_index_idx_tup_read{datname="patumba_airtel",idxname="hobbiton_production.unitPrices_date_idx",relid="22213",relname="hobbiton_production.unitPrices"} 0 pg_index_idx_tup_read{datname="patumba_airtel",idxname="hobbiton_production.unitPrices_pkey",relid="22214",relname="hobbiton_production.unitPrices"} 0 pg_index_idx_tup_read{datname="patumba_mtn",idxname="hobbiton_production.accounts_MSISDN_account_type_id_idx",relid="22164",relname="hobbiton_production.accounts"} 0 pg_index_idx_tup_read{datname="patumba_mtn",idxname="hobbiton_production.accounts_MSISDN_idx",relid="22163",relname="hobbiton_production.accounts"} 0 pg_index_idx_tup_read{datname="patumba_mtn",idxname="hobbiton_production.accounts_pkey",relid="22161",relname="hobbiton_production.accounts"} 0 pg_index_idx_tup_read{datname="patumba_mtn",idxname="hobbiton_production.balanceEligibleForWithdraw_MSISDN_account_type_id_idx",relid="19961",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_index_idx_tup_read{datname="patumba_mtn",idxname="hobbiton_production.balanceEligibleForWithdraw_pkey",relid="19959",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_index_idx_tup_read{datname="patumba_mtn",idxname="hobbiton_production.clientValues_MSISDN_reportDate_idx",relid="19992",relname="hobbiton_production.clientValues"} 0 pg_index_idx_tup_read{datname="patumba_mtn",idxname="hobbiton_production.clientValues_pkey",relid="19993",relname="hobbiton_production.clientValues"} 0 pg_index_idx_tup_read{datname="patumba_mtn",idxname="hobbiton_production.clientValues_reportDate_idx",relid="19995",relname="hobbiton_production.clientValues"} 0 pg_index_idx_tup_read{datname="patumba_mtn",idxname="hobbiton_production.customer_fixed_term_deposits_pkey",relid="20010",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_index_idx_tup_read{datname="patumba_mtn",idxname="hobbiton_production.customer_fixed_term_deposits_transaction_id_msisdn_idx",relid="20012",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_index_idx_tup_read{datname="patumba_mtn",idxname="hobbiton_production.customers_MSISDN_idx",relid="22156",relname="hobbiton_production.customers"} 0 pg_index_idx_tup_read{datname="patumba_mtn",idxname="hobbiton_production.customers_pkey",relid="22154",relname="hobbiton_production.customers"} 0 pg_index_idx_tup_read{datname="patumba_mtn",idxname="hobbiton_production.earlyRedemptions_pkey",relid="20015",relname="hobbiton_production.earlyRedemptions"} 0 pg_index_idx_tup_read{datname="patumba_mtn",idxname="hobbiton_production.services_abbreviation_idx",relid="20025",relname="hobbiton_production.services"} 0 pg_index_idx_tup_read{datname="patumba_mtn",idxname="hobbiton_production.services_pkey",relid="20023",relname="hobbiton_production.services"} 0 pg_index_idx_tup_read{datname="patumba_mtn",idxname="hobbiton_production.transactions_MSISDN_idx",relid="22377",relname="hobbiton_production.transactions"} 0 pg_index_idx_tup_read{datname="patumba_mtn",idxname="hobbiton_production.transactions_pkey",relid="22375",relname="hobbiton_production.transactions"} 0 pg_index_idx_tup_read{datname="patumba_mtn",idxname="hobbiton_production.unitPrices_date_idx",relid="20033",relname="hobbiton_production.unitPrices"} 0 pg_index_idx_tup_read{datname="patumba_mtn",idxname="hobbiton_production.unitPrices_pkey",relid="20034",relname="hobbiton_production.unitPrices"} 0 pg_index_idx_tup_read{datname="patumba_zamtel",idxname="hobbiton_production.accounts_MSISDN_account_type_id_idx",relid="19985",relname="hobbiton_production.accounts"} 0 pg_index_idx_tup_read{datname="patumba_zamtel",idxname="hobbiton_production.accounts_MSISDN_idx",relid="19984",relname="hobbiton_production.accounts"} 0 pg_index_idx_tup_read{datname="patumba_zamtel",idxname="hobbiton_production.accounts_pkey",relid="19982",relname="hobbiton_production.accounts"} 0 pg_index_idx_tup_read{datname="patumba_zamtel",idxname="hobbiton_production.balanceEligibleForWithdraw_MSISDN_account_type_id_idx",relid="19897",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_index_idx_tup_read{datname="patumba_zamtel",idxname="hobbiton_production.balanceEligibleForWithdraw_pkey",relid="19898",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_index_idx_tup_read{datname="patumba_zamtel",idxname="hobbiton_production.clientValues_MSISDN_reportDate_idx",relid="19906",relname="hobbiton_production.clientValues"} 0 pg_index_idx_tup_read{datname="patumba_zamtel",idxname="hobbiton_production.clientValues_pkey",relid="19907",relname="hobbiton_production.clientValues"} 0 pg_index_idx_tup_read{datname="patumba_zamtel",idxname="hobbiton_production.clientValues_reportDate_idx",relid="19909",relname="hobbiton_production.clientValues"} 0 pg_index_idx_tup_read{datname="patumba_zamtel",idxname="hobbiton_production.customer_fixed_term_deposits_pkey",relid="19939",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_index_idx_tup_read{datname="patumba_zamtel",idxname="hobbiton_production.customer_fixed_term_deposits_transaction_id_msisdn_idx",relid="19938",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_index_idx_tup_read{datname="patumba_zamtel",idxname="hobbiton_production.customers_MSISDN_idx",relid="19973",relname="hobbiton_production.customers"} 0 pg_index_idx_tup_read{datname="patumba_zamtel",idxname="hobbiton_production.customers_pkey",relid="19974",relname="hobbiton_production.customers"} 0 pg_index_idx_tup_read{datname="patumba_zamtel",idxname="hobbiton_production.earlyRedemptions_pkey",relid="19912",relname="hobbiton_production.earlyRedemptions"} 0 pg_index_idx_tup_read{datname="patumba_zamtel",idxname="hobbiton_production.services_abbreviation_idx",relid="19947",relname="hobbiton_production.services"} 0 pg_index_idx_tup_read{datname="patumba_zamtel",idxname="hobbiton_production.services_pkey",relid="19948",relname="hobbiton_production.services"} 0 pg_index_idx_tup_read{datname="patumba_zamtel",idxname="hobbiton_production.transactions_MSISDN_idx",relid="20087",relname="hobbiton_production.transactions"} 0 pg_index_idx_tup_read{datname="patumba_zamtel",idxname="hobbiton_production.transactions_pkey",relid="20085",relname="hobbiton_production.transactions"} 0 pg_index_idx_tup_read{datname="patumba_zamtel",idxname="hobbiton_production.unitPrices_date_idx",relid="19923",relname="hobbiton_production.unitPrices"} 0 pg_index_idx_tup_read{datname="patumba_zamtel",idxname="hobbiton_production.unitPrices_pkey",relid="19921",relname="hobbiton_production.unitPrices"} 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="patumba",idxname="public.accounts_pkey",relid="23329",relname="public.accounts"} 1 pg_index_relpages{datname="patumba",idxname="public.accounts_provider_old_id_key",relid="23331",relname="public.accounts"} 1 pg_index_relpages{datname="patumba",idxname="public.balanceEligibleForWithdraw_pkey",relid="23357",relname="public.balanceEligibleForWithdraw"} 1 pg_index_relpages{datname="patumba",idxname="public.balanceEligibleForWithdraw_provider_old_id_key",relid="23359",relname="public.balanceEligibleForWithdraw"} 1 pg_index_relpages{datname="patumba",idxname="public.clientValues_pkey",relid="23383",relname="public.clientValues"} 1 pg_index_relpages{datname="patumba",idxname="public.clientValues_provider_old_id_key",relid="23385",relname="public.clientValues"} 1 pg_index_relpages{datname="patumba",idxname="public.customer_fixed_term_deposits_pkey",relid="23395",relname="public.customer_fixed_term_deposits"} 1 pg_index_relpages{datname="patumba",idxname="public.customer_fixed_term_deposits_provider_old_id_key",relid="23397",relname="public.customer_fixed_term_deposits"} 1 pg_index_relpages{datname="patumba",idxname="public.customers_pkey",relid="23312",relname="public.customers"} 21759 pg_index_relpages{datname="patumba",idxname="public.customers_provider_MSISDN_key",relid="23316",relname="public.customers"} 39601 pg_index_relpages{datname="patumba",idxname="public.customers_provider_old_id_key",relid="23314",relname="public.customers"} 21760 pg_index_relpages{datname="patumba",idxname="public.earlyRedemptions_pkey",relid="23369",relname="public.earlyRedemptions"} 1 pg_index_relpages{datname="patumba",idxname="public.earlyRedemptions_provider_old_id_key",relid="23371",relname="public.earlyRedemptions"} 1 pg_index_relpages{datname="patumba",idxname="public.services_pkey",relid="23285",relname="public.services"} 1 pg_index_relpages{datname="patumba",idxname="public.services_provider_old_id_key",relid="23287",relname="public.services"} 1 pg_index_relpages{datname="patumba",idxname="public.transactions_pkey",relid="23344",relname="public.transactions"} 1 pg_index_relpages{datname="patumba",idxname="public.transactions_provider_old_id_key",relid="23346",relname="public.transactions"} 1 pg_index_relpages{datname="patumba",idxname="public.unitPrices_pkey",relid="23297",relname="public.unitPrices"} 22 pg_index_relpages{datname="patumba",idxname="public.unitPrices_provider_old_id_key",relid="23299",relname="public.unitPrices"} 22 pg_index_relpages{datname="patumba_airtel",idxname="hobbiton_production.accounts_MSISDN_account_type_id_idx",relid="22400",relname="hobbiton_production.accounts"} 19316 pg_index_relpages{datname="patumba_airtel",idxname="hobbiton_production.accounts_MSISDN_idx",relid="22399",relname="hobbiton_production.accounts"} 13540 pg_index_relpages{datname="patumba_airtel",idxname="hobbiton_production.accounts_pkey",relid="22392",relname="hobbiton_production.accounts"} 13775 pg_index_relpages{datname="patumba_airtel",idxname="hobbiton_production.balanceEligibleForWithdraw_MSISDN_account_type_id_idx",relid="22142",relname="hobbiton_production.balanceEligibleForWithdraw"} 6040 pg_index_relpages{datname="patumba_airtel",idxname="hobbiton_production.balanceEligibleForWithdraw_pkey",relid="22140",relname="hobbiton_production.balanceEligibleForWithdraw"} 4308 pg_index_relpages{datname="patumba_airtel",idxname="hobbiton_production.clientValues_MSISDN_reportDate_idx",relid="22365",relname="hobbiton_production.clientValues"} 14273 pg_index_relpages{datname="patumba_airtel",idxname="hobbiton_production.clientValues_pkey",relid="22361",relname="hobbiton_production.clientValues"} 7903 pg_index_relpages{datname="patumba_airtel",idxname="hobbiton_production.clientValues_reportDate_idx",relid="22363",relname="hobbiton_production.clientValues"} 2440 pg_index_relpages{datname="patumba_airtel",idxname="hobbiton_production.customer_fixed_term_deposits_msisdn_balance_idx",relid="22223",relname="hobbiton_production.customer_fixed_term_deposits"} 3305 pg_index_relpages{datname="patumba_airtel",idxname="hobbiton_production.customer_fixed_term_deposits_pkey",relid="22224",relname="hobbiton_production.customer_fixed_term_deposits"} 2353 pg_index_relpages{datname="patumba_airtel",idxname="hobbiton_production.customer_fixed_term_deposits_transaction_id_msisdn_idx",relid="22230",relname="hobbiton_production.customer_fixed_term_deposits"} 3298 pg_index_relpages{datname="patumba_airtel",idxname="hobbiton_production.customers_MSISDN_idx",relid="22314",relname="hobbiton_production.customers"} 12957 pg_index_relpages{datname="patumba_airtel",idxname="hobbiton_production.customers_pkey",relid="22311",relname="hobbiton_production.customers"} 12957 pg_index_relpages{datname="patumba_airtel",idxname="hobbiton_production.earlyRedemptions_pkey",relid="22228",relname="hobbiton_production.earlyRedemptions"} 102 pg_index_relpages{datname="patumba_airtel",idxname="hobbiton_production.services_abbreviation_idx",relid="22239",relname="hobbiton_production.services"} 2 pg_index_relpages{datname="patumba_airtel",idxname="hobbiton_production.services_pkey",relid="22237",relname="hobbiton_production.services"} 2 pg_index_relpages{datname="patumba_airtel",idxname="hobbiton_production.transactions_MSISDN_idx",relid="22475",relname="hobbiton_production.transactions"} 49457 pg_index_relpages{datname="patumba_airtel",idxname="hobbiton_production.transactions_pkey",relid="22473",relname="hobbiton_production.transactions"} 137883 pg_index_relpages{datname="patumba_airtel",idxname="hobbiton_production.unitPrices_date_idx",relid="22213",relname="hobbiton_production.unitPrices"} 10 pg_index_relpages{datname="patumba_airtel",idxname="hobbiton_production.unitPrices_pkey",relid="22214",relname="hobbiton_production.unitPrices"} 10 pg_index_relpages{datname="patumba_mtn",idxname="hobbiton_production.accounts_MSISDN_account_type_id_idx",relid="22164",relname="hobbiton_production.accounts"} 10383 pg_index_relpages{datname="patumba_mtn",idxname="hobbiton_production.accounts_MSISDN_idx",relid="22163",relname="hobbiton_production.accounts"} 7337 pg_index_relpages{datname="patumba_mtn",idxname="hobbiton_production.accounts_pkey",relid="22161",relname="hobbiton_production.accounts"} 7404 pg_index_relpages{datname="patumba_mtn",idxname="hobbiton_production.balanceEligibleForWithdraw_MSISDN_account_type_id_idx",relid="19961",relname="hobbiton_production.balanceEligibleForWithdraw"} 1662 pg_index_relpages{datname="patumba_mtn",idxname="hobbiton_production.balanceEligibleForWithdraw_pkey",relid="19959",relname="hobbiton_production.balanceEligibleForWithdraw"} 1187 pg_index_relpages{datname="patumba_mtn",idxname="hobbiton_production.clientValues_MSISDN_reportDate_idx",relid="19992",relname="hobbiton_production.clientValues"} 2603 pg_index_relpages{datname="patumba_mtn",idxname="hobbiton_production.clientValues_pkey",relid="19993",relname="hobbiton_production.clientValues"} 1443 pg_index_relpages{datname="patumba_mtn",idxname="hobbiton_production.clientValues_reportDate_idx",relid="19995",relname="hobbiton_production.clientValues"} 447 pg_index_relpages{datname="patumba_mtn",idxname="hobbiton_production.customer_fixed_term_deposits_pkey",relid="20010",relname="hobbiton_production.customer_fixed_term_deposits"} 524 pg_index_relpages{datname="patumba_mtn",idxname="hobbiton_production.customer_fixed_term_deposits_transaction_id_msisdn_idx",relid="20012",relname="hobbiton_production.customer_fixed_term_deposits"} 734 pg_index_relpages{datname="patumba_mtn",idxname="hobbiton_production.customers_MSISDN_idx",relid="22156",relname="hobbiton_production.customers"} 7155 pg_index_relpages{datname="patumba_mtn",idxname="hobbiton_production.customers_pkey",relid="22154",relname="hobbiton_production.customers"} 7155 pg_index_relpages{datname="patumba_mtn",idxname="hobbiton_production.earlyRedemptions_pkey",relid="20015",relname="hobbiton_production.earlyRedemptions"} 19 pg_index_relpages{datname="patumba_mtn",idxname="hobbiton_production.services_abbreviation_idx",relid="20025",relname="hobbiton_production.services"} 2 pg_index_relpages{datname="patumba_mtn",idxname="hobbiton_production.services_pkey",relid="20023",relname="hobbiton_production.services"} 2 pg_index_relpages{datname="patumba_mtn",idxname="hobbiton_production.transactions_MSISDN_idx",relid="22377",relname="hobbiton_production.transactions"} 11364 pg_index_relpages{datname="patumba_mtn",idxname="hobbiton_production.transactions_pkey",relid="22375",relname="hobbiton_production.transactions"} 27301 pg_index_relpages{datname="patumba_mtn",idxname="hobbiton_production.unitPrices_date_idx",relid="20033",relname="hobbiton_production.unitPrices"} 10 pg_index_relpages{datname="patumba_mtn",idxname="hobbiton_production.unitPrices_pkey",relid="20034",relname="hobbiton_production.unitPrices"} 10 pg_index_relpages{datname="patumba_zamtel",idxname="hobbiton_production.accounts_MSISDN_account_type_id_idx",relid="19985",relname="hobbiton_production.accounts"} 2367 pg_index_relpages{datname="patumba_zamtel",idxname="hobbiton_production.accounts_MSISDN_idx",relid="19984",relname="hobbiton_production.accounts"} 1677 pg_index_relpages{datname="patumba_zamtel",idxname="hobbiton_production.accounts_pkey",relid="19982",relname="hobbiton_production.accounts"} 1688 pg_index_relpages{datname="patumba_zamtel",idxname="hobbiton_production.balanceEligibleForWithdraw_MSISDN_account_type_id_idx",relid="19897",relname="hobbiton_production.balanceEligibleForWithdraw"} 113 pg_index_relpages{datname="patumba_zamtel",idxname="hobbiton_production.balanceEligibleForWithdraw_pkey",relid="19898",relname="hobbiton_production.balanceEligibleForWithdraw"} 81 pg_index_relpages{datname="patumba_zamtel",idxname="hobbiton_production.clientValues_MSISDN_reportDate_idx",relid="19906",relname="hobbiton_production.clientValues"} 191 pg_index_relpages{datname="patumba_zamtel",idxname="hobbiton_production.clientValues_pkey",relid="19907",relname="hobbiton_production.clientValues"} 107 pg_index_relpages{datname="patumba_zamtel",idxname="hobbiton_production.clientValues_reportDate_idx",relid="19909",relname="hobbiton_production.clientValues"} 35 pg_index_relpages{datname="patumba_zamtel",idxname="hobbiton_production.customer_fixed_term_deposits_pkey",relid="19939",relname="hobbiton_production.customer_fixed_term_deposits"} 29 pg_index_relpages{datname="patumba_zamtel",idxname="hobbiton_production.customer_fixed_term_deposits_transaction_id_msisdn_idx",relid="19938",relname="hobbiton_production.customer_fixed_term_deposits"} 39 pg_index_relpages{datname="patumba_zamtel",idxname="hobbiton_production.customers_MSISDN_idx",relid="19973",relname="hobbiton_production.customers"} 1655 pg_index_relpages{datname="patumba_zamtel",idxname="hobbiton_production.customers_pkey",relid="19974",relname="hobbiton_production.customers"} 1655 pg_index_relpages{datname="patumba_zamtel",idxname="hobbiton_production.earlyRedemptions_pkey",relid="19912",relname="hobbiton_production.earlyRedemptions"} 2 pg_index_relpages{datname="patumba_zamtel",idxname="hobbiton_production.services_abbreviation_idx",relid="19947",relname="hobbiton_production.services"} 2 pg_index_relpages{datname="patumba_zamtel",idxname="hobbiton_production.services_pkey",relid="19948",relname="hobbiton_production.services"} 2 pg_index_relpages{datname="patumba_zamtel",idxname="hobbiton_production.transactions_MSISDN_idx",relid="20087",relname="hobbiton_production.transactions"} 1321 pg_index_relpages{datname="patumba_zamtel",idxname="hobbiton_production.transactions_pkey",relid="20085",relname="hobbiton_production.transactions"} 2625 pg_index_relpages{datname="patumba_zamtel",idxname="hobbiton_production.unitPrices_date_idx",relid="19923",relname="hobbiton_production.unitPrices"} 6 pg_index_relpages{datname="patumba_zamtel",idxname="hobbiton_production.unitPrices_pkey",relid="19921",relname="hobbiton_production.unitPrices"} 6 # HELP pg_index_reltuples Estimate relation tuples # TYPE pg_index_reltuples gauge pg_index_reltuples{datname="patumba",idxname="public.accounts_pkey",relid="23329",relname="public.accounts"} 0 pg_index_reltuples{datname="patumba",idxname="public.accounts_provider_old_id_key",relid="23331",relname="public.accounts"} 0 pg_index_reltuples{datname="patumba",idxname="public.balanceEligibleForWithdraw_pkey",relid="23357",relname="public.balanceEligibleForWithdraw"} 0 pg_index_reltuples{datname="patumba",idxname="public.balanceEligibleForWithdraw_provider_old_id_key",relid="23359",relname="public.balanceEligibleForWithdraw"} 0 pg_index_reltuples{datname="patumba",idxname="public.clientValues_pkey",relid="23383",relname="public.clientValues"} 0 pg_index_reltuples{datname="patumba",idxname="public.clientValues_provider_old_id_key",relid="23385",relname="public.clientValues"} 0 pg_index_reltuples{datname="patumba",idxname="public.customer_fixed_term_deposits_pkey",relid="23395",relname="public.customer_fixed_term_deposits"} 0 pg_index_reltuples{datname="patumba",idxname="public.customer_fixed_term_deposits_provider_old_id_key",relid="23397",relname="public.customer_fixed_term_deposits"} 0 pg_index_reltuples{datname="patumba",idxname="public.customers_pkey",relid="23312",relname="public.customers"} 7.937035e+06 pg_index_reltuples{datname="patumba",idxname="public.customers_provider_MSISDN_key",relid="23316",relname="public.customers"} 7.937035e+06 pg_index_reltuples{datname="patumba",idxname="public.customers_provider_old_id_key",relid="23314",relname="public.customers"} 7.937035e+06 pg_index_reltuples{datname="patumba",idxname="public.earlyRedemptions_pkey",relid="23369",relname="public.earlyRedemptions"} 0 pg_index_reltuples{datname="patumba",idxname="public.earlyRedemptions_provider_old_id_key",relid="23371",relname="public.earlyRedemptions"} 0 pg_index_reltuples{datname="patumba",idxname="public.services_pkey",relid="23285",relname="public.services"} 0 pg_index_reltuples{datname="patumba",idxname="public.services_provider_old_id_key",relid="23287",relname="public.services"} 0 pg_index_reltuples{datname="patumba",idxname="public.transactions_pkey",relid="23344",relname="public.transactions"} 0 pg_index_reltuples{datname="patumba",idxname="public.transactions_provider_old_id_key",relid="23346",relname="public.transactions"} 0 pg_index_reltuples{datname="patumba",idxname="public.unitPrices_pkey",relid="23297",relname="public.unitPrices"} 7041 pg_index_reltuples{datname="patumba",idxname="public.unitPrices_provider_old_id_key",relid="23299",relname="public.unitPrices"} 7041 pg_index_reltuples{datname="patumba_airtel",idxname="hobbiton_production.accounts_MSISDN_account_type_id_idx",relid="22400",relname="hobbiton_production.accounts"} 5.022676e+06 pg_index_reltuples{datname="patumba_airtel",idxname="hobbiton_production.accounts_MSISDN_idx",relid="22399",relname="hobbiton_production.accounts"} 5.022676e+06 pg_index_reltuples{datname="patumba_airtel",idxname="hobbiton_production.accounts_pkey",relid="22392",relname="hobbiton_production.accounts"} 5.022676e+06 pg_index_reltuples{datname="patumba_airtel",idxname="hobbiton_production.balanceEligibleForWithdraw_MSISDN_account_type_id_idx",relid="22142",relname="hobbiton_production.balanceEligibleForWithdraw"} 1.570053e+06 pg_index_reltuples{datname="patumba_airtel",idxname="hobbiton_production.balanceEligibleForWithdraw_pkey",relid="22140",relname="hobbiton_production.balanceEligibleForWithdraw"} 1.570053e+06 pg_index_reltuples{datname="patumba_airtel",idxname="hobbiton_production.clientValues_MSISDN_reportDate_idx",relid="22365",relname="hobbiton_production.clientValues"} 2.881334e+06 pg_index_reltuples{datname="patumba_airtel",idxname="hobbiton_production.clientValues_pkey",relid="22361",relname="hobbiton_production.clientValues"} 2.881334e+06 pg_index_reltuples{datname="patumba_airtel",idxname="hobbiton_production.clientValues_reportDate_idx",relid="22363",relname="hobbiton_production.clientValues"} 2.881334e+06 pg_index_reltuples{datname="patumba_airtel",idxname="hobbiton_production.customer_fixed_term_deposits_msisdn_balance_idx",relid="22223",relname="hobbiton_production.customer_fixed_term_deposits"} 857077 pg_index_reltuples{datname="patumba_airtel",idxname="hobbiton_production.customer_fixed_term_deposits_pkey",relid="22224",relname="hobbiton_production.customer_fixed_term_deposits"} 857077 pg_index_reltuples{datname="patumba_airtel",idxname="hobbiton_production.customer_fixed_term_deposits_transaction_id_msisdn_idx",relid="22230",relname="hobbiton_production.customer_fixed_term_deposits"} 857077 pg_index_reltuples{datname="patumba_airtel",idxname="hobbiton_production.customers_MSISDN_idx",relid="22314",relname="hobbiton_production.customers"} 4.724624e+06 pg_index_reltuples{datname="patumba_airtel",idxname="hobbiton_production.customers_pkey",relid="22311",relname="hobbiton_production.customers"} 4.724624e+06 pg_index_reltuples{datname="patumba_airtel",idxname="hobbiton_production.earlyRedemptions_pkey",relid="22228",relname="hobbiton_production.earlyRedemptions"} 36275 pg_index_reltuples{datname="patumba_airtel",idxname="hobbiton_production.services_abbreviation_idx",relid="22239",relname="hobbiton_production.services"} 11 pg_index_reltuples{datname="patumba_airtel",idxname="hobbiton_production.services_pkey",relid="22237",relname="hobbiton_production.services"} 11 pg_index_reltuples{datname="patumba_airtel",idxname="hobbiton_production.transactions_MSISDN_idx",relid="22475",relname="hobbiton_production.transactions"} 5.0288388e+07 pg_index_reltuples{datname="patumba_airtel",idxname="hobbiton_production.transactions_pkey",relid="22473",relname="hobbiton_production.transactions"} 5.0288388e+07 pg_index_reltuples{datname="patumba_airtel",idxname="hobbiton_production.unitPrices_date_idx",relid="22213",relname="hobbiton_production.unitPrices"} 2816 pg_index_reltuples{datname="patumba_airtel",idxname="hobbiton_production.unitPrices_pkey",relid="22214",relname="hobbiton_production.unitPrices"} 2816 pg_index_reltuples{datname="patumba_mtn",idxname="hobbiton_production.accounts_MSISDN_account_type_id_idx",relid="22164",relname="hobbiton_production.accounts"} 2.699607e+06 pg_index_reltuples{datname="patumba_mtn",idxname="hobbiton_production.accounts_MSISDN_idx",relid="22163",relname="hobbiton_production.accounts"} 2.699607e+06 pg_index_reltuples{datname="patumba_mtn",idxname="hobbiton_production.accounts_pkey",relid="22161",relname="hobbiton_production.accounts"} 2.699607e+06 pg_index_reltuples{datname="patumba_mtn",idxname="hobbiton_production.balanceEligibleForWithdraw_MSISDN_account_type_id_idx",relid="19961",relname="hobbiton_production.balanceEligibleForWithdraw"} 431682 pg_index_reltuples{datname="patumba_mtn",idxname="hobbiton_production.balanceEligibleForWithdraw_pkey",relid="19959",relname="hobbiton_production.balanceEligibleForWithdraw"} 431682 pg_index_reltuples{datname="patumba_mtn",idxname="hobbiton_production.clientValues_MSISDN_reportDate_idx",relid="19992",relname="hobbiton_production.clientValues"} 525211 pg_index_reltuples{datname="patumba_mtn",idxname="hobbiton_production.clientValues_pkey",relid="19993",relname="hobbiton_production.clientValues"} 525211 pg_index_reltuples{datname="patumba_mtn",idxname="hobbiton_production.clientValues_reportDate_idx",relid="19995",relname="hobbiton_production.clientValues"} 525211 pg_index_reltuples{datname="patumba_mtn",idxname="hobbiton_production.customer_fixed_term_deposits_pkey",relid="20010",relname="hobbiton_production.customer_fixed_term_deposits"} 190026 pg_index_reltuples{datname="patumba_mtn",idxname="hobbiton_production.customer_fixed_term_deposits_transaction_id_msisdn_idx",relid="20012",relname="hobbiton_production.customer_fixed_term_deposits"} 190026 pg_index_reltuples{datname="patumba_mtn",idxname="hobbiton_production.customers_MSISDN_idx",relid="22156",relname="hobbiton_production.customers"} 2.60817e+06 pg_index_reltuples{datname="patumba_mtn",idxname="hobbiton_production.customers_pkey",relid="22154",relname="hobbiton_production.customers"} 2.60817e+06 pg_index_reltuples{datname="patumba_mtn",idxname="hobbiton_production.earlyRedemptions_pkey",relid="20015",relname="hobbiton_production.earlyRedemptions"} 6088 pg_index_reltuples{datname="patumba_mtn",idxname="hobbiton_production.services_abbreviation_idx",relid="20025",relname="hobbiton_production.services"} 21 pg_index_reltuples{datname="patumba_mtn",idxname="hobbiton_production.services_pkey",relid="20023",relname="hobbiton_production.services"} 21 pg_index_reltuples{datname="patumba_mtn",idxname="hobbiton_production.transactions_MSISDN_idx",relid="22377",relname="hobbiton_production.transactions"} 9.955154e+06 pg_index_reltuples{datname="patumba_mtn",idxname="hobbiton_production.transactions_pkey",relid="22375",relname="hobbiton_production.transactions"} 9.955154e+06 pg_index_reltuples{datname="patumba_mtn",idxname="hobbiton_production.unitPrices_date_idx",relid="20033",relname="hobbiton_production.unitPrices"} 2825 pg_index_reltuples{datname="patumba_mtn",idxname="hobbiton_production.unitPrices_pkey",relid="20034",relname="hobbiton_production.unitPrices"} 2825 pg_index_reltuples{datname="patumba_zamtel",idxname="hobbiton_production.accounts_MSISDN_account_type_id_idx",relid="19985",relname="hobbiton_production.accounts"} 614800 pg_index_reltuples{datname="patumba_zamtel",idxname="hobbiton_production.accounts_MSISDN_idx",relid="19984",relname="hobbiton_production.accounts"} 614800 pg_index_reltuples{datname="patumba_zamtel",idxname="hobbiton_production.accounts_pkey",relid="19982",relname="hobbiton_production.accounts"} 614800 pg_index_reltuples{datname="patumba_zamtel",idxname="hobbiton_production.balanceEligibleForWithdraw_MSISDN_account_type_id_idx",relid="19897",relname="hobbiton_production.balanceEligibleForWithdraw"} 28751 pg_index_reltuples{datname="patumba_zamtel",idxname="hobbiton_production.balanceEligibleForWithdraw_pkey",relid="19898",relname="hobbiton_production.balanceEligibleForWithdraw"} 28751 pg_index_reltuples{datname="patumba_zamtel",idxname="hobbiton_production.clientValues_MSISDN_reportDate_idx",relid="19906",relname="hobbiton_production.clientValues"} 38196 pg_index_reltuples{datname="patumba_zamtel",idxname="hobbiton_production.clientValues_pkey",relid="19907",relname="hobbiton_production.clientValues"} 38196 pg_index_reltuples{datname="patumba_zamtel",idxname="hobbiton_production.clientValues_reportDate_idx",relid="19909",relname="hobbiton_production.clientValues"} 38196 pg_index_reltuples{datname="patumba_zamtel",idxname="hobbiton_production.customer_fixed_term_deposits_pkey",relid="19939",relname="hobbiton_production.customer_fixed_term_deposits"} 9598 pg_index_reltuples{datname="patumba_zamtel",idxname="hobbiton_production.customer_fixed_term_deposits_transaction_id_msisdn_idx",relid="19938",relname="hobbiton_production.customer_fixed_term_deposits"} 9598 pg_index_reltuples{datname="patumba_zamtel",idxname="hobbiton_production.customers_MSISDN_idx",relid="19973",relname="hobbiton_production.customers"} 602458 pg_index_reltuples{datname="patumba_zamtel",idxname="hobbiton_production.customers_pkey",relid="19974",relname="hobbiton_production.customers"} 602458 pg_index_reltuples{datname="patumba_zamtel",idxname="hobbiton_production.earlyRedemptions_pkey",relid="19912",relname="hobbiton_production.earlyRedemptions"} 179 pg_index_reltuples{datname="patumba_zamtel",idxname="hobbiton_production.services_abbreviation_idx",relid="19947",relname="hobbiton_production.services"} 19 pg_index_reltuples{datname="patumba_zamtel",idxname="hobbiton_production.services_pkey",relid="19948",relname="hobbiton_production.services"} 19 pg_index_reltuples{datname="patumba_zamtel",idxname="hobbiton_production.transactions_MSISDN_idx",relid="20087",relname="hobbiton_production.transactions"} 956114 pg_index_reltuples{datname="patumba_zamtel",idxname="hobbiton_production.transactions_pkey",relid="20085",relname="hobbiton_production.transactions"} 956114 pg_index_reltuples{datname="patumba_zamtel",idxname="hobbiton_production.unitPrices_date_idx",relid="19923",relname="hobbiton_production.unitPrices"} 1400 pg_index_reltuples{datname="patumba_zamtel",idxname="hobbiton_production.unitPrices_pkey",relid="19921",relname="hobbiton_production.unitPrices"} 1400 # HELP pg_insert_lsn primary only # TYPE pg_insert_lsn counter pg_insert_lsn NaN # 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"} 1 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"} 4.115661e+06 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"} 0 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"} 0 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"} 2.7220525056e+10 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 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 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"} 39.465148 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"} 0 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"} 0 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"} 3.320421e+06 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"} 0.25669000000000003 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"} 1 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"} 1186 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"} 2256 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"} 0 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"} 0 pg_io_fsyncs{context="normal",object="wal",type="client backend"} 0 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"} 0 pg_io_fsyncs{context="normal",object="wal",type="startup"} 0 pg_io_fsyncs{context="normal",object="wal",type="walreceiver"} 227650 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"} 0 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"} 0 pg_io_hits{context="normal",object="relation",type="autovacuum worker"} 0 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"} 7.168481e+06 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"} 0 pg_io_hits{context="normal",object="relation",type="startup"} 2.4047661e+07 pg_io_hits{context="normal",object="relation",type="walsender"} 6 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"} 0 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"} 0 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"} 6.545408e+06 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"} 0 pg_io_read_bytes{context="normal",object="relation",type="startup"} 516096 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"} 0 pg_io_read_bytes{context="normal",object="wal",type="startup"} 3.1332139008e+10 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"} 0 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 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"} 0.018644 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 pg_io_read_time{context="normal",object="relation",type="startup"} 0.010237 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 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"} 0 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"} 617 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"} 0 pg_io_reads{context="normal",object="relation",type="startup"} 63 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"} 0 pg_io_reads{context="normal",object="wal",type="startup"} 3.824724e+06 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"} 0 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.787513142212742e+09 pg_io_reset_time{context="bulkread",object="relation",type="autovacuum worker"} 1.787513142212742e+09 pg_io_reset_time{context="bulkread",object="relation",type="background worker"} 1.787513142212742e+09 pg_io_reset_time{context="bulkread",object="relation",type="client backend"} 1.787513142212742e+09 pg_io_reset_time{context="bulkread",object="relation",type="io worker"} 1.787513142212742e+09 pg_io_reset_time{context="bulkread",object="relation",type="slotsync worker"} 1.787513142212742e+09 pg_io_reset_time{context="bulkread",object="relation",type="standalone backend"} 1.787513142212742e+09 pg_io_reset_time{context="bulkread",object="relation",type="startup"} 1.787513142212742e+09 pg_io_reset_time{context="bulkread",object="relation",type="walsender"} 1.787513142212742e+09 pg_io_reset_time{context="bulkwrite",object="relation",type="background worker"} 1.787513142212742e+09 pg_io_reset_time{context="bulkwrite",object="relation",type="client backend"} 1.787513142212742e+09 pg_io_reset_time{context="bulkwrite",object="relation",type="io worker"} 1.787513142212742e+09 pg_io_reset_time{context="bulkwrite",object="relation",type="slotsync worker"} 1.787513142212742e+09 pg_io_reset_time{context="bulkwrite",object="relation",type="standalone backend"} 1.787513142212742e+09 pg_io_reset_time{context="bulkwrite",object="relation",type="startup"} 1.787513142212742e+09 pg_io_reset_time{context="bulkwrite",object="relation",type="walsender"} 1.787513142212742e+09 pg_io_reset_time{context="init",object="relation",type="autovacuum launcher"} 1.787513142212742e+09 pg_io_reset_time{context="init",object="relation",type="autovacuum worker"} 1.787513142212742e+09 pg_io_reset_time{context="init",object="relation",type="background worker"} 1.787513142212742e+09 pg_io_reset_time{context="init",object="relation",type="background writer"} 1.787513142212742e+09 pg_io_reset_time{context="init",object="relation",type="checkpointer"} 1.787513142212742e+09 pg_io_reset_time{context="init",object="relation",type="client backend"} 1.787513142212742e+09 pg_io_reset_time{context="init",object="relation",type="io worker"} 1.787513142212742e+09 pg_io_reset_time{context="init",object="relation",type="slotsync worker"} 1.787513142212742e+09 pg_io_reset_time{context="init",object="relation",type="standalone backend"} 1.787513142212742e+09 pg_io_reset_time{context="init",object="relation",type="startup"} 1.787513142212742e+09 pg_io_reset_time{context="init",object="relation",type="walsender"} 1.787513142212742e+09 pg_io_reset_time{context="init",object="wal",type="autovacuum launcher"} 1.787513142212742e+09 pg_io_reset_time{context="init",object="wal",type="autovacuum worker"} 1.787513142212742e+09 pg_io_reset_time{context="init",object="wal",type="background worker"} 1.787513142212742e+09 pg_io_reset_time{context="init",object="wal",type="background writer"} 1.787513142212742e+09 pg_io_reset_time{context="init",object="wal",type="checkpointer"} 1.787513142212742e+09 pg_io_reset_time{context="init",object="wal",type="client backend"} 1.787513142212742e+09 pg_io_reset_time{context="init",object="wal",type="io worker"} 1.787513142212742e+09 pg_io_reset_time{context="init",object="wal",type="slotsync worker"} 1.787513142212742e+09 pg_io_reset_time{context="init",object="wal",type="standalone backend"} 1.787513142212742e+09 pg_io_reset_time{context="init",object="wal",type="startup"} 1.787513142212742e+09 pg_io_reset_time{context="init",object="wal",type="walreceiver"} 1.787513142212742e+09 pg_io_reset_time{context="init",object="wal",type="walsender"} 1.787513142212742e+09 pg_io_reset_time{context="init",object="wal",type="walsummarizer"} 1.787513142212742e+09 pg_io_reset_time{context="init",object="wal",type="walwriter"} 1.787513142212742e+09 pg_io_reset_time{context="normal",object="relation",type="autovacuum launcher"} 1.787513142212742e+09 pg_io_reset_time{context="normal",object="relation",type="autovacuum worker"} 1.787513142212742e+09 pg_io_reset_time{context="normal",object="relation",type="background worker"} 1.787513142212742e+09 pg_io_reset_time{context="normal",object="relation",type="background writer"} 1.787513142212742e+09 pg_io_reset_time{context="normal",object="relation",type="checkpointer"} 1.787513142212742e+09 pg_io_reset_time{context="normal",object="relation",type="client backend"} 1.787513142212742e+09 pg_io_reset_time{context="normal",object="relation",type="io worker"} 1.787513142212742e+09 pg_io_reset_time{context="normal",object="relation",type="slotsync worker"} 1.787513142212742e+09 pg_io_reset_time{context="normal",object="relation",type="standalone backend"} 1.787513142212742e+09 pg_io_reset_time{context="normal",object="relation",type="startup"} 1.787513142212742e+09 pg_io_reset_time{context="normal",object="relation",type="walsender"} 1.787513142212742e+09 pg_io_reset_time{context="normal",object="temp relation",type="background worker"} 1.787513142212742e+09 pg_io_reset_time{context="normal",object="temp relation",type="client backend"} 1.787513142212742e+09 pg_io_reset_time{context="normal",object="temp relation",type="io worker"} 1.787513142212742e+09 pg_io_reset_time{context="normal",object="temp relation",type="slotsync worker"} 1.787513142212742e+09 pg_io_reset_time{context="normal",object="temp relation",type="walsender"} 1.787513142212742e+09 pg_io_reset_time{context="normal",object="wal",type="autovacuum launcher"} 1.787513142212742e+09 pg_io_reset_time{context="normal",object="wal",type="autovacuum worker"} 1.787513142212742e+09 pg_io_reset_time{context="normal",object="wal",type="background worker"} 1.787513142212742e+09 pg_io_reset_time{context="normal",object="wal",type="background writer"} 1.787513142212742e+09 pg_io_reset_time{context="normal",object="wal",type="checkpointer"} 1.787513142212742e+09 pg_io_reset_time{context="normal",object="wal",type="client backend"} 1.787513142212742e+09 pg_io_reset_time{context="normal",object="wal",type="io worker"} 1.787513142212742e+09 pg_io_reset_time{context="normal",object="wal",type="slotsync worker"} 1.787513142212742e+09 pg_io_reset_time{context="normal",object="wal",type="standalone backend"} 1.787513142212742e+09 pg_io_reset_time{context="normal",object="wal",type="startup"} 1.787513142212742e+09 pg_io_reset_time{context="normal",object="wal",type="walreceiver"} 1.787513142212742e+09 pg_io_reset_time{context="normal",object="wal",type="walsender"} 1.787513142212742e+09 pg_io_reset_time{context="normal",object="wal",type="walsummarizer"} 1.787513142212742e+09 pg_io_reset_time{context="normal",object="wal",type="walwriter"} 1.787513142212742e+09 pg_io_reset_time{context="vacuum",object="relation",type="autovacuum worker"} 1.787513142212742e+09 pg_io_reset_time{context="vacuum",object="relation",type="background worker"} 1.787513142212742e+09 pg_io_reset_time{context="vacuum",object="relation",type="client backend"} 1.787513142212742e+09 pg_io_reset_time{context="vacuum",object="relation",type="io worker"} 1.787513142212742e+09 pg_io_reset_time{context="vacuum",object="relation",type="slotsync worker"} 1.787513142212742e+09 pg_io_reset_time{context="vacuum",object="relation",type="standalone backend"} 1.787513142212742e+09 pg_io_reset_time{context="vacuum",object="relation",type="startup"} 1.787513142212742e+09 pg_io_reset_time{context="vacuum",object="relation",type="walsender"} 1.787513142212742e+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"} 0 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"} 1.6777216e+07 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"} 1.9897778176e+10 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"} 3.16987392e+10 pg_io_write_bytes{context="normal",object="relation",type="checkpointer"} 4.963639296e+09 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"} 4.022272e+06 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"} 0 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"} 0 pg_io_write_bytes{context="normal",object="wal",type="client backend"} 0 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"} 0 pg_io_write_bytes{context="normal",object="wal",type="startup"} 0 pg_io_write_bytes{context="normal",object="wal",type="walreceiver"} 3.052068864e+10 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"} 0 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"} 36.007912000000005 pg_io_write_time{context="normal",object="relation",type="checkpointer"} 6.17107 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.008908 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"} 9.071049 pg_io_writeback_time{context="normal",object="relation",type="checkpointer"} 1.780574 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"} 3.86944e+06 pg_io_writebacks{context="normal",object="relation",type="checkpointer"} 605913 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"} 1 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"} 1186 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"} 3.869475e+06 pg_io_writes{context="normal",object="relation",type="checkpointer"} 605913 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"} 491 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"} 0 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"} 0 pg_io_writes{context="normal",object="wal",type="client backend"} 0 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"} 0 pg_io_writes{context="normal",object="wal",type="startup"} 0 pg_io_writes{context="normal",object="wal",type="walreceiver"} 234694 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"} 0 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 1 # 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 5507.245058 # HELP pg_last_replay_time time when last transaction been replayed # TYPE pg_last_replay_time gauge pg_last_replay_time 1.787521499799871e+09 # HELP pg_lock_count Number of locks of corresponding mode and database # TYPE pg_lock_count gauge pg_lock_count{datname="patumba",mode="AccessExclusiveLock"} 0 pg_lock_count{datname="patumba",mode="AccessShareLock"} 0 pg_lock_count{datname="patumba",mode="ExclusiveLock"} 0 pg_lock_count{datname="patumba",mode="RowExclusiveLock"} 0 pg_lock_count{datname="patumba",mode="RowShareLock"} 0 pg_lock_count{datname="patumba",mode="ShareLock"} 0 pg_lock_count{datname="patumba",mode="ShareRowExclusiveLock"} 0 pg_lock_count{datname="patumba",mode="ShareUpdateExclusiveLock"} 0 pg_lock_count{datname="patumba_airtel",mode="AccessExclusiveLock"} 0 pg_lock_count{datname="patumba_airtel",mode="AccessShareLock"} 0 pg_lock_count{datname="patumba_airtel",mode="ExclusiveLock"} 0 pg_lock_count{datname="patumba_airtel",mode="RowExclusiveLock"} 0 pg_lock_count{datname="patumba_airtel",mode="RowShareLock"} 0 pg_lock_count{datname="patumba_airtel",mode="ShareLock"} 0 pg_lock_count{datname="patumba_airtel",mode="ShareRowExclusiveLock"} 0 pg_lock_count{datname="patumba_airtel",mode="ShareUpdateExclusiveLock"} 0 pg_lock_count{datname="patumba_mtn",mode="AccessExclusiveLock"} 0 pg_lock_count{datname="patumba_mtn",mode="AccessShareLock"} 0 pg_lock_count{datname="patumba_mtn",mode="ExclusiveLock"} 0 pg_lock_count{datname="patumba_mtn",mode="RowExclusiveLock"} 0 pg_lock_count{datname="patumba_mtn",mode="RowShareLock"} 0 pg_lock_count{datname="patumba_mtn",mode="ShareLock"} 0 pg_lock_count{datname="patumba_mtn",mode="ShareRowExclusiveLock"} 0 pg_lock_count{datname="patumba_mtn",mode="ShareUpdateExclusiveLock"} 0 pg_lock_count{datname="patumba_zamtel",mode="AccessExclusiveLock"} 0 pg_lock_count{datname="patumba_zamtel",mode="AccessShareLock"} 0 pg_lock_count{datname="patumba_zamtel",mode="ExclusiveLock"} 0 pg_lock_count{datname="patumba_zamtel",mode="RowExclusiveLock"} 0 pg_lock_count{datname="patumba_zamtel",mode="RowShareLock"} 0 pg_lock_count{datname="patumba_zamtel",mode="ShareLock"} 0 pg_lock_count{datname="patumba_zamtel",mode="ShareRowExclusiveLock"} 0 pg_lock_count{datname="patumba_zamtel",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 3.072385012e+10 # HELP pg_meta_info constant 1 # TYPE pg_meta_info gauge pg_meta_info{cluster_id="7677301613001579310",cluster_name="patumba-staging",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="dbname=postgres user=replicator passfile=/var/lib/pgsql/.pgpass host=100.71.31.4 port=5432 sslmode=prefer application_name=patumba-staging-2 gssencmode=prefer channel_binding=prefer sslnegotiation=postgres",ver_num="180006",ver_str="PostgreSQL 18.6 (Ubuntu 18.6-1.pgdg26.04+2) on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 15.2.0-16ubuntu1) 15.2.0, 64-bit",version="18.6 (Ubuntu 18.6-1.pgdg26.04+2)",wal_level="logical"} 1 # HELP pg_query_calls Number of times the statement was executed # TYPE pg_query_calls counter pg_query_calls{datname="patumba",query="-2347718592224797567"} 110 pg_query_calls{datname="patumba",query="-3394742553290663210"} 182 pg_query_calls{datname="patumba",query="-5715475192465128161"} 6 pg_query_calls{datname="patumba",query="-6647621097204396179"} 6 pg_query_calls{datname="patumba",query="-8394789936105279816"} 27 pg_query_calls{datname="patumba",query="-8614649825449602022"} 110 pg_query_calls{datname="patumba",query="1842113366287483401"} 110 pg_query_calls{datname="patumba",query="2562851877910530907"} 110 pg_query_calls{datname="patumba",query="393550323916470202"} 110 pg_query_calls{datname="patumba",query="4917684750321049296"} 6 pg_query_calls{datname="patumba",query="5081739340832322055"} 110 pg_query_calls{datname="patumba",query="6607318708723431991"} 27 pg_query_calls{datname="patumba_airtel",query="-2347718592224797567"} 757 pg_query_calls{datname="patumba_airtel",query="-3394742553290663210"} 1283 pg_query_calls{datname="patumba_airtel",query="-5715475192465128161"} 42 pg_query_calls{datname="patumba_airtel",query="-6647621097204396179"} 36 pg_query_calls{datname="patumba_airtel",query="-8394789936105279816"} 194 pg_query_calls{datname="patumba_airtel",query="-8614649825449602022"} 756 pg_query_calls{datname="patumba_airtel",query="1842113366287483401"} 757 pg_query_calls{datname="patumba_airtel",query="2562851877910530907"} 756 pg_query_calls{datname="patumba_airtel",query="393550323916470202"} 757 pg_query_calls{datname="patumba_airtel",query="4917684750321049296"} 42 pg_query_calls{datname="patumba_airtel",query="5081739340832322055"} 757 pg_query_calls{datname="patumba_airtel",query="6607318708723431991"} 194 pg_query_calls{datname="patumba_mtn",query="-2347718592224797567"} 759 pg_query_calls{datname="patumba_mtn",query="-3394742553290663210"} 1283 pg_query_calls{datname="patumba_mtn",query="-5715475192465128161"} 43 pg_query_calls{datname="patumba_mtn",query="-6647621097204396179"} 42 pg_query_calls{datname="patumba_mtn",query="-8394789936105279816"} 196 pg_query_calls{datname="patumba_mtn",query="-8614649825449602022"} 759 pg_query_calls{datname="patumba_mtn",query="1842113366287483401"} 759 pg_query_calls{datname="patumba_mtn",query="2562851877910530907"} 759 pg_query_calls{datname="patumba_mtn",query="393550323916470202"} 759 pg_query_calls{datname="patumba_mtn",query="4917684750321049296"} 43 pg_query_calls{datname="patumba_mtn",query="5081739340832322055"} 759 pg_query_calls{datname="patumba_mtn",query="6607318708723431991"} 196 pg_query_calls{datname="patumba_zamtel",query="-2347718592224797567"} 756 pg_query_calls{datname="patumba_zamtel",query="-3394742553290663210"} 1283 pg_query_calls{datname="patumba_zamtel",query="-5715475192465128161"} 42 pg_query_calls{datname="patumba_zamtel",query="-6647621097204396179"} 42 pg_query_calls{datname="patumba_zamtel",query="-8394789936105279816"} 195 pg_query_calls{datname="patumba_zamtel",query="-8614649825449602022"} 756 pg_query_calls{datname="patumba_zamtel",query="1842113366287483401"} 756 pg_query_calls{datname="patumba_zamtel",query="2562851877910530907"} 756 pg_query_calls{datname="patumba_zamtel",query="393550323916470202"} 756 pg_query_calls{datname="patumba_zamtel",query="4917684750321049296"} 42 pg_query_calls{datname="patumba_zamtel",query="5081739340832322055"} 756 pg_query_calls{datname="patumba_zamtel",query="6607318708723431991"} 195 pg_query_calls{datname="postgres",query="-1567903771303523871"} 211 pg_query_calls{datname="postgres",query="-1625100286364369430"} 1381 pg_query_calls{datname="postgres",query="-1909391084633265766"} 882 pg_query_calls{datname="postgres",query="-2029183647160561869"} 882 pg_query_calls{datname="postgres",query="-2347718592224797567"} 881 pg_query_calls{datname="postgres",query="-2501314149733485881"} 881 pg_query_calls{datname="postgres",query="-2783306896154707576"} 13825 pg_query_calls{datname="postgres",query="-3255093476584998991"} 881 pg_query_calls{datname="postgres",query="-3394742553290663210"} 1382 pg_query_calls{datname="postgres",query="-3481586796352513521"} 880 pg_query_calls{datname="postgres",query="-3561581858611292661"} 882 pg_query_calls{datname="postgres",query="-4013135341694372554"} 882 pg_query_calls{datname="postgres",query="-4148803774833445326"} 881 pg_query_calls{datname="postgres",query="-4263663384172168557"} 881 pg_query_calls{datname="postgres",query="-5177198833890665486"} 881 pg_query_calls{datname="postgres",query="-5253393246738566256"} 211 pg_query_calls{datname="postgres",query="-5255754849199367498"} 881 pg_query_calls{datname="postgres",query="-5715475192465128161"} 46 pg_query_calls{datname="postgres",query="-571986491529085836"} 882 pg_query_calls{datname="postgres",query="-6036417223424595990"} 882 pg_query_calls{datname="postgres",query="-6324036696618024559"} 882 pg_query_calls{datname="postgres",query="-659392855806846005"} 881 pg_query_calls{datname="postgres",query="-6647621097204396179"} 46 pg_query_calls{datname="postgres",query="-7724675315091666518"} 881 pg_query_calls{datname="postgres",query="-7961388009227772837"} 211 pg_query_calls{datname="postgres",query="-8394789936105279816"} 211 pg_query_calls{datname="postgres",query="-8415353913695631440"} 881 pg_query_calls{datname="postgres",query="-8565717563209808017"} 882 pg_query_calls{datname="postgres",query="-8614649825449602022"} 882 pg_query_calls{datname="postgres",query="1469903626741806805"} 211 pg_query_calls{datname="postgres",query="1478863853898895870"} 882 pg_query_calls{datname="postgres",query="1676811854946253168"} 881 pg_query_calls{datname="postgres",query="1842113366287483401"} 882 pg_query_calls{datname="postgres",query="2121678415194453056"} 882 pg_query_calls{datname="postgres",query="2562851877910530907"} 881 pg_query_calls{datname="postgres",query="304937313495459475"} 882 pg_query_calls{datname="postgres",query="3349500487307586180"} 882 pg_query_calls{datname="postgres",query="3714876955596208471"} 881 pg_query_calls{datname="postgres",query="393550323916470202"} 881 pg_query_calls{datname="postgres",query="4000197275166407690"} 1381 pg_query_calls{datname="postgres",query="4917684750321049296"} 46 pg_query_calls{datname="postgres",query="5081739340832322055"} 882 pg_query_calls{datname="postgres",query="6283515987245508499"} 881 pg_query_calls{datname="postgres",query="6607318708723431991"} 211 pg_query_calls{datname="postgres",query="7538016218007174732"} 880 pg_query_calls{datname="postgres",query="827531285227241798"} 882 # HELP pg_query_exec_time Total time spent executing the statement # TYPE pg_query_exec_time counter pg_query_exec_time{datname="patumba",query="-2347718592224797567"} 0.002351164 pg_query_exec_time{datname="patumba",query="-3394742553290663210"} 0.019986874999999994 pg_query_exec_time{datname="patumba",query="-5715475192465128161"} 0.05326530100000001 pg_query_exec_time{datname="patumba",query="-6647621097204396179"} 0.013228729 pg_query_exec_time{datname="patumba",query="-8394789936105279816"} 0.009406307000000003 pg_query_exec_time{datname="patumba",query="-8614649825449602022"} 0.0016225230000000003 pg_query_exec_time{datname="patumba",query="1842113366287483401"} 0.13934127799999996 pg_query_exec_time{datname="patumba",query="2562851877910530907"} 0.05360301700000001 pg_query_exec_time{datname="patumba",query="393550323916470202"} 0.09091450699999999 pg_query_exec_time{datname="patumba",query="4917684750321049296"} 0.033269595000000006 pg_query_exec_time{datname="patumba",query="5081739340832322055"} 0.14699048599999998 pg_query_exec_time{datname="patumba",query="6607318708723431991"} 0.005648406000000001 pg_query_exec_time{datname="patumba_airtel",query="-2347718592224797567"} 0.014070759999999998 pg_query_exec_time{datname="patumba_airtel",query="-3394742553290663210"} 0.13621177300000017 pg_query_exec_time{datname="patumba_airtel",query="-5715475192465128161"} 0.363317466 pg_query_exec_time{datname="patumba_airtel",query="-6647621097204396179"} 1.3574577350000003 pg_query_exec_time{datname="patumba_airtel",query="-8394789936105279816"} 0.07103486200000002 pg_query_exec_time{datname="patumba_airtel",query="-8614649825449602022"} 0.011785710999999989 pg_query_exec_time{datname="patumba_airtel",query="1842113366287483401"} 0.9770681930000008 pg_query_exec_time{datname="patumba_airtel",query="2562851877910530907"} 0.3998966980000003 pg_query_exec_time{datname="patumba_airtel",query="393550323916470202"} 0.7677060449999993 pg_query_exec_time{datname="patumba_airtel",query="4917684750321049296"} 0.21878659800000005 pg_query_exec_time{datname="patumba_airtel",query="5081739340832322055"} 1.216795584999999 pg_query_exec_time{datname="patumba_airtel",query="6607318708723431991"} 0.04322467299999999 pg_query_exec_time{datname="patumba_mtn",query="-2347718592224797567"} 0.012667095999999997 pg_query_exec_time{datname="patumba_mtn",query="-3394742553290663210"} 0.14770293999999962 pg_query_exec_time{datname="patumba_mtn",query="-5715475192465128161"} 0.377339096 pg_query_exec_time{datname="patumba_mtn",query="-6647621097204396179"} 0.08829214899999999 pg_query_exec_time{datname="patumba_mtn",query="-8394789936105279816"} 0.06431331500000004 pg_query_exec_time{datname="patumba_mtn",query="-8614649825449602022"} 0.013806123000000007 pg_query_exec_time{datname="patumba_mtn",query="1842113366287483401"} 1.005943424 pg_query_exec_time{datname="patumba_mtn",query="2562851877910530907"} 0.39510349099999986 pg_query_exec_time{datname="patumba_mtn",query="393550323916470202"} 0.7734882239999994 pg_query_exec_time{datname="patumba_mtn",query="4917684750321049296"} 0.21929361000000006 pg_query_exec_time{datname="patumba_mtn",query="5081739340832322055"} 1.273972760000001 pg_query_exec_time{datname="patumba_mtn",query="6607318708723431991"} 0.040913727999999996 pg_query_exec_time{datname="patumba_zamtel",query="-2347718592224797567"} 0.014243450000000001 pg_query_exec_time{datname="patumba_zamtel",query="-3394742553290663210"} 0.13810671400000013 pg_query_exec_time{datname="patumba_zamtel",query="-5715475192465128161"} 0.3906266959999999 pg_query_exec_time{datname="patumba_zamtel",query="-6647621097204396179"} 0.10149162200000002 pg_query_exec_time{datname="patumba_zamtel",query="-8394789936105279816"} 0.06753564300000002 pg_query_exec_time{datname="patumba_zamtel",query="-8614649825449602022"} 0.011472987999999993 pg_query_exec_time{datname="patumba_zamtel",query="1842113366287483401"} 0.9837501529999996 pg_query_exec_time{datname="patumba_zamtel",query="2562851877910530907"} 0.41452729700000024 pg_query_exec_time{datname="patumba_zamtel",query="393550323916470202"} 0.8094323880000002 pg_query_exec_time{datname="patumba_zamtel",query="4917684750321049296"} 0.21701016900000006 pg_query_exec_time{datname="patumba_zamtel",query="5081739340832322055"} 1.2229932779999995 pg_query_exec_time{datname="patumba_zamtel",query="6607318708723431991"} 0.041851582 pg_query_exec_time{datname="postgres",query="-1567903771303523871"} 2.008910856999999 pg_query_exec_time{datname="postgres",query="-1625100286364369430"} 0.670691929999999 pg_query_exec_time{datname="postgres",query="-1909391084633265766"} 0.016663027000000014 pg_query_exec_time{datname="postgres",query="-2029183647160561869"} 0.015042616999999998 pg_query_exec_time{datname="postgres",query="-2347718592224797567"} 0.01382664100000001 pg_query_exec_time{datname="postgres",query="-2501314149733485881"} 0.035727804999999994 pg_query_exec_time{datname="postgres",query="-2783306896154707576"} 0.11166821200000022 pg_query_exec_time{datname="postgres",query="-3255093476584998991"} 0.02477511300000001 pg_query_exec_time{datname="postgres",query="-3394742553290663210"} 0.1650724750000001 pg_query_exec_time{datname="postgres",query="-3481586796352513521"} 0.14969208399999992 pg_query_exec_time{datname="postgres",query="-3561581858611292661"} 0.16124715499999984 pg_query_exec_time{datname="postgres",query="-4013135341694372554"} 0.12594763600000022 pg_query_exec_time{datname="postgres",query="-4148803774833445326"} 0.8488678399999997 pg_query_exec_time{datname="postgres",query="-4263663384172168557"} 0.019684800999999967 pg_query_exec_time{datname="postgres",query="-5177198833890665486"} 0.4992198139999998 pg_query_exec_time{datname="postgres",query="-5253393246738566256"} 0.022372499000000018 pg_query_exec_time{datname="postgres",query="-5255754849199367498"} 0.01560463099999999 pg_query_exec_time{datname="postgres",query="-5715475192465128161"} 0.3027203289999999 pg_query_exec_time{datname="postgres",query="-571986491529085836"} 0.008514661000000001 pg_query_exec_time{datname="postgres",query="-6036417223424595990"} 0.026637207999999996 pg_query_exec_time{datname="postgres",query="-6324036696618024559"} 0.143781067 pg_query_exec_time{datname="postgres",query="-659392855806846005"} 0.1080014659999999 pg_query_exec_time{datname="postgres",query="-6647621097204396179"} 0.012724180000000003 pg_query_exec_time{datname="postgres",query="-7724675315091666518"} 0.08141615600000007 pg_query_exec_time{datname="postgres",query="-7961388009227772837"} 0.008513325000000002 pg_query_exec_time{datname="postgres",query="-8394789936105279816"} 0.06849549700000007 pg_query_exec_time{datname="postgres",query="-8415353913695631440"} 0.07441173899999999 pg_query_exec_time{datname="postgres",query="-8565717563209808017"} 0.06671119200000003 pg_query_exec_time{datname="postgres",query="-8614649825449602022"} 0.01114127699999999 pg_query_exec_time{datname="postgres",query="1469903626741806805"} 0.004395385999999998 pg_query_exec_time{datname="postgres",query="1478863853898895870"} 0.10314733899999995 pg_query_exec_time{datname="postgres",query="1676811854946253168"} 0.016516792000000002 pg_query_exec_time{datname="postgres",query="1842113366287483401"} 1.168512906000001 pg_query_exec_time{datname="postgres",query="2121678415194453056"} 0.08163272599999988 pg_query_exec_time{datname="postgres",query="2562851877910530907"} 0.014307303000000013 pg_query_exec_time{datname="postgres",query="304937313495459475"} 0.008224028000000003 pg_query_exec_time{datname="postgres",query="3349500487307586180"} 0.06268806600000001 pg_query_exec_time{datname="postgres",query="3714876955596208471"} 0.25602985400000006 pg_query_exec_time{datname="postgres",query="393550323916470202"} 0.25853737999999993 pg_query_exec_time{datname="postgres",query="4000197275166407690"} 0.047726225000000094 pg_query_exec_time{datname="postgres",query="4917684750321049296"} 0.18092384900000003 pg_query_exec_time{datname="postgres",query="5081739340832322055"} 0.3470514279999996 pg_query_exec_time{datname="postgres",query="6283515987245508499"} 0.04316816700000002 pg_query_exec_time{datname="postgres",query="6607318708723431991"} 0.04846929000000001 pg_query_exec_time{datname="postgres",query="7538016218007174732"} 0.09047895200000013 pg_query_exec_time{datname="postgres",query="827531285227241798"} 0.109302449 # 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="patumba",query="-2347718592224797567"} 0 pg_query_io_time{datname="patumba",query="-3394742553290663210"} 0 pg_query_io_time{datname="patumba",query="-5715475192465128161"} 0 pg_query_io_time{datname="patumba",query="-6647621097204396179"} 0 pg_query_io_time{datname="patumba",query="-8394789936105279816"} 0 pg_query_io_time{datname="patumba",query="-8614649825449602022"} 0 pg_query_io_time{datname="patumba",query="1842113366287483401"} 0 pg_query_io_time{datname="patumba",query="2562851877910530907"} 0 pg_query_io_time{datname="patumba",query="393550323916470202"} 0 pg_query_io_time{datname="patumba",query="4917684750321049296"} 0 pg_query_io_time{datname="patumba",query="5081739340832322055"} 0 pg_query_io_time{datname="patumba",query="6607318708723431991"} 0 pg_query_io_time{datname="patumba_airtel",query="-2347718592224797567"} 0 pg_query_io_time{datname="patumba_airtel",query="-3394742553290663210"} 0 pg_query_io_time{datname="patumba_airtel",query="-5715475192465128161"} 0 pg_query_io_time{datname="patumba_airtel",query="-6647621097204396179"} 0.000412576 pg_query_io_time{datname="patumba_airtel",query="-8394789936105279816"} 0 pg_query_io_time{datname="patumba_airtel",query="-8614649825449602022"} 0 pg_query_io_time{datname="patumba_airtel",query="1842113366287483401"} 0 pg_query_io_time{datname="patumba_airtel",query="2562851877910530907"} 0 pg_query_io_time{datname="patumba_airtel",query="393550323916470202"} 0 pg_query_io_time{datname="patumba_airtel",query="4917684750321049296"} 0 pg_query_io_time{datname="patumba_airtel",query="5081739340832322055"} 0 pg_query_io_time{datname="patumba_airtel",query="6607318708723431991"} 0 pg_query_io_time{datname="patumba_mtn",query="-2347718592224797567"} 0 pg_query_io_time{datname="patumba_mtn",query="-3394742553290663210"} 0 pg_query_io_time{datname="patumba_mtn",query="-5715475192465128161"} 0 pg_query_io_time{datname="patumba_mtn",query="-6647621097204396179"} 0 pg_query_io_time{datname="patumba_mtn",query="-8394789936105279816"} 0 pg_query_io_time{datname="patumba_mtn",query="-8614649825449602022"} 0 pg_query_io_time{datname="patumba_mtn",query="1842113366287483401"} 0 pg_query_io_time{datname="patumba_mtn",query="2562851877910530907"} 0 pg_query_io_time{datname="patumba_mtn",query="393550323916470202"} 0 pg_query_io_time{datname="patumba_mtn",query="4917684750321049296"} 0 pg_query_io_time{datname="patumba_mtn",query="5081739340832322055"} 0 pg_query_io_time{datname="patumba_mtn",query="6607318708723431991"} 0 pg_query_io_time{datname="patumba_zamtel",query="-2347718592224797567"} 0 pg_query_io_time{datname="patumba_zamtel",query="-3394742553290663210"} 0 pg_query_io_time{datname="patumba_zamtel",query="-5715475192465128161"} 0 pg_query_io_time{datname="patumba_zamtel",query="-6647621097204396179"} 0 pg_query_io_time{datname="patumba_zamtel",query="-8394789936105279816"} 0 pg_query_io_time{datname="patumba_zamtel",query="-8614649825449602022"} 0 pg_query_io_time{datname="patumba_zamtel",query="1842113366287483401"} 0 pg_query_io_time{datname="patumba_zamtel",query="2562851877910530907"} 0 pg_query_io_time{datname="patumba_zamtel",query="393550323916470202"} 0 pg_query_io_time{datname="patumba_zamtel",query="4917684750321049296"} 0 pg_query_io_time{datname="patumba_zamtel",query="5081739340832322055"} 0 pg_query_io_time{datname="patumba_zamtel",query="6607318708723431991"} 0 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="-2347718592224797567"} 0 pg_query_io_time{datname="postgres",query="-2501314149733485881"} 0 pg_query_io_time{datname="postgres",query="-2783306896154707576"} 0 pg_query_io_time{datname="postgres",query="-3255093476584998991"} 0 pg_query_io_time{datname="postgres",query="-3394742553290663210"} 0.000165372 pg_query_io_time{datname="postgres",query="-3481586796352513521"} 0 pg_query_io_time{datname="postgres",query="-3561581858611292661"} 0 pg_query_io_time{datname="postgres",query="-4013135341694372554"} 0 pg_query_io_time{datname="postgres",query="-4148803774833445326"} 0 pg_query_io_time{datname="postgres",query="-4263663384172168557"} 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.000186495 pg_query_io_time{datname="postgres",query="-571986491529085836"} 0 pg_query_io_time{datname="postgres",query="-6036417223424595990"} 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"} 0 pg_query_io_time{datname="postgres",query="-7724675315091666518"} 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="1478863853898895870"} 0 pg_query_io_time{datname="postgres",query="1676811854946253168"} 0 pg_query_io_time{datname="postgres",query="1842113366287483401"} 0.0009048929999999999 pg_query_io_time{datname="postgres",query="2121678415194453056"} 7.716000000000001e-05 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="3349500487307586180"} 0 pg_query_io_time{datname="postgres",query="3714876955596208471"} 0 pg_query_io_time{datname="postgres",query="393550323916470202"} 0 pg_query_io_time{datname="postgres",query="4000197275166407690"} 0 pg_query_io_time{datname="postgres",query="4917684750321049296"} 0.000137667 pg_query_io_time{datname="postgres",query="5081739340832322055"} 0 pg_query_io_time{datname="postgres",query="6283515987245508499"} 0 pg_query_io_time{datname="postgres",query="6607318708723431991"} 0.003377345 pg_query_io_time{datname="postgres",query="7538016218007174732"} 0 pg_query_io_time{datname="postgres",query="827531285227241798"} 0 # HELP pg_query_rows Total number of rows retrieved or affected by the statement # TYPE pg_query_rows counter pg_query_rows{datname="patumba",query="-2347718592224797567"} 0 pg_query_rows{datname="patumba",query="-3394742553290663210"} 182 pg_query_rows{datname="patumba",query="-5715475192465128161"} 4 pg_query_rows{datname="patumba",query="-6647621097204396179"} 60 pg_query_rows{datname="patumba",query="-8394789936105279816"} 189 pg_query_rows{datname="patumba",query="-8614649825449602022"} 0 pg_query_rows{datname="patumba",query="1842113366287483401"} 188 pg_query_rows{datname="patumba",query="2562851877910530907"} 990 pg_query_rows{datname="patumba",query="393550323916470202"} 2090 pg_query_rows{datname="patumba",query="4917684750321049296"} 10 pg_query_rows{datname="patumba",query="5081739340832322055"} 990 pg_query_rows{datname="patumba",query="6607318708723431991"} 0 pg_query_rows{datname="patumba_airtel",query="-2347718592224797567"} 0 pg_query_rows{datname="patumba_airtel",query="-3394742553290663210"} 1283 pg_query_rows{datname="patumba_airtel",query="-5715475192465128161"} 266 pg_query_rows{datname="patumba_airtel",query="-6647621097204396179"} 396 pg_query_rows{datname="patumba_airtel",query="-8394789936105279816"} 1164 pg_query_rows{datname="patumba_airtel",query="-8614649825449602022"} 0 pg_query_rows{datname="patumba_airtel",query="1842113366287483401"} 1514 pg_query_rows{datname="patumba_airtel",query="2562851877910530907"} 6194 pg_query_rows{datname="patumba_airtel",query="393550323916470202"} 12781 pg_query_rows{datname="patumba_airtel",query="4917684750321049296"} 600 pg_query_rows{datname="patumba_airtel",query="5081739340832322055"} 7651 pg_query_rows{datname="patumba_airtel",query="6607318708723431991"} 0 pg_query_rows{datname="patumba_mtn",query="-2347718592224797567"} 0 pg_query_rows{datname="patumba_mtn",query="-3394742553290663210"} 1283 pg_query_rows{datname="patumba_mtn",query="-5715475192465128161"} 312 pg_query_rows{datname="patumba_mtn",query="-6647621097204396179"} 432 pg_query_rows{datname="patumba_mtn",query="-8394789936105279816"} 1176 pg_query_rows{datname="patumba_mtn",query="-8614649825449602022"} 0 pg_query_rows{datname="patumba_mtn",query="1842113366287483401"} 1516 pg_query_rows{datname="patumba_mtn",query="2562851877910530907"} 6634 pg_query_rows{datname="patumba_mtn",query="393550323916470202"} 13725 pg_query_rows{datname="patumba_mtn",query="4917684750321049296"} 665 pg_query_rows{datname="patumba_mtn",query="5081739340832322055"} 7071 pg_query_rows{datname="patumba_mtn",query="6607318708723431991"} 0 pg_query_rows{datname="patumba_zamtel",query="-2347718592224797567"} 0 pg_query_rows{datname="patumba_zamtel",query="-3394742553290663210"} 1283 pg_query_rows{datname="patumba_zamtel",query="-5715475192465128161"} 278 pg_query_rows{datname="patumba_zamtel",query="-6647621097204396179"} 424 pg_query_rows{datname="patumba_zamtel",query="-8394789936105279816"} 1170 pg_query_rows{datname="patumba_zamtel",query="-8614649825449602022"} 0 pg_query_rows{datname="patumba_zamtel",query="1842113366287483401"} 1512 pg_query_rows{datname="patumba_zamtel",query="2562851877910530907"} 6779 pg_query_rows{datname="patumba_zamtel",query="393550323916470202"} 14241 pg_query_rows{datname="patumba_zamtel",query="4917684750321049296"} 636 pg_query_rows{datname="patumba_zamtel",query="5081739340832322055"} 6858 pg_query_rows{datname="patumba_zamtel",query="6607318708723431991"} 0 pg_query_rows{datname="postgres",query="-1567903771303523871"} 1854 pg_query_rows{datname="postgres",query="-1625100286364369430"} 109099 pg_query_rows{datname="postgres",query="-1909391084633265766"} 882 pg_query_rows{datname="postgres",query="-2029183647160561869"} 882 pg_query_rows{datname="postgres",query="-2347718592224797567"} 0 pg_query_rows{datname="postgres",query="-2501314149733485881"} 881 pg_query_rows{datname="postgres",query="-2783306896154707576"} 13825 pg_query_rows{datname="postgres",query="-3255093476584998991"} 881 pg_query_rows{datname="postgres",query="-3394742553290663210"} 1382 pg_query_rows{datname="postgres",query="-3481586796352513521"} 5971 pg_query_rows{datname="postgres",query="-3561581858611292661"} 6831 pg_query_rows{datname="postgres",query="-4013135341694372554"} 4410 pg_query_rows{datname="postgres",query="-4148803774833445326"} 78523 pg_query_rows{datname="postgres",query="-4263663384172168557"} 881 pg_query_rows{datname="postgres",query="-5177198833890665486"} 33728 pg_query_rows{datname="postgres",query="-5253393246738566256"} 211 pg_query_rows{datname="postgres",query="-5255754849199367498"} 881 pg_query_rows{datname="postgres",query="-5715475192465128161"} 0 pg_query_rows{datname="postgres",query="-571986491529085836"} 0 pg_query_rows{datname="postgres",query="-6036417223424595990"} 882 pg_query_rows{datname="postgres",query="-6324036696618024559"} 0 pg_query_rows{datname="postgres",query="-659392855806846005"} 6167 pg_query_rows{datname="postgres",query="-6647621097204396179"} 46 pg_query_rows{datname="postgres",query="-7724675315091666518"} 881 pg_query_rows{datname="postgres",query="-7961388009227772837"} 1688 pg_query_rows{datname="postgres",query="-8394789936105279816"} 1055 pg_query_rows{datname="postgres",query="-8415353913695631440"} 881 pg_query_rows{datname="postgres",query="-8565717563209808017"} 0 pg_query_rows{datname="postgres",query="-8614649825449602022"} 0 pg_query_rows{datname="postgres",query="1469903626741806805"} 211 pg_query_rows{datname="postgres",query="1478863853898895870"} 0 pg_query_rows{datname="postgres",query="1676811854946253168"} 0 pg_query_rows{datname="postgres",query="1842113366287483401"} 2643 pg_query_rows{datname="postgres",query="2121678415194453056"} 882 pg_query_rows{datname="postgres",query="2562851877910530907"} 0 pg_query_rows{datname="postgres",query="304937313495459475"} 882 pg_query_rows{datname="postgres",query="3349500487307586180"} 882 pg_query_rows{datname="postgres",query="3714876955596208471"} 25296 pg_query_rows{datname="postgres",query="393550323916470202"} 0 pg_query_rows{datname="postgres",query="4000197275166407690"} 1381 pg_query_rows{datname="postgres",query="4917684750321049296"} 0 pg_query_rows{datname="postgres",query="5081739340832322055"} 0 pg_query_rows{datname="postgres",query="6283515987245508499"} 5978 pg_query_rows{datname="postgres",query="6607318708723431991"} 0 pg_query_rows{datname="postgres",query="7538016218007174732"} 880 pg_query_rows{datname="postgres",query="827531285227241798"} 882 # 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="patumba",query="-2347718592224797567"} 0 pg_query_sblk_dirtied{datname="patumba",query="-3394742553290663210"} 0 pg_query_sblk_dirtied{datname="patumba",query="-5715475192465128161"} 0 pg_query_sblk_dirtied{datname="patumba",query="-6647621097204396179"} 0 pg_query_sblk_dirtied{datname="patumba",query="-8394789936105279816"} 0 pg_query_sblk_dirtied{datname="patumba",query="-8614649825449602022"} 0 pg_query_sblk_dirtied{datname="patumba",query="1842113366287483401"} 0 pg_query_sblk_dirtied{datname="patumba",query="2562851877910530907"} 0 pg_query_sblk_dirtied{datname="patumba",query="393550323916470202"} 0 pg_query_sblk_dirtied{datname="patumba",query="4917684750321049296"} 0 pg_query_sblk_dirtied{datname="patumba",query="5081739340832322055"} 0 pg_query_sblk_dirtied{datname="patumba",query="6607318708723431991"} 0 pg_query_sblk_dirtied{datname="patumba_airtel",query="-2347718592224797567"} 0 pg_query_sblk_dirtied{datname="patumba_airtel",query="-3394742553290663210"} 0 pg_query_sblk_dirtied{datname="patumba_airtel",query="-5715475192465128161"} 0 pg_query_sblk_dirtied{datname="patumba_airtel",query="-6647621097204396179"} 0 pg_query_sblk_dirtied{datname="patumba_airtel",query="-8394789936105279816"} 0 pg_query_sblk_dirtied{datname="patumba_airtel",query="-8614649825449602022"} 0 pg_query_sblk_dirtied{datname="patumba_airtel",query="1842113366287483401"} 0 pg_query_sblk_dirtied{datname="patumba_airtel",query="2562851877910530907"} 0 pg_query_sblk_dirtied{datname="patumba_airtel",query="393550323916470202"} 0 pg_query_sblk_dirtied{datname="patumba_airtel",query="4917684750321049296"} 0 pg_query_sblk_dirtied{datname="patumba_airtel",query="5081739340832322055"} 0 pg_query_sblk_dirtied{datname="patumba_airtel",query="6607318708723431991"} 0 pg_query_sblk_dirtied{datname="patumba_mtn",query="-2347718592224797567"} 0 pg_query_sblk_dirtied{datname="patumba_mtn",query="-3394742553290663210"} 0 pg_query_sblk_dirtied{datname="patumba_mtn",query="-5715475192465128161"} 0 pg_query_sblk_dirtied{datname="patumba_mtn",query="-6647621097204396179"} 0 pg_query_sblk_dirtied{datname="patumba_mtn",query="-8394789936105279816"} 0 pg_query_sblk_dirtied{datname="patumba_mtn",query="-8614649825449602022"} 0 pg_query_sblk_dirtied{datname="patumba_mtn",query="1842113366287483401"} 0 pg_query_sblk_dirtied{datname="patumba_mtn",query="2562851877910530907"} 0 pg_query_sblk_dirtied{datname="patumba_mtn",query="393550323916470202"} 0 pg_query_sblk_dirtied{datname="patumba_mtn",query="4917684750321049296"} 0 pg_query_sblk_dirtied{datname="patumba_mtn",query="5081739340832322055"} 0 pg_query_sblk_dirtied{datname="patumba_mtn",query="6607318708723431991"} 0 pg_query_sblk_dirtied{datname="patumba_zamtel",query="-2347718592224797567"} 0 pg_query_sblk_dirtied{datname="patumba_zamtel",query="-3394742553290663210"} 0 pg_query_sblk_dirtied{datname="patumba_zamtel",query="-5715475192465128161"} 0 pg_query_sblk_dirtied{datname="patumba_zamtel",query="-6647621097204396179"} 0 pg_query_sblk_dirtied{datname="patumba_zamtel",query="-8394789936105279816"} 0 pg_query_sblk_dirtied{datname="patumba_zamtel",query="-8614649825449602022"} 0 pg_query_sblk_dirtied{datname="patumba_zamtel",query="1842113366287483401"} 0 pg_query_sblk_dirtied{datname="patumba_zamtel",query="2562851877910530907"} 0 pg_query_sblk_dirtied{datname="patumba_zamtel",query="393550323916470202"} 0 pg_query_sblk_dirtied{datname="patumba_zamtel",query="4917684750321049296"} 0 pg_query_sblk_dirtied{datname="patumba_zamtel",query="5081739340832322055"} 0 pg_query_sblk_dirtied{datname="patumba_zamtel",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="-2347718592224797567"} 0 pg_query_sblk_dirtied{datname="postgres",query="-2501314149733485881"} 0 pg_query_sblk_dirtied{datname="postgres",query="-2783306896154707576"} 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="-4148803774833445326"} 0 pg_query_sblk_dirtied{datname="postgres",query="-4263663384172168557"} 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="-6036417223424595990"} 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="-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="1478863853898895870"} 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="2562851877910530907"} 0 pg_query_sblk_dirtied{datname="postgres",query="304937313495459475"} 0 pg_query_sblk_dirtied{datname="postgres",query="3349500487307586180"} 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="4000197275166407690"} 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="6283515987245508499"} 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="827531285227241798"} 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="patumba",query="-2347718592224797567"} 0 pg_query_sblk_hit{datname="patumba",query="-3394742553290663210"} 546 pg_query_sblk_hit{datname="patumba",query="-5715475192465128161"} 8412 pg_query_sblk_hit{datname="patumba",query="-6647621097204396179"} 3654 pg_query_sblk_hit{datname="patumba",query="-8394789936105279816"} 378 pg_query_sblk_hit{datname="patumba",query="-8614649825449602022"} 0 pg_query_sblk_hit{datname="patumba",query="1842113366287483401"} 14695 pg_query_sblk_hit{datname="patumba",query="2562851877910530907"} 11476 pg_query_sblk_hit{datname="patumba",query="393550323916470202"} 38135 pg_query_sblk_hit{datname="patumba",query="4917684750321049296"} 2622 pg_query_sblk_hit{datname="patumba",query="5081739340832322055"} 15145 pg_query_sblk_hit{datname="patumba",query="6607318708723431991"} 447 pg_query_sblk_hit{datname="patumba_airtel",query="-2347718592224797567"} 0 pg_query_sblk_hit{datname="patumba_airtel",query="-3394742553290663210"} 3849 pg_query_sblk_hit{datname="patumba_airtel",query="-5715475192465128161"} 59540 pg_query_sblk_hit{datname="patumba_airtel",query="-6647621097204396179"} 20557 pg_query_sblk_hit{datname="patumba_airtel",query="-8394789936105279816"} 2716 pg_query_sblk_hit{datname="patumba_airtel",query="-8614649825449602022"} 0 pg_query_sblk_hit{datname="patumba_airtel",query="1842113366287483401"} 101269 pg_query_sblk_hit{datname="patumba_airtel",query="2562851877910530907"} 75176 pg_query_sblk_hit{datname="patumba_airtel",query="393550323916470202"} 243205 pg_query_sblk_hit{datname="patumba_airtel",query="4917684750321049296"} 18638 pg_query_sblk_hit{datname="patumba_airtel",query="5081739340832322055"} 110862 pg_query_sblk_hit{datname="patumba_airtel",query="6607318708723431991"} 3223 pg_query_sblk_hit{datname="patumba_mtn",query="-2347718592224797567"} 0 pg_query_sblk_hit{datname="patumba_mtn",query="-3394742553290663210"} 3849 pg_query_sblk_hit{datname="patumba_mtn",query="-5715475192465128161"} 54485 pg_query_sblk_hit{datname="patumba_mtn",query="-6647621097204396179"} 24182 pg_query_sblk_hit{datname="patumba_mtn",query="-8394789936105279816"} 2744 pg_query_sblk_hit{datname="patumba_mtn",query="-8614649825449602022"} 0 pg_query_sblk_hit{datname="patumba_mtn",query="1842113366287483401"} 101528 pg_query_sblk_hit{datname="patumba_mtn",query="2562851877910530907"} 79012 pg_query_sblk_hit{datname="patumba_mtn",query="393550323916470202"} 263096 pg_query_sblk_hit{datname="patumba_mtn",query="4917684750321049296"} 19014 pg_query_sblk_hit{datname="patumba_mtn",query="5081739340832322055"} 108232 pg_query_sblk_hit{datname="patumba_mtn",query="6607318708723431991"} 3266 pg_query_sblk_hit{datname="patumba_zamtel",query="-2347718592224797567"} 0 pg_query_sblk_hit{datname="patumba_zamtel",query="-3394742553290663210"} 3849 pg_query_sblk_hit{datname="patumba_zamtel",query="-5715475192465128161"} 62661 pg_query_sblk_hit{datname="patumba_zamtel",query="-6647621097204396179"} 26786 pg_query_sblk_hit{datname="patumba_zamtel",query="-8394789936105279816"} 2730 pg_query_sblk_hit{datname="patumba_zamtel",query="-8614649825449602022"} 0 pg_query_sblk_hit{datname="patumba_zamtel",query="1842113366287483401"} 101127 pg_query_sblk_hit{datname="patumba_zamtel",query="2562851877910530907"} 80274 pg_query_sblk_hit{datname="patumba_zamtel",query="393550323916470202"} 271371 pg_query_sblk_hit{datname="patumba_zamtel",query="4917684750321049296"} 19021 pg_query_sblk_hit{datname="patumba_zamtel",query="5081739340832322055"} 109007 pg_query_sblk_hit{datname="patumba_zamtel",query="6607318708723431991"} 3225 pg_query_sblk_hit{datname="postgres",query="-1567903771303523871"} 2641 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="-2347718592224797567"} 0 pg_query_sblk_hit{datname="postgres",query="-2501314149733485881"} 9 pg_query_sblk_hit{datname="postgres",query="-2783306896154707576"} 0 pg_query_sblk_hit{datname="postgres",query="-3255093476584998991"} 0 pg_query_sblk_hit{datname="postgres",query="-3394742553290663210"} 4145 pg_query_sblk_hit{datname="postgres",query="-3481586796352513521"} 1760 pg_query_sblk_hit{datname="postgres",query="-3561581858611292661"} 945 pg_query_sblk_hit{datname="postgres",query="-4013135341694372554"} 9 pg_query_sblk_hit{datname="postgres",query="-4148803774833445326"} 2936 pg_query_sblk_hit{datname="postgres",query="-4263663384172168557"} 0 pg_query_sblk_hit{datname="postgres",query="-5177198833890665486"} 881 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"} 43166 pg_query_sblk_hit{datname="postgres",query="-571986491529085836"} 0 pg_query_sblk_hit{datname="postgres",query="-6036417223424595990"} 0 pg_query_sblk_hit{datname="postgres",query="-6324036696618024559"} 9 pg_query_sblk_hit{datname="postgres",query="-659392855806846005"} 0 pg_query_sblk_hit{datname="postgres",query="-6647621097204396179"} 816 pg_query_sblk_hit{datname="postgres",query="-7724675315091666518"} 0 pg_query_sblk_hit{datname="postgres",query="-7961388009227772837"} 0 pg_query_sblk_hit{datname="postgres",query="-8394789936105279816"} 2954 pg_query_sblk_hit{datname="postgres",query="-8415353913695631440"} 36 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="1478863853898895870"} 9 pg_query_sblk_hit{datname="postgres",query="1676811854946253168"} 0 pg_query_sblk_hit{datname="postgres",query="1842113366287483401"} 117918 pg_query_sblk_hit{datname="postgres",query="2121678415194453056"} 8766 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="3349500487307586180"} 0 pg_query_sblk_hit{datname="postgres",query="3714876955596208471"} 1762 pg_query_sblk_hit{datname="postgres",query="393550323916470202"} 13227 pg_query_sblk_hit{datname="postgres",query="4000197275166407690"} 0 pg_query_sblk_hit{datname="postgres",query="4917684750321049296"} 13656 pg_query_sblk_hit{datname="postgres",query="5081739340832322055"} 13920 pg_query_sblk_hit{datname="postgres",query="6283515987245508499"} 881 pg_query_sblk_hit{datname="postgres",query="6607318708723431991"} 3546 pg_query_sblk_hit{datname="postgres",query="7538016218007174732"} 0 pg_query_sblk_hit{datname="postgres",query="827531285227241798"} 882 # 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="patumba",query="-2347718592224797567"} 0 pg_query_sblk_read{datname="patumba",query="-3394742553290663210"} 0 pg_query_sblk_read{datname="patumba",query="-5715475192465128161"} 0 pg_query_sblk_read{datname="patumba",query="-6647621097204396179"} 0 pg_query_sblk_read{datname="patumba",query="-8394789936105279816"} 0 pg_query_sblk_read{datname="patumba",query="-8614649825449602022"} 0 pg_query_sblk_read{datname="patumba",query="1842113366287483401"} 0 pg_query_sblk_read{datname="patumba",query="2562851877910530907"} 0 pg_query_sblk_read{datname="patumba",query="393550323916470202"} 0 pg_query_sblk_read{datname="patumba",query="4917684750321049296"} 0 pg_query_sblk_read{datname="patumba",query="5081739340832322055"} 0 pg_query_sblk_read{datname="patumba",query="6607318708723431991"} 0 pg_query_sblk_read{datname="patumba_airtel",query="-2347718592224797567"} 0 pg_query_sblk_read{datname="patumba_airtel",query="-3394742553290663210"} 0 pg_query_sblk_read{datname="patumba_airtel",query="-5715475192465128161"} 0 pg_query_sblk_read{datname="patumba_airtel",query="-6647621097204396179"} 1 pg_query_sblk_read{datname="patumba_airtel",query="-8394789936105279816"} 0 pg_query_sblk_read{datname="patumba_airtel",query="-8614649825449602022"} 0 pg_query_sblk_read{datname="patumba_airtel",query="1842113366287483401"} 0 pg_query_sblk_read{datname="patumba_airtel",query="2562851877910530907"} 0 pg_query_sblk_read{datname="patumba_airtel",query="393550323916470202"} 0 pg_query_sblk_read{datname="patumba_airtel",query="4917684750321049296"} 0 pg_query_sblk_read{datname="patumba_airtel",query="5081739340832322055"} 0 pg_query_sblk_read{datname="patumba_airtel",query="6607318708723431991"} 0 pg_query_sblk_read{datname="patumba_mtn",query="-2347718592224797567"} 0 pg_query_sblk_read{datname="patumba_mtn",query="-3394742553290663210"} 0 pg_query_sblk_read{datname="patumba_mtn",query="-5715475192465128161"} 0 pg_query_sblk_read{datname="patumba_mtn",query="-6647621097204396179"} 0 pg_query_sblk_read{datname="patumba_mtn",query="-8394789936105279816"} 0 pg_query_sblk_read{datname="patumba_mtn",query="-8614649825449602022"} 0 pg_query_sblk_read{datname="patumba_mtn",query="1842113366287483401"} 0 pg_query_sblk_read{datname="patumba_mtn",query="2562851877910530907"} 0 pg_query_sblk_read{datname="patumba_mtn",query="393550323916470202"} 0 pg_query_sblk_read{datname="patumba_mtn",query="4917684750321049296"} 0 pg_query_sblk_read{datname="patumba_mtn",query="5081739340832322055"} 0 pg_query_sblk_read{datname="patumba_mtn",query="6607318708723431991"} 0 pg_query_sblk_read{datname="patumba_zamtel",query="-2347718592224797567"} 0 pg_query_sblk_read{datname="patumba_zamtel",query="-3394742553290663210"} 0 pg_query_sblk_read{datname="patumba_zamtel",query="-5715475192465128161"} 0 pg_query_sblk_read{datname="patumba_zamtel",query="-6647621097204396179"} 0 pg_query_sblk_read{datname="patumba_zamtel",query="-8394789936105279816"} 0 pg_query_sblk_read{datname="patumba_zamtel",query="-8614649825449602022"} 0 pg_query_sblk_read{datname="patumba_zamtel",query="1842113366287483401"} 0 pg_query_sblk_read{datname="patumba_zamtel",query="2562851877910530907"} 0 pg_query_sblk_read{datname="patumba_zamtel",query="393550323916470202"} 0 pg_query_sblk_read{datname="patumba_zamtel",query="4917684750321049296"} 0 pg_query_sblk_read{datname="patumba_zamtel",query="5081739340832322055"} 0 pg_query_sblk_read{datname="patumba_zamtel",query="6607318708723431991"} 0 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="-2347718592224797567"} 0 pg_query_sblk_read{datname="postgres",query="-2501314149733485881"} 0 pg_query_sblk_read{datname="postgres",query="-2783306896154707576"} 0 pg_query_sblk_read{datname="postgres",query="-3255093476584998991"} 0 pg_query_sblk_read{datname="postgres",query="-3394742553290663210"} 1 pg_query_sblk_read{datname="postgres",query="-3481586796352513521"} 0 pg_query_sblk_read{datname="postgres",query="-3561581858611292661"} 0 pg_query_sblk_read{datname="postgres",query="-4013135341694372554"} 0 pg_query_sblk_read{datname="postgres",query="-4148803774833445326"} 0 pg_query_sblk_read{datname="postgres",query="-4263663384172168557"} 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"} 7 pg_query_sblk_read{datname="postgres",query="-571986491529085836"} 0 pg_query_sblk_read{datname="postgres",query="-6036417223424595990"} 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"} 0 pg_query_sblk_read{datname="postgres",query="-7724675315091666518"} 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="1478863853898895870"} 0 pg_query_sblk_read{datname="postgres",query="1676811854946253168"} 0 pg_query_sblk_read{datname="postgres",query="1842113366287483401"} 77 pg_query_sblk_read{datname="postgres",query="2121678415194453056"} 3 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="3349500487307586180"} 0 pg_query_sblk_read{datname="postgres",query="3714876955596208471"} 0 pg_query_sblk_read{datname="postgres",query="393550323916470202"} 0 pg_query_sblk_read{datname="postgres",query="4000197275166407690"} 0 pg_query_sblk_read{datname="postgres",query="4917684750321049296"} 5 pg_query_sblk_read{datname="postgres",query="5081739340832322055"} 0 pg_query_sblk_read{datname="postgres",query="6283515987245508499"} 0 pg_query_sblk_read{datname="postgres",query="6607318708723431991"} 2 pg_query_sblk_read{datname="postgres",query="7538016218007174732"} 0 pg_query_sblk_read{datname="postgres",query="827531285227241798"} 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="patumba",query="-2347718592224797567"} 0 pg_query_sblk_written{datname="patumba",query="-3394742553290663210"} 0 pg_query_sblk_written{datname="patumba",query="-5715475192465128161"} 0 pg_query_sblk_written{datname="patumba",query="-6647621097204396179"} 0 pg_query_sblk_written{datname="patumba",query="-8394789936105279816"} 0 pg_query_sblk_written{datname="patumba",query="-8614649825449602022"} 0 pg_query_sblk_written{datname="patumba",query="1842113366287483401"} 0 pg_query_sblk_written{datname="patumba",query="2562851877910530907"} 0 pg_query_sblk_written{datname="patumba",query="393550323916470202"} 0 pg_query_sblk_written{datname="patumba",query="4917684750321049296"} 0 pg_query_sblk_written{datname="patumba",query="5081739340832322055"} 0 pg_query_sblk_written{datname="patumba",query="6607318708723431991"} 0 pg_query_sblk_written{datname="patumba_airtel",query="-2347718592224797567"} 0 pg_query_sblk_written{datname="patumba_airtel",query="-3394742553290663210"} 0 pg_query_sblk_written{datname="patumba_airtel",query="-5715475192465128161"} 0 pg_query_sblk_written{datname="patumba_airtel",query="-6647621097204396179"} 0 pg_query_sblk_written{datname="patumba_airtel",query="-8394789936105279816"} 0 pg_query_sblk_written{datname="patumba_airtel",query="-8614649825449602022"} 0 pg_query_sblk_written{datname="patumba_airtel",query="1842113366287483401"} 0 pg_query_sblk_written{datname="patumba_airtel",query="2562851877910530907"} 0 pg_query_sblk_written{datname="patumba_airtel",query="393550323916470202"} 0 pg_query_sblk_written{datname="patumba_airtel",query="4917684750321049296"} 0 pg_query_sblk_written{datname="patumba_airtel",query="5081739340832322055"} 0 pg_query_sblk_written{datname="patumba_airtel",query="6607318708723431991"} 0 pg_query_sblk_written{datname="patumba_mtn",query="-2347718592224797567"} 0 pg_query_sblk_written{datname="patumba_mtn",query="-3394742553290663210"} 0 pg_query_sblk_written{datname="patumba_mtn",query="-5715475192465128161"} 0 pg_query_sblk_written{datname="patumba_mtn",query="-6647621097204396179"} 0 pg_query_sblk_written{datname="patumba_mtn",query="-8394789936105279816"} 0 pg_query_sblk_written{datname="patumba_mtn",query="-8614649825449602022"} 0 pg_query_sblk_written{datname="patumba_mtn",query="1842113366287483401"} 0 pg_query_sblk_written{datname="patumba_mtn",query="2562851877910530907"} 0 pg_query_sblk_written{datname="patumba_mtn",query="393550323916470202"} 0 pg_query_sblk_written{datname="patumba_mtn",query="4917684750321049296"} 0 pg_query_sblk_written{datname="patumba_mtn",query="5081739340832322055"} 0 pg_query_sblk_written{datname="patumba_mtn",query="6607318708723431991"} 0 pg_query_sblk_written{datname="patumba_zamtel",query="-2347718592224797567"} 0 pg_query_sblk_written{datname="patumba_zamtel",query="-3394742553290663210"} 0 pg_query_sblk_written{datname="patumba_zamtel",query="-5715475192465128161"} 0 pg_query_sblk_written{datname="patumba_zamtel",query="-6647621097204396179"} 0 pg_query_sblk_written{datname="patumba_zamtel",query="-8394789936105279816"} 0 pg_query_sblk_written{datname="patumba_zamtel",query="-8614649825449602022"} 0 pg_query_sblk_written{datname="patumba_zamtel",query="1842113366287483401"} 0 pg_query_sblk_written{datname="patumba_zamtel",query="2562851877910530907"} 0 pg_query_sblk_written{datname="patumba_zamtel",query="393550323916470202"} 0 pg_query_sblk_written{datname="patumba_zamtel",query="4917684750321049296"} 0 pg_query_sblk_written{datname="patumba_zamtel",query="5081739340832322055"} 0 pg_query_sblk_written{datname="patumba_zamtel",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="-2347718592224797567"} 0 pg_query_sblk_written{datname="postgres",query="-2501314149733485881"} 0 pg_query_sblk_written{datname="postgres",query="-2783306896154707576"} 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="-4148803774833445326"} 0 pg_query_sblk_written{datname="postgres",query="-4263663384172168557"} 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="-6036417223424595990"} 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="-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="1478863853898895870"} 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="2562851877910530907"} 0 pg_query_sblk_written{datname="postgres",query="304937313495459475"} 0 pg_query_sblk_written{datname="postgres",query="3349500487307586180"} 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="4000197275166407690"} 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="6283515987245508499"} 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="827531285227241798"} 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="patumba",query="-2347718592224797567"} 0 pg_query_wal_bytes{datname="patumba",query="-3394742553290663210"} 0 pg_query_wal_bytes{datname="patumba",query="-5715475192465128161"} 0 pg_query_wal_bytes{datname="patumba",query="-6647621097204396179"} 0 pg_query_wal_bytes{datname="patumba",query="-8394789936105279816"} 0 pg_query_wal_bytes{datname="patumba",query="-8614649825449602022"} 0 pg_query_wal_bytes{datname="patumba",query="1842113366287483401"} 0 pg_query_wal_bytes{datname="patumba",query="2562851877910530907"} 0 pg_query_wal_bytes{datname="patumba",query="393550323916470202"} 0 pg_query_wal_bytes{datname="patumba",query="4917684750321049296"} 0 pg_query_wal_bytes{datname="patumba",query="5081739340832322055"} 0 pg_query_wal_bytes{datname="patumba",query="6607318708723431991"} 0 pg_query_wal_bytes{datname="patumba_airtel",query="-2347718592224797567"} 0 pg_query_wal_bytes{datname="patumba_airtel",query="-3394742553290663210"} 0 pg_query_wal_bytes{datname="patumba_airtel",query="-5715475192465128161"} 0 pg_query_wal_bytes{datname="patumba_airtel",query="-6647621097204396179"} 0 pg_query_wal_bytes{datname="patumba_airtel",query="-8394789936105279816"} 0 pg_query_wal_bytes{datname="patumba_airtel",query="-8614649825449602022"} 0 pg_query_wal_bytes{datname="patumba_airtel",query="1842113366287483401"} 0 pg_query_wal_bytes{datname="patumba_airtel",query="2562851877910530907"} 0 pg_query_wal_bytes{datname="patumba_airtel",query="393550323916470202"} 0 pg_query_wal_bytes{datname="patumba_airtel",query="4917684750321049296"} 0 pg_query_wal_bytes{datname="patumba_airtel",query="5081739340832322055"} 0 pg_query_wal_bytes{datname="patumba_airtel",query="6607318708723431991"} 0 pg_query_wal_bytes{datname="patumba_mtn",query="-2347718592224797567"} 0 pg_query_wal_bytes{datname="patumba_mtn",query="-3394742553290663210"} 0 pg_query_wal_bytes{datname="patumba_mtn",query="-5715475192465128161"} 0 pg_query_wal_bytes{datname="patumba_mtn",query="-6647621097204396179"} 0 pg_query_wal_bytes{datname="patumba_mtn",query="-8394789936105279816"} 0 pg_query_wal_bytes{datname="patumba_mtn",query="-8614649825449602022"} 0 pg_query_wal_bytes{datname="patumba_mtn",query="1842113366287483401"} 0 pg_query_wal_bytes{datname="patumba_mtn",query="2562851877910530907"} 0 pg_query_wal_bytes{datname="patumba_mtn",query="393550323916470202"} 0 pg_query_wal_bytes{datname="patumba_mtn",query="4917684750321049296"} 0 pg_query_wal_bytes{datname="patumba_mtn",query="5081739340832322055"} 0 pg_query_wal_bytes{datname="patumba_mtn",query="6607318708723431991"} 0 pg_query_wal_bytes{datname="patumba_zamtel",query="-2347718592224797567"} 0 pg_query_wal_bytes{datname="patumba_zamtel",query="-3394742553290663210"} 0 pg_query_wal_bytes{datname="patumba_zamtel",query="-5715475192465128161"} 0 pg_query_wal_bytes{datname="patumba_zamtel",query="-6647621097204396179"} 0 pg_query_wal_bytes{datname="patumba_zamtel",query="-8394789936105279816"} 0 pg_query_wal_bytes{datname="patumba_zamtel",query="-8614649825449602022"} 0 pg_query_wal_bytes{datname="patumba_zamtel",query="1842113366287483401"} 0 pg_query_wal_bytes{datname="patumba_zamtel",query="2562851877910530907"} 0 pg_query_wal_bytes{datname="patumba_zamtel",query="393550323916470202"} 0 pg_query_wal_bytes{datname="patumba_zamtel",query="4917684750321049296"} 0 pg_query_wal_bytes{datname="patumba_zamtel",query="5081739340832322055"} 0 pg_query_wal_bytes{datname="patumba_zamtel",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="-2347718592224797567"} 0 pg_query_wal_bytes{datname="postgres",query="-2501314149733485881"} 0 pg_query_wal_bytes{datname="postgres",query="-2783306896154707576"} 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="-4148803774833445326"} 0 pg_query_wal_bytes{datname="postgres",query="-4263663384172168557"} 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="-6036417223424595990"} 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="-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="1478863853898895870"} 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="2562851877910530907"} 0 pg_query_wal_bytes{datname="postgres",query="304937313495459475"} 0 pg_query_wal_bytes{datname="postgres",query="3349500487307586180"} 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="4000197275166407690"} 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="6283515987245508499"} 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="827531285227241798"} 0 # HELP pg_receive_lsn replica only # TYPE pg_receive_lsn counter pg_receive_lsn 3.072385024e+10 # HELP pg_recovery_backup_end_lsn Backup end location # TYPE pg_recovery_backup_end_lsn counter pg_recovery_backup_end_lsn 0 # HELP pg_recovery_backup_start_lsn Backup start location # TYPE pg_recovery_backup_start_lsn counter pg_recovery_backup_start_lsn 0 # HELP pg_recovery_min_lsn Minimum recovery ending location # TYPE pg_recovery_min_lsn counter pg_recovery_min_lsn 3.0713102248e+10 # HELP pg_recovery_min_timeline Min recovery ending loc's timeline # TYPE pg_recovery_min_timeline counter pg_recovery_min_timeline 1 # HELP pg_recovery_prefetch_block_distance How many blocks ahead the prefetcher is looking # TYPE pg_recovery_prefetch_block_distance gauge pg_recovery_prefetch_block_distance 0 # HELP pg_recovery_prefetch_hit Number of blocks not prefetched because they were already in the buffer pool # TYPE pg_recovery_prefetch_hit counter pg_recovery_prefetch_hit 1.3011494e+07 # HELP pg_recovery_prefetch_io_depth How many prefetches have been initiated but are not yet known to have completed # TYPE pg_recovery_prefetch_io_depth gauge pg_recovery_prefetch_io_depth 0 # HELP pg_recovery_prefetch_prefetch Number of blocks prefetched because they were not in the buffer pool # TYPE pg_recovery_prefetch_prefetch counter pg_recovery_prefetch_prefetch 356 # HELP pg_recovery_prefetch_reset_time Time at which these recovery prefetch statistics were last reset # TYPE pg_recovery_prefetch_reset_time gauge pg_recovery_prefetch_reset_time 1.7875131419161e+09 # HELP pg_recovery_prefetch_skip_fpw Number of blocks not prefetched because a full page image was included in the WAL # TYPE pg_recovery_prefetch_skip_fpw counter pg_recovery_prefetch_skip_fpw 2.371868e+06 # HELP pg_recovery_prefetch_skip_init Number of blocks not prefetched because they would be zero-initialized # TYPE pg_recovery_prefetch_skip_init counter pg_recovery_prefetch_skip_init 3.228444e+06 # HELP pg_recovery_prefetch_skip_new Number of blocks not prefetched because they didn't exist yet # TYPE pg_recovery_prefetch_skip_new counter pg_recovery_prefetch_skip_new 1.7016254e+07 # HELP pg_recovery_prefetch_skip_rep Number of blocks not prefetched because they were already recently prefetched # TYPE pg_recovery_prefetch_skip_rep counter pg_recovery_prefetch_skip_rep 1.4201924e+07 # HELP pg_recovery_prefetch_wal_distance How many bytes ahead the prefetcher is looking # TYPE pg_recovery_prefetch_wal_distance gauge pg_recovery_prefetch_wal_distance 0 # HELP pg_recovery_require_record End-of-backup record required # TYPE pg_recovery_require_record gauge pg_recovery_require_record 0 # HELP pg_recv_flush_lsn Last write-ahead log location already received and flushed to disk # TYPE pg_recv_flush_lsn counter pg_recv_flush_lsn{sender_host="100.71.31.4",sender_port="5432",slot_name="patumba_staging_2"} 3.0718476288e+10 # HELP pg_recv_flush_tli Timeline number of last write-ahead log location received and flushed to disk # TYPE pg_recv_flush_tli counter pg_recv_flush_tli{sender_host="100.71.31.4",sender_port="5432",slot_name="patumba_staging_2"} 1 # HELP pg_recv_init_lsn First write-ahead log location used when WAL receiver is started # TYPE pg_recv_init_lsn counter pg_recv_init_lsn{sender_host="100.71.31.4",sender_port="5432",slot_name="patumba_staging_2"} 2.01326592e+08 # HELP pg_recv_init_tli First timeline number used when WAL receiver is started # TYPE pg_recv_init_tli counter pg_recv_init_tli{sender_host="100.71.31.4",sender_port="5432",slot_name="patumba_staging_2"} 1 # HELP pg_recv_msg_recv_time Receipt time of last message received from origin WAL sender # TYPE pg_recv_msg_recv_time gauge pg_recv_msg_recv_time{sender_host="100.71.31.4",sender_port="5432",slot_name="patumba_staging_2"} 1.787527004e+09 # HELP pg_recv_msg_send_time Send time of last message received from origin WAL sender # TYPE pg_recv_msg_send_time gauge pg_recv_msg_send_time{sender_host="100.71.31.4",sender_port="5432",slot_name="patumba_staging_2"} 1.787527002e+09 # HELP pg_recv_pid Process ID of the WAL receiver process # TYPE pg_recv_pid gauge pg_recv_pid{sender_host="100.71.31.4",sender_port="5432",slot_name="patumba_staging_2"} 49029 # HELP pg_recv_reported_lsn Last write-ahead log location reported to origin WAL sender # TYPE pg_recv_reported_lsn counter pg_recv_reported_lsn{sender_host="100.71.31.4",sender_port="5432",slot_name="patumba_staging_2"} 6.1035511808e+10 # HELP pg_recv_reported_time Time of last write-ahead log location reported to origin WAL sender # TYPE pg_recv_reported_time gauge pg_recv_reported_time{sender_host="100.71.31.4",sender_port="5432",slot_name="patumba_staging_2"} 1.787526312e+09 # HELP pg_recv_state Encoded activity status of the WAL receiver process 0-5 for streaming|startup|catchup|backup|stopping|connecting # TYPE pg_recv_state gauge pg_recv_state{sender_host="100.71.31.4",sender_port="5432",slot_name="patumba_staging_2"} 0 # HELP pg_recv_time Time of current snapshot # TYPE pg_recv_time gauge pg_recv_time{sender_host="100.71.31.4",sender_port="5432",slot_name="patumba_staging_2"} 1.787527004e+09 # HELP pg_recv_write_lsn Last write-ahead log location already received and written to disk # TYPE pg_recv_write_lsn counter pg_recv_write_lsn{sender_host="100.71.31.4",sender_port="5432",slot_name="patumba_staging_2"} 3.0718476288e+10 # HELP pg_relkind_count Number of relations of corresponding relkind # TYPE pg_relkind_count gauge pg_relkind_count{datname="patumba",relkind="S"} 9 pg_relkind_count{datname="patumba",relkind="c"} 1 pg_relkind_count{datname="patumba",relkind="f"} 6 pg_relkind_count{datname="patumba",relkind="i"} 188 pg_relkind_count{datname="patumba",relkind="r"} 78 pg_relkind_count{datname="patumba",relkind="t"} 44 pg_relkind_count{datname="patumba",relkind="v"} 161 pg_relkind_count{datname="patumba_airtel",relkind="S"} 9 pg_relkind_count{datname="patumba_airtel",relkind="f"} 6 pg_relkind_count{datname="patumba_airtel",relkind="i"} 185 pg_relkind_count{datname="patumba_airtel",relkind="r"} 78 pg_relkind_count{datname="patumba_airtel",relkind="t"} 40 pg_relkind_count{datname="patumba_airtel",relkind="v"} 161 pg_relkind_count{datname="patumba_mtn",relkind="S"} 9 pg_relkind_count{datname="patumba_mtn",relkind="f"} 6 pg_relkind_count{datname="patumba_mtn",relkind="i"} 184 pg_relkind_count{datname="patumba_mtn",relkind="r"} 78 pg_relkind_count{datname="patumba_mtn",relkind="t"} 40 pg_relkind_count{datname="patumba_mtn",relkind="v"} 161 pg_relkind_count{datname="patumba_zamtel",relkind="S"} 9 pg_relkind_count{datname="patumba_zamtel",relkind="f"} 6 pg_relkind_count{datname="patumba_zamtel",relkind="i"} 185 pg_relkind_count{datname="patumba_zamtel",relkind="r"} 78 pg_relkind_count{datname="patumba_zamtel",relkind="t"} 41 pg_relkind_count{datname="patumba_zamtel",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.787513151829204e+09 # HELP pg_replay_lsn replica only # TYPE pg_replay_lsn counter pg_replay_lsn 3.072385012e+10 # HELP pg_seq_blks_hit Number of buffer hits in this sequence # TYPE pg_seq_blks_hit counter pg_seq_blks_hit{datname="patumba",seqname="public.accounts_id_seq"} 0 pg_seq_blks_hit{datname="patumba",seqname="public.balanceEligibleForWithdraw_id_seq"} 0 pg_seq_blks_hit{datname="patumba",seqname="public.clientValues_id_seq"} 0 pg_seq_blks_hit{datname="patumba",seqname="public.customer_fixed_term_deposits_id_seq"} 0 pg_seq_blks_hit{datname="patumba",seqname="public.customers_id_seq"} 0 pg_seq_blks_hit{datname="patumba",seqname="public.earlyRedemptions_id_seq"} 0 pg_seq_blks_hit{datname="patumba",seqname="public.services_id_seq"} 0 pg_seq_blks_hit{datname="patumba",seqname="public.transactions_id_seq"} 0 pg_seq_blks_hit{datname="patumba",seqname="public.unitPrices_id_seq"} 0 pg_seq_blks_hit{datname="patumba_airtel",seqname="hobbiton_production.accounts_id_seq"} 0 pg_seq_blks_hit{datname="patumba_airtel",seqname="hobbiton_production.balanceEligibleForWithdraw_id_seq"} 0 pg_seq_blks_hit{datname="patumba_airtel",seqname="hobbiton_production.clientValues_id_seq"} 0 pg_seq_blks_hit{datname="patumba_airtel",seqname="hobbiton_production.customer_fixed_term_deposits_id_seq"} 0 pg_seq_blks_hit{datname="patumba_airtel",seqname="hobbiton_production.customers_id_seq"} 0 pg_seq_blks_hit{datname="patumba_airtel",seqname="hobbiton_production.earlyRedemptions_id_seq"} 0 pg_seq_blks_hit{datname="patumba_airtel",seqname="hobbiton_production.services_id_seq"} 0 pg_seq_blks_hit{datname="patumba_airtel",seqname="hobbiton_production.transactions_id_seq"} 0 pg_seq_blks_hit{datname="patumba_airtel",seqname="hobbiton_production.unitPrices_id_seq"} 0 pg_seq_blks_hit{datname="patumba_mtn",seqname="hobbiton_production.accounts_id_seq"} 0 pg_seq_blks_hit{datname="patumba_mtn",seqname="hobbiton_production.balanceEligibleForWithdraw_id_seq"} 0 pg_seq_blks_hit{datname="patumba_mtn",seqname="hobbiton_production.clientValues_id_seq"} 0 pg_seq_blks_hit{datname="patumba_mtn",seqname="hobbiton_production.customer_fixed_term_deposits_id_seq"} 0 pg_seq_blks_hit{datname="patumba_mtn",seqname="hobbiton_production.customers_id_seq"} 0 pg_seq_blks_hit{datname="patumba_mtn",seqname="hobbiton_production.earlyRedemptions_id_seq"} 0 pg_seq_blks_hit{datname="patumba_mtn",seqname="hobbiton_production.services_id_seq"} 0 pg_seq_blks_hit{datname="patumba_mtn",seqname="hobbiton_production.transactions_id_seq"} 0 pg_seq_blks_hit{datname="patumba_mtn",seqname="hobbiton_production.unitPrices_id_seq"} 0 pg_seq_blks_hit{datname="patumba_zamtel",seqname="hobbiton_production.accounts_id_seq"} 0 pg_seq_blks_hit{datname="patumba_zamtel",seqname="hobbiton_production.balanceEligibleForWithdraw_id_seq"} 0 pg_seq_blks_hit{datname="patumba_zamtel",seqname="hobbiton_production.clientValues_id_seq"} 0 pg_seq_blks_hit{datname="patumba_zamtel",seqname="hobbiton_production.customer_fixed_term_deposits_id_seq"} 0 pg_seq_blks_hit{datname="patumba_zamtel",seqname="hobbiton_production.customers_id_seq"} 0 pg_seq_blks_hit{datname="patumba_zamtel",seqname="hobbiton_production.earlyRedemptions_id_seq"} 0 pg_seq_blks_hit{datname="patumba_zamtel",seqname="hobbiton_production.services_id_seq"} 0 pg_seq_blks_hit{datname="patumba_zamtel",seqname="hobbiton_production.transactions_id_seq"} 0 pg_seq_blks_hit{datname="patumba_zamtel",seqname="hobbiton_production.unitPrices_id_seq"} 0 # HELP pg_seq_blks_read Number of disk blocks read from this sequence # TYPE pg_seq_blks_read counter pg_seq_blks_read{datname="patumba",seqname="public.accounts_id_seq"} 0 pg_seq_blks_read{datname="patumba",seqname="public.balanceEligibleForWithdraw_id_seq"} 0 pg_seq_blks_read{datname="patumba",seqname="public.clientValues_id_seq"} 0 pg_seq_blks_read{datname="patumba",seqname="public.customer_fixed_term_deposits_id_seq"} 0 pg_seq_blks_read{datname="patumba",seqname="public.customers_id_seq"} 0 pg_seq_blks_read{datname="patumba",seqname="public.earlyRedemptions_id_seq"} 0 pg_seq_blks_read{datname="patumba",seqname="public.services_id_seq"} 0 pg_seq_blks_read{datname="patumba",seqname="public.transactions_id_seq"} 0 pg_seq_blks_read{datname="patumba",seqname="public.unitPrices_id_seq"} 0 pg_seq_blks_read{datname="patumba_airtel",seqname="hobbiton_production.accounts_id_seq"} 0 pg_seq_blks_read{datname="patumba_airtel",seqname="hobbiton_production.balanceEligibleForWithdraw_id_seq"} 0 pg_seq_blks_read{datname="patumba_airtel",seqname="hobbiton_production.clientValues_id_seq"} 0 pg_seq_blks_read{datname="patumba_airtel",seqname="hobbiton_production.customer_fixed_term_deposits_id_seq"} 0 pg_seq_blks_read{datname="patumba_airtel",seqname="hobbiton_production.customers_id_seq"} 0 pg_seq_blks_read{datname="patumba_airtel",seqname="hobbiton_production.earlyRedemptions_id_seq"} 0 pg_seq_blks_read{datname="patumba_airtel",seqname="hobbiton_production.services_id_seq"} 0 pg_seq_blks_read{datname="patumba_airtel",seqname="hobbiton_production.transactions_id_seq"} 0 pg_seq_blks_read{datname="patumba_airtel",seqname="hobbiton_production.unitPrices_id_seq"} 0 pg_seq_blks_read{datname="patumba_mtn",seqname="hobbiton_production.accounts_id_seq"} 0 pg_seq_blks_read{datname="patumba_mtn",seqname="hobbiton_production.balanceEligibleForWithdraw_id_seq"} 0 pg_seq_blks_read{datname="patumba_mtn",seqname="hobbiton_production.clientValues_id_seq"} 0 pg_seq_blks_read{datname="patumba_mtn",seqname="hobbiton_production.customer_fixed_term_deposits_id_seq"} 0 pg_seq_blks_read{datname="patumba_mtn",seqname="hobbiton_production.customers_id_seq"} 0 pg_seq_blks_read{datname="patumba_mtn",seqname="hobbiton_production.earlyRedemptions_id_seq"} 0 pg_seq_blks_read{datname="patumba_mtn",seqname="hobbiton_production.services_id_seq"} 0 pg_seq_blks_read{datname="patumba_mtn",seqname="hobbiton_production.transactions_id_seq"} 0 pg_seq_blks_read{datname="patumba_mtn",seqname="hobbiton_production.unitPrices_id_seq"} 0 pg_seq_blks_read{datname="patumba_zamtel",seqname="hobbiton_production.accounts_id_seq"} 0 pg_seq_blks_read{datname="patumba_zamtel",seqname="hobbiton_production.balanceEligibleForWithdraw_id_seq"} 0 pg_seq_blks_read{datname="patumba_zamtel",seqname="hobbiton_production.clientValues_id_seq"} 0 pg_seq_blks_read{datname="patumba_zamtel",seqname="hobbiton_production.customer_fixed_term_deposits_id_seq"} 0 pg_seq_blks_read{datname="patumba_zamtel",seqname="hobbiton_production.customers_id_seq"} 0 pg_seq_blks_read{datname="patumba_zamtel",seqname="hobbiton_production.earlyRedemptions_id_seq"} 0 pg_seq_blks_read{datname="patumba_zamtel",seqname="hobbiton_production.services_id_seq"} 0 pg_seq_blks_read{datname="patumba_zamtel",seqname="hobbiton_production.transactions_id_seq"} 0 pg_seq_blks_read{datname="patumba_zamtel",seqname="hobbiton_production.unitPrices_id_seq"} 0 # HELP pg_seq_last_value The last sequence value written to disk # TYPE pg_seq_last_value counter pg_seq_last_value{datname="patumba",seqname="public.accounts_id_seq"} NaN pg_seq_last_value{datname="patumba",seqname="public.balanceEligibleForWithdraw_id_seq"} NaN pg_seq_last_value{datname="patumba",seqname="public.clientValues_id_seq"} NaN pg_seq_last_value{datname="patumba",seqname="public.customer_fixed_term_deposits_id_seq"} NaN pg_seq_last_value{datname="patumba",seqname="public.customers_id_seq"} NaN pg_seq_last_value{datname="patumba",seqname="public.earlyRedemptions_id_seq"} NaN pg_seq_last_value{datname="patumba",seqname="public.services_id_seq"} NaN pg_seq_last_value{datname="patumba",seqname="public.transactions_id_seq"} NaN pg_seq_last_value{datname="patumba",seqname="public.unitPrices_id_seq"} NaN pg_seq_last_value{datname="patumba_airtel",seqname="hobbiton_production.accounts_id_seq"} NaN pg_seq_last_value{datname="patumba_airtel",seqname="hobbiton_production.balanceEligibleForWithdraw_id_seq"} NaN pg_seq_last_value{datname="patumba_airtel",seqname="hobbiton_production.clientValues_id_seq"} NaN pg_seq_last_value{datname="patumba_airtel",seqname="hobbiton_production.customer_fixed_term_deposits_id_seq"} NaN pg_seq_last_value{datname="patumba_airtel",seqname="hobbiton_production.customers_id_seq"} NaN pg_seq_last_value{datname="patumba_airtel",seqname="hobbiton_production.earlyRedemptions_id_seq"} NaN pg_seq_last_value{datname="patumba_airtel",seqname="hobbiton_production.services_id_seq"} NaN pg_seq_last_value{datname="patumba_airtel",seqname="hobbiton_production.transactions_id_seq"} NaN pg_seq_last_value{datname="patumba_airtel",seqname="hobbiton_production.unitPrices_id_seq"} NaN pg_seq_last_value{datname="patumba_mtn",seqname="hobbiton_production.accounts_id_seq"} NaN pg_seq_last_value{datname="patumba_mtn",seqname="hobbiton_production.balanceEligibleForWithdraw_id_seq"} NaN pg_seq_last_value{datname="patumba_mtn",seqname="hobbiton_production.clientValues_id_seq"} NaN pg_seq_last_value{datname="patumba_mtn",seqname="hobbiton_production.customer_fixed_term_deposits_id_seq"} NaN pg_seq_last_value{datname="patumba_mtn",seqname="hobbiton_production.customers_id_seq"} NaN pg_seq_last_value{datname="patumba_mtn",seqname="hobbiton_production.earlyRedemptions_id_seq"} NaN pg_seq_last_value{datname="patumba_mtn",seqname="hobbiton_production.services_id_seq"} NaN pg_seq_last_value{datname="patumba_mtn",seqname="hobbiton_production.transactions_id_seq"} NaN pg_seq_last_value{datname="patumba_mtn",seqname="hobbiton_production.unitPrices_id_seq"} NaN pg_seq_last_value{datname="patumba_zamtel",seqname="hobbiton_production.accounts_id_seq"} NaN pg_seq_last_value{datname="patumba_zamtel",seqname="hobbiton_production.balanceEligibleForWithdraw_id_seq"} NaN pg_seq_last_value{datname="patumba_zamtel",seqname="hobbiton_production.clientValues_id_seq"} NaN pg_seq_last_value{datname="patumba_zamtel",seqname="hobbiton_production.customer_fixed_term_deposits_id_seq"} NaN pg_seq_last_value{datname="patumba_zamtel",seqname="hobbiton_production.customers_id_seq"} NaN pg_seq_last_value{datname="patumba_zamtel",seqname="hobbiton_production.earlyRedemptions_id_seq"} NaN pg_seq_last_value{datname="patumba_zamtel",seqname="hobbiton_production.services_id_seq"} NaN pg_seq_last_value{datname="patumba_zamtel",seqname="hobbiton_production.transactions_id_seq"} NaN pg_seq_last_value{datname="patumba_zamtel",seqname="hobbiton_production.unitPrices_id_seq"} NaN # 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 2 # 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.95 # 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.5321792512e+10 # 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 2544 # 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.277165568e+09 # HELP pg_setting_max_connections maximum number of concurrent connections to the database server # TYPE pg_setting_max_connections gauge pg_setting_max_connections 250 # 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 250 # 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 4 # 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 0 # 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 5.1539607552e+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 3.4359738368e+10 # HELP pg_setting_max_worker_processes maximum number of background processes # TYPE pg_setting_max_worker_processes gauge pg_setting_max_worker_processes 20 # HELP pg_setting_min_wal_size minimum WAL size in bytes # TYPE pg_setting_min_wal_size gauge pg_setting_min_wal_size 8.589934592e+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.107613696e+09 # 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 5.335154688e+09 # 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 1.9922944e+07 # HELP pg_size_bytes File size in bytes # TYPE pg_size_bytes gauge pg_size_bytes{datname="log"} 50406 pg_size_bytes{datname="patumba"} 2.504832703e+09 pg_size_bytes{datname="patumba_airtel"} 1.3059094207e+10 pg_size_bytes{datname="patumba_mtn"} 3.078780607e+09 pg_size_bytes{datname="patumba_zamtel"} 4.16839359e+08 pg_size_bytes{datname="postgres"} 9.180863e+06 pg_size_bytes{datname="template0"} 7.701007e+06 pg_size_bytes{datname="template1"} 9.085455e+06 pg_size_bytes{datname="wal"} 1.9411238912e+10 # HELP pg_slot_active True(1) if this slot is currently actively being used # TYPE pg_slot_active gauge pg_slot_active{datname="",plugin="",slot_name="patumba_staging_1",slot_type="physical"} 0 # HELP pg_slot_active_pid The process ID of the session streaming data for this slot. NULL if inactive. # TYPE pg_slot_active_pid gauge pg_slot_active_pid{datname="",plugin="",slot_name="patumba_staging_1",slot_type="physical"} NaN # HELP pg_slot_catalog_xmin The oldest transaction affecting the system catalogs that this slot needs the database to retain. # TYPE pg_slot_catalog_xmin counter pg_slot_catalog_xmin{datname="",plugin="",slot_name="patumba_staging_1",slot_type="physical"} NaN # HELP pg_slot_confirm_lsn The address (LSN) up to which the logical slot's consumer has confirmed receiving data. # TYPE pg_slot_confirm_lsn counter pg_slot_confirm_lsn{datname="",plugin="",slot_name="patumba_staging_1",slot_type="physical"} NaN # HELP pg_slot_conflicting True(1) if this logical slot conflicted with recovery. Always NULL for physical slots. # TYPE pg_slot_conflicting gauge pg_slot_conflicting{datname="",plugin="",slot_name="patumba_staging_1",slot_type="physical"} NaN # HELP pg_slot_datoid The OID of the database this slot is associated with # TYPE pg_slot_datoid gauge pg_slot_datoid{datname="",plugin="",slot_name="patumba_staging_1",slot_type="physical"} NaN # HELP pg_slot_failover True(1) if this is a logical slot enabled to be synced to the standbys # TYPE pg_slot_failover gauge pg_slot_failover{datname="",plugin="",slot_name="patumba_staging_1",slot_type="physical"} 0 # HELP pg_slot_inactive_since The time when the slot became inactive # TYPE pg_slot_inactive_since gauge pg_slot_inactive_since{datname="",plugin="",slot_name="patumba_staging_1",slot_type="physical"} 1.787527001270201e+09 # HELP pg_slot_invalidation_reason ok=0, wal_removed=1, rows_removed=2, wal_level_insufficient=3, idle_timeout=4 # TYPE pg_slot_invalidation_reason gauge pg_slot_invalidation_reason{datname="",plugin="",slot_name="patumba_staging_1",slot_type="physical"} 0 # HELP pg_slot_reset_time When statistics were last reset # TYPE pg_slot_reset_time gauge pg_slot_reset_time{datname="",plugin="",slot_name="patumba_staging_1",slot_type="physical"} NaN # HELP pg_slot_restart_lsn The address (LSN) of oldest WAL which still might be required by the consumer of this slot # TYPE pg_slot_restart_lsn counter pg_slot_restart_lsn{datname="",plugin="",slot_name="patumba_staging_1",slot_type="physical"} 3.0710218712e+10 # HELP pg_slot_retained_bytes Size of bytes that retained for this slot # TYPE pg_slot_retained_bytes gauge pg_slot_retained_bytes{datname="",plugin="",slot_name="patumba_staging_1",slot_type="physical"} 7.864216e+06 # HELP pg_slot_safe_wal_size bytes that can be written to WAL which will not make slot into lost # TYPE pg_slot_safe_wal_size gauge pg_slot_safe_wal_size{datname="",plugin="",slot_name="patumba_staging_1",slot_type="physical"} 8.2258690048e+10 # HELP pg_slot_spill_bytes Bytes that spilled to disk due to logical decode mem exceeding # TYPE pg_slot_spill_bytes counter pg_slot_spill_bytes{datname="",plugin="",slot_name="patumba_staging_1",slot_type="physical"} NaN # HELP pg_slot_spill_count Xacts that spilled to disk due to logical decode mem exceeding # TYPE pg_slot_spill_count counter pg_slot_spill_count{datname="",plugin="",slot_name="patumba_staging_1",slot_type="physical"} NaN # HELP pg_slot_spill_txns Xacts that spilled to disk due to logical decode mem exceeding (subtrans included) # TYPE pg_slot_spill_txns counter pg_slot_spill_txns{datname="",plugin="",slot_name="patumba_staging_1",slot_type="physical"} NaN # HELP pg_slot_stream_bytes Bytes that streamed to decoding output plugin after mem exceed # TYPE pg_slot_stream_bytes counter pg_slot_stream_bytes{datname="",plugin="",slot_name="patumba_staging_1",slot_type="physical"} NaN # HELP pg_slot_stream_count Xacts that streamed to decoding output plugin after mem exceed # TYPE pg_slot_stream_count counter pg_slot_stream_count{datname="",plugin="",slot_name="patumba_staging_1",slot_type="physical"} NaN # HELP pg_slot_stream_txns Xacts that streamed to decoding output plugin after mem exceed # TYPE pg_slot_stream_txns counter pg_slot_stream_txns{datname="",plugin="",slot_name="patumba_staging_1",slot_type="physical"} NaN # HELP pg_slot_synced True(1) if this is a logical slot that was synced from a primary server # TYPE pg_slot_synced gauge pg_slot_synced{datname="",plugin="",slot_name="patumba_staging_1",slot_type="physical"} 0 # HELP pg_slot_temporary True(1) if this is a temporary replication slot. # TYPE pg_slot_temporary gauge pg_slot_temporary{datname="",plugin="",slot_name="patumba_staging_1",slot_type="physical"} 0 # HELP pg_slot_total_bytes Number of decoded bytes sent to the decoding output plugin for this slot # TYPE pg_slot_total_bytes counter pg_slot_total_bytes{datname="",plugin="",slot_name="patumba_staging_1",slot_type="physical"} NaN # HELP pg_slot_total_txns Number of decoded xacts sent to the decoding output plugin for this slot # TYPE pg_slot_total_txns counter pg_slot_total_txns{datname="",plugin="",slot_name="patumba_staging_1",slot_type="physical"} NaN # HELP pg_slot_two_phase True(1) if the slot is enabled for decoding prepared transactions. Always false for physical slots. # TYPE pg_slot_two_phase gauge pg_slot_two_phase{datname="",plugin="",slot_name="patumba_staging_1",slot_type="physical"} 0 # HELP pg_slot_wal_status WAL reserve status 0-3 means reserved # TYPE pg_slot_wal_status gauge pg_slot_wal_status{datname="",plugin="",slot_name="patumba_staging_1",slot_type="physical"} 0 # HELP pg_slot_xmin The oldest transaction that this slot needs the database to retain. # TYPE pg_slot_xmin counter pg_slot_xmin{datname="",plugin="",slot_name="patumba_staging_1",slot_type="physical"} NaN # 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"} 1 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"} 1263 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"} 1 pg_slru_blks_hit{name="transaction"} 45648 # 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"} 1 pg_slru_blks_read{name="multixact_member"} 0 pg_slru_blks_read{name="multixact_offset"} 0 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"} 1 # 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"} 2 pg_slru_blks_written{name="multixact_member"} 0 pg_slru_blks_written{name="multixact_offset"} 0 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"} 0 pg_slru_blks_written{name="transaction"} 0 # HELP pg_slru_blks_zeroed Number of blocks zeroed during initializations # TYPE pg_slru_blks_zeroed counter pg_slru_blks_zeroed{name="commit_timestamp"} 2 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"} 2 pg_slru_blks_zeroed{name="transaction"} 0 # HELP pg_slru_flushes Number of flushes of dirty data for this SLRU # TYPE pg_slru_flushes counter pg_slru_flushes{name="commit_timestamp"} 0 pg_slru_flushes{name="multixact_member"} 0 pg_slru_flushes{name="multixact_offset"} 0 pg_slru_flushes{name="notify"} 0 pg_slru_flushes{name="other"} 0 pg_slru_flushes{name="serializable"} 0 pg_slru_flushes{name="subtransaction"} 0 pg_slru_flushes{name="transaction"} 0 # 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.787513142212742e+09 pg_slru_reset_time{name="multixact_member"} 1.787513142212742e+09 pg_slru_reset_time{name="multixact_offset"} 1.787513142212742e+09 pg_slru_reset_time{name="notify"} 1.787513142212742e+09 pg_slru_reset_time{name="other"} 1.787513142212742e+09 pg_slru_reset_time{name="serializable"} 1.787513142212742e+09 pg_slru_reset_time{name="subtransaction"} 1.787513142212742e+09 pg_slru_reset_time{name="transaction"} 1.787513142212742e+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"} 0 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 7 # 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="patumba",relname="public.accounts"} 19 pg_table_age{datname="patumba",relname="public.balanceEligibleForWithdraw"} 17 pg_table_age{datname="patumba",relname="public.clientValues"} 15 pg_table_age{datname="patumba",relname="public.customer_fixed_term_deposits"} 14 pg_table_age{datname="patumba",relname="public.customers"} 20 pg_table_age{datname="patumba",relname="public.earlyRedemptions"} 16 pg_table_age{datname="patumba",relname="public.services"} 22 pg_table_age{datname="patumba",relname="public.transactions"} 18 pg_table_age{datname="patumba",relname="public.unitPrices"} 21 pg_table_age{datname="patumba_airtel",relname="hobbiton_production.accounts"} 1201 pg_table_age{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 1201 pg_table_age{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 1201 pg_table_age{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 1201 pg_table_age{datname="patumba_airtel",relname="hobbiton_production.customers"} 1201 pg_table_age{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 1201 pg_table_age{datname="patumba_airtel",relname="hobbiton_production.services"} 1239 pg_table_age{datname="patumba_airtel",relname="hobbiton_production.transactions"} 1172 pg_table_age{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 1201 pg_table_age{datname="patumba_mtn",relname="hobbiton_production.accounts"} 1205 pg_table_age{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 1205 pg_table_age{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 1205 pg_table_age{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 1205 pg_table_age{datname="patumba_mtn",relname="hobbiton_production.customers"} 1205 pg_table_age{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 1205 pg_table_age{datname="patumba_mtn",relname="hobbiton_production.services"} 1260 pg_table_age{datname="patumba_mtn",relname="hobbiton_production.transactions"} 1200 pg_table_age{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 1205 pg_table_age{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 1205 pg_table_age{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 1204 pg_table_age{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 1205 pg_table_age{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 1201 pg_table_age{datname="patumba_zamtel",relname="hobbiton_production.customers"} 1205 pg_table_age{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 1224 pg_table_age{datname="patumba_zamtel",relname="hobbiton_production.services"} 1226 pg_table_age{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 1201 pg_table_age{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 1201 # 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="patumba",relname="public.accounts"} 0 pg_table_analyze_count{datname="patumba",relname="public.balanceEligibleForWithdraw"} 0 pg_table_analyze_count{datname="patumba",relname="public.clientValues"} 0 pg_table_analyze_count{datname="patumba",relname="public.customer_fixed_term_deposits"} 0 pg_table_analyze_count{datname="patumba",relname="public.customers"} 0 pg_table_analyze_count{datname="patumba",relname="public.earlyRedemptions"} 0 pg_table_analyze_count{datname="patumba",relname="public.services"} 0 pg_table_analyze_count{datname="patumba",relname="public.transactions"} 0 pg_table_analyze_count{datname="patumba",relname="public.unitPrices"} 0 pg_table_analyze_count{datname="patumba_airtel",relname="hobbiton_production.accounts"} 0 pg_table_analyze_count{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_analyze_count{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 0 pg_table_analyze_count{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_analyze_count{datname="patumba_airtel",relname="hobbiton_production.customers"} 0 pg_table_analyze_count{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_analyze_count{datname="patumba_airtel",relname="hobbiton_production.services"} 0 pg_table_analyze_count{datname="patumba_airtel",relname="hobbiton_production.transactions"} 0 pg_table_analyze_count{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 0 pg_table_analyze_count{datname="patumba_mtn",relname="hobbiton_production.accounts"} 0 pg_table_analyze_count{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_analyze_count{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 0 pg_table_analyze_count{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_analyze_count{datname="patumba_mtn",relname="hobbiton_production.customers"} 0 pg_table_analyze_count{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_analyze_count{datname="patumba_mtn",relname="hobbiton_production.services"} 0 pg_table_analyze_count{datname="patumba_mtn",relname="hobbiton_production.transactions"} 0 pg_table_analyze_count{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 0 pg_table_analyze_count{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 0 pg_table_analyze_count{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_analyze_count{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 0 pg_table_analyze_count{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_analyze_count{datname="patumba_zamtel",relname="hobbiton_production.customers"} 0 pg_table_analyze_count{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_analyze_count{datname="patumba_zamtel",relname="hobbiton_production.services"} 0 pg_table_analyze_count{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 0 pg_table_analyze_count{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 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="patumba",relname="public.accounts"} 0 pg_table_analyze_time{datname="patumba",relname="public.balanceEligibleForWithdraw"} 0 pg_table_analyze_time{datname="patumba",relname="public.clientValues"} 0 pg_table_analyze_time{datname="patumba",relname="public.customer_fixed_term_deposits"} 0 pg_table_analyze_time{datname="patumba",relname="public.customers"} 0 pg_table_analyze_time{datname="patumba",relname="public.earlyRedemptions"} 0 pg_table_analyze_time{datname="patumba",relname="public.services"} 0 pg_table_analyze_time{datname="patumba",relname="public.transactions"} 0 pg_table_analyze_time{datname="patumba",relname="public.unitPrices"} 0 pg_table_analyze_time{datname="patumba_airtel",relname="hobbiton_production.accounts"} 0 pg_table_analyze_time{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_analyze_time{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 0 pg_table_analyze_time{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_analyze_time{datname="patumba_airtel",relname="hobbiton_production.customers"} 0 pg_table_analyze_time{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_analyze_time{datname="patumba_airtel",relname="hobbiton_production.services"} 0 pg_table_analyze_time{datname="patumba_airtel",relname="hobbiton_production.transactions"} 0 pg_table_analyze_time{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 0 pg_table_analyze_time{datname="patumba_mtn",relname="hobbiton_production.accounts"} 0 pg_table_analyze_time{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_analyze_time{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 0 pg_table_analyze_time{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_analyze_time{datname="patumba_mtn",relname="hobbiton_production.customers"} 0 pg_table_analyze_time{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_analyze_time{datname="patumba_mtn",relname="hobbiton_production.services"} 0 pg_table_analyze_time{datname="patumba_mtn",relname="hobbiton_production.transactions"} 0 pg_table_analyze_time{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 0 pg_table_analyze_time{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 0 pg_table_analyze_time{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_analyze_time{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 0 pg_table_analyze_time{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_analyze_time{datname="patumba_zamtel",relname="hobbiton_production.customers"} 0 pg_table_analyze_time{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_analyze_time{datname="patumba_zamtel",relname="hobbiton_production.services"} 0 pg_table_analyze_time{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 0 pg_table_analyze_time{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 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="patumba",relname="public.accounts"} 0 pg_table_autoanalyze_count{datname="patumba",relname="public.balanceEligibleForWithdraw"} 0 pg_table_autoanalyze_count{datname="patumba",relname="public.clientValues"} 0 pg_table_autoanalyze_count{datname="patumba",relname="public.customer_fixed_term_deposits"} 0 pg_table_autoanalyze_count{datname="patumba",relname="public.customers"} 0 pg_table_autoanalyze_count{datname="patumba",relname="public.earlyRedemptions"} 0 pg_table_autoanalyze_count{datname="patumba",relname="public.services"} 0 pg_table_autoanalyze_count{datname="patumba",relname="public.transactions"} 0 pg_table_autoanalyze_count{datname="patumba",relname="public.unitPrices"} 0 pg_table_autoanalyze_count{datname="patumba_airtel",relname="hobbiton_production.accounts"} 0 pg_table_autoanalyze_count{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_autoanalyze_count{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 0 pg_table_autoanalyze_count{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_autoanalyze_count{datname="patumba_airtel",relname="hobbiton_production.customers"} 0 pg_table_autoanalyze_count{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_autoanalyze_count{datname="patumba_airtel",relname="hobbiton_production.services"} 0 pg_table_autoanalyze_count{datname="patumba_airtel",relname="hobbiton_production.transactions"} 0 pg_table_autoanalyze_count{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 0 pg_table_autoanalyze_count{datname="patumba_mtn",relname="hobbiton_production.accounts"} 0 pg_table_autoanalyze_count{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_autoanalyze_count{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 0 pg_table_autoanalyze_count{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_autoanalyze_count{datname="patumba_mtn",relname="hobbiton_production.customers"} 0 pg_table_autoanalyze_count{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_autoanalyze_count{datname="patumba_mtn",relname="hobbiton_production.services"} 0 pg_table_autoanalyze_count{datname="patumba_mtn",relname="hobbiton_production.transactions"} 0 pg_table_autoanalyze_count{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 0 pg_table_autoanalyze_count{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 0 pg_table_autoanalyze_count{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_autoanalyze_count{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 0 pg_table_autoanalyze_count{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_autoanalyze_count{datname="patumba_zamtel",relname="hobbiton_production.customers"} 0 pg_table_autoanalyze_count{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_autoanalyze_count{datname="patumba_zamtel",relname="hobbiton_production.services"} 0 pg_table_autoanalyze_count{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 0 pg_table_autoanalyze_count{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 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="patumba",relname="public.accounts"} 0 pg_table_autoanalyze_time{datname="patumba",relname="public.balanceEligibleForWithdraw"} 0 pg_table_autoanalyze_time{datname="patumba",relname="public.clientValues"} 0 pg_table_autoanalyze_time{datname="patumba",relname="public.customer_fixed_term_deposits"} 0 pg_table_autoanalyze_time{datname="patumba",relname="public.customers"} 0 pg_table_autoanalyze_time{datname="patumba",relname="public.earlyRedemptions"} 0 pg_table_autoanalyze_time{datname="patumba",relname="public.services"} 0 pg_table_autoanalyze_time{datname="patumba",relname="public.transactions"} 0 pg_table_autoanalyze_time{datname="patumba",relname="public.unitPrices"} 0 pg_table_autoanalyze_time{datname="patumba_airtel",relname="hobbiton_production.accounts"} 0 pg_table_autoanalyze_time{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_autoanalyze_time{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 0 pg_table_autoanalyze_time{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_autoanalyze_time{datname="patumba_airtel",relname="hobbiton_production.customers"} 0 pg_table_autoanalyze_time{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_autoanalyze_time{datname="patumba_airtel",relname="hobbiton_production.services"} 0 pg_table_autoanalyze_time{datname="patumba_airtel",relname="hobbiton_production.transactions"} 0 pg_table_autoanalyze_time{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 0 pg_table_autoanalyze_time{datname="patumba_mtn",relname="hobbiton_production.accounts"} 0 pg_table_autoanalyze_time{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_autoanalyze_time{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 0 pg_table_autoanalyze_time{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_autoanalyze_time{datname="patumba_mtn",relname="hobbiton_production.customers"} 0 pg_table_autoanalyze_time{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_autoanalyze_time{datname="patumba_mtn",relname="hobbiton_production.services"} 0 pg_table_autoanalyze_time{datname="patumba_mtn",relname="hobbiton_production.transactions"} 0 pg_table_autoanalyze_time{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 0 pg_table_autoanalyze_time{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 0 pg_table_autoanalyze_time{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_autoanalyze_time{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 0 pg_table_autoanalyze_time{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_autoanalyze_time{datname="patumba_zamtel",relname="hobbiton_production.customers"} 0 pg_table_autoanalyze_time{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_autoanalyze_time{datname="patumba_zamtel",relname="hobbiton_production.services"} 0 pg_table_autoanalyze_time{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 0 pg_table_autoanalyze_time{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 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="patumba",relname="public.accounts"} 0 pg_table_autovacuum_count{datname="patumba",relname="public.balanceEligibleForWithdraw"} 0 pg_table_autovacuum_count{datname="patumba",relname="public.clientValues"} 0 pg_table_autovacuum_count{datname="patumba",relname="public.customer_fixed_term_deposits"} 0 pg_table_autovacuum_count{datname="patumba",relname="public.customers"} 0 pg_table_autovacuum_count{datname="patumba",relname="public.earlyRedemptions"} 0 pg_table_autovacuum_count{datname="patumba",relname="public.services"} 0 pg_table_autovacuum_count{datname="patumba",relname="public.transactions"} 0 pg_table_autovacuum_count{datname="patumba",relname="public.unitPrices"} 0 pg_table_autovacuum_count{datname="patumba_airtel",relname="hobbiton_production.accounts"} 0 pg_table_autovacuum_count{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_autovacuum_count{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 0 pg_table_autovacuum_count{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_autovacuum_count{datname="patumba_airtel",relname="hobbiton_production.customers"} 0 pg_table_autovacuum_count{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_autovacuum_count{datname="patumba_airtel",relname="hobbiton_production.services"} 0 pg_table_autovacuum_count{datname="patumba_airtel",relname="hobbiton_production.transactions"} 0 pg_table_autovacuum_count{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 0 pg_table_autovacuum_count{datname="patumba_mtn",relname="hobbiton_production.accounts"} 0 pg_table_autovacuum_count{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_autovacuum_count{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 0 pg_table_autovacuum_count{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_autovacuum_count{datname="patumba_mtn",relname="hobbiton_production.customers"} 0 pg_table_autovacuum_count{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_autovacuum_count{datname="patumba_mtn",relname="hobbiton_production.services"} 0 pg_table_autovacuum_count{datname="patumba_mtn",relname="hobbiton_production.transactions"} 0 pg_table_autovacuum_count{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 0 pg_table_autovacuum_count{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 0 pg_table_autovacuum_count{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_autovacuum_count{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 0 pg_table_autovacuum_count{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_autovacuum_count{datname="patumba_zamtel",relname="hobbiton_production.customers"} 0 pg_table_autovacuum_count{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_autovacuum_count{datname="patumba_zamtel",relname="hobbiton_production.services"} 0 pg_table_autovacuum_count{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 0 pg_table_autovacuum_count{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 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="patumba",relname="public.accounts"} 0 pg_table_autovacuum_time{datname="patumba",relname="public.balanceEligibleForWithdraw"} 0 pg_table_autovacuum_time{datname="patumba",relname="public.clientValues"} 0 pg_table_autovacuum_time{datname="patumba",relname="public.customer_fixed_term_deposits"} 0 pg_table_autovacuum_time{datname="patumba",relname="public.customers"} 0 pg_table_autovacuum_time{datname="patumba",relname="public.earlyRedemptions"} 0 pg_table_autovacuum_time{datname="patumba",relname="public.services"} 0 pg_table_autovacuum_time{datname="patumba",relname="public.transactions"} 0 pg_table_autovacuum_time{datname="patumba",relname="public.unitPrices"} 0 pg_table_autovacuum_time{datname="patumba_airtel",relname="hobbiton_production.accounts"} 0 pg_table_autovacuum_time{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_autovacuum_time{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 0 pg_table_autovacuum_time{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_autovacuum_time{datname="patumba_airtel",relname="hobbiton_production.customers"} 0 pg_table_autovacuum_time{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_autovacuum_time{datname="patumba_airtel",relname="hobbiton_production.services"} 0 pg_table_autovacuum_time{datname="patumba_airtel",relname="hobbiton_production.transactions"} 0 pg_table_autovacuum_time{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 0 pg_table_autovacuum_time{datname="patumba_mtn",relname="hobbiton_production.accounts"} 0 pg_table_autovacuum_time{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_autovacuum_time{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 0 pg_table_autovacuum_time{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_autovacuum_time{datname="patumba_mtn",relname="hobbiton_production.customers"} 0 pg_table_autovacuum_time{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_autovacuum_time{datname="patumba_mtn",relname="hobbiton_production.services"} 0 pg_table_autovacuum_time{datname="patumba_mtn",relname="hobbiton_production.transactions"} 0 pg_table_autovacuum_time{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 0 pg_table_autovacuum_time{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 0 pg_table_autovacuum_time{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_autovacuum_time{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 0 pg_table_autovacuum_time{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_autovacuum_time{datname="patumba_zamtel",relname="hobbiton_production.customers"} 0 pg_table_autovacuum_time{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_autovacuum_time{datname="patumba_zamtel",relname="hobbiton_production.services"} 0 pg_table_autovacuum_time{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 0 pg_table_autovacuum_time{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 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="patumba",relname="public.customers"} 0.04707022145853708 pg_table_bloat_ratio{datname="patumba",relname="public.unitPrices"} 0 pg_table_bloat_ratio{datname="patumba_airtel",relname="hobbiton_production.accounts"} 0.011995356636140849 pg_table_bloat_ratio{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0.1125067897881586 pg_table_bloat_ratio{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 0.03566779484509242 pg_table_bloat_ratio{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0.01364463311097635 pg_table_bloat_ratio{datname="patumba_airtel",relname="hobbiton_production.customers"} 0.00034746351633078526 pg_table_bloat_ratio{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 0.0033003300330033004 pg_table_bloat_ratio{datname="patumba_airtel",relname="hobbiton_production.transactions"} 0.04955129406000519 pg_table_bloat_ratio{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 0 pg_table_bloat_ratio{datname="patumba_mtn",relname="hobbiton_production.accounts"} 0.013672343487646918 pg_table_bloat_ratio{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 0.1103960396039604 pg_table_bloat_ratio{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 0.04490806223479491 pg_table_bloat_ratio{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 0.022696476964769646 pg_table_bloat_ratio{datname="patumba_mtn",relname="hobbiton_production.customers"} 0.07614580710148577 pg_table_bloat_ratio{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_bloat_ratio{datname="patumba_mtn",relname="hobbiton_production.transactions"} 0.05019610083009672 pg_table_bloat_ratio{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 0 pg_table_bloat_ratio{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 0.030046826222684703 pg_table_bloat_ratio{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0.10780669144981413 pg_table_bloat_ratio{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 0.03676470588235294 pg_table_bloat_ratio{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0.013513513513513514 pg_table_bloat_ratio{datname="patumba_zamtel",relname="hobbiton_production.customers"} 0.021299254526091587 pg_table_bloat_ratio{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 0.046052631578947366 pg_table_bloat_ratio{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 0 # HELP pg_table_bloat_size Total bytes of this table # TYPE pg_table_bloat_size gauge pg_table_bloat_size{datname="patumba",relname="public.customers"} 8.96294912e+08 pg_table_bloat_size{datname="patumba",relname="public.unitPrices"} 483328 pg_table_bloat_size{datname="patumba_airtel",relname="hobbiton_production.accounts"} 5.08100608e+08 pg_table_bloat_size{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 1.20651776e+08 pg_table_bloat_size{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 2.51723776e+08 pg_table_bloat_size{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 1.08068864e+08 pg_table_bloat_size{datname="patumba_airtel",relname="hobbiton_production.customers"} 4.7153152e+08 pg_table_bloat_size{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 2.482176e+06 pg_table_bloat_size{datname="patumba_airtel",relname="hobbiton_production.transactions"} 9.095610368e+09 pg_table_bloat_size{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 172032 pg_table_bloat_size{datname="patumba_mtn",relname="hobbiton_production.accounts"} 2.73219584e+08 pg_table_bloat_size{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 3.309568e+07 pg_table_bloat_size{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 4.6333952e+07 pg_table_bloat_size{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 2.4182784e+07 pg_table_bloat_size{datname="patumba_mtn",relname="hobbiton_production.customers"} 2.60243456e+08 pg_table_bloat_size{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 417792 pg_table_bloat_size{datname="patumba_mtn",relname="hobbiton_production.transactions"} 1.721106432e+09 pg_table_bloat_size{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 172032 pg_table_bloat_size{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 6.2980096e+07 pg_table_bloat_size{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 2.203648e+06 pg_table_bloat_size{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 3.342336e+06 pg_table_bloat_size{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 1.212416e+06 pg_table_bloat_size{datname="patumba_zamtel",relname="hobbiton_production.customers"} 6.1538304e+07 pg_table_bloat_size{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 1.64364288e+08 pg_table_bloat_size{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 90112 # HELP pg_table_frozenxid All txid before this have been frozen on this table # TYPE pg_table_frozenxid gauge pg_table_frozenxid{datname="patumba",relname="public.accounts"} 2485 pg_table_frozenxid{datname="patumba",relname="public.balanceEligibleForWithdraw"} 2487 pg_table_frozenxid{datname="patumba",relname="public.clientValues"} 2489 pg_table_frozenxid{datname="patumba",relname="public.customer_fixed_term_deposits"} 2490 pg_table_frozenxid{datname="patumba",relname="public.customers"} 2484 pg_table_frozenxid{datname="patumba",relname="public.earlyRedemptions"} 2488 pg_table_frozenxid{datname="patumba",relname="public.services"} 2482 pg_table_frozenxid{datname="patumba",relname="public.transactions"} 2486 pg_table_frozenxid{datname="patumba",relname="public.unitPrices"} 2483 pg_table_frozenxid{datname="patumba_airtel",relname="hobbiton_production.accounts"} 1303 pg_table_frozenxid{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 1303 pg_table_frozenxid{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 1303 pg_table_frozenxid{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 1303 pg_table_frozenxid{datname="patumba_airtel",relname="hobbiton_production.customers"} 1303 pg_table_frozenxid{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 1303 pg_table_frozenxid{datname="patumba_airtel",relname="hobbiton_production.services"} 1265 pg_table_frozenxid{datname="patumba_airtel",relname="hobbiton_production.transactions"} 1332 pg_table_frozenxid{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 1303 pg_table_frozenxid{datname="patumba_mtn",relname="hobbiton_production.accounts"} 1299 pg_table_frozenxid{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 1299 pg_table_frozenxid{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 1299 pg_table_frozenxid{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 1299 pg_table_frozenxid{datname="patumba_mtn",relname="hobbiton_production.customers"} 1299 pg_table_frozenxid{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 1299 pg_table_frozenxid{datname="patumba_mtn",relname="hobbiton_production.services"} 1244 pg_table_frozenxid{datname="patumba_mtn",relname="hobbiton_production.transactions"} 1304 pg_table_frozenxid{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 1299 pg_table_frozenxid{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 1299 pg_table_frozenxid{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 1300 pg_table_frozenxid{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 1299 pg_table_frozenxid{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 1303 pg_table_frozenxid{datname="patumba_zamtel",relname="hobbiton_production.customers"} 1299 pg_table_frozenxid{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 1280 pg_table_frozenxid{datname="patumba_zamtel",relname="hobbiton_production.services"} 1278 pg_table_frozenxid{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 1303 pg_table_frozenxid{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 1303 # 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="patumba",relname="public.accounts"} 0 pg_table_heap_blks_hit{datname="patumba",relname="public.balanceEligibleForWithdraw"} 0 pg_table_heap_blks_hit{datname="patumba",relname="public.clientValues"} 0 pg_table_heap_blks_hit{datname="patumba",relname="public.customer_fixed_term_deposits"} 0 pg_table_heap_blks_hit{datname="patumba",relname="public.customers"} 0 pg_table_heap_blks_hit{datname="patumba",relname="public.earlyRedemptions"} 0 pg_table_heap_blks_hit{datname="patumba",relname="public.services"} 0 pg_table_heap_blks_hit{datname="patumba",relname="public.transactions"} 0 pg_table_heap_blks_hit{datname="patumba",relname="public.unitPrices"} 0 pg_table_heap_blks_hit{datname="patumba_airtel",relname="hobbiton_production.accounts"} 0 pg_table_heap_blks_hit{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_heap_blks_hit{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 0 pg_table_heap_blks_hit{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_heap_blks_hit{datname="patumba_airtel",relname="hobbiton_production.customers"} 0 pg_table_heap_blks_hit{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_heap_blks_hit{datname="patumba_airtel",relname="hobbiton_production.services"} 0 pg_table_heap_blks_hit{datname="patumba_airtel",relname="hobbiton_production.transactions"} 0 pg_table_heap_blks_hit{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 0 pg_table_heap_blks_hit{datname="patumba_mtn",relname="hobbiton_production.accounts"} 0 pg_table_heap_blks_hit{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_heap_blks_hit{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 0 pg_table_heap_blks_hit{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_heap_blks_hit{datname="patumba_mtn",relname="hobbiton_production.customers"} 0 pg_table_heap_blks_hit{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_heap_blks_hit{datname="patumba_mtn",relname="hobbiton_production.services"} 0 pg_table_heap_blks_hit{datname="patumba_mtn",relname="hobbiton_production.transactions"} 0 pg_table_heap_blks_hit{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 0 pg_table_heap_blks_hit{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 0 pg_table_heap_blks_hit{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_heap_blks_hit{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 0 pg_table_heap_blks_hit{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_heap_blks_hit{datname="patumba_zamtel",relname="hobbiton_production.customers"} 0 pg_table_heap_blks_hit{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_heap_blks_hit{datname="patumba_zamtel",relname="hobbiton_production.services"} 0 pg_table_heap_blks_hit{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 0 pg_table_heap_blks_hit{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 0 # 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="patumba",relname="public.accounts"} 0 pg_table_heap_blks_read{datname="patumba",relname="public.balanceEligibleForWithdraw"} 0 pg_table_heap_blks_read{datname="patumba",relname="public.clientValues"} 0 pg_table_heap_blks_read{datname="patumba",relname="public.customer_fixed_term_deposits"} 0 pg_table_heap_blks_read{datname="patumba",relname="public.customers"} 0 pg_table_heap_blks_read{datname="patumba",relname="public.earlyRedemptions"} 0 pg_table_heap_blks_read{datname="patumba",relname="public.services"} 0 pg_table_heap_blks_read{datname="patumba",relname="public.transactions"} 0 pg_table_heap_blks_read{datname="patumba",relname="public.unitPrices"} 0 pg_table_heap_blks_read{datname="patumba_airtel",relname="hobbiton_production.accounts"} 0 pg_table_heap_blks_read{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_heap_blks_read{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 0 pg_table_heap_blks_read{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_heap_blks_read{datname="patumba_airtel",relname="hobbiton_production.customers"} 0 pg_table_heap_blks_read{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_heap_blks_read{datname="patumba_airtel",relname="hobbiton_production.services"} 0 pg_table_heap_blks_read{datname="patumba_airtel",relname="hobbiton_production.transactions"} 0 pg_table_heap_blks_read{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 0 pg_table_heap_blks_read{datname="patumba_mtn",relname="hobbiton_production.accounts"} 0 pg_table_heap_blks_read{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_heap_blks_read{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 0 pg_table_heap_blks_read{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_heap_blks_read{datname="patumba_mtn",relname="hobbiton_production.customers"} 0 pg_table_heap_blks_read{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_heap_blks_read{datname="patumba_mtn",relname="hobbiton_production.services"} 0 pg_table_heap_blks_read{datname="patumba_mtn",relname="hobbiton_production.transactions"} 0 pg_table_heap_blks_read{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 0 pg_table_heap_blks_read{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 0 pg_table_heap_blks_read{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_heap_blks_read{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 0 pg_table_heap_blks_read{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_heap_blks_read{datname="patumba_zamtel",relname="hobbiton_production.customers"} 0 pg_table_heap_blks_read{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_heap_blks_read{datname="patumba_zamtel",relname="hobbiton_production.services"} 0 pg_table_heap_blks_read{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 0 pg_table_heap_blks_read{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 0 # 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="patumba",relname="public.accounts"} 0 pg_table_idx_blks_hit{datname="patumba",relname="public.balanceEligibleForWithdraw"} 0 pg_table_idx_blks_hit{datname="patumba",relname="public.clientValues"} 0 pg_table_idx_blks_hit{datname="patumba",relname="public.customer_fixed_term_deposits"} 0 pg_table_idx_blks_hit{datname="patumba",relname="public.customers"} 0 pg_table_idx_blks_hit{datname="patumba",relname="public.earlyRedemptions"} 0 pg_table_idx_blks_hit{datname="patumba",relname="public.services"} 0 pg_table_idx_blks_hit{datname="patumba",relname="public.transactions"} 0 pg_table_idx_blks_hit{datname="patumba",relname="public.unitPrices"} 0 pg_table_idx_blks_hit{datname="patumba_airtel",relname="hobbiton_production.accounts"} 0 pg_table_idx_blks_hit{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_idx_blks_hit{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 0 pg_table_idx_blks_hit{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_idx_blks_hit{datname="patumba_airtel",relname="hobbiton_production.customers"} 0 pg_table_idx_blks_hit{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_idx_blks_hit{datname="patumba_airtel",relname="hobbiton_production.services"} 0 pg_table_idx_blks_hit{datname="patumba_airtel",relname="hobbiton_production.transactions"} 0 pg_table_idx_blks_hit{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 0 pg_table_idx_blks_hit{datname="patumba_mtn",relname="hobbiton_production.accounts"} 0 pg_table_idx_blks_hit{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_idx_blks_hit{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 0 pg_table_idx_blks_hit{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_idx_blks_hit{datname="patumba_mtn",relname="hobbiton_production.customers"} 0 pg_table_idx_blks_hit{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_idx_blks_hit{datname="patumba_mtn",relname="hobbiton_production.services"} 0 pg_table_idx_blks_hit{datname="patumba_mtn",relname="hobbiton_production.transactions"} 0 pg_table_idx_blks_hit{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 0 pg_table_idx_blks_hit{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 0 pg_table_idx_blks_hit{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_idx_blks_hit{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 0 pg_table_idx_blks_hit{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_idx_blks_hit{datname="patumba_zamtel",relname="hobbiton_production.customers"} 0 pg_table_idx_blks_hit{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_idx_blks_hit{datname="patumba_zamtel",relname="hobbiton_production.services"} 0 pg_table_idx_blks_hit{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 0 pg_table_idx_blks_hit{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 0 # 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="patumba",relname="public.accounts"} 0 pg_table_idx_blks_read{datname="patumba",relname="public.balanceEligibleForWithdraw"} 0 pg_table_idx_blks_read{datname="patumba",relname="public.clientValues"} 0 pg_table_idx_blks_read{datname="patumba",relname="public.customer_fixed_term_deposits"} 0 pg_table_idx_blks_read{datname="patumba",relname="public.customers"} 0 pg_table_idx_blks_read{datname="patumba",relname="public.earlyRedemptions"} 0 pg_table_idx_blks_read{datname="patumba",relname="public.services"} 0 pg_table_idx_blks_read{datname="patumba",relname="public.transactions"} 0 pg_table_idx_blks_read{datname="patumba",relname="public.unitPrices"} 0 pg_table_idx_blks_read{datname="patumba_airtel",relname="hobbiton_production.accounts"} 0 pg_table_idx_blks_read{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_idx_blks_read{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 0 pg_table_idx_blks_read{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_idx_blks_read{datname="patumba_airtel",relname="hobbiton_production.customers"} 0 pg_table_idx_blks_read{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_idx_blks_read{datname="patumba_airtel",relname="hobbiton_production.services"} 0 pg_table_idx_blks_read{datname="patumba_airtel",relname="hobbiton_production.transactions"} 0 pg_table_idx_blks_read{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 0 pg_table_idx_blks_read{datname="patumba_mtn",relname="hobbiton_production.accounts"} 0 pg_table_idx_blks_read{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_idx_blks_read{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 0 pg_table_idx_blks_read{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_idx_blks_read{datname="patumba_mtn",relname="hobbiton_production.customers"} 0 pg_table_idx_blks_read{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_idx_blks_read{datname="patumba_mtn",relname="hobbiton_production.services"} 0 pg_table_idx_blks_read{datname="patumba_mtn",relname="hobbiton_production.transactions"} 0 pg_table_idx_blks_read{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 0 pg_table_idx_blks_read{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 0 pg_table_idx_blks_read{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_idx_blks_read{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 0 pg_table_idx_blks_read{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_idx_blks_read{datname="patumba_zamtel",relname="hobbiton_production.customers"} 0 pg_table_idx_blks_read{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_idx_blks_read{datname="patumba_zamtel",relname="hobbiton_production.services"} 0 pg_table_idx_blks_read{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 0 pg_table_idx_blks_read{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 0 # HELP pg_table_idx_scan Number of index scans initiated on this table # TYPE pg_table_idx_scan counter pg_table_idx_scan{datname="patumba",relname="public.accounts"} 0 pg_table_idx_scan{datname="patumba",relname="public.balanceEligibleForWithdraw"} 0 pg_table_idx_scan{datname="patumba",relname="public.clientValues"} 0 pg_table_idx_scan{datname="patumba",relname="public.customer_fixed_term_deposits"} 0 pg_table_idx_scan{datname="patumba",relname="public.customers"} 0 pg_table_idx_scan{datname="patumba",relname="public.earlyRedemptions"} 0 pg_table_idx_scan{datname="patumba",relname="public.services"} 0 pg_table_idx_scan{datname="patumba",relname="public.transactions"} 0 pg_table_idx_scan{datname="patumba",relname="public.unitPrices"} 0 pg_table_idx_scan{datname="patumba_airtel",relname="hobbiton_production.accounts"} 0 pg_table_idx_scan{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_idx_scan{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 0 pg_table_idx_scan{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_idx_scan{datname="patumba_airtel",relname="hobbiton_production.customers"} 0 pg_table_idx_scan{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_idx_scan{datname="patumba_airtel",relname="hobbiton_production.services"} 0 pg_table_idx_scan{datname="patumba_airtel",relname="hobbiton_production.transactions"} 0 pg_table_idx_scan{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 0 pg_table_idx_scan{datname="patumba_mtn",relname="hobbiton_production.accounts"} 0 pg_table_idx_scan{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_idx_scan{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 0 pg_table_idx_scan{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_idx_scan{datname="patumba_mtn",relname="hobbiton_production.customers"} 0 pg_table_idx_scan{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_idx_scan{datname="patumba_mtn",relname="hobbiton_production.services"} 0 pg_table_idx_scan{datname="patumba_mtn",relname="hobbiton_production.transactions"} 0 pg_table_idx_scan{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 0 pg_table_idx_scan{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 0 pg_table_idx_scan{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_idx_scan{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 0 pg_table_idx_scan{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_idx_scan{datname="patumba_zamtel",relname="hobbiton_production.customers"} 0 pg_table_idx_scan{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_idx_scan{datname="patumba_zamtel",relname="hobbiton_production.services"} 0 pg_table_idx_scan{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 0 pg_table_idx_scan{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 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="patumba",relname="public.accounts"} 0 pg_table_idx_tup_fetch{datname="patumba",relname="public.balanceEligibleForWithdraw"} 0 pg_table_idx_tup_fetch{datname="patumba",relname="public.clientValues"} 0 pg_table_idx_tup_fetch{datname="patumba",relname="public.customer_fixed_term_deposits"} 0 pg_table_idx_tup_fetch{datname="patumba",relname="public.customers"} 0 pg_table_idx_tup_fetch{datname="patumba",relname="public.earlyRedemptions"} 0 pg_table_idx_tup_fetch{datname="patumba",relname="public.services"} 0 pg_table_idx_tup_fetch{datname="patumba",relname="public.transactions"} 0 pg_table_idx_tup_fetch{datname="patumba",relname="public.unitPrices"} 0 pg_table_idx_tup_fetch{datname="patumba_airtel",relname="hobbiton_production.accounts"} 0 pg_table_idx_tup_fetch{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_idx_tup_fetch{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 0 pg_table_idx_tup_fetch{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_idx_tup_fetch{datname="patumba_airtel",relname="hobbiton_production.customers"} 0 pg_table_idx_tup_fetch{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_idx_tup_fetch{datname="patumba_airtel",relname="hobbiton_production.services"} 0 pg_table_idx_tup_fetch{datname="patumba_airtel",relname="hobbiton_production.transactions"} 0 pg_table_idx_tup_fetch{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 0 pg_table_idx_tup_fetch{datname="patumba_mtn",relname="hobbiton_production.accounts"} 0 pg_table_idx_tup_fetch{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_idx_tup_fetch{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 0 pg_table_idx_tup_fetch{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_idx_tup_fetch{datname="patumba_mtn",relname="hobbiton_production.customers"} 0 pg_table_idx_tup_fetch{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_idx_tup_fetch{datname="patumba_mtn",relname="hobbiton_production.services"} 0 pg_table_idx_tup_fetch{datname="patumba_mtn",relname="hobbiton_production.transactions"} 0 pg_table_idx_tup_fetch{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 0 pg_table_idx_tup_fetch{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 0 pg_table_idx_tup_fetch{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_idx_tup_fetch{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 0 pg_table_idx_tup_fetch{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_idx_tup_fetch{datname="patumba_zamtel",relname="hobbiton_production.customers"} 0 pg_table_idx_tup_fetch{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_idx_tup_fetch{datname="patumba_zamtel",relname="hobbiton_production.services"} 0 pg_table_idx_tup_fetch{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 0 pg_table_idx_tup_fetch{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 0 # HELP pg_table_kind Relation kind r/table/114 # TYPE pg_table_kind gauge pg_table_kind{datname="patumba",relname="public.accounts"} 114 pg_table_kind{datname="patumba",relname="public.balanceEligibleForWithdraw"} 114 pg_table_kind{datname="patumba",relname="public.clientValues"} 114 pg_table_kind{datname="patumba",relname="public.customer_fixed_term_deposits"} 114 pg_table_kind{datname="patumba",relname="public.customers"} 114 pg_table_kind{datname="patumba",relname="public.earlyRedemptions"} 114 pg_table_kind{datname="patumba",relname="public.services"} 114 pg_table_kind{datname="patumba",relname="public.transactions"} 114 pg_table_kind{datname="patumba",relname="public.unitPrices"} 114 pg_table_kind{datname="patumba_airtel",relname="hobbiton_production.accounts"} 114 pg_table_kind{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 114 pg_table_kind{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 114 pg_table_kind{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 114 pg_table_kind{datname="patumba_airtel",relname="hobbiton_production.customers"} 114 pg_table_kind{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 114 pg_table_kind{datname="patumba_airtel",relname="hobbiton_production.services"} 114 pg_table_kind{datname="patumba_airtel",relname="hobbiton_production.transactions"} 114 pg_table_kind{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 114 pg_table_kind{datname="patumba_mtn",relname="hobbiton_production.accounts"} 114 pg_table_kind{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 114 pg_table_kind{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 114 pg_table_kind{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 114 pg_table_kind{datname="patumba_mtn",relname="hobbiton_production.customers"} 114 pg_table_kind{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 114 pg_table_kind{datname="patumba_mtn",relname="hobbiton_production.services"} 114 pg_table_kind{datname="patumba_mtn",relname="hobbiton_production.transactions"} 114 pg_table_kind{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 114 pg_table_kind{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 114 pg_table_kind{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 114 pg_table_kind{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 114 pg_table_kind{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 114 pg_table_kind{datname="patumba_zamtel",relname="hobbiton_production.customers"} 114 pg_table_kind{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 114 pg_table_kind{datname="patumba_zamtel",relname="hobbiton_production.services"} 114 pg_table_kind{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 114 pg_table_kind{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 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="patumba",relname="public.accounts"} 0 pg_table_n_dead_tup{datname="patumba",relname="public.balanceEligibleForWithdraw"} 0 pg_table_n_dead_tup{datname="patumba",relname="public.clientValues"} 0 pg_table_n_dead_tup{datname="patumba",relname="public.customer_fixed_term_deposits"} 0 pg_table_n_dead_tup{datname="patumba",relname="public.customers"} 0 pg_table_n_dead_tup{datname="patumba",relname="public.earlyRedemptions"} 0 pg_table_n_dead_tup{datname="patumba",relname="public.services"} 0 pg_table_n_dead_tup{datname="patumba",relname="public.transactions"} 0 pg_table_n_dead_tup{datname="patumba",relname="public.unitPrices"} 0 pg_table_n_dead_tup{datname="patumba_airtel",relname="hobbiton_production.accounts"} 0 pg_table_n_dead_tup{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_n_dead_tup{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 0 pg_table_n_dead_tup{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_n_dead_tup{datname="patumba_airtel",relname="hobbiton_production.customers"} 0 pg_table_n_dead_tup{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_n_dead_tup{datname="patumba_airtel",relname="hobbiton_production.services"} 0 pg_table_n_dead_tup{datname="patumba_airtel",relname="hobbiton_production.transactions"} 0 pg_table_n_dead_tup{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 0 pg_table_n_dead_tup{datname="patumba_mtn",relname="hobbiton_production.accounts"} 0 pg_table_n_dead_tup{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_n_dead_tup{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 0 pg_table_n_dead_tup{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_n_dead_tup{datname="patumba_mtn",relname="hobbiton_production.customers"} 0 pg_table_n_dead_tup{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_n_dead_tup{datname="patumba_mtn",relname="hobbiton_production.services"} 0 pg_table_n_dead_tup{datname="patumba_mtn",relname="hobbiton_production.transactions"} 0 pg_table_n_dead_tup{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 0 pg_table_n_dead_tup{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 0 pg_table_n_dead_tup{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_n_dead_tup{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 0 pg_table_n_dead_tup{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_n_dead_tup{datname="patumba_zamtel",relname="hobbiton_production.customers"} 0 pg_table_n_dead_tup{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_n_dead_tup{datname="patumba_zamtel",relname="hobbiton_production.services"} 0 pg_table_n_dead_tup{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 0 pg_table_n_dead_tup{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 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="patumba",relname="public.accounts"} 0 pg_table_n_ins_since_vacuum{datname="patumba",relname="public.balanceEligibleForWithdraw"} 0 pg_table_n_ins_since_vacuum{datname="patumba",relname="public.clientValues"} 0 pg_table_n_ins_since_vacuum{datname="patumba",relname="public.customer_fixed_term_deposits"} 0 pg_table_n_ins_since_vacuum{datname="patumba",relname="public.customers"} 0 pg_table_n_ins_since_vacuum{datname="patumba",relname="public.earlyRedemptions"} 0 pg_table_n_ins_since_vacuum{datname="patumba",relname="public.services"} 0 pg_table_n_ins_since_vacuum{datname="patumba",relname="public.transactions"} 0 pg_table_n_ins_since_vacuum{datname="patumba",relname="public.unitPrices"} 0 pg_table_n_ins_since_vacuum{datname="patumba_airtel",relname="hobbiton_production.accounts"} 0 pg_table_n_ins_since_vacuum{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_n_ins_since_vacuum{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 0 pg_table_n_ins_since_vacuum{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_n_ins_since_vacuum{datname="patumba_airtel",relname="hobbiton_production.customers"} 0 pg_table_n_ins_since_vacuum{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_n_ins_since_vacuum{datname="patumba_airtel",relname="hobbiton_production.services"} 0 pg_table_n_ins_since_vacuum{datname="patumba_airtel",relname="hobbiton_production.transactions"} 0 pg_table_n_ins_since_vacuum{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 0 pg_table_n_ins_since_vacuum{datname="patumba_mtn",relname="hobbiton_production.accounts"} 0 pg_table_n_ins_since_vacuum{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_n_ins_since_vacuum{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 0 pg_table_n_ins_since_vacuum{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_n_ins_since_vacuum{datname="patumba_mtn",relname="hobbiton_production.customers"} 0 pg_table_n_ins_since_vacuum{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_n_ins_since_vacuum{datname="patumba_mtn",relname="hobbiton_production.services"} 0 pg_table_n_ins_since_vacuum{datname="patumba_mtn",relname="hobbiton_production.transactions"} 0 pg_table_n_ins_since_vacuum{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 0 pg_table_n_ins_since_vacuum{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 0 pg_table_n_ins_since_vacuum{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_n_ins_since_vacuum{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 0 pg_table_n_ins_since_vacuum{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_n_ins_since_vacuum{datname="patumba_zamtel",relname="hobbiton_production.customers"} 0 pg_table_n_ins_since_vacuum{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_n_ins_since_vacuum{datname="patumba_zamtel",relname="hobbiton_production.services"} 0 pg_table_n_ins_since_vacuum{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 0 pg_table_n_ins_since_vacuum{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 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="patumba",relname="public.accounts"} 0 pg_table_n_live_tup{datname="patumba",relname="public.balanceEligibleForWithdraw"} 0 pg_table_n_live_tup{datname="patumba",relname="public.clientValues"} 0 pg_table_n_live_tup{datname="patumba",relname="public.customer_fixed_term_deposits"} 0 pg_table_n_live_tup{datname="patumba",relname="public.customers"} 0 pg_table_n_live_tup{datname="patumba",relname="public.earlyRedemptions"} 0 pg_table_n_live_tup{datname="patumba",relname="public.services"} 0 pg_table_n_live_tup{datname="patumba",relname="public.transactions"} 0 pg_table_n_live_tup{datname="patumba",relname="public.unitPrices"} 0 pg_table_n_live_tup{datname="patumba_airtel",relname="hobbiton_production.accounts"} 0 pg_table_n_live_tup{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_n_live_tup{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 0 pg_table_n_live_tup{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_n_live_tup{datname="patumba_airtel",relname="hobbiton_production.customers"} 0 pg_table_n_live_tup{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_n_live_tup{datname="patumba_airtel",relname="hobbiton_production.services"} 0 pg_table_n_live_tup{datname="patumba_airtel",relname="hobbiton_production.transactions"} 0 pg_table_n_live_tup{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 0 pg_table_n_live_tup{datname="patumba_mtn",relname="hobbiton_production.accounts"} 0 pg_table_n_live_tup{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_n_live_tup{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 0 pg_table_n_live_tup{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_n_live_tup{datname="patumba_mtn",relname="hobbiton_production.customers"} 0 pg_table_n_live_tup{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_n_live_tup{datname="patumba_mtn",relname="hobbiton_production.services"} 0 pg_table_n_live_tup{datname="patumba_mtn",relname="hobbiton_production.transactions"} 0 pg_table_n_live_tup{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 0 pg_table_n_live_tup{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 0 pg_table_n_live_tup{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_n_live_tup{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 0 pg_table_n_live_tup{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_n_live_tup{datname="patumba_zamtel",relname="hobbiton_production.customers"} 0 pg_table_n_live_tup{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_n_live_tup{datname="patumba_zamtel",relname="hobbiton_production.services"} 0 pg_table_n_live_tup{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 0 pg_table_n_live_tup{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 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="patumba",relname="public.accounts"} 0 pg_table_n_mod_since_analyze{datname="patumba",relname="public.balanceEligibleForWithdraw"} 0 pg_table_n_mod_since_analyze{datname="patumba",relname="public.clientValues"} 0 pg_table_n_mod_since_analyze{datname="patumba",relname="public.customer_fixed_term_deposits"} 0 pg_table_n_mod_since_analyze{datname="patumba",relname="public.customers"} 0 pg_table_n_mod_since_analyze{datname="patumba",relname="public.earlyRedemptions"} 0 pg_table_n_mod_since_analyze{datname="patumba",relname="public.services"} 0 pg_table_n_mod_since_analyze{datname="patumba",relname="public.transactions"} 0 pg_table_n_mod_since_analyze{datname="patumba",relname="public.unitPrices"} 0 pg_table_n_mod_since_analyze{datname="patumba_airtel",relname="hobbiton_production.accounts"} 0 pg_table_n_mod_since_analyze{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_n_mod_since_analyze{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 0 pg_table_n_mod_since_analyze{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_n_mod_since_analyze{datname="patumba_airtel",relname="hobbiton_production.customers"} 0 pg_table_n_mod_since_analyze{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_n_mod_since_analyze{datname="patumba_airtel",relname="hobbiton_production.services"} 0 pg_table_n_mod_since_analyze{datname="patumba_airtel",relname="hobbiton_production.transactions"} 0 pg_table_n_mod_since_analyze{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 0 pg_table_n_mod_since_analyze{datname="patumba_mtn",relname="hobbiton_production.accounts"} 0 pg_table_n_mod_since_analyze{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_n_mod_since_analyze{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 0 pg_table_n_mod_since_analyze{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_n_mod_since_analyze{datname="patumba_mtn",relname="hobbiton_production.customers"} 0 pg_table_n_mod_since_analyze{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_n_mod_since_analyze{datname="patumba_mtn",relname="hobbiton_production.services"} 0 pg_table_n_mod_since_analyze{datname="patumba_mtn",relname="hobbiton_production.transactions"} 0 pg_table_n_mod_since_analyze{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 0 pg_table_n_mod_since_analyze{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 0 pg_table_n_mod_since_analyze{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_n_mod_since_analyze{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 0 pg_table_n_mod_since_analyze{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_n_mod_since_analyze{datname="patumba_zamtel",relname="hobbiton_production.customers"} 0 pg_table_n_mod_since_analyze{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_n_mod_since_analyze{datname="patumba_zamtel",relname="hobbiton_production.services"} 0 pg_table_n_mod_since_analyze{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 0 pg_table_n_mod_since_analyze{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 0 # HELP pg_table_n_tup_del Number of rows deleted # TYPE pg_table_n_tup_del counter pg_table_n_tup_del{datname="patumba",relname="public.accounts"} 0 pg_table_n_tup_del{datname="patumba",relname="public.balanceEligibleForWithdraw"} 0 pg_table_n_tup_del{datname="patumba",relname="public.clientValues"} 0 pg_table_n_tup_del{datname="patumba",relname="public.customer_fixed_term_deposits"} 0 pg_table_n_tup_del{datname="patumba",relname="public.customers"} 0 pg_table_n_tup_del{datname="patumba",relname="public.earlyRedemptions"} 0 pg_table_n_tup_del{datname="patumba",relname="public.services"} 0 pg_table_n_tup_del{datname="patumba",relname="public.transactions"} 0 pg_table_n_tup_del{datname="patumba",relname="public.unitPrices"} 0 pg_table_n_tup_del{datname="patumba_airtel",relname="hobbiton_production.accounts"} 0 pg_table_n_tup_del{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_n_tup_del{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 0 pg_table_n_tup_del{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_n_tup_del{datname="patumba_airtel",relname="hobbiton_production.customers"} 0 pg_table_n_tup_del{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_n_tup_del{datname="patumba_airtel",relname="hobbiton_production.services"} 0 pg_table_n_tup_del{datname="patumba_airtel",relname="hobbiton_production.transactions"} 0 pg_table_n_tup_del{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 0 pg_table_n_tup_del{datname="patumba_mtn",relname="hobbiton_production.accounts"} 0 pg_table_n_tup_del{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_n_tup_del{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 0 pg_table_n_tup_del{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_n_tup_del{datname="patumba_mtn",relname="hobbiton_production.customers"} 0 pg_table_n_tup_del{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_n_tup_del{datname="patumba_mtn",relname="hobbiton_production.services"} 0 pg_table_n_tup_del{datname="patumba_mtn",relname="hobbiton_production.transactions"} 0 pg_table_n_tup_del{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 0 pg_table_n_tup_del{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 0 pg_table_n_tup_del{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_n_tup_del{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 0 pg_table_n_tup_del{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_n_tup_del{datname="patumba_zamtel",relname="hobbiton_production.customers"} 0 pg_table_n_tup_del{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_n_tup_del{datname="patumba_zamtel",relname="hobbiton_production.services"} 0 pg_table_n_tup_del{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 0 pg_table_n_tup_del{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 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="patumba",relname="public.accounts"} 0 pg_table_n_tup_hot_upd{datname="patumba",relname="public.balanceEligibleForWithdraw"} 0 pg_table_n_tup_hot_upd{datname="patumba",relname="public.clientValues"} 0 pg_table_n_tup_hot_upd{datname="patumba",relname="public.customer_fixed_term_deposits"} 0 pg_table_n_tup_hot_upd{datname="patumba",relname="public.customers"} 0 pg_table_n_tup_hot_upd{datname="patumba",relname="public.earlyRedemptions"} 0 pg_table_n_tup_hot_upd{datname="patumba",relname="public.services"} 0 pg_table_n_tup_hot_upd{datname="patumba",relname="public.transactions"} 0 pg_table_n_tup_hot_upd{datname="patumba",relname="public.unitPrices"} 0 pg_table_n_tup_hot_upd{datname="patumba_airtel",relname="hobbiton_production.accounts"} 0 pg_table_n_tup_hot_upd{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_n_tup_hot_upd{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 0 pg_table_n_tup_hot_upd{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_n_tup_hot_upd{datname="patumba_airtel",relname="hobbiton_production.customers"} 0 pg_table_n_tup_hot_upd{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_n_tup_hot_upd{datname="patumba_airtel",relname="hobbiton_production.services"} 0 pg_table_n_tup_hot_upd{datname="patumba_airtel",relname="hobbiton_production.transactions"} 0 pg_table_n_tup_hot_upd{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 0 pg_table_n_tup_hot_upd{datname="patumba_mtn",relname="hobbiton_production.accounts"} 0 pg_table_n_tup_hot_upd{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_n_tup_hot_upd{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 0 pg_table_n_tup_hot_upd{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_n_tup_hot_upd{datname="patumba_mtn",relname="hobbiton_production.customers"} 0 pg_table_n_tup_hot_upd{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_n_tup_hot_upd{datname="patumba_mtn",relname="hobbiton_production.services"} 0 pg_table_n_tup_hot_upd{datname="patumba_mtn",relname="hobbiton_production.transactions"} 0 pg_table_n_tup_hot_upd{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 0 pg_table_n_tup_hot_upd{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 0 pg_table_n_tup_hot_upd{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_n_tup_hot_upd{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 0 pg_table_n_tup_hot_upd{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_n_tup_hot_upd{datname="patumba_zamtel",relname="hobbiton_production.customers"} 0 pg_table_n_tup_hot_upd{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_n_tup_hot_upd{datname="patumba_zamtel",relname="hobbiton_production.services"} 0 pg_table_n_tup_hot_upd{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 0 pg_table_n_tup_hot_upd{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 0 # HELP pg_table_n_tup_ins Number of rows inserted # TYPE pg_table_n_tup_ins counter pg_table_n_tup_ins{datname="patumba",relname="public.accounts"} 0 pg_table_n_tup_ins{datname="patumba",relname="public.balanceEligibleForWithdraw"} 0 pg_table_n_tup_ins{datname="patumba",relname="public.clientValues"} 0 pg_table_n_tup_ins{datname="patumba",relname="public.customer_fixed_term_deposits"} 0 pg_table_n_tup_ins{datname="patumba",relname="public.customers"} 0 pg_table_n_tup_ins{datname="patumba",relname="public.earlyRedemptions"} 0 pg_table_n_tup_ins{datname="patumba",relname="public.services"} 0 pg_table_n_tup_ins{datname="patumba",relname="public.transactions"} 0 pg_table_n_tup_ins{datname="patumba",relname="public.unitPrices"} 0 pg_table_n_tup_ins{datname="patumba_airtel",relname="hobbiton_production.accounts"} 0 pg_table_n_tup_ins{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_n_tup_ins{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 0 pg_table_n_tup_ins{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_n_tup_ins{datname="patumba_airtel",relname="hobbiton_production.customers"} 0 pg_table_n_tup_ins{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_n_tup_ins{datname="patumba_airtel",relname="hobbiton_production.services"} 0 pg_table_n_tup_ins{datname="patumba_airtel",relname="hobbiton_production.transactions"} 0 pg_table_n_tup_ins{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 0 pg_table_n_tup_ins{datname="patumba_mtn",relname="hobbiton_production.accounts"} 0 pg_table_n_tup_ins{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_n_tup_ins{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 0 pg_table_n_tup_ins{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_n_tup_ins{datname="patumba_mtn",relname="hobbiton_production.customers"} 0 pg_table_n_tup_ins{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_n_tup_ins{datname="patumba_mtn",relname="hobbiton_production.services"} 0 pg_table_n_tup_ins{datname="patumba_mtn",relname="hobbiton_production.transactions"} 0 pg_table_n_tup_ins{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 0 pg_table_n_tup_ins{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 0 pg_table_n_tup_ins{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_n_tup_ins{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 0 pg_table_n_tup_ins{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_n_tup_ins{datname="patumba_zamtel",relname="hobbiton_production.customers"} 0 pg_table_n_tup_ins{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_n_tup_ins{datname="patumba_zamtel",relname="hobbiton_production.services"} 0 pg_table_n_tup_ins{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 0 pg_table_n_tup_ins{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 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="patumba",relname="public.accounts"} 0 pg_table_n_tup_mod{datname="patumba",relname="public.balanceEligibleForWithdraw"} 0 pg_table_n_tup_mod{datname="patumba",relname="public.clientValues"} 0 pg_table_n_tup_mod{datname="patumba",relname="public.customer_fixed_term_deposits"} 0 pg_table_n_tup_mod{datname="patumba",relname="public.customers"} 0 pg_table_n_tup_mod{datname="patumba",relname="public.earlyRedemptions"} 0 pg_table_n_tup_mod{datname="patumba",relname="public.services"} 0 pg_table_n_tup_mod{datname="patumba",relname="public.transactions"} 0 pg_table_n_tup_mod{datname="patumba",relname="public.unitPrices"} 0 pg_table_n_tup_mod{datname="patumba_airtel",relname="hobbiton_production.accounts"} 0 pg_table_n_tup_mod{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_n_tup_mod{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 0 pg_table_n_tup_mod{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_n_tup_mod{datname="patumba_airtel",relname="hobbiton_production.customers"} 0 pg_table_n_tup_mod{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_n_tup_mod{datname="patumba_airtel",relname="hobbiton_production.services"} 0 pg_table_n_tup_mod{datname="patumba_airtel",relname="hobbiton_production.transactions"} 0 pg_table_n_tup_mod{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 0 pg_table_n_tup_mod{datname="patumba_mtn",relname="hobbiton_production.accounts"} 0 pg_table_n_tup_mod{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_n_tup_mod{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 0 pg_table_n_tup_mod{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_n_tup_mod{datname="patumba_mtn",relname="hobbiton_production.customers"} 0 pg_table_n_tup_mod{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_n_tup_mod{datname="patumba_mtn",relname="hobbiton_production.services"} 0 pg_table_n_tup_mod{datname="patumba_mtn",relname="hobbiton_production.transactions"} 0 pg_table_n_tup_mod{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 0 pg_table_n_tup_mod{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 0 pg_table_n_tup_mod{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_n_tup_mod{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 0 pg_table_n_tup_mod{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_n_tup_mod{datname="patumba_zamtel",relname="hobbiton_production.customers"} 0 pg_table_n_tup_mod{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_n_tup_mod{datname="patumba_zamtel",relname="hobbiton_production.services"} 0 pg_table_n_tup_mod{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 0 pg_table_n_tup_mod{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 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="patumba",relname="public.accounts"} 0 pg_table_n_tup_newpage_upd{datname="patumba",relname="public.balanceEligibleForWithdraw"} 0 pg_table_n_tup_newpage_upd{datname="patumba",relname="public.clientValues"} 0 pg_table_n_tup_newpage_upd{datname="patumba",relname="public.customer_fixed_term_deposits"} 0 pg_table_n_tup_newpage_upd{datname="patumba",relname="public.customers"} 0 pg_table_n_tup_newpage_upd{datname="patumba",relname="public.earlyRedemptions"} 0 pg_table_n_tup_newpage_upd{datname="patumba",relname="public.services"} 0 pg_table_n_tup_newpage_upd{datname="patumba",relname="public.transactions"} 0 pg_table_n_tup_newpage_upd{datname="patumba",relname="public.unitPrices"} 0 pg_table_n_tup_newpage_upd{datname="patumba_airtel",relname="hobbiton_production.accounts"} 0 pg_table_n_tup_newpage_upd{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_n_tup_newpage_upd{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 0 pg_table_n_tup_newpage_upd{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_n_tup_newpage_upd{datname="patumba_airtel",relname="hobbiton_production.customers"} 0 pg_table_n_tup_newpage_upd{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_n_tup_newpage_upd{datname="patumba_airtel",relname="hobbiton_production.services"} 0 pg_table_n_tup_newpage_upd{datname="patumba_airtel",relname="hobbiton_production.transactions"} 0 pg_table_n_tup_newpage_upd{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 0 pg_table_n_tup_newpage_upd{datname="patumba_mtn",relname="hobbiton_production.accounts"} 0 pg_table_n_tup_newpage_upd{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_n_tup_newpage_upd{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 0 pg_table_n_tup_newpage_upd{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_n_tup_newpage_upd{datname="patumba_mtn",relname="hobbiton_production.customers"} 0 pg_table_n_tup_newpage_upd{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_n_tup_newpage_upd{datname="patumba_mtn",relname="hobbiton_production.services"} 0 pg_table_n_tup_newpage_upd{datname="patumba_mtn",relname="hobbiton_production.transactions"} 0 pg_table_n_tup_newpage_upd{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 0 pg_table_n_tup_newpage_upd{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 0 pg_table_n_tup_newpage_upd{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_n_tup_newpage_upd{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 0 pg_table_n_tup_newpage_upd{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_n_tup_newpage_upd{datname="patumba_zamtel",relname="hobbiton_production.customers"} 0 pg_table_n_tup_newpage_upd{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_n_tup_newpage_upd{datname="patumba_zamtel",relname="hobbiton_production.services"} 0 pg_table_n_tup_newpage_upd{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 0 pg_table_n_tup_newpage_upd{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 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="patumba",relname="public.accounts"} 0 pg_table_n_tup_upd{datname="patumba",relname="public.balanceEligibleForWithdraw"} 0 pg_table_n_tup_upd{datname="patumba",relname="public.clientValues"} 0 pg_table_n_tup_upd{datname="patumba",relname="public.customer_fixed_term_deposits"} 0 pg_table_n_tup_upd{datname="patumba",relname="public.customers"} 0 pg_table_n_tup_upd{datname="patumba",relname="public.earlyRedemptions"} 0 pg_table_n_tup_upd{datname="patumba",relname="public.services"} 0 pg_table_n_tup_upd{datname="patumba",relname="public.transactions"} 0 pg_table_n_tup_upd{datname="patumba",relname="public.unitPrices"} 0 pg_table_n_tup_upd{datname="patumba_airtel",relname="hobbiton_production.accounts"} 0 pg_table_n_tup_upd{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_n_tup_upd{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 0 pg_table_n_tup_upd{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_n_tup_upd{datname="patumba_airtel",relname="hobbiton_production.customers"} 0 pg_table_n_tup_upd{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_n_tup_upd{datname="patumba_airtel",relname="hobbiton_production.services"} 0 pg_table_n_tup_upd{datname="patumba_airtel",relname="hobbiton_production.transactions"} 0 pg_table_n_tup_upd{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 0 pg_table_n_tup_upd{datname="patumba_mtn",relname="hobbiton_production.accounts"} 0 pg_table_n_tup_upd{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_n_tup_upd{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 0 pg_table_n_tup_upd{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_n_tup_upd{datname="patumba_mtn",relname="hobbiton_production.customers"} 0 pg_table_n_tup_upd{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_n_tup_upd{datname="patumba_mtn",relname="hobbiton_production.services"} 0 pg_table_n_tup_upd{datname="patumba_mtn",relname="hobbiton_production.transactions"} 0 pg_table_n_tup_upd{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 0 pg_table_n_tup_upd{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 0 pg_table_n_tup_upd{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_n_tup_upd{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 0 pg_table_n_tup_upd{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_n_tup_upd{datname="patumba_zamtel",relname="hobbiton_production.customers"} 0 pg_table_n_tup_upd{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_n_tup_upd{datname="patumba_zamtel",relname="hobbiton_production.services"} 0 pg_table_n_tup_upd{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 0 pg_table_n_tup_upd{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 0 # HELP pg_table_ncols Number of columns in the table # TYPE pg_table_ncols gauge pg_table_ncols{datname="patumba",relname="public.accounts"} 14 pg_table_ncols{datname="patumba",relname="public.balanceEligibleForWithdraw"} 8 pg_table_ncols{datname="patumba",relname="public.clientValues"} 8 pg_table_ncols{datname="patumba",relname="public.customer_fixed_term_deposits"} 15 pg_table_ncols{datname="patumba",relname="public.customers"} 13 pg_table_ncols{datname="patumba",relname="public.earlyRedemptions"} 7 pg_table_ncols{datname="patumba",relname="public.services"} 7 pg_table_ncols{datname="patumba",relname="public.transactions"} 23 pg_table_ncols{datname="patumba",relname="public.unitPrices"} 7 pg_table_ncols{datname="patumba_airtel",relname="hobbiton_production.accounts"} 11 pg_table_ncols{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 6 pg_table_ncols{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 7 pg_table_ncols{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 13 pg_table_ncols{datname="patumba_airtel",relname="hobbiton_production.customers"} 9 pg_table_ncols{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 5 pg_table_ncols{datname="patumba_airtel",relname="hobbiton_production.services"} 5 pg_table_ncols{datname="patumba_airtel",relname="hobbiton_production.transactions"} 20 pg_table_ncols{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 5 pg_table_ncols{datname="patumba_mtn",relname="hobbiton_production.accounts"} 11 pg_table_ncols{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 6 pg_table_ncols{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 7 pg_table_ncols{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 13 pg_table_ncols{datname="patumba_mtn",relname="hobbiton_production.customers"} 9 pg_table_ncols{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 5 pg_table_ncols{datname="patumba_mtn",relname="hobbiton_production.services"} 5 pg_table_ncols{datname="patumba_mtn",relname="hobbiton_production.transactions"} 20 pg_table_ncols{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 5 pg_table_ncols{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 12 pg_table_ncols{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 6 pg_table_ncols{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 7 pg_table_ncols{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 13 pg_table_ncols{datname="patumba_zamtel",relname="hobbiton_production.customers"} 11 pg_table_ncols{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 5 pg_table_ncols{datname="patumba_zamtel",relname="hobbiton_production.services"} 5 pg_table_ncols{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 21 pg_table_ncols{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 5 # HELP pg_table_pages Size of the on-disk representation of this table in pages # TYPE pg_table_pages gauge pg_table_pages{datname="patumba",relname="public.accounts"} 0 pg_table_pages{datname="patumba",relname="public.balanceEligibleForWithdraw"} 0 pg_table_pages{datname="patumba",relname="public.clientValues"} 0 pg_table_pages{datname="patumba",relname="public.customer_fixed_term_deposits"} 0 pg_table_pages{datname="patumba",relname="public.customers"} 109411 pg_table_pages{datname="patumba",relname="public.earlyRedemptions"} 0 pg_table_pages{datname="patumba",relname="public.services"} 0 pg_table_pages{datname="patumba",relname="public.transactions"} 0 pg_table_pages{datname="patumba",relname="public.unitPrices"} 59 pg_table_pages{datname="patumba_airtel",relname="hobbiton_production.accounts"} 62024 pg_table_pages{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 14728 pg_table_pages{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 30728 pg_table_pages{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 13192 pg_table_pages{datname="patumba_airtel",relname="hobbiton_production.customers"} 57560 pg_table_pages{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 303 pg_table_pages{datname="patumba_airtel",relname="hobbiton_production.services"} 1 pg_table_pages{datname="patumba_airtel",relname="hobbiton_production.transactions"} 1.110304e+06 pg_table_pages{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 21 pg_table_pages{datname="patumba_mtn",relname="hobbiton_production.accounts"} 33352 pg_table_pages{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 4040 pg_table_pages{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 5656 pg_table_pages{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 2952 pg_table_pages{datname="patumba_mtn",relname="hobbiton_production.customers"} 31768 pg_table_pages{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 51 pg_table_pages{datname="patumba_mtn",relname="hobbiton_production.services"} 1 pg_table_pages{datname="patumba_mtn",relname="hobbiton_production.transactions"} 210096 pg_table_pages{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 21 pg_table_pages{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 7688 pg_table_pages{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 269 pg_table_pages{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 408 pg_table_pages{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 148 pg_table_pages{datname="patumba_zamtel",relname="hobbiton_production.customers"} 7512 pg_table_pages{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 2 pg_table_pages{datname="patumba_zamtel",relname="hobbiton_production.services"} 1 pg_table_pages{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 20064 pg_table_pages{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 11 # HELP pg_table_relid Relation oid of this table # TYPE pg_table_relid gauge pg_table_relid{datname="patumba",relname="public.accounts"} 23319 pg_table_relid{datname="patumba",relname="public.balanceEligibleForWithdraw"} 23349 pg_table_relid{datname="patumba",relname="public.clientValues"} 23374 pg_table_relid{datname="patumba",relname="public.customer_fixed_term_deposits"} 23388 pg_table_relid{datname="patumba",relname="public.customers"} 23302 pg_table_relid{datname="patumba",relname="public.earlyRedemptions"} 23362 pg_table_relid{datname="patumba",relname="public.services"} 23276 pg_table_relid{datname="patumba",relname="public.transactions"} 23334 pg_table_relid{datname="patumba",relname="public.unitPrices"} 23290 pg_table_relid{datname="patumba_airtel",relname="hobbiton_production.accounts"} 19815 pg_table_relid{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 19823 pg_table_relid{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 19818 pg_table_relid{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 19826 pg_table_relid{datname="patumba_airtel",relname="hobbiton_production.customers"} 19829 pg_table_relid{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 19832 pg_table_relid{datname="patumba_airtel",relname="hobbiton_production.services"} 19835 pg_table_relid{datname="patumba_airtel",relname="hobbiton_production.transactions"} 19838 pg_table_relid{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 19841 pg_table_relid{datname="patumba_mtn",relname="hobbiton_production.accounts"} 19774 pg_table_relid{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 19785 pg_table_relid{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 19777 pg_table_relid{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 19800 pg_table_relid{datname="patumba_mtn",relname="hobbiton_production.customers"} 19791 pg_table_relid{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 19794 pg_table_relid{datname="patumba_mtn",relname="hobbiton_production.services"} 19786 pg_table_relid{datname="patumba_mtn",relname="hobbiton_production.transactions"} 19795 pg_table_relid{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 19782 pg_table_relid{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 19856 pg_table_relid{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 19877 pg_table_relid{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 19866 pg_table_relid{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 19865 pg_table_relid{datname="patumba_zamtel",relname="hobbiton_production.customers"} 19876 pg_table_relid{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 19871 pg_table_relid{datname="patumba_zamtel",relname="hobbiton_production.services"} 19859 pg_table_relid{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 19882 pg_table_relid{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 19862 # HELP pg_table_seq_scan Number of sequential scans initiated on this table # TYPE pg_table_seq_scan counter pg_table_seq_scan{datname="patumba",relname="public.accounts"} 0 pg_table_seq_scan{datname="patumba",relname="public.balanceEligibleForWithdraw"} 0 pg_table_seq_scan{datname="patumba",relname="public.clientValues"} 0 pg_table_seq_scan{datname="patumba",relname="public.customer_fixed_term_deposits"} 0 pg_table_seq_scan{datname="patumba",relname="public.customers"} 0 pg_table_seq_scan{datname="patumba",relname="public.earlyRedemptions"} 0 pg_table_seq_scan{datname="patumba",relname="public.services"} 0 pg_table_seq_scan{datname="patumba",relname="public.transactions"} 0 pg_table_seq_scan{datname="patumba",relname="public.unitPrices"} 0 pg_table_seq_scan{datname="patumba_airtel",relname="hobbiton_production.accounts"} 0 pg_table_seq_scan{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_seq_scan{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 0 pg_table_seq_scan{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_seq_scan{datname="patumba_airtel",relname="hobbiton_production.customers"} 0 pg_table_seq_scan{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_seq_scan{datname="patumba_airtel",relname="hobbiton_production.services"} 0 pg_table_seq_scan{datname="patumba_airtel",relname="hobbiton_production.transactions"} 0 pg_table_seq_scan{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 0 pg_table_seq_scan{datname="patumba_mtn",relname="hobbiton_production.accounts"} 0 pg_table_seq_scan{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_seq_scan{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 0 pg_table_seq_scan{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_seq_scan{datname="patumba_mtn",relname="hobbiton_production.customers"} 0 pg_table_seq_scan{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_seq_scan{datname="patumba_mtn",relname="hobbiton_production.services"} 0 pg_table_seq_scan{datname="patumba_mtn",relname="hobbiton_production.transactions"} 0 pg_table_seq_scan{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 0 pg_table_seq_scan{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 0 pg_table_seq_scan{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_seq_scan{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 0 pg_table_seq_scan{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_seq_scan{datname="patumba_zamtel",relname="hobbiton_production.customers"} 0 pg_table_seq_scan{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_seq_scan{datname="patumba_zamtel",relname="hobbiton_production.services"} 0 pg_table_seq_scan{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 0 pg_table_seq_scan{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 0 # 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="patumba",relname="public.accounts"} 0 pg_table_seq_tup_read{datname="patumba",relname="public.balanceEligibleForWithdraw"} 0 pg_table_seq_tup_read{datname="patumba",relname="public.clientValues"} 0 pg_table_seq_tup_read{datname="patumba",relname="public.customer_fixed_term_deposits"} 0 pg_table_seq_tup_read{datname="patumba",relname="public.customers"} 0 pg_table_seq_tup_read{datname="patumba",relname="public.earlyRedemptions"} 0 pg_table_seq_tup_read{datname="patumba",relname="public.services"} 0 pg_table_seq_tup_read{datname="patumba",relname="public.transactions"} 0 pg_table_seq_tup_read{datname="patumba",relname="public.unitPrices"} 0 pg_table_seq_tup_read{datname="patumba_airtel",relname="hobbiton_production.accounts"} 0 pg_table_seq_tup_read{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_seq_tup_read{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 0 pg_table_seq_tup_read{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_seq_tup_read{datname="patumba_airtel",relname="hobbiton_production.customers"} 0 pg_table_seq_tup_read{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_seq_tup_read{datname="patumba_airtel",relname="hobbiton_production.services"} 0 pg_table_seq_tup_read{datname="patumba_airtel",relname="hobbiton_production.transactions"} 0 pg_table_seq_tup_read{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 0 pg_table_seq_tup_read{datname="patumba_mtn",relname="hobbiton_production.accounts"} 0 pg_table_seq_tup_read{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_seq_tup_read{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 0 pg_table_seq_tup_read{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_seq_tup_read{datname="patumba_mtn",relname="hobbiton_production.customers"} 0 pg_table_seq_tup_read{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_seq_tup_read{datname="patumba_mtn",relname="hobbiton_production.services"} 0 pg_table_seq_tup_read{datname="patumba_mtn",relname="hobbiton_production.transactions"} 0 pg_table_seq_tup_read{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 0 pg_table_seq_tup_read{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 0 pg_table_seq_tup_read{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_seq_tup_read{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 0 pg_table_seq_tup_read{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_seq_tup_read{datname="patumba_zamtel",relname="hobbiton_production.customers"} 0 pg_table_seq_tup_read{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_seq_tup_read{datname="patumba_zamtel",relname="hobbiton_production.services"} 0 pg_table_seq_tup_read{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 0 pg_table_seq_tup_read{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 0 # HELP pg_table_size_bytes Total bytes of this table (including toast # TYPE pg_table_size_bytes gauge pg_table_size_bytes{datname="patumba",relname="monitor.heartbeat"} 8192 pg_table_size_bytes{datname="patumba",relname="public.accounts"} 24576 pg_table_size_bytes{datname="patumba",relname="public.balanceEligibleForWithdraw"} 16384 pg_table_size_bytes{datname="patumba",relname="public.clientValues"} 24576 pg_table_size_bytes{datname="patumba",relname="public.customer_fixed_term_deposits"} 16384 pg_table_size_bytes{datname="patumba",relname="public.customers"} 1.577459712e+09 pg_table_size_bytes{datname="patumba",relname="public.earlyRedemptions"} 16384 pg_table_size_bytes{datname="patumba",relname="public.services"} 49152 pg_table_size_bytes{datname="patumba",relname="public.transactions"} 8.704e+08 pg_table_size_bytes{datname="patumba",relname="public.unitPrices"} 868352 pg_table_size_bytes{datname="patumba_airtel",relname="hobbiton_production.accounts"} 8.90118144e+08 pg_table_size_bytes{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 2.05029376e+08 pg_table_size_bytes{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 4.53328896e+08 pg_table_size_bytes{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 1.81436416e+08 pg_table_size_bytes{datname="patumba_airtel",relname="hobbiton_production.customers"} 6.83687936e+08 pg_table_size_bytes{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 3.350528e+06 pg_table_size_bytes{datname="patumba_airtel",relname="hobbiton_production.services"} 40960 pg_table_size_bytes{datname="patumba_airtel",relname="hobbiton_production.transactions"} 1.0632044544e+10 pg_table_size_bytes{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 368640 pg_table_size_bytes{datname="patumba_airtel",relname="monitor.heartbeat"} 8192 pg_table_size_bytes{datname="patumba_mtn",relname="hobbiton_production.accounts"} 4.78937088e+08 pg_table_size_bytes{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 5.6418304e+07 pg_table_size_bytes{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 8.2812928e+07 pg_table_size_bytes{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 3.428352e+07 pg_table_size_bytes{datname="patumba_mtn",relname="hobbiton_production.customers"} 3.77430016e+08 pg_table_size_bytes{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 606208 pg_table_size_bytes{datname="patumba_mtn",relname="hobbiton_production.services"} 40960 pg_table_size_bytes{datname="patumba_mtn",relname="hobbiton_production.transactions"} 2.038112256e+09 pg_table_size_bytes{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 368640 pg_table_size_bytes{datname="patumba_mtn",relname="monitor.heartbeat"} 8192 pg_table_size_bytes{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 1.09821952e+08 pg_table_size_bytes{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 3.825664e+06 pg_table_size_bytes{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 6.111232e+06 pg_table_size_bytes{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 1.80224e+06 pg_table_size_bytes{datname="patumba_zamtel",relname="hobbiton_production.customers"} 8.8588288e+07 pg_table_size_bytes{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 57344 pg_table_size_bytes{datname="patumba_zamtel",relname="hobbiton_production.services"} 40960 pg_table_size_bytes{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 1.96657152e+08 pg_table_size_bytes{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 221184 pg_table_size_bytes{datname="patumba_zamtel",relname="monitor.heartbeat"} 8192 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="patumba",relname="monitor.heartbeat"} 8192 pg_table_size_indexsize{datname="patumba",relname="public.accounts"} 16384 pg_table_size_indexsize{datname="patumba",relname="public.balanceEligibleForWithdraw"} 16384 pg_table_size_indexsize{datname="patumba",relname="public.clientValues"} 16384 pg_table_size_indexsize{datname="patumba",relname="public.customer_fixed_term_deposits"} 16384 pg_table_size_indexsize{datname="patumba",relname="public.customers"} 6.8091904e+08 pg_table_size_indexsize{datname="patumba",relname="public.earlyRedemptions"} 16384 pg_table_size_indexsize{datname="patumba",relname="public.services"} 32768 pg_table_size_indexsize{datname="patumba",relname="public.transactions"} 1.68206336e+08 pg_table_size_indexsize{datname="patumba",relname="public.unitPrices"} 360448 pg_table_size_indexsize{datname="patumba_airtel",relname="hobbiton_production.accounts"} 3.82001152e+08 pg_table_size_indexsize{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 8.4770816e+07 pg_table_size_indexsize{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 2.01654272e+08 pg_table_size_indexsize{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 7.3367552e+07 pg_table_size_indexsize{datname="patumba_airtel",relname="hobbiton_production.customers"} 2.12287488e+08 pg_table_size_indexsize{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 835584 pg_table_size_indexsize{datname="patumba_airtel",relname="hobbiton_production.services"} 32768 pg_table_size_indexsize{datname="patumba_airtel",relname="hobbiton_production.transactions"} 1.53468928e+09 pg_table_size_indexsize{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 163840 pg_table_size_indexsize{datname="patumba_airtel",relname="monitor.heartbeat"} 8192 pg_table_size_indexsize{datname="patumba_mtn",relname="hobbiton_production.accounts"} 2.05815808e+08 pg_table_size_indexsize{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 2.3339008e+07 pg_table_size_indexsize{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 3.6806656e+07 pg_table_size_indexsize{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 1.0305536e+07 pg_table_size_indexsize{datname="patumba_mtn",relname="hobbiton_production.customers"} 1.1722752e+08 pg_table_size_indexsize{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 155648 pg_table_size_indexsize{datname="patumba_mtn",relname="hobbiton_production.services"} 32768 pg_table_size_indexsize{datname="patumba_mtn",relname="hobbiton_production.transactions"} 3.1674368e+08 pg_table_size_indexsize{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 163840 pg_table_size_indexsize{datname="patumba_mtn",relname="monitor.heartbeat"} 8192 pg_table_size_indexsize{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 4.6956544e+07 pg_table_size_indexsize{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 1.589248e+06 pg_table_size_indexsize{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 2.727936e+06 pg_table_size_indexsize{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 557056 pg_table_size_indexsize{datname="patumba_zamtel",relname="hobbiton_production.customers"} 2.711552e+07 pg_table_size_indexsize{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 16384 pg_table_size_indexsize{datname="patumba_zamtel",relname="hobbiton_production.services"} 32768 pg_table_size_indexsize{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 3.2325632e+07 pg_table_size_indexsize{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 98304 pg_table_size_indexsize{datname="patumba_zamtel",relname="monitor.heartbeat"} 8192 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="patumba",relname="monitor.heartbeat"} 0 pg_table_size_relsize{datname="patumba",relname="public.accounts"} 0 pg_table_size_relsize{datname="patumba",relname="public.balanceEligibleForWithdraw"} 0 pg_table_size_relsize{datname="patumba",relname="public.clientValues"} 0 pg_table_size_relsize{datname="patumba",relname="public.customer_fixed_term_deposits"} 0 pg_table_size_relsize{datname="patumba",relname="public.customers"} 8.96294912e+08 pg_table_size_relsize{datname="patumba",relname="public.earlyRedemptions"} 0 pg_table_size_relsize{datname="patumba",relname="public.services"} 8192 pg_table_size_relsize{datname="patumba",relname="public.transactions"} 7.01988864e+08 pg_table_size_relsize{datname="patumba",relname="public.unitPrices"} 483328 pg_table_size_relsize{datname="patumba_airtel",relname="hobbiton_production.accounts"} 5.07969536e+08 pg_table_size_relsize{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 1.20209408e+08 pg_table_size_relsize{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 2.51584512e+08 pg_table_size_relsize{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 1.08019712e+08 pg_table_size_relsize{datname="patumba_airtel",relname="hobbiton_production.customers"} 4.71261184e+08 pg_table_size_relsize{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 2.482176e+06 pg_table_size_relsize{datname="patumba_airtel",relname="hobbiton_production.services"} 8192 pg_table_size_relsize{datname="patumba_airtel",relname="hobbiton_production.transactions"} 9.095102464e+09 pg_table_size_relsize{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 172032 pg_table_size_relsize{datname="patumba_airtel",relname="monitor.heartbeat"} 0 pg_table_size_relsize{datname="patumba_mtn",relname="hobbiton_production.accounts"} 2.73031168e+08 pg_table_size_relsize{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 3.305472e+07 pg_table_size_relsize{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 4.5965312e+07 pg_table_size_relsize{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 2.3953408e+07 pg_table_size_relsize{datname="patumba_mtn",relname="hobbiton_production.customers"} 2.60120576e+08 pg_table_size_relsize{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 417792 pg_table_size_relsize{datname="patumba_mtn",relname="hobbiton_production.services"} 8192 pg_table_size_relsize{datname="patumba_mtn",relname="hobbiton_production.transactions"} 1.720926208e+09 pg_table_size_relsize{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 172032 pg_table_size_relsize{datname="patumba_mtn",relname="monitor.heartbeat"} 0 pg_table_size_relsize{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 6.283264e+07 pg_table_size_relsize{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 2.203648e+06 pg_table_size_relsize{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 3.342336e+06 pg_table_size_relsize{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 1.212416e+06 pg_table_size_relsize{datname="patumba_zamtel",relname="hobbiton_production.customers"} 6.1431808e+07 pg_table_size_relsize{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 16384 pg_table_size_relsize{datname="patumba_zamtel",relname="hobbiton_production.services"} 8192 pg_table_size_relsize{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 1.64274176e+08 pg_table_size_relsize{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 90112 pg_table_size_relsize{datname="patumba_zamtel",relname="monitor.heartbeat"} 0 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="patumba",relname="monitor.heartbeat"} 0 pg_table_size_toastsize{datname="patumba",relname="public.accounts"} 8192 pg_table_size_toastsize{datname="patumba",relname="public.balanceEligibleForWithdraw"} 0 pg_table_size_toastsize{datname="patumba",relname="public.clientValues"} 8192 pg_table_size_toastsize{datname="patumba",relname="public.customer_fixed_term_deposits"} 0 pg_table_size_toastsize{datname="patumba",relname="public.customers"} 8192 pg_table_size_toastsize{datname="patumba",relname="public.earlyRedemptions"} 0 pg_table_size_toastsize{datname="patumba",relname="public.services"} 8192 pg_table_size_toastsize{datname="patumba",relname="public.transactions"} 8192 pg_table_size_toastsize{datname="patumba",relname="public.unitPrices"} 0 pg_table_size_toastsize{datname="patumba_airtel",relname="hobbiton_production.accounts"} 0 pg_table_size_toastsize{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_size_toastsize{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 8192 pg_table_size_toastsize{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_size_toastsize{datname="patumba_airtel",relname="hobbiton_production.customers"} 0 pg_table_size_toastsize{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_size_toastsize{datname="patumba_airtel",relname="hobbiton_production.services"} 0 pg_table_size_toastsize{datname="patumba_airtel",relname="hobbiton_production.transactions"} 0 pg_table_size_toastsize{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 0 pg_table_size_toastsize{datname="patumba_airtel",relname="monitor.heartbeat"} 0 pg_table_size_toastsize{datname="patumba_mtn",relname="hobbiton_production.accounts"} 0 pg_table_size_toastsize{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_size_toastsize{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 8192 pg_table_size_toastsize{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_size_toastsize{datname="patumba_mtn",relname="hobbiton_production.customers"} 0 pg_table_size_toastsize{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_size_toastsize{datname="patumba_mtn",relname="hobbiton_production.services"} 0 pg_table_size_toastsize{datname="patumba_mtn",relname="hobbiton_production.transactions"} 0 pg_table_size_toastsize{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 0 pg_table_size_toastsize{datname="patumba_mtn",relname="monitor.heartbeat"} 0 pg_table_size_toastsize{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 0 pg_table_size_toastsize{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_size_toastsize{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 8192 pg_table_size_toastsize{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_size_toastsize{datname="patumba_zamtel",relname="hobbiton_production.customers"} 8192 pg_table_size_toastsize{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_size_toastsize{datname="patumba_zamtel",relname="hobbiton_production.services"} 0 pg_table_size_toastsize{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 0 pg_table_size_toastsize{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 0 pg_table_size_toastsize{datname="patumba_zamtel",relname="monitor.heartbeat"} 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="patumba",relname="public.accounts"} 0 pg_table_tbl_scan{datname="patumba",relname="public.balanceEligibleForWithdraw"} 0 pg_table_tbl_scan{datname="patumba",relname="public.clientValues"} 0 pg_table_tbl_scan{datname="patumba",relname="public.customer_fixed_term_deposits"} 0 pg_table_tbl_scan{datname="patumba",relname="public.customers"} 0 pg_table_tbl_scan{datname="patumba",relname="public.earlyRedemptions"} 0 pg_table_tbl_scan{datname="patumba",relname="public.services"} 0 pg_table_tbl_scan{datname="patumba",relname="public.transactions"} 0 pg_table_tbl_scan{datname="patumba",relname="public.unitPrices"} 0 pg_table_tbl_scan{datname="patumba_airtel",relname="hobbiton_production.accounts"} 0 pg_table_tbl_scan{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_tbl_scan{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 0 pg_table_tbl_scan{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_tbl_scan{datname="patumba_airtel",relname="hobbiton_production.customers"} 0 pg_table_tbl_scan{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_tbl_scan{datname="patumba_airtel",relname="hobbiton_production.services"} 0 pg_table_tbl_scan{datname="patumba_airtel",relname="hobbiton_production.transactions"} 0 pg_table_tbl_scan{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 0 pg_table_tbl_scan{datname="patumba_mtn",relname="hobbiton_production.accounts"} 0 pg_table_tbl_scan{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_tbl_scan{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 0 pg_table_tbl_scan{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_tbl_scan{datname="patumba_mtn",relname="hobbiton_production.customers"} 0 pg_table_tbl_scan{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_tbl_scan{datname="patumba_mtn",relname="hobbiton_production.services"} 0 pg_table_tbl_scan{datname="patumba_mtn",relname="hobbiton_production.transactions"} 0 pg_table_tbl_scan{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 0 pg_table_tbl_scan{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 0 pg_table_tbl_scan{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_tbl_scan{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 0 pg_table_tbl_scan{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_tbl_scan{datname="patumba_zamtel",relname="hobbiton_production.customers"} 0 pg_table_tbl_scan{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_tbl_scan{datname="patumba_zamtel",relname="hobbiton_production.services"} 0 pg_table_tbl_scan{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 0 pg_table_tbl_scan{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 0 # HELP pg_table_tup_read Number of live rows fetched by scans # TYPE pg_table_tup_read counter pg_table_tup_read{datname="patumba",relname="public.accounts"} 0 pg_table_tup_read{datname="patumba",relname="public.balanceEligibleForWithdraw"} 0 pg_table_tup_read{datname="patumba",relname="public.clientValues"} 0 pg_table_tup_read{datname="patumba",relname="public.customer_fixed_term_deposits"} 0 pg_table_tup_read{datname="patumba",relname="public.customers"} 0 pg_table_tup_read{datname="patumba",relname="public.earlyRedemptions"} 0 pg_table_tup_read{datname="patumba",relname="public.services"} 0 pg_table_tup_read{datname="patumba",relname="public.transactions"} 0 pg_table_tup_read{datname="patumba",relname="public.unitPrices"} 0 pg_table_tup_read{datname="patumba_airtel",relname="hobbiton_production.accounts"} 0 pg_table_tup_read{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_tup_read{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 0 pg_table_tup_read{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_tup_read{datname="patumba_airtel",relname="hobbiton_production.customers"} 0 pg_table_tup_read{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_tup_read{datname="patumba_airtel",relname="hobbiton_production.services"} 0 pg_table_tup_read{datname="patumba_airtel",relname="hobbiton_production.transactions"} 0 pg_table_tup_read{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 0 pg_table_tup_read{datname="patumba_mtn",relname="hobbiton_production.accounts"} 0 pg_table_tup_read{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_tup_read{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 0 pg_table_tup_read{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_tup_read{datname="patumba_mtn",relname="hobbiton_production.customers"} 0 pg_table_tup_read{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_tup_read{datname="patumba_mtn",relname="hobbiton_production.services"} 0 pg_table_tup_read{datname="patumba_mtn",relname="hobbiton_production.transactions"} 0 pg_table_tup_read{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 0 pg_table_tup_read{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 0 pg_table_tup_read{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_tup_read{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 0 pg_table_tup_read{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_tup_read{datname="patumba_zamtel",relname="hobbiton_production.customers"} 0 pg_table_tup_read{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_tup_read{datname="patumba_zamtel",relname="hobbiton_production.services"} 0 pg_table_tup_read{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 0 pg_table_tup_read{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 0 # HELP pg_table_tuples Estimated number of rows in this table # TYPE pg_table_tuples gauge pg_table_tuples{datname="patumba",relname="public.accounts"} -1 pg_table_tuples{datname="patumba",relname="public.balanceEligibleForWithdraw"} -1 pg_table_tuples{datname="patumba",relname="public.clientValues"} -1 pg_table_tuples{datname="patumba",relname="public.customer_fixed_term_deposits"} -1 pg_table_tuples{datname="patumba",relname="public.customers"} 7.937035e+06 pg_table_tuples{datname="patumba",relname="public.earlyRedemptions"} -1 pg_table_tuples{datname="patumba",relname="public.services"} -1 pg_table_tuples{datname="patumba",relname="public.transactions"} -1 pg_table_tuples{datname="patumba",relname="public.unitPrices"} 7041 pg_table_tuples{datname="patumba_airtel",relname="hobbiton_production.accounts"} 5.022676e+06 pg_table_tuples{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 1.570053e+06 pg_table_tuples{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 2.881334e+06 pg_table_tuples{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 857077 pg_table_tuples{datname="patumba_airtel",relname="hobbiton_production.customers"} 4.724624e+06 pg_table_tuples{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 36275 pg_table_tuples{datname="patumba_airtel",relname="hobbiton_production.services"} 11 pg_table_tuples{datname="patumba_airtel",relname="hobbiton_production.transactions"} 5.0288388e+07 pg_table_tuples{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 2816 pg_table_tuples{datname="patumba_mtn",relname="hobbiton_production.accounts"} 2.699607e+06 pg_table_tuples{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 431682 pg_table_tuples{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 525211 pg_table_tuples{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 190026 pg_table_tuples{datname="patumba_mtn",relname="hobbiton_production.customers"} 2.60817e+06 pg_table_tuples{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 6088 pg_table_tuples{datname="patumba_mtn",relname="hobbiton_production.services"} 21 pg_table_tuples{datname="patumba_mtn",relname="hobbiton_production.transactions"} 9.955154e+06 pg_table_tuples{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 2825 pg_table_tuples{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 614800 pg_table_tuples{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 28751 pg_table_tuples{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 38196 pg_table_tuples{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 9598 pg_table_tuples{datname="patumba_zamtel",relname="hobbiton_production.customers"} 602458 pg_table_tuples{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 179 pg_table_tuples{datname="patumba_zamtel",relname="hobbiton_production.services"} 19 pg_table_tuples{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 956114 pg_table_tuples{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 1400 # 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="patumba",relname="public.accounts"} 0 pg_table_vacuum_count{datname="patumba",relname="public.balanceEligibleForWithdraw"} 0 pg_table_vacuum_count{datname="patumba",relname="public.clientValues"} 0 pg_table_vacuum_count{datname="patumba",relname="public.customer_fixed_term_deposits"} 0 pg_table_vacuum_count{datname="patumba",relname="public.customers"} 0 pg_table_vacuum_count{datname="patumba",relname="public.earlyRedemptions"} 0 pg_table_vacuum_count{datname="patumba",relname="public.services"} 0 pg_table_vacuum_count{datname="patumba",relname="public.transactions"} 0 pg_table_vacuum_count{datname="patumba",relname="public.unitPrices"} 0 pg_table_vacuum_count{datname="patumba_airtel",relname="hobbiton_production.accounts"} 0 pg_table_vacuum_count{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_vacuum_count{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 0 pg_table_vacuum_count{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_vacuum_count{datname="patumba_airtel",relname="hobbiton_production.customers"} 0 pg_table_vacuum_count{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_vacuum_count{datname="patumba_airtel",relname="hobbiton_production.services"} 0 pg_table_vacuum_count{datname="patumba_airtel",relname="hobbiton_production.transactions"} 0 pg_table_vacuum_count{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 0 pg_table_vacuum_count{datname="patumba_mtn",relname="hobbiton_production.accounts"} 0 pg_table_vacuum_count{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_vacuum_count{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 0 pg_table_vacuum_count{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_vacuum_count{datname="patumba_mtn",relname="hobbiton_production.customers"} 0 pg_table_vacuum_count{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_vacuum_count{datname="patumba_mtn",relname="hobbiton_production.services"} 0 pg_table_vacuum_count{datname="patumba_mtn",relname="hobbiton_production.transactions"} 0 pg_table_vacuum_count{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 0 pg_table_vacuum_count{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 0 pg_table_vacuum_count{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_vacuum_count{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 0 pg_table_vacuum_count{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_vacuum_count{datname="patumba_zamtel",relname="hobbiton_production.customers"} 0 pg_table_vacuum_count{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_vacuum_count{datname="patumba_zamtel",relname="hobbiton_production.services"} 0 pg_table_vacuum_count{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 0 pg_table_vacuum_count{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 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="patumba",relname="public.accounts"} 0 pg_table_vacuum_time{datname="patumba",relname="public.balanceEligibleForWithdraw"} 0 pg_table_vacuum_time{datname="patumba",relname="public.clientValues"} 0 pg_table_vacuum_time{datname="patumba",relname="public.customer_fixed_term_deposits"} 0 pg_table_vacuum_time{datname="patumba",relname="public.customers"} 0 pg_table_vacuum_time{datname="patumba",relname="public.earlyRedemptions"} 0 pg_table_vacuum_time{datname="patumba",relname="public.services"} 0 pg_table_vacuum_time{datname="patumba",relname="public.transactions"} 0 pg_table_vacuum_time{datname="patumba",relname="public.unitPrices"} 0 pg_table_vacuum_time{datname="patumba_airtel",relname="hobbiton_production.accounts"} 0 pg_table_vacuum_time{datname="patumba_airtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_vacuum_time{datname="patumba_airtel",relname="hobbiton_production.clientValues"} 0 pg_table_vacuum_time{datname="patumba_airtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_vacuum_time{datname="patumba_airtel",relname="hobbiton_production.customers"} 0 pg_table_vacuum_time{datname="patumba_airtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_vacuum_time{datname="patumba_airtel",relname="hobbiton_production.services"} 0 pg_table_vacuum_time{datname="patumba_airtel",relname="hobbiton_production.transactions"} 0 pg_table_vacuum_time{datname="patumba_airtel",relname="hobbiton_production.unitPrices"} 0 pg_table_vacuum_time{datname="patumba_mtn",relname="hobbiton_production.accounts"} 0 pg_table_vacuum_time{datname="patumba_mtn",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_vacuum_time{datname="patumba_mtn",relname="hobbiton_production.clientValues"} 0 pg_table_vacuum_time{datname="patumba_mtn",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_vacuum_time{datname="patumba_mtn",relname="hobbiton_production.customers"} 0 pg_table_vacuum_time{datname="patumba_mtn",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_vacuum_time{datname="patumba_mtn",relname="hobbiton_production.services"} 0 pg_table_vacuum_time{datname="patumba_mtn",relname="hobbiton_production.transactions"} 0 pg_table_vacuum_time{datname="patumba_mtn",relname="hobbiton_production.unitPrices"} 0 pg_table_vacuum_time{datname="patumba_zamtel",relname="hobbiton_production.accounts"} 0 pg_table_vacuum_time{datname="patumba_zamtel",relname="hobbiton_production.balanceEligibleForWithdraw"} 0 pg_table_vacuum_time{datname="patumba_zamtel",relname="hobbiton_production.clientValues"} 0 pg_table_vacuum_time{datname="patumba_zamtel",relname="hobbiton_production.customer_fixed_term_deposits"} 0 pg_table_vacuum_time{datname="patumba_zamtel",relname="hobbiton_production.customers"} 0 pg_table_vacuum_time{datname="patumba_zamtel",relname="hobbiton_production.earlyRedemptions"} 0 pg_table_vacuum_time{datname="patumba_zamtel",relname="hobbiton_production.services"} 0 pg_table_vacuum_time{datname="patumba_zamtel",relname="hobbiton_production.transactions"} 0 pg_table_vacuum_time{datname="patumba_zamtel",relname="hobbiton_production.unitPrices"} 0 # HELP pg_timeline_id Current timeline ID # TYPE pg_timeline_id gauge pg_timeline_id 1 # HELP pg_timestamp current database timestamp in unix epoch # TYPE pg_timestamp gauge pg_timestamp 1.787527007044929e+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 13864.8973 # HELP pg_version server version number # TYPE pg_version gauge pg_version 180006 # HELP pg_wait_count Count of WaitEvent on target database # TYPE pg_wait_count gauge pg_wait_count{datname="_system",event="Activity"} 7 pg_wait_count{datname="patumba",event="Client"} 1 pg_wait_count{datname="patumba_airtel",event="Client"} 1 pg_wait_count{datname="patumba_mtn",event="Client"} 1 pg_wait_count{datname="patumba_zamtel",event="Client"} 1 pg_wait_count{datname="postgres",event="Activity"} 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 0 # HELP pg_wal_fpi Total number of WAL full page images generated # TYPE pg_wal_fpi counter pg_wal_fpi 0 # HELP pg_wal_records Total number of WAL records generated # TYPE pg_wal_records counter pg_wal_records 0 # HELP pg_wal_reset_time When statistics were last reset # TYPE pg_wal_reset_time gauge pg_wal_reset_time 1.787513142212742e+09 # HELP pg_write_lsn primary only # TYPE pg_write_lsn counter pg_write_lsn NaN # HELP pg_xact_xmax First as-yet-unassigned txid. txid >= this are invisible. # TYPE pg_xact_xmax counter pg_xact_xmax 2503 # HELP pg_xact_xmin Earliest txid that is still active # TYPE pg_xact_xmin counter pg_xact_xmin 2503 # 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 116.83 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524287 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 6.6224354031e+10 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 2.516427683e+09 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 11 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.910208e+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.78751317858e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.371324416e+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"} 1381 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0