# 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.6455e-05 go_gc_duration_seconds{quantile="0.25"} 7.401e-05 go_gc_duration_seconds{quantile="0.5"} 8.3302e-05 go_gc_duration_seconds{quantile="0.75"} 0.000117314 go_gc_duration_seconds{quantile="1"} 5.954598664 go_gc_duration_seconds_sum 56.990706523 go_gc_duration_seconds_count 48896 # 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 10 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.12"} 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.704248e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 7.01844152e+10 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 3654 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 6.79755322e+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.155128e+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.704248e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 1.2935168e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 3.23584e+06 # HELP go_memstats_heap_objects Number of currently allocated objects. Equals to /gc/heap/objects:objects. # TYPE go_memstats_heap_objects gauge go_memstats_heap_objects 10814 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 1.2025856e+07 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 1.6171008e+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.7751758887992013e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 6.79766136e+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 1200 # 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 15600 # 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 58400 # 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 146880 # 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 4.194304e+06 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 585314 # 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 589824 # 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 589824 # 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.0667408e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads. # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 1 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 6 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 3536.3 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.048576e+06 # 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 1.84394427143e+11 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 6.379594481e+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 1.9574784e+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.7684184294e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.263529984e+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"} 225943 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0 # HELP restic_backup_files_total Number of files in the backup # TYPE restic_backup_files_total counter restic_backup_files_total{client_hostname="Appleton2",client_username="root",client_version="restic 0.18.1",period="daily",repository="appleton",snapshot_hash="de848a1408853111b00beb5640cf2a06df79baee2e92597520611dbb0189331a",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 47326 restic_backup_files_total{client_hostname="Appleton2",client_username="root",client_version="restic 0.18.1",period="hourly",repository="appleton",snapshot_hash="95a4f5d25c226a0a406b7218cf76f43ae7ff70cc15147dc6dc77f95d58112b83",snapshot_tag="projekton",snapshot_tags="hourly,projekton"} 1 restic_backup_files_total{client_hostname="Botran2019",client_username="root",client_version="restic 0.18.1",period="",repository="botran",snapshot_hash="61be729850265242ca60e7d8c7577d724fd17764802be534f157dbd7efbf7a10",snapshot_tag="sql-dump-cleanup",snapshot_tags="sql-dump-cleanup"} 3 restic_backup_files_total{client_hostname="Botran2019",client_username="root",client_version="restic 0.18.1",period="daily",repository="botran",snapshot_hash="d3d618bcd275f954bea230a0c5ece9e9d871a27934a8a331dc575970e418d513",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 187586 restic_backup_files_total{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="29582618409a0704fcb7dee804875203c1e6f9a8cac866c25e697bf43bad7d98",snapshot_tag="gofis_portal__ehypoexpert_dev__db",snapshot_tags="daily,gofis_portal__ehypoexpert_dev__db"} 1 restic_backup_files_total{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="3ed208d273cc5ce3ec98c8700c5abdd18f1f2dad29154edb52e992726085f03f",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 216445 restic_backup_files_total{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="b892ad4113e05ad2d6e577e4145f994e07eac863f16f6d58fb865df353401f3b",snapshot_tag="bat_bat_dashboard_bat_dashboard_api__test__db",snapshot_tags="bat_bat_dashboard_bat_dashboard_api__test__db,daily"} 1 restic_backup_files_total{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="cf93ee2ea4d960095a136ff5b226d76fc8c35f2f8a123020f9770a212c445adf",snapshot_tag="bat_bat_dashboard_bat_dashboard_api__dev__db",snapshot_tags="bat_bat_dashboard_bat_dashboard_api__dev__db,daily"} 1 restic_backup_files_total{client_hostname="Companero",client_username="root",client_version="restic 0.18.1",period="daily",repository="companero",snapshot_hash="a0d288312e44cecb9538f1a847b9b77c95929e4ab3375d5469e032fea159ada7",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 3269 restic_backup_files_total{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="",repository="diamond",snapshot_hash="8bdd0a46e6046861338fc5f9501eb5a63e1e68e8c421cdffdc2202df8096a470",snapshot_tag="3dden-final-backup",snapshot_tags="3dden-final-backup"} 1482 restic_backup_files_total{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="",repository="diamond",snapshot_hash="c930491d429bcffa4b7dcf71037c567b3192d418a88beb9869ee5f43de98efb6",snapshot_tag="filesystem",snapshot_tags="filesystem"} 205212 restic_backup_files_total{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="daily",repository="diamond",snapshot_hash="28a4dd5e0935f5e2ed275f9628426eb914e68e5c3d7f678c66e6b1c1836339ed",snapshot_tag="bat_bat_dashboard_bat_dashboard_api__prod__db",snapshot_tags="bat_bat_dashboard_bat_dashboard_api__prod__db,daily"} 1 restic_backup_files_total{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="daily",repository="diamond",snapshot_hash="c8c3960e6cbd8f38a7ef9fb4ebe410be188d7e4f049135aa6186ce9667e678c8",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 206560 restic_backup_files_total{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="daily",repository="diamond",snapshot_hash="c910982819a9f42d99b9b7c5f15acfe5e0bfbad54163a65dc2774329ff0e6847",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 205245 restic_backup_files_total{client_hostname="Diplomatico",client_username="root",client_version="restic 0.18.1",period="daily",repository="diplomatico",snapshot_hash="64eebe327ee52148223977f38ec4fb2532c14db61e9856270ec00fd81402665d",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 47076 restic_backup_files_total{client_hostname="DonPapa3",client_username="root",client_version="restic 0.18.1",period="",repository="donpapa3",snapshot_hash="0ecc99604b0d1127d8d29690544b8f01075003bbde8c96cdfbba980239e6a1a3",snapshot_tag="filesystem",snapshot_tags="filesystem"} 11127 restic_backup_files_total{client_hostname="DonPapa3",client_username="root",client_version="restic 0.18.1",period="daily",repository="donpapa3",snapshot_hash="31ac410603046a2b98d16c48ab90a85fc3ebde0f2e9cb477e78b27f6e1247959",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 105185 restic_backup_files_total{client_hostname="DonPapa3",client_username="root",client_version="restic 0.18.1",period="daily",repository="donpapa3",snapshot_hash="d46a33799b6f2dbaa6be1e1370bf27e50a36971029e426778cc291fbda83fb67",snapshot_tag="gitlab",snapshot_tags="daily,gitlab"} 1 restic_backup_files_total{client_hostname="Espero",client_username="root",client_version="restic 0.18.1",period="daily",repository="espero",snapshot_hash="4a0fae8fc6544867e0d68daa4fe2f142ab49446f4bc0f2df4ed6aaf8b0c908d7",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 25817 restic_backup_files_total{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="3c46c3ee1068d0d8a833c6b6c6cd63e779d6d0d4fc3ae3ad45ebfa442fd17c79",snapshot_tag="docker-volumes",snapshot_tags="daily,docker-volumes"} 2217 restic_backup_files_total{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="76220e5a7751cd7f760d642da418e0ba54eeb51ad91dcb0d63c997c734c81b31",snapshot_tag="netbird-zdb-1",snapshot_tags="daily,netbird-zdb-1"} 1 restic_backup_files_total{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="b18fdfddd85512773417f17d1bd531cc7842a91f848495f6335e641f9957e428",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 789 restic_backup_files_total{client_hostname="Kraken",client_username="root",client_version="restic 0.18.1",period="",repository="kraken",snapshot_hash="1d4b565b4141cd4f4413ad4dcfc88995bc37c55cc91db44d8f13403b9f19e0cd",snapshot_tag="db-backup-cleanup",snapshot_tags="db-backup-cleanup"} 2814 restic_backup_files_total{client_hostname="Kraken",client_username="root",client_version="restic 0.18.1",period="daily",repository="kraken",snapshot_hash="89150878a3f0081d86f804dc5ff0843bc363e8cad8c47fb24c7144576a005948",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 9391 restic_backup_files_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="",repository="malteco",snapshot_hash="6264755aef885acd6d56c80541f4527e71721ca2e517acc73160d6350216233e",snapshot_tag="db-dump-cleanup",snapshot_tags="db-dump-cleanup"} 14 restic_backup_files_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="",repository="malteco",snapshot_hash="698c57852f2bceb60498fb72d9d9133bf33212abebed99f843a9d4d299980aed",snapshot_tag="filesystem",snapshot_tags="filesystem"} 40315 restic_backup_files_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="daily",repository="malteco",snapshot_hash="4aba94ebfca08980bfa30a441d8745a28831d07b4aa4dd8b0b98db4c3e52dff0",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 40321 restic_backup_files_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="daily",repository="malteco",snapshot_hash="5d7ba8f1873e5d6ad96eb554dd5bcc59d83c9b69ac8b6df7a1ee262d5c082c5e",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 40708 restic_backup_files_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="11ab933d913359dc1e787be44e11251b884a0cb154a4237ebe97de6ce1da4146",snapshot_tag="fisaf-prod",snapshot_tags="fisaf-prod,hourly"} 1 restic_backup_files_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="7e75317b15000e3d13b0ee86b79871fc2585c8ea3ab6808da4b3aa8d57f3e6a6",snapshot_tag="csph-prod",snapshot_tags="csph-prod,hourly"} 1 restic_backup_files_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="dacd2ddfddc26bf14752c67b3760c44cf5a543babf2f3c6c2e8557fe5402eb10",snapshot_tag="css-prod",snapshot_tags="css-prod,hourly"} 1 restic_backup_files_total{client_hostname="Plantation",client_username="root",client_version="restic 0.18.1",period="",repository="plantation",snapshot_hash="e0239153bf44adf144a2aedbaad629c068d0e65633ade4409783eed22cfd602d",snapshot_tag="sql-dump-cleanup",snapshot_tags="sql-dump-cleanup"} 8 restic_backup_files_total{client_hostname="Plantation",client_username="root",client_version="restic 0.18.1",period="daily",repository="plantation",snapshot_hash="25edd5ed2dfe0277fd1859f13e27d7a310272be2a1e946aa88386fdd6f0338ae",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 46679 restic_backup_files_total{client_hostname="Rebellion",client_username="root",client_version="restic 0.18.1",period="daily",repository="rebellion",snapshot_hash="b5c5c8753ba1d11084e03eefca604d91713fa67b0f9d2e903af4144676bb1884",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 72385 restic_backup_files_total{client_hostname="Rebellion",client_username="root",client_version="restic 0.18.1",period="daily",repository="rebellion",snapshot_hash="ef0b96154d0e16e47bebd611922512882a39242a2c3d19f663222b49ef19f701",snapshot_tag="umami-db-1",snapshot_tags="daily,umami-db-1"} 1 restic_backup_files_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="",repository="santos",snapshot_hash="ed9801e946eaa0f57aebc4741c6e0f3e9428a0d572e49c6e588e0bc68719a29c",snapshot_tag="filesystem",snapshot_tags="filesystem"} 1.520364e+06 restic_backup_files_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="daily",repository="santos",snapshot_hash="665f26b5a7df784b2109812b5cd69fe420cad7b694ae9d3c583ff267e55b5200",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 740016 restic_backup_files_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="daily",repository="santos",snapshot_hash="9e29b8c0f04e7c4dcb2a5a47ea0c7ea5042d2487154efd4b9654dd78d4b41eaa",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.1832e+06 restic_backup_files_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="daily",repository="santos",snapshot_hash="d5b7aab388650d04f3a58916ec69bdc3b5b2717e837b10e989cd2d00b4636181",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.087739e+06 restic_backup_files_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="00f6b0a4c7d562d38400a0ce02d07c9045299bb1d6a247dd14afbe6acbcd5bcb",snapshot_tag="gofis_portal__gofis_prod__db",snapshot_tags="gofis_portal__gofis_prod__db,hourly"} 1 restic_backup_files_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="04dde8560b9506531ae0577d4c989f4a2dc2c7d74684244eb307a38522635fba",snapshot_tag="tms_tms_api__bpg_prod__db",snapshot_tags="hourly,tms_tms_api__bpg_prod__db"} 1 restic_backup_files_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="09391b2b3f2926a1f130b2348ad4bd846a5927a8db6dc0fe950fffdd9ab83226",snapshot_tag="tms_tms_api__pg_prod__db",snapshot_tags="hourly,tms_tms_api__pg_prod__db"} 1 restic_backup_files_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="1eec4d084b58a7b337a564e43526967f77b1b911f41087dfc0368cf4739c6006",snapshot_tag="tms_tms_api__pm_prod__db",snapshot_tags="hourly,tms_tms_api__pm_prod__db"} 1 restic_backup_files_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="27e74ca79d1794e8e803873e61ee117befad87b8ca5bae2c3052036397070296",snapshot_tag="tms_tms_api__pm_2025__db",snapshot_tags="hourly,tms_tms_api__pm_2025__db"} 1 restic_backup_files_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="626f5d3450aeaee682c5dce60a0baf55268994e7e0c1ccba95531b1b30d7fd6f",snapshot_tag="tms_tms_api__standacup_prod__db",snapshot_tags="hourly,tms_tms_api__standacup_prod__db"} 1 restic_backup_files_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="7adb7433dafe7716bae061ef3e8d2bb8fa2feba86768bcb2e4f7d3af0df74c7a",snapshot_tag="gofis_portal__ehypoexpert_prod__db",snapshot_tags="gofis_portal__ehypoexpert_prod__db,hourly"} 1 restic_backup_files_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="824e603b342d8ecf141258592dab13529a8052fc25cf72a353a1d0c822230fcc",snapshot_tag="tms_tms_api__pwo_2025__db",snapshot_tags="hourly,tms_tms_api__pwo_2025__db"} 1 restic_backup_files_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="c860f7a8e8963c232b1641f9b039abeb85ce30cd4dca65f6a29c1d27239f531c",snapshot_tag="tms_tms_api__phc_test__db",snapshot_tags="hourly,tms_tms_api__phc_test__db"} 1 restic_backup_files_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="d3d54ab37c4fbca6f532a89587aaee9b0377b36fe3d5d16718fb824e6445e019",snapshot_tag="tms_tms_api__phc_prod__db",snapshot_tags="hourly,tms_tms_api__phc_prod__db"} 1 restic_backup_files_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="dc00c923f68bb7a590e9734c6738d6b0c40b30cd74b8a026709d02716dcb7f02",snapshot_tag="tms_tms_api__co_prod__db",snapshot_tags="hourly,tms_tms_api__co_prod__db"} 1 restic_backup_files_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="dfd90a77508ad26556bfe88b645dbc0efbc895bf6d0821a05de8c9de5fdf72b8",snapshot_tag="tms_tms_api__pwo_prod__db",snapshot_tags="hourly,tms_tms_api__pwo_prod__db"} 1 restic_backup_files_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="e7d5a407173cb6f8d553c188069a91165e6abd1ac9f070f7e239ed6cef89ce25",snapshot_tag="tms_tms_api__pvg_prod__db",snapshot_tags="hourly,tms_tms_api__pvg_prod__db"} 1 restic_backup_files_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="e9ca8a16093a7b634c53f734a9d4bbe9af1c82f2a1a2cfd96c67d4bbd45e4e4b",snapshot_tag="tms_tms_api__pvg_2025w__db",snapshot_tags="hourly,tms_tms_api__pvg_2025w__db"} 1 restic_backup_files_total{client_hostname="Tesoro",client_username="root",client_version="restic 0.18.1",period="daily",repository="tesoro",snapshot_hash="0de7675b1c9cf6f3607f8581b26300e0fdca81c7305bc8a648db15be33fab0b9",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 20679 restic_backup_files_total{client_hostname="Tesoro",client_username="root",client_version="restic 0.18.1",period="hourly",repository="tesoro",snapshot_hash="5ac59595ab7dcf3e69b6c84be0b5999bdaeed3e458cedddf4445b21bddfd574d",snapshot_tag="vaultwarden",snapshot_tags="hourly,vaultwarden"} 484 restic_backup_files_total{client_hostname="Zacapa",client_username="root",client_version="restic 0.18.1",period="",repository="zacapa",snapshot_hash="ab596457f92b62e4457176bfa05ffaacb3e9a0819199aaa12ac14fd0c6372b3f",snapshot_tag="sonarqube_db_1",snapshot_tags="sonarqube_db_1"} 1 restic_backup_files_total{client_hostname="Zacapa",client_username="root",client_version="restic 0.18.1",period="daily",repository="zacapa",snapshot_hash="d9e5224cac4d834b4a58a72c3681a39ae8fdf7f6d0652f3263a66cd8c38cad6f",snapshot_tag="sonarqube_db_1",snapshot_tags="daily,sonarqube_db_1"} 1 restic_backup_files_total{client_hostname="Zacapa",client_username="root",client_version="restic 0.18.1",period="daily",repository="zacapa",snapshot_hash="e1b8647fc7bb0addd56287479b060072de4f2cb6aec9354de285300c64b7847a",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 250851 restic_backup_files_total{client_hostname="millonario",client_username="root",client_version="restic 0.18.1",period="",repository="millonario",snapshot_hash="cd6a207e951fcfafb6ba0ef6e3ec74784096b9087544c740c9efcc6e37f8d1cc",snapshot_tag="filesystem",snapshot_tags="filesystem"} 1.739108e+06 restic_backup_files_total{client_hostname="millonario",client_username="root",client_version="restic 0.18.1",period="daily",repository="millonario",snapshot_hash="430670ab7a57426d20c1cbea1fafc5d444f776180d0c14b9f716f5dc52d6358a",snapshot_tag="portal.designeo.cz/sql",snapshot_tags="daily,portal.designeo.cz/sql"} 1 restic_backup_files_total{client_hostname="millonario",client_username="root",client_version="restic 0.18.1",period="daily",repository="millonario",snapshot_hash="ead7d0a1d5fa565c435a61b0093fe422d1e08dfda50375f72e36a5386358b736",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.770332e+06 restic_backup_files_total{client_hostname="pampero",client_username="root",client_version="restic 0.18.1",period="daily",repository="pampero",snapshot_hash="26b70c0ad924587b35b769ffc54408cde26c6babb6b8a9963d1eeb6869853ed7",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 436040 # HELP restic_backup_size_total Total size of backup in bytes # TYPE restic_backup_size_total counter restic_backup_size_total{client_hostname="Appleton2",client_username="root",client_version="restic 0.18.1",period="daily",repository="appleton",snapshot_hash="de848a1408853111b00beb5640cf2a06df79baee2e92597520611dbb0189331a",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 3.609023433e+10 restic_backup_size_total{client_hostname="Appleton2",client_username="root",client_version="restic 0.18.1",period="hourly",repository="appleton",snapshot_hash="95a4f5d25c226a0a406b7218cf76f43ae7ff70cc15147dc6dc77f95d58112b83",snapshot_tag="projekton",snapshot_tags="hourly,projekton"} 4.35041508e+08 restic_backup_size_total{client_hostname="Botran2019",client_username="root",client_version="restic 0.18.1",period="",repository="botran",snapshot_hash="61be729850265242ca60e7d8c7577d724fd17764802be534f157dbd7efbf7a10",snapshot_tag="sql-dump-cleanup",snapshot_tags="sql-dump-cleanup"} 1.335250405e+10 restic_backup_size_total{client_hostname="Botran2019",client_username="root",client_version="restic 0.18.1",period="daily",repository="botran",snapshot_hash="d3d618bcd275f954bea230a0c5ece9e9d871a27934a8a331dc575970e418d513",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 3.38461781003e+11 restic_backup_size_total{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="29582618409a0704fcb7dee804875203c1e6f9a8cac866c25e697bf43bad7d98",snapshot_tag="gofis_portal__ehypoexpert_dev__db",snapshot_tags="daily,gofis_portal__ehypoexpert_dev__db"} 754 restic_backup_size_total{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="3ed208d273cc5ce3ec98c8700c5abdd18f1f2dad29154edb52e992726085f03f",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 5.9010294233e+10 restic_backup_size_total{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="b892ad4113e05ad2d6e577e4145f994e07eac863f16f6d58fb865df353401f3b",snapshot_tag="bat_bat_dashboard_bat_dashboard_api__test__db",snapshot_tags="bat_bat_dashboard_bat_dashboard_api__test__db,daily"} 510863 restic_backup_size_total{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="cf93ee2ea4d960095a136ff5b226d76fc8c35f2f8a123020f9770a212c445adf",snapshot_tag="bat_bat_dashboard_bat_dashboard_api__dev__db",snapshot_tags="bat_bat_dashboard_bat_dashboard_api__dev__db,daily"} 486100 restic_backup_size_total{client_hostname="Companero",client_username="root",client_version="restic 0.18.1",period="daily",repository="companero",snapshot_hash="a0d288312e44cecb9538f1a847b9b77c95929e4ab3375d5469e032fea159ada7",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.854145143e+09 restic_backup_size_total{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="",repository="diamond",snapshot_hash="8bdd0a46e6046861338fc5f9501eb5a63e1e68e8c421cdffdc2202df8096a470",snapshot_tag="3dden-final-backup",snapshot_tags="3dden-final-backup"} 1.17407388e+08 restic_backup_size_total{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="",repository="diamond",snapshot_hash="c930491d429bcffa4b7dcf71037c567b3192d418a88beb9869ee5f43de98efb6",snapshot_tag="filesystem",snapshot_tags="filesystem"} 7.0053098745e+10 restic_backup_size_total{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="daily",repository="diamond",snapshot_hash="28a4dd5e0935f5e2ed275f9628426eb914e68e5c3d7f678c66e6b1c1836339ed",snapshot_tag="bat_bat_dashboard_bat_dashboard_api__prod__db",snapshot_tags="bat_bat_dashboard_bat_dashboard_api__prod__db,daily"} 717043 restic_backup_size_total{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="daily",repository="diamond",snapshot_hash="c8c3960e6cbd8f38a7ef9fb4ebe410be188d7e4f049135aa6186ce9667e678c8",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 7.4880546637e+10 restic_backup_size_total{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="daily",repository="diamond",snapshot_hash="c910982819a9f42d99b9b7c5f15acfe5e0bfbad54163a65dc2774329ff0e6847",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 6.9945251155e+10 restic_backup_size_total{client_hostname="Diplomatico",client_username="root",client_version="restic 0.18.1",period="daily",repository="diplomatico",snapshot_hash="64eebe327ee52148223977f38ec4fb2532c14db61e9856270ec00fd81402665d",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 5.7046804839e+10 restic_backup_size_total{client_hostname="DonPapa3",client_username="root",client_version="restic 0.18.1",period="",repository="donpapa3",snapshot_hash="0ecc99604b0d1127d8d29690544b8f01075003bbde8c96cdfbba980239e6a1a3",snapshot_tag="filesystem",snapshot_tags="filesystem"} 9.636781366e+09 restic_backup_size_total{client_hostname="DonPapa3",client_username="root",client_version="restic 0.18.1",period="daily",repository="donpapa3",snapshot_hash="31ac410603046a2b98d16c48ab90a85fc3ebde0f2e9cb477e78b27f6e1247959",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.0688124347e+10 restic_backup_size_total{client_hostname="DonPapa3",client_username="root",client_version="restic 0.18.1",period="daily",repository="donpapa3",snapshot_hash="d46a33799b6f2dbaa6be1e1370bf27e50a36971029e426778cc291fbda83fb67",snapshot_tag="gitlab",snapshot_tags="daily,gitlab"} 3.430653952e+10 restic_backup_size_total{client_hostname="Espero",client_username="root",client_version="restic 0.18.1",period="daily",repository="espero",snapshot_hash="4a0fae8fc6544867e0d68daa4fe2f142ab49446f4bc0f2df4ed6aaf8b0c908d7",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.7073817731e+10 restic_backup_size_total{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="3c46c3ee1068d0d8a833c6b6c6cd63e779d6d0d4fc3ae3ad45ebfa442fd17c79",snapshot_tag="docker-volumes",snapshot_tags="daily,docker-volumes"} 1.55661317e+08 restic_backup_size_total{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="76220e5a7751cd7f760d642da418e0ba54eeb51ad91dcb0d63c997c734c81b31",snapshot_tag="netbird-zdb-1",snapshot_tags="daily,netbird-zdb-1"} 1.493407e+06 restic_backup_size_total{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="b18fdfddd85512773417f17d1bd531cc7842a91f848495f6335e641f9957e428",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.94828197e+09 restic_backup_size_total{client_hostname="Kraken",client_username="root",client_version="restic 0.18.1",period="",repository="kraken",snapshot_hash="1d4b565b4141cd4f4413ad4dcfc88995bc37c55cc91db44d8f13403b9f19e0cd",snapshot_tag="db-backup-cleanup",snapshot_tags="db-backup-cleanup"} 1.2983980699e+10 restic_backup_size_total{client_hostname="Kraken",client_username="root",client_version="restic 0.18.1",period="daily",repository="kraken",snapshot_hash="89150878a3f0081d86f804dc5ff0843bc363e8cad8c47fb24c7144576a005948",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 6.7921823233e+10 restic_backup_size_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="",repository="malteco",snapshot_hash="6264755aef885acd6d56c80541f4527e71721ca2e517acc73160d6350216233e",snapshot_tag="db-dump-cleanup",snapshot_tags="db-dump-cleanup"} 1.0636257196e+10 restic_backup_size_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="",repository="malteco",snapshot_hash="698c57852f2bceb60498fb72d9d9133bf33212abebed99f843a9d4d299980aed",snapshot_tag="filesystem",snapshot_tags="filesystem"} 4.8391831431e+10 restic_backup_size_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="daily",repository="malteco",snapshot_hash="4aba94ebfca08980bfa30a441d8745a28831d07b4aa4dd8b0b98db4c3e52dff0",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 5.0583585343e+10 restic_backup_size_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="daily",repository="malteco",snapshot_hash="5d7ba8f1873e5d6ad96eb554dd5bcc59d83c9b69ac8b6df7a1ee262d5c082c5e",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 6.7065588475e+10 restic_backup_size_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="11ab933d913359dc1e787be44e11251b884a0cb154a4237ebe97de6ce1da4146",snapshot_tag="fisaf-prod",snapshot_tags="fisaf-prod,hourly"} 9.95835175e+08 restic_backup_size_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="7e75317b15000e3d13b0ee86b79871fc2585c8ea3ab6808da4b3aa8d57f3e6a6",snapshot_tag="csph-prod",snapshot_tags="csph-prod,hourly"} 6.6718121e+07 restic_backup_size_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="dacd2ddfddc26bf14752c67b3760c44cf5a543babf2f3c6c2e8557fe5402eb10",snapshot_tag="css-prod",snapshot_tags="css-prod,hourly"} 1.23548351e+08 restic_backup_size_total{client_hostname="Plantation",client_username="root",client_version="restic 0.18.1",period="",repository="plantation",snapshot_hash="e0239153bf44adf144a2aedbaad629c068d0e65633ade4409783eed22cfd602d",snapshot_tag="sql-dump-cleanup",snapshot_tags="sql-dump-cleanup"} 1.74944117e+08 restic_backup_size_total{client_hostname="Plantation",client_username="root",client_version="restic 0.18.1",period="daily",repository="plantation",snapshot_hash="25edd5ed2dfe0277fd1859f13e27d7a310272be2a1e946aa88386fdd6f0338ae",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 7.18951357e+09 restic_backup_size_total{client_hostname="Rebellion",client_username="root",client_version="restic 0.18.1",period="daily",repository="rebellion",snapshot_hash="b5c5c8753ba1d11084e03eefca604d91713fa67b0f9d2e903af4144676bb1884",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.5111470785e+10 restic_backup_size_total{client_hostname="Rebellion",client_username="root",client_version="restic 0.18.1",period="daily",repository="rebellion",snapshot_hash="ef0b96154d0e16e47bebd611922512882a39242a2c3d19f663222b49ef19f701",snapshot_tag="umami-db-1",snapshot_tags="daily,umami-db-1"} 9.30256367e+08 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="",repository="santos",snapshot_hash="ed9801e946eaa0f57aebc4741c6e0f3e9428a0d572e49c6e588e0bc68719a29c",snapshot_tag="filesystem",snapshot_tags="filesystem"} 8.3180666788e+10 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="daily",repository="santos",snapshot_hash="665f26b5a7df784b2109812b5cd69fe420cad7b694ae9d3c583ff267e55b5200",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 5.7860674549e+10 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="daily",repository="santos",snapshot_hash="9e29b8c0f04e7c4dcb2a5a47ea0c7ea5042d2487154efd4b9654dd78d4b41eaa",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 8.1374355137e+10 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="daily",repository="santos",snapshot_hash="d5b7aab388650d04f3a58916ec69bdc3b5b2717e837b10e989cd2d00b4636181",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.02973932764e+11 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="00f6b0a4c7d562d38400a0ce02d07c9045299bb1d6a247dd14afbe6acbcd5bcb",snapshot_tag="gofis_portal__gofis_prod__db",snapshot_tags="gofis_portal__gofis_prod__db,hourly"} 3.328605014e+09 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="04dde8560b9506531ae0577d4c989f4a2dc2c7d74684244eb307a38522635fba",snapshot_tag="tms_tms_api__bpg_prod__db",snapshot_tags="hourly,tms_tms_api__bpg_prod__db"} 2.7779464e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="09391b2b3f2926a1f130b2348ad4bd846a5927a8db6dc0fe950fffdd9ab83226",snapshot_tag="tms_tms_api__pg_prod__db",snapshot_tags="hourly,tms_tms_api__pg_prod__db"} 4.1395814e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="1eec4d084b58a7b337a564e43526967f77b1b911f41087dfc0368cf4739c6006",snapshot_tag="tms_tms_api__pm_prod__db",snapshot_tags="hourly,tms_tms_api__pm_prod__db"} 1.3863325e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="27e74ca79d1794e8e803873e61ee117befad87b8ca5bae2c3052036397070296",snapshot_tag="tms_tms_api__pm_2025__db",snapshot_tags="hourly,tms_tms_api__pm_2025__db"} 1.5003422e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="626f5d3450aeaee682c5dce60a0baf55268994e7e0c1ccba95531b1b30d7fd6f",snapshot_tag="tms_tms_api__standacup_prod__db",snapshot_tags="hourly,tms_tms_api__standacup_prod__db"} 4.6363247e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="7adb7433dafe7716bae061ef3e8d2bb8fa2feba86768bcb2e4f7d3af0df74c7a",snapshot_tag="gofis_portal__ehypoexpert_prod__db",snapshot_tags="gofis_portal__ehypoexpert_prod__db,hourly"} 3.2761946e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="824e603b342d8ecf141258592dab13529a8052fc25cf72a353a1d0c822230fcc",snapshot_tag="tms_tms_api__pwo_2025__db",snapshot_tags="hourly,tms_tms_api__pwo_2025__db"} 1.2485345e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="c860f7a8e8963c232b1641f9b039abeb85ce30cd4dca65f6a29c1d27239f531c",snapshot_tag="tms_tms_api__phc_test__db",snapshot_tags="hourly,tms_tms_api__phc_test__db"} 6.8282002e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="d3d54ab37c4fbca6f532a89587aaee9b0377b36fe3d5d16718fb824e6445e019",snapshot_tag="tms_tms_api__phc_prod__db",snapshot_tags="hourly,tms_tms_api__phc_prod__db"} 7.8092678e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="dc00c923f68bb7a590e9734c6738d6b0c40b30cd74b8a026709d02716dcb7f02",snapshot_tag="tms_tms_api__co_prod__db",snapshot_tags="hourly,tms_tms_api__co_prod__db"} 3.4330202e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="dfd90a77508ad26556bfe88b645dbc0efbc895bf6d0821a05de8c9de5fdf72b8",snapshot_tag="tms_tms_api__pwo_prod__db",snapshot_tags="hourly,tms_tms_api__pwo_prod__db"} 1.2846282e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="e7d5a407173cb6f8d553c188069a91165e6abd1ac9f070f7e239ed6cef89ce25",snapshot_tag="tms_tms_api__pvg_prod__db",snapshot_tags="hourly,tms_tms_api__pvg_prod__db"} 2.7254707e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="e9ca8a16093a7b634c53f734a9d4bbe9af1c82f2a1a2cfd96c67d4bbd45e4e4b",snapshot_tag="tms_tms_api__pvg_2025w__db",snapshot_tags="hourly,tms_tms_api__pvg_2025w__db"} 3.1506468e+07 restic_backup_size_total{client_hostname="Tesoro",client_username="root",client_version="restic 0.18.1",period="daily",repository="tesoro",snapshot_hash="0de7675b1c9cf6f3607f8581b26300e0fdca81c7305bc8a648db15be33fab0b9",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 7.627569982e+09 restic_backup_size_total{client_hostname="Tesoro",client_username="root",client_version="restic 0.18.1",period="hourly",repository="tesoro",snapshot_hash="5ac59595ab7dcf3e69b6c84be0b5999bdaeed3e458cedddf4445b21bddfd574d",snapshot_tag="vaultwarden",snapshot_tags="hourly,vaultwarden"} 9.9484048e+07 restic_backup_size_total{client_hostname="Zacapa",client_username="root",client_version="restic 0.18.1",period="",repository="zacapa",snapshot_hash="ab596457f92b62e4457176bfa05ffaacb3e9a0819199aaa12ac14fd0c6372b3f",snapshot_tag="sonarqube_db_1",snapshot_tags="sonarqube_db_1"} 2.04324049e+08 restic_backup_size_total{client_hostname="Zacapa",client_username="root",client_version="restic 0.18.1",period="daily",repository="zacapa",snapshot_hash="d9e5224cac4d834b4a58a72c3681a39ae8fdf7f6d0652f3263a66cd8c38cad6f",snapshot_tag="sonarqube_db_1",snapshot_tags="daily,sonarqube_db_1"} 2.03174219e+08 restic_backup_size_total{client_hostname="Zacapa",client_username="root",client_version="restic 0.18.1",period="daily",repository="zacapa",snapshot_hash="e1b8647fc7bb0addd56287479b060072de4f2cb6aec9354de285300c64b7847a",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.05026500473e+11 restic_backup_size_total{client_hostname="millonario",client_username="root",client_version="restic 0.18.1",period="",repository="millonario",snapshot_hash="cd6a207e951fcfafb6ba0ef6e3ec74784096b9087544c740c9efcc6e37f8d1cc",snapshot_tag="filesystem",snapshot_tags="filesystem"} 2.0375675617e+10 restic_backup_size_total{client_hostname="millonario",client_username="root",client_version="restic 0.18.1",period="daily",repository="millonario",snapshot_hash="430670ab7a57426d20c1cbea1fafc5d444f776180d0c14b9f716f5dc52d6358a",snapshot_tag="portal.designeo.cz/sql",snapshot_tags="daily,portal.designeo.cz/sql"} 2.9208377e+07 restic_backup_size_total{client_hostname="millonario",client_username="root",client_version="restic 0.18.1",period="daily",repository="millonario",snapshot_hash="ead7d0a1d5fa565c435a61b0093fe422d1e08dfda50375f72e36a5386358b736",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 7.0996965017e+10 restic_backup_size_total{client_hostname="pampero",client_username="root",client_version="restic 0.18.1",period="daily",repository="pampero",snapshot_hash="26b70c0ad924587b35b769ffc54408cde26c6babb6b8a9963d1eeb6869853ed7",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 4.1778477855e+10 # HELP restic_backup_timestamp Timestamp of the last backup # TYPE restic_backup_timestamp gauge restic_backup_timestamp{client_hostname="Appleton2",client_username="root",client_version="restic 0.18.1",period="daily",repository="appleton",snapshot_hash="de848a1408853111b00beb5640cf2a06df79baee2e92597520611dbb0189331a",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775093401e+09 restic_backup_timestamp{client_hostname="Appleton2",client_username="root",client_version="restic 0.18.1",period="hourly",repository="appleton",snapshot_hash="95a4f5d25c226a0a406b7218cf76f43ae7ff70cc15147dc6dc77f95d58112b83",snapshot_tag="projekton",snapshot_tags="hourly,projekton"} 1.775174701e+09 restic_backup_timestamp{client_hostname="Botran2019",client_username="root",client_version="restic 0.18.1",period="",repository="botran",snapshot_hash="61be729850265242ca60e7d8c7577d724fd17764802be534f157dbd7efbf7a10",snapshot_tag="sql-dump-cleanup",snapshot_tags="sql-dump-cleanup"} 1.764939997e+09 restic_backup_timestamp{client_hostname="Botran2019",client_username="root",client_version="restic 0.18.1",period="daily",repository="botran",snapshot_hash="d3d618bcd275f954bea230a0c5ece9e9d871a27934a8a331dc575970e418d513",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775093402e+09 restic_backup_timestamp{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="29582618409a0704fcb7dee804875203c1e6f9a8cac866c25e697bf43bad7d98",snapshot_tag="gofis_portal__ehypoexpert_dev__db",snapshot_tags="daily,gofis_portal__ehypoexpert_dev__db"} 1.77509349e+09 restic_backup_timestamp{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="3ed208d273cc5ce3ec98c8700c5abdd18f1f2dad29154edb52e992726085f03f",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775093402e+09 restic_backup_timestamp{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="b892ad4113e05ad2d6e577e4145f994e07eac863f16f6d58fb865df353401f3b",snapshot_tag="bat_bat_dashboard_bat_dashboard_api__test__db",snapshot_tags="bat_bat_dashboard_bat_dashboard_api__test__db,daily"} 1.775093462e+09 restic_backup_timestamp{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="cf93ee2ea4d960095a136ff5b226d76fc8c35f2f8a123020f9770a212c445adf",snapshot_tag="bat_bat_dashboard_bat_dashboard_api__dev__db",snapshot_tags="bat_bat_dashboard_bat_dashboard_api__dev__db,daily"} 1.775093477e+09 restic_backup_timestamp{client_hostname="Companero",client_username="root",client_version="restic 0.18.1",period="daily",repository="companero",snapshot_hash="a0d288312e44cecb9538f1a847b9b77c95929e4ab3375d5469e032fea159ada7",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775093401e+09 restic_backup_timestamp{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="",repository="diamond",snapshot_hash="8bdd0a46e6046861338fc5f9501eb5a63e1e68e8c421cdffdc2202df8096a470",snapshot_tag="3dden-final-backup",snapshot_tags="3dden-final-backup"} 1.770765902e+09 restic_backup_timestamp{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="",repository="diamond",snapshot_hash="c930491d429bcffa4b7dcf71037c567b3192d418a88beb9869ee5f43de98efb6",snapshot_tag="filesystem",snapshot_tags="filesystem"} 1.764811801e+09 restic_backup_timestamp{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="daily",repository="diamond",snapshot_hash="28a4dd5e0935f5e2ed275f9628426eb914e68e5c3d7f678c66e6b1c1836339ed",snapshot_tag="bat_bat_dashboard_bat_dashboard_api__prod__db",snapshot_tags="bat_bat_dashboard_bat_dashboard_api__prod__db,daily"} 1.775093499e+09 restic_backup_timestamp{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="daily",repository="diamond",snapshot_hash="c8c3960e6cbd8f38a7ef9fb4ebe410be188d7e4f049135aa6186ce9667e678c8",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775093401e+09 restic_backup_timestamp{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="daily",repository="diamond",snapshot_hash="c910982819a9f42d99b9b7c5f15acfe5e0bfbad54163a65dc2774329ff0e6847",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.765762202e+09 restic_backup_timestamp{client_hostname="Diplomatico",client_username="root",client_version="restic 0.18.1",period="daily",repository="diplomatico",snapshot_hash="64eebe327ee52148223977f38ec4fb2532c14db61e9856270ec00fd81402665d",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775093401e+09 restic_backup_timestamp{client_hostname="DonPapa3",client_username="root",client_version="restic 0.18.1",period="",repository="donpapa3",snapshot_hash="0ecc99604b0d1127d8d29690544b8f01075003bbde8c96cdfbba980239e6a1a3",snapshot_tag="filesystem",snapshot_tags="filesystem"} 1.76461607e+09 restic_backup_timestamp{client_hostname="DonPapa3",client_username="root",client_version="restic 0.18.1",period="daily",repository="donpapa3",snapshot_hash="31ac410603046a2b98d16c48ab90a85fc3ebde0f2e9cb477e78b27f6e1247959",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775093401e+09 restic_backup_timestamp{client_hostname="DonPapa3",client_username="root",client_version="restic 0.18.1",period="daily",repository="donpapa3",snapshot_hash="d46a33799b6f2dbaa6be1e1370bf27e50a36971029e426778cc291fbda83fb67",snapshot_tag="gitlab",snapshot_tags="daily,gitlab"} 1.775094114e+09 restic_backup_timestamp{client_hostname="Espero",client_username="root",client_version="restic 0.18.1",period="daily",repository="espero",snapshot_hash="4a0fae8fc6544867e0d68daa4fe2f142ab49446f4bc0f2df4ed6aaf8b0c908d7",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775093402e+09 restic_backup_timestamp{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="3c46c3ee1068d0d8a833c6b6c6cd63e779d6d0d4fc3ae3ad45ebfa442fd17c79",snapshot_tag="docker-volumes",snapshot_tags="daily,docker-volumes"} 1.775093417e+09 restic_backup_timestamp{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="76220e5a7751cd7f760d642da418e0ba54eeb51ad91dcb0d63c997c734c81b31",snapshot_tag="netbird-zdb-1",snapshot_tags="daily,netbird-zdb-1"} 1.77509341e+09 restic_backup_timestamp{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="b18fdfddd85512773417f17d1bd531cc7842a91f848495f6335e641f9957e428",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775093402e+09 restic_backup_timestamp{client_hostname="Kraken",client_username="root",client_version="restic 0.18.1",period="",repository="kraken",snapshot_hash="1d4b565b4141cd4f4413ad4dcfc88995bc37c55cc91db44d8f13403b9f19e0cd",snapshot_tag="db-backup-cleanup",snapshot_tags="db-backup-cleanup"} 1.76718132e+09 restic_backup_timestamp{client_hostname="Kraken",client_username="root",client_version="restic 0.18.1",period="daily",repository="kraken",snapshot_hash="89150878a3f0081d86f804dc5ff0843bc363e8cad8c47fb24c7144576a005948",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775093401e+09 restic_backup_timestamp{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="",repository="malteco",snapshot_hash="6264755aef885acd6d56c80541f4527e71721ca2e517acc73160d6350216233e",snapshot_tag="db-dump-cleanup",snapshot_tags="db-dump-cleanup"} 1.767689971e+09 restic_backup_timestamp{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="",repository="malteco",snapshot_hash="698c57852f2bceb60498fb72d9d9133bf33212abebed99f843a9d4d299980aed",snapshot_tag="filesystem",snapshot_tags="filesystem"} 1.764855938e+09 restic_backup_timestamp{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="daily",repository="malteco",snapshot_hash="4aba94ebfca08980bfa30a441d8745a28831d07b4aa4dd8b0b98db4c3e52dff0",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.765762206e+09 restic_backup_timestamp{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="daily",repository="malteco",snapshot_hash="5d7ba8f1873e5d6ad96eb554dd5bcc59d83c9b69ac8b6df7a1ee262d5c082c5e",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775093407e+09 restic_backup_timestamp{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="11ab933d913359dc1e787be44e11251b884a0cb154a4237ebe97de6ce1da4146",snapshot_tag="fisaf-prod",snapshot_tags="fisaf-prod,hourly"} 1.775174758e+09 restic_backup_timestamp{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="7e75317b15000e3d13b0ee86b79871fc2585c8ea3ab6808da4b3aa8d57f3e6a6",snapshot_tag="csph-prod",snapshot_tags="csph-prod,hourly"} 1.775174706e+09 restic_backup_timestamp{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="dacd2ddfddc26bf14752c67b3760c44cf5a543babf2f3c6c2e8557fe5402eb10",snapshot_tag="css-prod",snapshot_tags="css-prod,hourly"} 1.775174731e+09 restic_backup_timestamp{client_hostname="Plantation",client_username="root",client_version="restic 0.18.1",period="",repository="plantation",snapshot_hash="e0239153bf44adf144a2aedbaad629c068d0e65633ade4409783eed22cfd602d",snapshot_tag="sql-dump-cleanup",snapshot_tags="sql-dump-cleanup"} 1.765032446e+09 restic_backup_timestamp{client_hostname="Plantation",client_username="root",client_version="restic 0.18.1",period="daily",repository="plantation",snapshot_hash="25edd5ed2dfe0277fd1859f13e27d7a310272be2a1e946aa88386fdd6f0338ae",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775172602e+09 restic_backup_timestamp{client_hostname="Rebellion",client_username="root",client_version="restic 0.18.1",period="daily",repository="rebellion",snapshot_hash="b5c5c8753ba1d11084e03eefca604d91713fa67b0f9d2e903af4144676bb1884",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775093402e+09 restic_backup_timestamp{client_hostname="Rebellion",client_username="root",client_version="restic 0.18.1",period="daily",repository="rebellion",snapshot_hash="ef0b96154d0e16e47bebd611922512882a39242a2c3d19f663222b49ef19f701",snapshot_tag="umami-db-1",snapshot_tags="daily,umami-db-1"} 1.775093454e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="",repository="santos",snapshot_hash="ed9801e946eaa0f57aebc4741c6e0f3e9428a0d572e49c6e588e0bc68719a29c",snapshot_tag="filesystem",snapshot_tags="filesystem"} 1.764857544e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="daily",repository="santos",snapshot_hash="665f26b5a7df784b2109812b5cd69fe420cad7b694ae9d3c583ff267e55b5200",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.765935002e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="daily",repository="santos",snapshot_hash="9e29b8c0f04e7c4dcb2a5a47ea0c7ea5042d2487154efd4b9654dd78d4b41eaa",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775094302e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="daily",repository="santos",snapshot_hash="d5b7aab388650d04f3a58916ec69bdc3b5b2717e837b10e989cd2d00b4636181",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.768872601e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="00f6b0a4c7d562d38400a0ce02d07c9045299bb1d6a247dd14afbe6acbcd5bcb",snapshot_tag="gofis_portal__gofis_prod__db",snapshot_tags="gofis_portal__gofis_prod__db,hourly"} 1.775174759e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="04dde8560b9506531ae0577d4c989f4a2dc2c7d74684244eb307a38522635fba",snapshot_tag="tms_tms_api__bpg_prod__db",snapshot_tags="hourly,tms_tms_api__bpg_prod__db"} 1.775174731e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="09391b2b3f2926a1f130b2348ad4bd846a5927a8db6dc0fe950fffdd9ab83226",snapshot_tag="tms_tms_api__pg_prod__db",snapshot_tags="hourly,tms_tms_api__pg_prod__db"} 1.775174735e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="1eec4d084b58a7b337a564e43526967f77b1b911f41087dfc0368cf4739c6006",snapshot_tag="tms_tms_api__pm_prod__db",snapshot_tags="hourly,tms_tms_api__pm_prod__db"} 1.775174722e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="27e74ca79d1794e8e803873e61ee117befad87b8ca5bae2c3052036397070296",snapshot_tag="tms_tms_api__pm_2025__db",snapshot_tags="hourly,tms_tms_api__pm_2025__db"} 1.77517475e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="626f5d3450aeaee682c5dce60a0baf55268994e7e0c1ccba95531b1b30d7fd6f",snapshot_tag="tms_tms_api__standacup_prod__db",snapshot_tags="hourly,tms_tms_api__standacup_prod__db"} 1.775174707e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="7adb7433dafe7716bae061ef3e8d2bb8fa2feba86768bcb2e4f7d3af0df74c7a",snapshot_tag="gofis_portal__ehypoexpert_prod__db",snapshot_tags="gofis_portal__ehypoexpert_prod__db,hourly"} 1.775174741e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="824e603b342d8ecf141258592dab13529a8052fc25cf72a353a1d0c822230fcc",snapshot_tag="tms_tms_api__pwo_2025__db",snapshot_tags="hourly,tms_tms_api__pwo_2025__db"} 1.775174791e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="c860f7a8e8963c232b1641f9b039abeb85ce30cd4dca65f6a29c1d27239f531c",snapshot_tag="tms_tms_api__phc_test__db",snapshot_tags="hourly,tms_tms_api__phc_test__db"} 1.775174703e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="d3d54ab37c4fbca6f532a89587aaee9b0377b36fe3d5d16718fb824e6445e019",snapshot_tag="tms_tms_api__phc_prod__db",snapshot_tags="hourly,tms_tms_api__phc_prod__db"} 1.775174712e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="dc00c923f68bb7a590e9734c6738d6b0c40b30cd74b8a026709d02716dcb7f02",snapshot_tag="tms_tms_api__co_prod__db",snapshot_tags="hourly,tms_tms_api__co_prod__db"} 1.775174726e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="dfd90a77508ad26556bfe88b645dbc0efbc895bf6d0821a05de8c9de5fdf72b8",snapshot_tag="tms_tms_api__pwo_prod__db",snapshot_tags="hourly,tms_tms_api__pwo_prod__db"} 1.775174717e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="e7d5a407173cb6f8d553c188069a91165e6abd1ac9f070f7e239ed6cef89ce25",snapshot_tag="tms_tms_api__pvg_prod__db",snapshot_tags="hourly,tms_tms_api__pvg_prod__db"} 1.775174754e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="e9ca8a16093a7b634c53f734a9d4bbe9af1c82f2a1a2cfd96c67d4bbd45e4e4b",snapshot_tag="tms_tms_api__pvg_2025w__db",snapshot_tags="hourly,tms_tms_api__pvg_2025w__db"} 1.775174745e+09 restic_backup_timestamp{client_hostname="Tesoro",client_username="root",client_version="restic 0.18.1",period="daily",repository="tesoro",snapshot_hash="0de7675b1c9cf6f3607f8581b26300e0fdca81c7305bc8a648db15be33fab0b9",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775093405e+09 restic_backup_timestamp{client_hostname="Tesoro",client_username="root",client_version="restic 0.18.1",period="hourly",repository="tesoro",snapshot_hash="5ac59595ab7dcf3e69b6c84be0b5999bdaeed3e458cedddf4445b21bddfd574d",snapshot_tag="vaultwarden",snapshot_tags="hourly,vaultwarden"} 1.775174705e+09 restic_backup_timestamp{client_hostname="Zacapa",client_username="root",client_version="restic 0.18.1",period="",repository="zacapa",snapshot_hash="ab596457f92b62e4457176bfa05ffaacb3e9a0819199aaa12ac14fd0c6372b3f",snapshot_tag="sonarqube_db_1",snapshot_tags="sonarqube_db_1"} 1.764600003e+09 restic_backup_timestamp{client_hostname="Zacapa",client_username="root",client_version="restic 0.18.1",period="daily",repository="zacapa",snapshot_hash="d9e5224cac4d834b4a58a72c3681a39ae8fdf7f6d0652f3263a66cd8c38cad6f",snapshot_tag="sonarqube_db_1",snapshot_tags="daily,sonarqube_db_1"} 1.775095252e+09 restic_backup_timestamp{client_hostname="Zacapa",client_username="root",client_version="restic 0.18.1",period="daily",repository="zacapa",snapshot_hash="e1b8647fc7bb0addd56287479b060072de4f2cb6aec9354de285300c64b7847a",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775095201e+09 restic_backup_timestamp{client_hostname="millonario",client_username="root",client_version="restic 0.18.1",period="",repository="millonario",snapshot_hash="cd6a207e951fcfafb6ba0ef6e3ec74784096b9087544c740c9efcc6e37f8d1cc",snapshot_tag="filesystem",snapshot_tags="filesystem"} 1.764625946e+09 restic_backup_timestamp{client_hostname="millonario",client_username="root",client_version="restic 0.18.1",period="daily",repository="millonario",snapshot_hash="430670ab7a57426d20c1cbea1fafc5d444f776180d0c14b9f716f5dc52d6358a",snapshot_tag="portal.designeo.cz/sql",snapshot_tags="daily,portal.designeo.cz/sql"} 1.775172828e+09 restic_backup_timestamp{client_hostname="millonario",client_username="root",client_version="restic 0.18.1",period="daily",repository="millonario",snapshot_hash="ead7d0a1d5fa565c435a61b0093fe422d1e08dfda50375f72e36a5386358b736",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775172602e+09 restic_backup_timestamp{client_hostname="pampero",client_username="root",client_version="restic 0.18.1",period="daily",repository="pampero",snapshot_hash="26b70c0ad924587b35b769ffc54408cde26c6babb6b8a9963d1eeb6869853ed7",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775172602e+09 # HELP restic_last_backup_timestamp_seconds Timestamp of the most recent backup # TYPE restic_last_backup_timestamp_seconds gauge restic_last_backup_timestamp_seconds{hostname="Appleton2",period="daily",repository="appleton"} 1.775093401e+09 restic_last_backup_timestamp_seconds{hostname="Appleton2",period="hourly",repository="appleton"} 1.775174701e+09 restic_last_backup_timestamp_seconds{hostname="Botran2019",period="",repository="botran"} 1.764939997e+09 restic_last_backup_timestamp_seconds{hostname="Botran2019",period="daily",repository="botran"} 1.775093402e+09 restic_last_backup_timestamp_seconds{hostname="Bumbu",period="daily",repository="bumbu"} 1.77509349e+09 restic_last_backup_timestamp_seconds{hostname="Companero",period="daily",repository="companero"} 1.775093401e+09 restic_last_backup_timestamp_seconds{hostname="Diamond",period="",repository="diamond"} 1.770765902e+09 restic_last_backup_timestamp_seconds{hostname="Diamond",period="daily",repository="diamond"} 1.775093499e+09 restic_last_backup_timestamp_seconds{hostname="Diplomatico",period="daily",repository="diplomatico"} 1.775093401e+09 restic_last_backup_timestamp_seconds{hostname="DonPapa3",period="",repository="donpapa3"} 1.76461607e+09 restic_last_backup_timestamp_seconds{hostname="DonPapa3",period="daily",repository="donpapa3"} 1.775094114e+09 restic_last_backup_timestamp_seconds{hostname="Espero",period="daily",repository="espero"} 1.775093402e+09 restic_last_backup_timestamp_seconds{hostname="Jerry",period="daily",repository="jerry"} 1.775093417e+09 restic_last_backup_timestamp_seconds{hostname="Kraken",period="",repository="kraken"} 1.76718132e+09 restic_last_backup_timestamp_seconds{hostname="Kraken",period="daily",repository="kraken"} 1.775093401e+09 restic_last_backup_timestamp_seconds{hostname="Malteco",period="",repository="malteco"} 1.767689971e+09 restic_last_backup_timestamp_seconds{hostname="Malteco",period="daily",repository="malteco"} 1.775093407e+09 restic_last_backup_timestamp_seconds{hostname="Malteco",period="hourly",repository="malteco"} 1.775174758e+09 restic_last_backup_timestamp_seconds{hostname="Plantation",period="",repository="plantation"} 1.765032446e+09 restic_last_backup_timestamp_seconds{hostname="Plantation",period="daily",repository="plantation"} 1.775172602e+09 restic_last_backup_timestamp_seconds{hostname="Rebellion",period="daily",repository="rebellion"} 1.775093454e+09 restic_last_backup_timestamp_seconds{hostname="Santos",period="",repository="santos"} 1.764857544e+09 restic_last_backup_timestamp_seconds{hostname="Santos",period="daily",repository="santos"} 1.775094302e+09 restic_last_backup_timestamp_seconds{hostname="Santos",period="hourly",repository="santos"} 1.775174791e+09 restic_last_backup_timestamp_seconds{hostname="Tesoro",period="daily",repository="tesoro"} 1.775093405e+09 restic_last_backup_timestamp_seconds{hostname="Tesoro",period="hourly",repository="tesoro"} 1.775174705e+09 restic_last_backup_timestamp_seconds{hostname="Zacapa",period="",repository="zacapa"} 1.764600003e+09 restic_last_backup_timestamp_seconds{hostname="Zacapa",period="daily",repository="zacapa"} 1.775095252e+09 restic_last_backup_timestamp_seconds{hostname="millonario",period="",repository="millonario"} 1.764625946e+09 restic_last_backup_timestamp_seconds{hostname="millonario",period="daily",repository="millonario"} 1.775172828e+09 restic_last_backup_timestamp_seconds{hostname="pampero",period="daily",repository="pampero"} 1.775172602e+09 # HELP restic_locks_total Number of locks in the repository # TYPE restic_locks_total gauge restic_locks_total{repository="appleton"} 0 restic_locks_total{repository="botran"} 0 restic_locks_total{repository="bumbu"} 0 restic_locks_total{repository="companero"} 0 restic_locks_total{repository="diamond"} 0 restic_locks_total{repository="diplomatico"} 0 restic_locks_total{repository="donpapa3"} 0 restic_locks_total{repository="espero"} 0 restic_locks_total{repository="jerry"} 0 restic_locks_total{repository="kraken"} 0 restic_locks_total{repository="malteco"} 0 restic_locks_total{repository="millonario"} 0 restic_locks_total{repository="pampero"} 0 restic_locks_total{repository="plantation"} 0 restic_locks_total{repository="rebellion"} 0 restic_locks_total{repository="santos"} 0 restic_locks_total{repository="tesoro"} 0 restic_locks_total{repository="zacapa"} 0 # HELP restic_oldest_backup_timestamp_seconds Timestamp of the oldest backup # TYPE restic_oldest_backup_timestamp_seconds gauge restic_oldest_backup_timestamp_seconds{hostname="Appleton2",period="daily",repository="appleton"} 1.775093401e+09 restic_oldest_backup_timestamp_seconds{hostname="Appleton2",period="hourly",repository="appleton"} 1.775174701e+09 restic_oldest_backup_timestamp_seconds{hostname="Botran2019",period="",repository="botran"} 1.764939997e+09 restic_oldest_backup_timestamp_seconds{hostname="Botran2019",period="daily",repository="botran"} 1.775093402e+09 restic_oldest_backup_timestamp_seconds{hostname="Bumbu",period="daily",repository="bumbu"} 1.775093402e+09 restic_oldest_backup_timestamp_seconds{hostname="Companero",period="daily",repository="companero"} 1.775093401e+09 restic_oldest_backup_timestamp_seconds{hostname="Diamond",period="",repository="diamond"} 1.764811801e+09 restic_oldest_backup_timestamp_seconds{hostname="Diamond",period="daily",repository="diamond"} 1.765762202e+09 restic_oldest_backup_timestamp_seconds{hostname="Diplomatico",period="daily",repository="diplomatico"} 1.775093401e+09 restic_oldest_backup_timestamp_seconds{hostname="DonPapa3",period="",repository="donpapa3"} 1.76461607e+09 restic_oldest_backup_timestamp_seconds{hostname="DonPapa3",period="daily",repository="donpapa3"} 1.775093401e+09 restic_oldest_backup_timestamp_seconds{hostname="Espero",period="daily",repository="espero"} 1.775093402e+09 restic_oldest_backup_timestamp_seconds{hostname="Jerry",period="daily",repository="jerry"} 1.775093402e+09 restic_oldest_backup_timestamp_seconds{hostname="Kraken",period="",repository="kraken"} 1.76718132e+09 restic_oldest_backup_timestamp_seconds{hostname="Kraken",period="daily",repository="kraken"} 1.775093401e+09 restic_oldest_backup_timestamp_seconds{hostname="Malteco",period="",repository="malteco"} 1.764855938e+09 restic_oldest_backup_timestamp_seconds{hostname="Malteco",period="daily",repository="malteco"} 1.765762206e+09 restic_oldest_backup_timestamp_seconds{hostname="Malteco",period="hourly",repository="malteco"} 1.775174706e+09 restic_oldest_backup_timestamp_seconds{hostname="Plantation",period="",repository="plantation"} 1.765032446e+09 restic_oldest_backup_timestamp_seconds{hostname="Plantation",period="daily",repository="plantation"} 1.775172602e+09 restic_oldest_backup_timestamp_seconds{hostname="Rebellion",period="daily",repository="rebellion"} 1.775093402e+09 restic_oldest_backup_timestamp_seconds{hostname="Santos",period="",repository="santos"} 1.764857544e+09 restic_oldest_backup_timestamp_seconds{hostname="Santos",period="daily",repository="santos"} 1.765935002e+09 restic_oldest_backup_timestamp_seconds{hostname="Santos",period="hourly",repository="santos"} 1.775174703e+09 restic_oldest_backup_timestamp_seconds{hostname="Tesoro",period="daily",repository="tesoro"} 1.775093405e+09 restic_oldest_backup_timestamp_seconds{hostname="Tesoro",period="hourly",repository="tesoro"} 1.775174705e+09 restic_oldest_backup_timestamp_seconds{hostname="Zacapa",period="",repository="zacapa"} 1.764600003e+09 restic_oldest_backup_timestamp_seconds{hostname="Zacapa",period="daily",repository="zacapa"} 1.775095201e+09 restic_oldest_backup_timestamp_seconds{hostname="millonario",period="",repository="millonario"} 1.764625946e+09 restic_oldest_backup_timestamp_seconds{hostname="millonario",period="daily",repository="millonario"} 1.775172602e+09 restic_oldest_backup_timestamp_seconds{hostname="pampero",period="daily",repository="pampero"} 1.775172602e+09 # HELP restic_repository_files_total Total number of files in the repository # TYPE restic_repository_files_total gauge restic_repository_files_total{repository="appleton"} 88189 restic_repository_files_total{repository="botran"} 1.528869e+06 restic_repository_files_total{repository="bumbu"} 172189 restic_repository_files_total{repository="companero"} 6957 restic_repository_files_total{repository="diamond"} 596690 restic_repository_files_total{repository="diplomatico"} 172558 restic_repository_files_total{repository="donpapa3"} 192886 restic_repository_files_total{repository="espero"} 137437 restic_repository_files_total{repository="jerry"} 6721 restic_repository_files_total{repository="kraken"} 185617 restic_repository_files_total{repository="malteco"} 263638 restic_repository_files_total{repository="millonario"} 569018 restic_repository_files_total{repository="pampero"} 216381 restic_repository_files_total{repository="plantation"} 156596 restic_repository_files_total{repository="rebellion"} 60367 restic_repository_files_total{repository="santos"} 1.153655e+06 restic_repository_files_total{repository="tesoro"} 65733 restic_repository_files_total{repository="zacapa"} 461375 # HELP restic_repository_size_bytes Total size of the repository in bytes (compressed) # TYPE restic_repository_size_bytes gauge restic_repository_size_bytes{repository="appleton"} 2.326586998e+10 restic_repository_size_bytes{repository="botran"} 3.84035858722e+11 restic_repository_size_bytes{repository="bumbu"} 1.4411682068e+10 restic_repository_size_bytes{repository="companero"} 5.06858428e+08 restic_repository_size_bytes{repository="diamond"} 9.7117762987e+10 restic_repository_size_bytes{repository="diplomatico"} 2.6238930318e+10 restic_repository_size_bytes{repository="donpapa3"} 5.2465576252e+10 restic_repository_size_bytes{repository="espero"} 2.1658745571e+10 restic_repository_size_bytes{repository="jerry"} 7.76463653e+08 restic_repository_size_bytes{repository="kraken"} 3.940450496e+10 restic_repository_size_bytes{repository="malteco"} 5.0471201482e+10 restic_repository_size_bytes{repository="millonario"} 2.7303345128e+10 restic_repository_size_bytes{repository="pampero"} 1.6264708027e+10 restic_repository_size_bytes{repository="plantation"} 4.010094951e+09 restic_repository_size_bytes{repository="rebellion"} 3.945169333e+09 restic_repository_size_bytes{repository="santos"} 4.8812111924e+10 restic_repository_size_bytes{repository="tesoro"} 1.1594661236e+10 restic_repository_size_bytes{repository="zacapa"} 9.0608964746e+10 # HELP restic_repository_uncompressed_size_bytes Total uncompressed size of the repository in bytes # TYPE restic_repository_uncompressed_size_bytes gauge restic_repository_uncompressed_size_bytes{repository="appleton"} 4.7447161997e+10 restic_repository_uncompressed_size_bytes{repository="botran"} 9.61935523423e+11 restic_repository_uncompressed_size_bytes{repository="bumbu"} 5.8961517646e+10 restic_repository_uncompressed_size_bytes{repository="companero"} 2.334510007e+09 restic_repository_uncompressed_size_bytes{repository="diamond"} 2.93874331999e+11 restic_repository_uncompressed_size_bytes{repository="diplomatico"} 1.03400638969e+11 restic_repository_uncompressed_size_bytes{repository="donpapa3"} 7.6048138098e+10 restic_repository_uncompressed_size_bytes{repository="espero"} 1.06701528713e+11 restic_repository_uncompressed_size_bytes{repository="jerry"} 3.492231728e+09 restic_repository_uncompressed_size_bytes{repository="kraken"} 1.24725647922e+11 restic_repository_uncompressed_size_bytes{repository="malteco"} 2.15845356415e+11 restic_repository_uncompressed_size_bytes{repository="millonario"} 3.6163310853e+10 restic_repository_uncompressed_size_bytes{repository="pampero"} 3.3508536651e+10 restic_repository_uncompressed_size_bytes{repository="plantation"} 1.405820788e+10 restic_repository_uncompressed_size_bytes{repository="rebellion"} 1.7810275181e+10 restic_repository_uncompressed_size_bytes{repository="santos"} 1.6079464082e+11 restic_repository_uncompressed_size_bytes{repository="tesoro"} 1.6698831321e+10 restic_repository_uncompressed_size_bytes{repository="zacapa"} 1.8143602721e+11 # HELP restic_scrape_duration_seconds Duration of the scrape # TYPE restic_scrape_duration_seconds gauge restic_scrape_duration_seconds{repository="appleton"} 7.165743902 restic_scrape_duration_seconds{repository="botran"} 6.114811864 restic_scrape_duration_seconds{repository="bumbu"} 5.406427344 restic_scrape_duration_seconds{repository="companero"} 2.20992196 restic_scrape_duration_seconds{repository="diamond"} 4.737537174 restic_scrape_duration_seconds{repository="diplomatico"} 6.333464167 restic_scrape_duration_seconds{repository="donpapa3"} 5.936512794 restic_scrape_duration_seconds{repository="espero"} 1.5252056870000001 restic_scrape_duration_seconds{repository="jerry"} 3.372723053 restic_scrape_duration_seconds{repository="kraken"} 6.774369204 restic_scrape_duration_seconds{repository="malteco"} 5.201546103 restic_scrape_duration_seconds{repository="millonario"} 4.60056042 restic_scrape_duration_seconds{repository="pampero"} 4.6914561280000004 restic_scrape_duration_seconds{repository="plantation"} 4.605227418 restic_scrape_duration_seconds{repository="rebellion"} 4.696063561 restic_scrape_duration_seconds{repository="santos"} 28.742376838 restic_scrape_duration_seconds{repository="tesoro"} 6.595342704 restic_scrape_duration_seconds{repository="zacapa"} 5.880604872 # HELP restic_scrape_success Whether the last scrape was successful (1 = success, 0 = failure) # TYPE restic_scrape_success gauge restic_scrape_success{repository="appleton"} 1 restic_scrape_success{repository="botran"} 1 restic_scrape_success{repository="bumbu"} 1 restic_scrape_success{repository="companero"} 1 restic_scrape_success{repository="diamond"} 1 restic_scrape_success{repository="diplomatico"} 1 restic_scrape_success{repository="donpapa3"} 1 restic_scrape_success{repository="espero"} 1 restic_scrape_success{repository="jerry"} 1 restic_scrape_success{repository="kraken"} 1 restic_scrape_success{repository="malteco"} 1 restic_scrape_success{repository="millonario"} 1 restic_scrape_success{repository="pampero"} 1 restic_scrape_success{repository="plantation"} 1 restic_scrape_success{repository="rebellion"} 1 restic_scrape_success{repository="santos"} 1 restic_scrape_success{repository="tesoro"} 1 restic_scrape_success{repository="zacapa"} 1 # HELP restic_snapshots_total Total number of snapshots in the repository (from stats) # TYPE restic_snapshots_total gauge restic_snapshots_total{repository="appleton"} 61 restic_snapshots_total{repository="botran"} 68 restic_snapshots_total{repository="bumbu"} 82 restic_snapshots_total{repository="companero"} 24 restic_snapshots_total{repository="diamond"} 64 restic_snapshots_total{repository="diplomatico"} 24 restic_snapshots_total{repository="donpapa3"} 32 restic_snapshots_total{repository="espero"} 24 restic_snapshots_total{repository="jerry"} 72 restic_snapshots_total{repository="kraken"} 25 restic_snapshots_total{repository="malteco"} 148 restic_snapshots_total{repository="millonario"} 49 restic_snapshots_total{repository="pampero"} 24 restic_snapshots_total{repository="plantation"} 25 restic_snapshots_total{repository="rebellion"} 48 restic_snapshots_total{repository="santos"} 1168 restic_snapshots_total{repository="tesoro"} 61 restic_snapshots_total{repository="zacapa"} 51