# 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"} 3.689e-05 go_gc_duration_seconds{quantile="0.25"} 6.84e-05 go_gc_duration_seconds{quantile="0.5"} 9.0252e-05 go_gc_duration_seconds{quantile="0.75"} 0.000145778 go_gc_duration_seconds{quantile="1"} 0.004071807 go_gc_duration_seconds_sum 29.060594331 go_gc_duration_seconds_count 265740 # 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 7 # 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 2.868824e+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 4.10305512352e+11 # 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 1.647900422e+09 # 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.08104e+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 2.868824e+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 3.5995648e+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 4.83328e+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 11860 # 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 3.375104e+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 4.0828928e+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.7902665802657568e+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.647912282e+09 # 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 9600 # 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 154560 # 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 342720 # 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 5.655496e+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 1.790666e+06 # 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 1.081344e+06 # 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 1.081344e+06 # 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 4.7143952e+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 8 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 13 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 7109.54 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524288 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 3.42353300709e+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 1.5774289298e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 7 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.5806464e+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.77563922346e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.264840704e+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"} 505490 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="50db04a97ecaa9df1650cf6f70c788150cfb350093e1a37af2408cab20f4c3e0",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 49334 restic_backup_files_total{client_hostname="Appleton2",client_username="root",client_version="restic 0.18.1",period="hourly",repository="appleton",snapshot_hash="7fa71634704a945678239b593dcb38c43993ce92c901186925f45488c061f500",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="9f274b6613e95a84b8a654b596130343fba49275e79baddff62164ce34ebb780",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 234241 restic_backup_files_total{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="2fceb7b52c9ab0a3736fbfd07564372cf1acc52896b0247def8440be7cb2f4f8",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="3b0e29fba77768e0b5f888d4088b74832efd1d972c831e9f905e3b848cc1e8a0",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="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="67560b41ec2e01f331eafa852a2bb178e99f1cc34ab0e630e5f529d570ed212e",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="b6d5db5c497f7d86efbda22d4a210cf777f0af034dacfc622e49b3d5130ec105",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 223129 restic_backup_files_total{client_hostname="Companero",client_username="root",client_version="restic 0.18.1",period="daily",repository="companero",snapshot_hash="58255d051cd00c5d91891a64557bb90ae9e1a941b5f6355992179696815c2f04",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 3293 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="a4d0a5c0f5e109d5093ce00a2cf79665db21d47e11ab6aac8ff10ef361fa26b3",snapshot_tag="atmospherica-api-media",snapshot_tags="atmospherica-api-media"} 39196 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="",repository="diamond",snapshot_hash="e2313e518dd58deac3b1dca0b34ecfff05b0edb822abdacd46cbd47408081b5b",snapshot_tag="old-mibcon-websites-backup",snapshot_tags="old-mibcon-websites-backup"} 9886 restic_backup_files_total{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="daily",repository="diamond",snapshot_hash="35a387664e11430d38a50c0b3c6483196212bf82d67f339b4ab3165a90ea7dcd",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="c910982819a9f42d99b9b7c5f15acfe5e0bfbad54163a65dc2774329ff0e6847",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 205245 restic_backup_files_total{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="daily",repository="diamond",snapshot_hash="e7cdb7499b4249f62276d6955712c751095c4ea2896bd81a5ebba9779a492b04",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 160863 restic_backup_files_total{client_hostname="Diplomatico",client_username="root",client_version="restic 0.18.1",period="daily",repository="diplomatico",snapshot_hash="b642747c1818d3f75ccbd0c6c12ccf4a8c3ee4da256a5d2660ca5b09be49ee4a",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 47136 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="086f165bcf1360ced031da9dac25cb2d0c71b27eda108153c3c3d3125ee606ed",snapshot_tag="gitlab",snapshot_tags="daily,gitlab"} 1 restic_backup_files_total{client_hostname="DonPapa3",client_username="root",client_version="restic 0.18.1",period="daily",repository="donpapa3",snapshot_hash="a6fd07472fd2d53472a81d57dea3fe532d8c99935f87121791921533e7089f84",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 105474 restic_backup_files_total{client_hostname="Espero",client_username="root",client_version="restic 0.18.1",period="daily",repository="espero",snapshot_hash="60781c91d223bea238ad183d015d238c7e331fccf6ed089f18bee75050d2dc09",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 25490 restic_backup_files_total{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="774dba841fedf6c839b67f3dfc4d8fb5d4f996cc08db4db4f3acea78cc41f1e5",snapshot_tag="docker-volumes",snapshot_tags="daily,docker-volumes"} 2232 restic_backup_files_total{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="80a02c0976a6c6ea7714d1187df8eb3ba1c044a251c99468838004af62803b63",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 818 restic_backup_files_total{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="8fbd173f202592d696c63c5aaec8149d05de555d4f552de47b092ab1c2189362",snapshot_tag="netbird-zdb-1",snapshot_tags="daily,netbird-zdb-1"} 1 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="feb2eeb53903dcd194efbf496d2bddccb59c6597f96440a5a716b2d2187c9575",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 9656 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="845db511f36cc56ecb0af49d2826aab441c1fc0c3e3d53b819bab395429cfa0e",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 40838 restic_backup_files_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="5a91e865ee6ece8137558e837623bb4ef5e200e696f227cd9b97aec9007fd291",snapshot_tag="css-prod",snapshot_tags="css-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="a8eb0a628d358ae7e70952e3a6d36add4867085bea609d43b2981539e0347751",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="bf4977f9a6cbdd7e57628cd3ace944e4a3fb15eda942fa4b31ffdbd796aad6e5",snapshot_tag="csph-prod",snapshot_tags="csph-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="ed75c315ead68966e1af8854e61013027de630ddc36d358db6ae6bb9f44ca765",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 53572 restic_backup_files_total{client_hostname="Rebellion",client_username="root",client_version="restic 0.18.1",period="daily",repository="rebellion",snapshot_hash="2709ce145fae0153eac2c26436c7be3aa2a823ab973bfa62b6f8834d1bb304ac",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 72404 restic_backup_files_total{client_hostname="Rebellion",client_username="root",client_version="restic 0.18.1",period="daily",repository="rebellion",snapshot_hash="7f396e9dc621cbc21859b2083fd466696a77f0e9a942ddecba84beae8b9199d6",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="bcedef5ab8bfbe117239eb46fc5937126e4d13d95fed62234e10eddfc5d6e94f",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 302246 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="00ec1bc38a73cb5327ab3c7b7d49def93ee2cf941a9db9d7e9d957ffb89d7134",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="1621638a98a8c23ad74a7c97dcc14689e22fe6690bc00270235fb6d70f77e720",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="2345f40c7ffd077fb56605b53baa84c3e7e8bca1d3c94772a9f9a2beaabc8317",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="280707f8bdb394db805b55428db038746db74d21eb671a704ec6f1ecfa2fa204",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="280bf555cf5bcf18500210439862ca650510d1b2b4a16b4b0194c0e2cb73db0f",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="314a3ec450735a12e9e9ae6e7db6551278bb780d8885982b270bd2d8ca527aea",snapshot_tag="tms_tms_api__phc_2026__db",snapshot_tags="hourly,tms_tms_api__phc_2026__db"} 1 restic_backup_files_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="4d68b9ef7a4869cee4936f881503f294c4ff0c9987be437f1104449b816f555b",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="4ef5a78107d2790576d922eecab818c5976f145b93e2daf19273ec2b804c046f",snapshot_tag="tms_tms_api__pvg_2026s__db",snapshot_tags="hourly,tms_tms_api__pvg_2026s__db"} 1 restic_backup_files_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="5cdb4753d1836433ea87eb8bf3e1ad0129ce39880030eb99062e6fe448a77204",snapshot_tag="tms_tms_api__pvg_2025w__db",snapshot_tags="hourly,tms_tms_api__pvg_2025w__db"} 1 restic_backup_files_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="7a21ee72ce437ba346f1028b8e4babaf898d59429ebd90eb31cea787da0f13ef",snapshot_tag="tms_tms_api__ppf_prod__db",snapshot_tags="hourly,tms_tms_api__ppf_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="d950e4853a11bf8b2e81c947c00c3b29c778c5940567cba2dd796d60d13b7d19",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="d985111d1056466131020c5da28b8d6238f6e28b24b72b65e333fe00acb62753",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="e49105e45437c7ca18c74d6f6e04f2829d296815daa764901d05c878d2968c32",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="e5e2d4f18af2f22396e5d3ad617cf792e5f052fa4ca9e56dc3444542c44324ce",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="e7055c5f5fc1f743a3c191f0b7999a4168c6b34920d9794b0fde8e0ebf3d614b",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="e8b49b8582d4d97655b212f5522751bc9d7b5c6f5b24470d9189e6b57356c7b0",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="ed8eb48cd0701a5703d035b287cf3e3dcdaae5d3546c5c0d4783f44864c07f1a",snapshot_tag="gofis_portal__gofis_prod__db",snapshot_tags="gofis_portal__gofis_prod__db,hourly"} 1 restic_backup_files_total{client_hostname="Tesoro",client_username="root",client_version="restic 0.18.1",period="daily",repository="tesoro",snapshot_hash="bcfebadfc59b01b7b3781518aab8dfc2353899a9b25b0251aa6cfeb32d3e3f4f",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 22673 restic_backup_files_total{client_hostname="Tesoro",client_username="root",client_version="restic 0.18.1",period="hourly",repository="tesoro",snapshot_hash="87b3ec6c67bbadee6cfeb832becda90def129297ef6e83109a90457908e6c24b",snapshot_tag="vaultwarden",snapshot_tags="hourly,vaultwarden"} 581 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="38f4a8a93ce623cf998d818f3117bf4a1ed975cdfdc3d0c1130f382259bd0035",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 287171 restic_backup_files_total{client_hostname="Zacapa",client_username="root",client_version="restic 0.18.1",period="daily",repository="zacapa",snapshot_hash="563f71af95603682b43fe217578b25087b9fd072243c6f7afd12046178bb7424",snapshot_tag="sonarqube_db_1",snapshot_tags="daily,sonarqube_db_1"} 1 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="5d91c33525c59327df3255c158ebbf94d85da543f7ba0c896e26d10fca6766e6",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.77588e+06 restic_backup_files_total{client_hostname="millonario",client_username="root",client_version="restic 0.18.1",period="daily",repository="millonario",snapshot_hash="e0d49e642ca60b28ea0dc359a739397eb1e0dde1afc398b8f047bbed2a6242bd",snapshot_tag="portal.designeo.cz/sql",snapshot_tags="daily,portal.designeo.cz/sql"} 1 restic_backup_files_total{client_hostname="pampero",client_username="root",client_version="restic 0.18.1",period="daily",repository="pampero",snapshot_hash="1bd7844d6af2deac1314c26e774221bca6322a57b4b39805320b915fd91d9e82",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 436169 # 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="50db04a97ecaa9df1650cf6f70c788150cfb350093e1a37af2408cab20f4c3e0",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 3.7736630556e+10 restic_backup_size_total{client_hostname="Appleton2",client_username="root",client_version="restic 0.18.1",period="hourly",repository="appleton",snapshot_hash="7fa71634704a945678239b593dcb38c43993ce92c901186925f45488c061f500",snapshot_tag="projekton",snapshot_tags="hourly,projekton"} 4.65161204e+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="9f274b6613e95a84b8a654b596130343fba49275e79baddff62164ce34ebb780",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 3.80085486965e+11 restic_backup_size_total{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="2fceb7b52c9ab0a3736fbfd07564372cf1acc52896b0247def8440be7cb2f4f8",snapshot_tag="bat_bat_dashboard_bat_dashboard_api__test__db",snapshot_tags="bat_bat_dashboard_bat_dashboard_api__test__db,daily"} 510733 restic_backup_size_total{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="3b0e29fba77768e0b5f888d4088b74832efd1d972c831e9f905e3b848cc1e8a0",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="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="67560b41ec2e01f331eafa852a2bb178e99f1cc34ab0e630e5f529d570ed212e",snapshot_tag="gofis_portal__ehypoexpert_dev__db",snapshot_tags="daily,gofis_portal__ehypoexpert_dev__db"} 6.596766e+06 restic_backup_size_total{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="b6d5db5c497f7d86efbda22d4a210cf777f0af034dacfc622e49b3d5130ec105",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 6.1547123986e+10 restic_backup_size_total{client_hostname="Companero",client_username="root",client_version="restic 0.18.1",period="daily",repository="companero",snapshot_hash="58255d051cd00c5d91891a64557bb90ae9e1a941b5f6355992179696815c2f04",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 2.966943197e+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="a4d0a5c0f5e109d5093ce00a2cf79665db21d47e11ab6aac8ff10ef361fa26b3",snapshot_tag="atmospherica-api-media",snapshot_tags="atmospherica-api-media"} 1.0331111135e+10 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="",repository="diamond",snapshot_hash="e2313e518dd58deac3b1dca0b34ecfff05b0edb822abdacd46cbd47408081b5b",snapshot_tag="old-mibcon-websites-backup",snapshot_tags="old-mibcon-websites-backup"} 3.122756438e+09 restic_backup_size_total{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="daily",repository="diamond",snapshot_hash="35a387664e11430d38a50c0b3c6483196212bf82d67f339b4ab3165a90ea7dcd",snapshot_tag="bat_bat_dashboard_bat_dashboard_api__prod__db",snapshot_tags="bat_bat_dashboard_bat_dashboard_api__prod__db,daily"} 742540 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="Diamond",client_username="root",client_version="restic 0.18.1",period="daily",repository="diamond",snapshot_hash="e7cdb7499b4249f62276d6955712c751095c4ea2896bd81a5ebba9779a492b04",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 6.2327498659e+10 restic_backup_size_total{client_hostname="Diplomatico",client_username="root",client_version="restic 0.18.1",period="daily",repository="diplomatico",snapshot_hash="b642747c1818d3f75ccbd0c6c12ccf4a8c3ee4da256a5d2660ca5b09be49ee4a",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 6.2151261535e+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="086f165bcf1360ced031da9dac25cb2d0c71b27eda108153c3c3d3125ee606ed",snapshot_tag="gitlab",snapshot_tags="daily,gitlab"} 3.847786496e+10 restic_backup_size_total{client_hostname="DonPapa3",client_username="root",client_version="restic 0.18.1",period="daily",repository="donpapa3",snapshot_hash="a6fd07472fd2d53472a81d57dea3fe532d8c99935f87121791921533e7089f84",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.0957848801e+10 restic_backup_size_total{client_hostname="Espero",client_username="root",client_version="restic 0.18.1",period="daily",repository="espero",snapshot_hash="60781c91d223bea238ad183d015d238c7e331fccf6ed089f18bee75050d2dc09",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 2.2527688072e+10 restic_backup_size_total{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="774dba841fedf6c839b67f3dfc4d8fb5d4f996cc08db4db4f3acea78cc41f1e5",snapshot_tag="docker-volumes",snapshot_tags="daily,docker-volumes"} 1.66220911e+08 restic_backup_size_total{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="80a02c0976a6c6ea7714d1187df8eb3ba1c044a251c99468838004af62803b63",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 3.176025916e+09 restic_backup_size_total{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="8fbd173f202592d696c63c5aaec8149d05de555d4f552de47b092ab1c2189362",snapshot_tag="netbird-zdb-1",snapshot_tags="daily,netbird-zdb-1"} 4.270715e+06 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="feb2eeb53903dcd194efbf496d2bddccb59c6597f96440a5a716b2d2187c9575",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 7.0061072181e+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="845db511f36cc56ecb0af49d2826aab441c1fc0c3e3d53b819bab395429cfa0e",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 4.9603591569e+10 restic_backup_size_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="5a91e865ee6ece8137558e837623bb4ef5e200e696f227cd9b97aec9007fd291",snapshot_tag="css-prod",snapshot_tags="css-prod,hourly"} 1.2664054e+08 restic_backup_size_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="a8eb0a628d358ae7e70952e3a6d36add4867085bea609d43b2981539e0347751",snapshot_tag="fisaf-prod",snapshot_tags="fisaf-prod,hourly"} 1.103558139e+09 restic_backup_size_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="bf4977f9a6cbdd7e57628cd3ace944e4a3fb15eda942fa4b31ffdbd796aad6e5",snapshot_tag="csph-prod",snapshot_tags="csph-prod,hourly"} 7.2562719e+07 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="ed75c315ead68966e1af8854e61013027de630ddc36d358db6ae6bb9f44ca765",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 6.739433834e+09 restic_backup_size_total{client_hostname="Rebellion",client_username="root",client_version="restic 0.18.1",period="daily",repository="rebellion",snapshot_hash="2709ce145fae0153eac2c26436c7be3aa2a823ab973bfa62b6f8834d1bb304ac",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.7088998977e+10 restic_backup_size_total{client_hostname="Rebellion",client_username="root",client_version="restic 0.18.1",period="daily",repository="rebellion",snapshot_hash="7f396e9dc621cbc21859b2083fd466696a77f0e9a942ddecba84beae8b9199d6",snapshot_tag="umami-db-1",snapshot_tags="daily,umami-db-1"} 1.474028725e+09 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="bcedef5ab8bfbe117239eb46fc5937126e4d13d95fed62234e10eddfc5d6e94f",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 8.2780315021e+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="00ec1bc38a73cb5327ab3c7b7d49def93ee2cf941a9db9d7e9d957ffb89d7134",snapshot_tag="tms_tms_api__co_prod__db",snapshot_tags="hourly,tms_tms_api__co_prod__db"} 3.8796463e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="1621638a98a8c23ad74a7c97dcc14689e22fe6690bc00270235fb6d70f77e720",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="2345f40c7ffd077fb56605b53baa84c3e7e8bca1d3c94772a9f9a2beaabc8317",snapshot_tag="tms_tms_api__standacup_prod__db",snapshot_tags="hourly,tms_tms_api__standacup_prod__db"} 4.7385404e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="280707f8bdb394db805b55428db038746db74d21eb671a704ec6f1ecfa2fa204",snapshot_tag="tms_tms_api__pg_prod__db",snapshot_tags="hourly,tms_tms_api__pg_prod__db"} 5.2157627e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="280bf555cf5bcf18500210439862ca650510d1b2b4a16b4b0194c0e2cb73db0f",snapshot_tag="tms_tms_api__pvg_prod__db",snapshot_tags="hourly,tms_tms_api__pvg_prod__db"} 2.7978863e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="314a3ec450735a12e9e9ae6e7db6551278bb780d8885982b270bd2d8ca527aea",snapshot_tag="tms_tms_api__phc_2026__db",snapshot_tags="hourly,tms_tms_api__phc_2026__db"} 8.4566773e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="4d68b9ef7a4869cee4936f881503f294c4ff0c9987be437f1104449b816f555b",snapshot_tag="tms_tms_api__bpg_prod__db",snapshot_tags="hourly,tms_tms_api__bpg_prod__db"} 2.7787675e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="4ef5a78107d2790576d922eecab818c5976f145b93e2daf19273ec2b804c046f",snapshot_tag="tms_tms_api__pvg_2026s__db",snapshot_tags="hourly,tms_tms_api__pvg_2026s__db"} 2.9333367e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="5cdb4753d1836433ea87eb8bf3e1ad0129ce39880030eb99062e6fe448a77204",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="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="7a21ee72ce437ba346f1028b8e4babaf898d59429ebd90eb31cea787da0f13ef",snapshot_tag="tms_tms_api__ppf_prod__db",snapshot_tags="hourly,tms_tms_api__ppf_prod__db"} 371878 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="d950e4853a11bf8b2e81c947c00c3b29c778c5940567cba2dd796d60d13b7d19",snapshot_tag="tms_tms_api__pm_prod__db",snapshot_tags="hourly,tms_tms_api__pm_prod__db"} 1.446578e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="d985111d1056466131020c5da28b8d6238f6e28b24b72b65e333fe00acb62753",snapshot_tag="tms_tms_api__phc_prod__db",snapshot_tags="hourly,tms_tms_api__phc_prod__db"} 2.4348931e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="e49105e45437c7ca18c74d6f6e04f2829d296815daa764901d05c878d2968c32",snapshot_tag="tms_tms_api__phc_test__db",snapshot_tags="hourly,tms_tms_api__phc_test__db"} 6.8289314e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="e5e2d4f18af2f22396e5d3ad617cf792e5f052fa4ca9e56dc3444542c44324ce",snapshot_tag="gofis_portal__ehypoexpert_prod__db",snapshot_tags="gofis_portal__ehypoexpert_prod__db,hourly"} 3.3783952e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="e7055c5f5fc1f743a3c191f0b7999a4168c6b34920d9794b0fde8e0ebf3d614b",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="e8b49b8582d4d97655b212f5522751bc9d7b5c6f5b24470d9189e6b57356c7b0",snapshot_tag="tms_tms_api__pwo_prod__db",snapshot_tags="hourly,tms_tms_api__pwo_prod__db"} 1.3119739e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="ed8eb48cd0701a5703d035b287cf3e3dcdaae5d3546c5c0d4783f44864c07f1a",snapshot_tag="gofis_portal__gofis_prod__db",snapshot_tags="gofis_portal__gofis_prod__db,hourly"} 3.57540937e+09 restic_backup_size_total{client_hostname="Tesoro",client_username="root",client_version="restic 0.18.1",period="daily",repository="tesoro",snapshot_hash="bcfebadfc59b01b7b3781518aab8dfc2353899a9b25b0251aa6cfeb32d3e3f4f",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 8.134911916e+09 restic_backup_size_total{client_hostname="Tesoro",client_username="root",client_version="restic 0.18.1",period="hourly",repository="tesoro",snapshot_hash="87b3ec6c67bbadee6cfeb832becda90def129297ef6e83109a90457908e6c24b",snapshot_tag="vaultwarden",snapshot_tags="hourly,vaultwarden"} 1.33727192e+08 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="38f4a8a93ce623cf998d818f3117bf4a1ed975cdfdc3d0c1130f382259bd0035",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.2299567222e+11 restic_backup_size_total{client_hostname="Zacapa",client_username="root",client_version="restic 0.18.1",period="daily",repository="zacapa",snapshot_hash="563f71af95603682b43fe217578b25087b9fd072243c6f7afd12046178bb7424",snapshot_tag="sonarqube_db_1",snapshot_tags="daily,sonarqube_db_1"} 2.03495553e+08 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="5d91c33525c59327df3255c158ebbf94d85da543f7ba0c896e26d10fca6766e6",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 7.1972143797e+10 restic_backup_size_total{client_hostname="millonario",client_username="root",client_version="restic 0.18.1",period="daily",repository="millonario",snapshot_hash="e0d49e642ca60b28ea0dc359a739397eb1e0dde1afc398b8f047bbed2a6242bd",snapshot_tag="portal.designeo.cz/sql",snapshot_tags="daily,portal.designeo.cz/sql"} 2.9230414e+07 restic_backup_size_total{client_hostname="pampero",client_username="root",client_version="restic 0.18.1",period="daily",repository="pampero",snapshot_hash="1bd7844d6af2deac1314c26e774221bca6322a57b4b39805320b915fd91d9e82",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 4.2364137008e+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="50db04a97ecaa9df1650cf6f70c788150cfb350093e1a37af2408cab20f4c3e0",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.790213401e+09 restic_backup_timestamp{client_hostname="Appleton2",client_username="root",client_version="restic 0.18.1",period="hourly",repository="appleton",snapshot_hash="7fa71634704a945678239b593dcb38c43993ce92c901186925f45488c061f500",snapshot_tag="projekton",snapshot_tags="hourly,projekton"} 1.790265901e+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="9f274b6613e95a84b8a654b596130343fba49275e79baddff62164ce34ebb780",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.790213401e+09 restic_backup_timestamp{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="2fceb7b52c9ab0a3736fbfd07564372cf1acc52896b0247def8440be7cb2f4f8",snapshot_tag="bat_bat_dashboard_bat_dashboard_api__test__db",snapshot_tags="bat_bat_dashboard_bat_dashboard_api__test__db,daily"} 1.790215243e+09 restic_backup_timestamp{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="3b0e29fba77768e0b5f888d4088b74832efd1d972c831e9f905e3b848cc1e8a0",snapshot_tag="bat_bat_dashboard_bat_dashboard_api__dev__db",snapshot_tags="bat_bat_dashboard_bat_dashboard_api__dev__db,daily"} 1.790214345e+09 restic_backup_timestamp{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="67560b41ec2e01f331eafa852a2bb178e99f1cc34ab0e630e5f529d570ed212e",snapshot_tag="gofis_portal__ehypoexpert_dev__db",snapshot_tags="daily,gofis_portal__ehypoexpert_dev__db"} 1.782351938e+09 restic_backup_timestamp{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="b6d5db5c497f7d86efbda22d4a210cf777f0af034dacfc622e49b3d5130ec105",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.790213403e+09 restic_backup_timestamp{client_hostname="Companero",client_username="root",client_version="restic 0.18.1",period="daily",repository="companero",snapshot_hash="58255d051cd00c5d91891a64557bb90ae9e1a941b5f6355992179696815c2f04",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.790213401e+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="a4d0a5c0f5e109d5093ce00a2cf79665db21d47e11ab6aac8ff10ef361fa26b3",snapshot_tag="atmospherica-api-media",snapshot_tags="atmospherica-api-media"} 1.780912692e+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="",repository="diamond",snapshot_hash="e2313e518dd58deac3b1dca0b34ecfff05b0edb822abdacd46cbd47408081b5b",snapshot_tag="old-mibcon-websites-backup",snapshot_tags="old-mibcon-websites-backup"} 1.781177038e+09 restic_backup_timestamp{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="daily",repository="diamond",snapshot_hash="35a387664e11430d38a50c0b3c6483196212bf82d67f339b4ab3165a90ea7dcd",snapshot_tag="bat_bat_dashboard_bat_dashboard_api__prod__db",snapshot_tags="bat_bat_dashboard_bat_dashboard_api__prod__db,daily"} 1.790214438e+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="Diamond",client_username="root",client_version="restic 0.18.1",period="daily",repository="diamond",snapshot_hash="e7cdb7499b4249f62276d6955712c751095c4ea2896bd81a5ebba9779a492b04",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.790213402e+09 restic_backup_timestamp{client_hostname="Diplomatico",client_username="root",client_version="restic 0.18.1",period="daily",repository="diplomatico",snapshot_hash="b642747c1818d3f75ccbd0c6c12ccf4a8c3ee4da256a5d2660ca5b09be49ee4a",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.790213401e+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="086f165bcf1360ced031da9dac25cb2d0c71b27eda108153c3c3d3125ee606ed",snapshot_tag="gitlab",snapshot_tags="daily,gitlab"} 1.790215245e+09 restic_backup_timestamp{client_hostname="DonPapa3",client_username="root",client_version="restic 0.18.1",period="daily",repository="donpapa3",snapshot_hash="a6fd07472fd2d53472a81d57dea3fe532d8c99935f87121791921533e7089f84",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.790213401e+09 restic_backup_timestamp{client_hostname="Espero",client_username="root",client_version="restic 0.18.1",period="daily",repository="espero",snapshot_hash="60781c91d223bea238ad183d015d238c7e331fccf6ed089f18bee75050d2dc09",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.790213402e+09 restic_backup_timestamp{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="774dba841fedf6c839b67f3dfc4d8fb5d4f996cc08db4db4f3acea78cc41f1e5",snapshot_tag="docker-volumes",snapshot_tags="daily,docker-volumes"} 1.790215153e+09 restic_backup_timestamp{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="80a02c0976a6c6ea7714d1187df8eb3ba1c044a251c99468838004af62803b63",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.790213401e+09 restic_backup_timestamp{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="8fbd173f202592d696c63c5aaec8149d05de555d4f552de47b092ab1c2189362",snapshot_tag="netbird-zdb-1",snapshot_tags="daily,netbird-zdb-1"} 1.79021429e+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="feb2eeb53903dcd194efbf496d2bddccb59c6597f96440a5a716b2d2187c9575",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.790213401e+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="845db511f36cc56ecb0af49d2826aab441c1fc0c3e3d53b819bab395429cfa0e",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.790213406e+09 restic_backup_timestamp{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="5a91e865ee6ece8137558e837623bb4ef5e200e696f227cd9b97aec9007fd291",snapshot_tag="css-prod",snapshot_tags="css-prod,hourly"} 1.790265923e+09 restic_backup_timestamp{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="a8eb0a628d358ae7e70952e3a6d36add4867085bea609d43b2981539e0347751",snapshot_tag="fisaf-prod",snapshot_tags="fisaf-prod,hourly"} 1.790265939e+09 restic_backup_timestamp{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="bf4977f9a6cbdd7e57628cd3ace944e4a3fb15eda942fa4b31ffdbd796aad6e5",snapshot_tag="csph-prod",snapshot_tags="csph-prod,hourly"} 1.790265906e+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="ed75c315ead68966e1af8854e61013027de630ddc36d358db6ae6bb9f44ca765",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.790206201e+09 restic_backup_timestamp{client_hostname="Rebellion",client_username="root",client_version="restic 0.18.1",period="daily",repository="rebellion",snapshot_hash="2709ce145fae0153eac2c26436c7be3aa2a823ab973bfa62b6f8834d1bb304ac",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.790213402e+09 restic_backup_timestamp{client_hostname="Rebellion",client_username="root",client_version="restic 0.18.1",period="daily",repository="rebellion",snapshot_hash="7f396e9dc621cbc21859b2083fd466696a77f0e9a942ddecba84beae8b9199d6",snapshot_tag="umami-db-1",snapshot_tags="daily,umami-db-1"} 1.790213452e+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="bcedef5ab8bfbe117239eb46fc5937126e4d13d95fed62234e10eddfc5d6e94f",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.790214302e+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="00ec1bc38a73cb5327ab3c7b7d49def93ee2cf941a9db9d7e9d957ffb89d7134",snapshot_tag="tms_tms_api__co_prod__db",snapshot_tags="hourly,tms_tms_api__co_prod__db"} 1.7902661e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="1621638a98a8c23ad74a7c97dcc14689e22fe6690bc00270235fb6d70f77e720",snapshot_tag="tms_tms_api__pwo_2025__db",snapshot_tags="hourly,tms_tms_api__pwo_2025__db"} 1.790266195e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="2345f40c7ffd077fb56605b53baa84c3e7e8bca1d3c94772a9f9a2beaabc8317",snapshot_tag="tms_tms_api__standacup_prod__db",snapshot_tags="hourly,tms_tms_api__standacup_prod__db"} 1.790265903e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="280707f8bdb394db805b55428db038746db74d21eb671a704ec6f1ecfa2fa204",snapshot_tag="tms_tms_api__pg_prod__db",snapshot_tags="hourly,tms_tms_api__pg_prod__db"} 1.790265954e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="280bf555cf5bcf18500210439862ca650510d1b2b4a16b4b0194c0e2cb73db0f",snapshot_tag="tms_tms_api__pvg_prod__db",snapshot_tags="hourly,tms_tms_api__pvg_prod__db"} 1.790265973e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="314a3ec450735a12e9e9ae6e7db6551278bb780d8885982b270bd2d8ca527aea",snapshot_tag="tms_tms_api__phc_2026__db",snapshot_tags="hourly,tms_tms_api__phc_2026__db"} 1.790265937e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="4d68b9ef7a4869cee4936f881503f294c4ff0c9987be437f1104449b816f555b",snapshot_tag="tms_tms_api__bpg_prod__db",snapshot_tags="hourly,tms_tms_api__bpg_prod__db"} 1.790266116e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="4ef5a78107d2790576d922eecab818c5976f145b93e2daf19273ec2b804c046f",snapshot_tag="tms_tms_api__pvg_2026s__db",snapshot_tags="hourly,tms_tms_api__pvg_2026s__db"} 1.790265988e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="5cdb4753d1836433ea87eb8bf3e1ad0129ce39880030eb99062e6fe448a77204",snapshot_tag="tms_tms_api__pvg_2025w__db",snapshot_tags="hourly,tms_tms_api__pvg_2025w__db"} 1.790266164e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="7a21ee72ce437ba346f1028b8e4babaf898d59429ebd90eb31cea787da0f13ef",snapshot_tag="tms_tms_api__ppf_prod__db",snapshot_tags="hourly,tms_tms_api__ppf_prod__db"} 1.782806798e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="d950e4853a11bf8b2e81c947c00c3b29c778c5940567cba2dd796d60d13b7d19",snapshot_tag="tms_tms_api__pm_prod__db",snapshot_tags="hourly,tms_tms_api__pm_prod__db"} 1.790266085e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="d985111d1056466131020c5da28b8d6238f6e28b24b72b65e333fe00acb62753",snapshot_tag="tms_tms_api__phc_prod__db",snapshot_tags="hourly,tms_tms_api__phc_prod__db"} 1.790266131e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="e49105e45437c7ca18c74d6f6e04f2829d296815daa764901d05c878d2968c32",snapshot_tag="tms_tms_api__phc_test__db",snapshot_tags="hourly,tms_tms_api__phc_test__db"} 1.79026592e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="e5e2d4f18af2f22396e5d3ad617cf792e5f052fa4ca9e56dc3444542c44324ce",snapshot_tag="gofis_portal__ehypoexpert_prod__db",snapshot_tags="gofis_portal__ehypoexpert_prod__db,hourly"} 1.790266148e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="e7055c5f5fc1f743a3c191f0b7999a4168c6b34920d9794b0fde8e0ebf3d614b",snapshot_tag="tms_tms_api__pm_2025__db",snapshot_tags="hourly,tms_tms_api__pm_2025__db"} 1.79026618e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="e8b49b8582d4d97655b212f5522751bc9d7b5c6f5b24470d9189e6b57356c7b0",snapshot_tag="tms_tms_api__pwo_prod__db",snapshot_tags="hourly,tms_tms_api__pwo_prod__db"} 1.790266069e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="ed8eb48cd0701a5703d035b287cf3e3dcdaae5d3546c5c0d4783f44864c07f1a",snapshot_tag="gofis_portal__gofis_prod__db",snapshot_tags="gofis_portal__gofis_prod__db,hourly"} 1.790266005e+09 restic_backup_timestamp{client_hostname="Tesoro",client_username="root",client_version="restic 0.18.1",period="daily",repository="tesoro",snapshot_hash="bcfebadfc59b01b7b3781518aab8dfc2353899a9b25b0251aa6cfeb32d3e3f4f",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.790213402e+09 restic_backup_timestamp{client_hostname="Tesoro",client_username="root",client_version="restic 0.18.1",period="hourly",repository="tesoro",snapshot_hash="87b3ec6c67bbadee6cfeb832becda90def129297ef6e83109a90457908e6c24b",snapshot_tag="vaultwarden",snapshot_tags="hourly,vaultwarden"} 1.790265901e+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="38f4a8a93ce623cf998d818f3117bf4a1ed975cdfdc3d0c1130f382259bd0035",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.790213401e+09 restic_backup_timestamp{client_hostname="Zacapa",client_username="root",client_version="restic 0.18.1",period="daily",repository="zacapa",snapshot_hash="563f71af95603682b43fe217578b25087b9fd072243c6f7afd12046178bb7424",snapshot_tag="sonarqube_db_1",snapshot_tags="daily,sonarqube_db_1"} 1.79021435e+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="5d91c33525c59327df3255c158ebbf94d85da543f7ba0c896e26d10fca6766e6",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.790206201e+09 restic_backup_timestamp{client_hostname="millonario",client_username="root",client_version="restic 0.18.1",period="daily",repository="millonario",snapshot_hash="e0d49e642ca60b28ea0dc359a739397eb1e0dde1afc398b8f047bbed2a6242bd",snapshot_tag="portal.designeo.cz/sql",snapshot_tags="daily,portal.designeo.cz/sql"} 1.790206533e+09 restic_backup_timestamp{client_hostname="pampero",client_username="root",client_version="restic 0.18.1",period="daily",repository="pampero",snapshot_hash="1bd7844d6af2deac1314c26e774221bca6322a57b4b39805320b915fd91d9e82",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.790206201e+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.790213401e+09 restic_last_backup_timestamp_seconds{hostname="Appleton2",period="hourly",repository="appleton"} 1.790265901e+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.790213401e+09 restic_last_backup_timestamp_seconds{hostname="Bumbu",period="daily",repository="bumbu"} 1.790215243e+09 restic_last_backup_timestamp_seconds{hostname="Companero",period="daily",repository="companero"} 1.790213401e+09 restic_last_backup_timestamp_seconds{hostname="Diamond",period="",repository="diamond"} 1.781177038e+09 restic_last_backup_timestamp_seconds{hostname="Diamond",period="daily",repository="diamond"} 1.790214438e+09 restic_last_backup_timestamp_seconds{hostname="Diplomatico",period="daily",repository="diplomatico"} 1.790213401e+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.790215245e+09 restic_last_backup_timestamp_seconds{hostname="Espero",period="daily",repository="espero"} 1.790213402e+09 restic_last_backup_timestamp_seconds{hostname="Jerry",period="daily",repository="jerry"} 1.790215153e+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.790213401e+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.790213406e+09 restic_last_backup_timestamp_seconds{hostname="Malteco",period="hourly",repository="malteco"} 1.790265939e+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.790206201e+09 restic_last_backup_timestamp_seconds{hostname="Rebellion",period="daily",repository="rebellion"} 1.790213452e+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.790214302e+09 restic_last_backup_timestamp_seconds{hostname="Santos",period="hourly",repository="santos"} 1.790266195e+09 restic_last_backup_timestamp_seconds{hostname="Tesoro",period="daily",repository="tesoro"} 1.790213402e+09 restic_last_backup_timestamp_seconds{hostname="Tesoro",period="hourly",repository="tesoro"} 1.790265901e+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.79021435e+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.790206533e+09 restic_last_backup_timestamp_seconds{hostname="pampero",period="daily",repository="pampero"} 1.790206201e+09 # HELP restic_locks_total Number of locks in the repository # TYPE restic_locks_total gauge restic_locks_total{repository="appleton"} 1 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"} 1 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.790213401e+09 restic_oldest_backup_timestamp_seconds{hostname="Appleton2",period="hourly",repository="appleton"} 1.790265901e+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.790213401e+09 restic_oldest_backup_timestamp_seconds{hostname="Bumbu",period="daily",repository="bumbu"} 1.782351938e+09 restic_oldest_backup_timestamp_seconds{hostname="Companero",period="daily",repository="companero"} 1.790213401e+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.790213401e+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.790213401e+09 restic_oldest_backup_timestamp_seconds{hostname="Espero",period="daily",repository="espero"} 1.790213402e+09 restic_oldest_backup_timestamp_seconds{hostname="Jerry",period="daily",repository="jerry"} 1.790213401e+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.790213401e+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.790265906e+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.790206201e+09 restic_oldest_backup_timestamp_seconds{hostname="Rebellion",period="daily",repository="rebellion"} 1.790213402e+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.782806798e+09 restic_oldest_backup_timestamp_seconds{hostname="Tesoro",period="daily",repository="tesoro"} 1.790213402e+09 restic_oldest_backup_timestamp_seconds{hostname="Tesoro",period="hourly",repository="tesoro"} 1.790265901e+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.790213401e+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.790206201e+09 restic_oldest_backup_timestamp_seconds{hostname="pampero",period="daily",repository="pampero"} 1.790206201e+09 # HELP restic_scrape_duration_seconds Duration of the scrape # TYPE restic_scrape_duration_seconds gauge restic_scrape_duration_seconds{repository="appleton"} 1.934946462 restic_scrape_duration_seconds{repository="botran"} 5.623932959 restic_scrape_duration_seconds{repository="bumbu"} 5.422445521 restic_scrape_duration_seconds{repository="companero"} 0.867782188 restic_scrape_duration_seconds{repository="diamond"} 1.522271309 restic_scrape_duration_seconds{repository="diplomatico"} 1.5261845360000001 restic_scrape_duration_seconds{repository="donpapa3"} 1.861574752 restic_scrape_duration_seconds{repository="espero"} 4.767667325 restic_scrape_duration_seconds{repository="jerry"} 1.098502223 restic_scrape_duration_seconds{repository="kraken"} 5.607266649 restic_scrape_duration_seconds{repository="malteco"} 5.433526183 restic_scrape_duration_seconds{repository="millonario"} 1.356116309 restic_scrape_duration_seconds{repository="pampero"} 5.321412422 restic_scrape_duration_seconds{repository="plantation"} 1.3316038780000001 restic_scrape_duration_seconds{repository="rebellion"} 5.37044442 restic_scrape_duration_seconds{repository="santos"} 5.879655728 restic_scrape_duration_seconds{repository="tesoro"} 1.522844064 restic_scrape_duration_seconds{repository="zacapa"} 1.6328461669999998 # 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