# 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"} 5.9801e-05 go_gc_duration_seconds{quantile="0.25"} 7.4053e-05 go_gc_duration_seconds{quantile="0.5"} 8.2456e-05 go_gc_duration_seconds{quantile="0.75"} 0.000120964 go_gc_duration_seconds{quantile="1"} 0.057056918 go_gc_duration_seconds_sum 66.422356006 go_gc_duration_seconds_count 50536 # 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 2.09064e+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.2435209344e+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 7.00859646e+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 2.09064e+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.2845056e+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.325952e+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 13680 # 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.2156928e+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.7753968279200346e+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 7.00873326e+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 55040 # 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 3728.4 # 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.94381408085e+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.583114742e+09 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 11 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.0123648e+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"} 233517 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="c5202401c91eb71a7d8609c7fb0105558137c8da9040a5111a9420e1234fbfc2",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 47340 restic_backup_files_total{client_hostname="Appleton2",client_username="root",client_version="restic 0.18.1",period="hourly",repository="appleton",snapshot_hash="6209c75d83fad32d8a56abab2e63ff1c92817067c93f288e0df0be91daf5e7b4",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="c93156d3bebc82993a543329aaed5bd5f406c99c73b2ae653fdbfe0390cf5c35",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 187590 restic_backup_files_total{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="089cce2218c9ab3957e186142b3ac6cb69cbae1bc66ccd72efbd13cca1a7f9a7",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="945096da9f2806432cba58b7e786310acf3a2395d0955a0578d25d356e769f4e",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="dcc26cdf3d83cc644d3813ad449b17b8f926e2a69664e9ffdf1482573480d6cc",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="f0f031be9f3d914d474bd768c78e8e6bbcdc97cbf5cecc5d1790c8e9b722adfa",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 216485 restic_backup_files_total{client_hostname="Companero",client_username="root",client_version="restic 0.18.1",period="daily",repository="companero",snapshot_hash="a533494f9dc0e2d1aa213fcf6dd640c3f6005b36cbde6827a594151a83ad4234",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 3270 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="8b632072c3da7c4d2cd0711becb672815222ffef505cf48135721ad148fe0de2",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 206627 restic_backup_files_total{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="daily",repository="diamond",snapshot_hash="9c154bf713f9174819fd8986781269e2826096726103816aa03759cb354f7070",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="Diplomatico",client_username="root",client_version="restic 0.18.1",period="daily",repository="diplomatico",snapshot_hash="e37e55742a14043bdf7b137043f2578cd9065c8e380fb0cd76a37cdaa722be55",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 47072 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="39236b102597a943b861187d7a72b6d67f63f98ae78f52424b1d4b3088a9bfde",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 105198 restic_backup_files_total{client_hostname="DonPapa3",client_username="root",client_version="restic 0.18.1",period="daily",repository="donpapa3",snapshot_hash="3b7dd5194b2ed8040fa835cfff18391983b3baa2f09f2c6a63d76cc6a1696bdc",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="783454e823f6a7cbc60b7e891317143640475fbb794ab135ce0e1bd61f074435",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 25845 restic_backup_files_total{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="428ec02be1199fb9879ecf91d4a028f018a89c8044e5fa25bc303f897b36b90c",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="a6e6369cbb3625274c1a502b069a2c99023db73b2437e6f3c8283027fcf4160c",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="d50d713b6cedd07539e63297710ecb478c68c1a66db537f64047358a29ee4fb0",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="614d07d9d022fb1094bf0253760539ad0ca3b64669aeacf80bf666f5b6cd621b",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 9392 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="d585cf45e500220e4b82045ef58f2c14901bc5cca8a68c900a7b5b69ea7d942b",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 40707 restic_backup_files_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="247de55d372825508f2e0c8603ab63f335094b0b6a305e107abdff6b9d528d2b",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="3ac4c750af3cc15d4eaca896f794b61d64948c9d583b20f5fa91dbae19002098",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="5030998e3e17cf2ab8339728700f3140787595e6c8427ed69c2cd4871ac940dd",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="24850abca7b53ae1a8e6f54eac15b79996e424b91bf5b2806bf7e7a24d7e23c0",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 46678 restic_backup_files_total{client_hostname="Rebellion",client_username="root",client_version="restic 0.18.1",period="daily",repository="rebellion",snapshot_hash="1a47408496a25559c3cef6897b61dd5fa9dc17e7f775c9fcd6019367dc708b1c",snapshot_tag="umami-db-1",snapshot_tags="daily,umami-db-1"} 1 restic_backup_files_total{client_hostname="Rebellion",client_username="root",client_version="restic 0.18.1",period="daily",repository="rebellion",snapshot_hash="d4f9b2d62aaedf8eb2b4fa6146dff3dd2b99c2d464253a0ddb6c71bf212fe7c3",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 72399 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="18ca768393740c1eafb0d0b4e73d0326288ba03d30151adfa8dc31b36192d908",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.221463e+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="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="0e8dfa81cafd7b11b6a6c56ecb106502c6293a7c3557747c560756d07791ca7d",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="11b49d47669b6cebdcec5648ad8c9ce93e30d5b66d352527ff7d2e209ffb6177",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="3bd65e31b6c224c760120ddb0d873cd01935466c49e976c8bebfb535ce46d99a",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="3dd2f3e5200349952ec6fbe9699d5592b404bf353f44f8e144769581c0e51873",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="489136b8368516ddec2c9d83e6371fe9416b7898cc95e015a3e88bbdf6c7770c",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="54560b8467a7c19286583d81aeb523e0094266538940c7932b8877b7049ce713",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="99e72e10415e76ff5a9640f72c459682c99d38ff7a6769fc66af795cd1c13eed",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="9c4a8e997f65950a7c0844ef95245f41e63c4aae203a4f2cd1a15076c79abf8b",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="b6f19d18e87eae1fc4080cacf6b2d985c8a69548d6f1d47c7acfb59bef1517af",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="caf3628ad0d7878dbe166c76ee48708255c4fbdee4ede3316b857ffb3d86ad54",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="cd2f20a35bbb51bc4bcfad1de2e1deea85137aac071544b1cf493c46b62efeb4",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="e4cfb14cb2bc395c27115699c2c5d6b487ae3100eabcd8645917ab6a9a4233c1",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="e6260509b8a5907b418241c3f683d30f29fdcd25541834e10c30b21c47cb063c",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="e6bae5b002f20a0c4eb4dbd566705dd0d1b74f56ec4723a1fd71c131d79422a4",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="6d4e3ab8e03d2631a8b91464442bf7819f10c808c68a0730a9e5919cf90dc099",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 21720 restic_backup_files_total{client_hostname="Tesoro",client_username="root",client_version="restic 0.18.1",period="hourly",repository="tesoro",snapshot_hash="f8ba141adfb82c9e3733e3f3c22828ca137043986769d1c93f091c3126832fda",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="4cc846a72c52a46af108507781f9269b11f6b55569d22ace57e92795b30dbba8",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="5a1a8d772b37580bd8f93962f5ff3fa8e5c6a6e0e88ff79e94a922772dc53f68",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 251869 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="218cd4af02f64510ce3d4f61cfe6c55f1a022f1331dacd00c90c656de8dc2311",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="3eb8302d08a535ffa3c85d02a96bab56f8a4d77e65f74295febdaa9e8d0ccd11",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.770398e+06 restic_backup_files_total{client_hostname="pampero",client_username="root",client_version="restic 0.18.1",period="daily",repository="pampero",snapshot_hash="d629cd881c3c134b902a620f8eb1171d8c17fd216a30dde9df83b3bcaa4c9d05",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="c5202401c91eb71a7d8609c7fb0105558137c8da9040a5111a9420e1234fbfc2",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 3.6047634439e+10 restic_backup_size_total{client_hostname="Appleton2",client_username="root",client_version="restic 0.18.1",period="hourly",repository="appleton",snapshot_hash="6209c75d83fad32d8a56abab2e63ff1c92817067c93f288e0df0be91daf5e7b4",snapshot_tag="projekton",snapshot_tags="hourly,projekton"} 4.35081507e+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="c93156d3bebc82993a543329aaed5bd5f406c99c73b2ae653fdbfe0390cf5c35",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 3.38531450516e+11 restic_backup_size_total{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="089cce2218c9ab3957e186142b3ac6cb69cbae1bc66ccd72efbd13cca1a7f9a7",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="945096da9f2806432cba58b7e786310acf3a2395d0955a0578d25d356e769f4e",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="dcc26cdf3d83cc644d3813ad449b17b8f926e2a69664e9ffdf1482573480d6cc",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="f0f031be9f3d914d474bd768c78e8e6bbcdc97cbf5cecc5d1790c8e9b722adfa",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 5.8930453345e+10 restic_backup_size_total{client_hostname="Companero",client_username="root",client_version="restic 0.18.1",period="daily",repository="companero",snapshot_hash="a533494f9dc0e2d1aa213fcf6dd640c3f6005b36cbde6827a594151a83ad4234",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.866570868e+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="8b632072c3da7c4d2cd0711becb672815222ffef505cf48135721ad148fe0de2",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 7.5154510092e+10 restic_backup_size_total{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="daily",repository="diamond",snapshot_hash="9c154bf713f9174819fd8986781269e2826096726103816aa03759cb354f7070",snapshot_tag="bat_bat_dashboard_bat_dashboard_api__prod__db",snapshot_tags="bat_bat_dashboard_bat_dashboard_api__prod__db,daily"} 730228 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="e37e55742a14043bdf7b137043f2578cd9065c8e380fb0cd76a37cdaa722be55",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 5.7010197979e+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="39236b102597a943b861187d7a72b6d67f63f98ae78f52424b1d4b3088a9bfde",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.0431262869e+10 restic_backup_size_total{client_hostname="DonPapa3",client_username="root",client_version="restic 0.18.1",period="daily",repository="donpapa3",snapshot_hash="3b7dd5194b2ed8040fa835cfff18391983b3baa2f09f2c6a63d76cc6a1696bdc",snapshot_tag="gitlab",snapshot_tags="daily,gitlab"} 3.430800384e+10 restic_backup_size_total{client_hostname="Espero",client_username="root",client_version="restic 0.18.1",period="daily",repository="espero",snapshot_hash="783454e823f6a7cbc60b7e891317143640475fbb794ab135ce0e1bd61f074435",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.7148087365e+10 restic_backup_size_total{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="428ec02be1199fb9879ecf91d4a028f018a89c8044e5fa25bc303f897b36b90c",snapshot_tag="docker-volumes",snapshot_tags="daily,docker-volumes"} 1.55898885e+08 restic_backup_size_total{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="a6e6369cbb3625274c1a502b069a2c99023db73b2437e6f3c8283027fcf4160c",snapshot_tag="netbird-zdb-1",snapshot_tags="daily,netbird-zdb-1"} 1.547728e+06 restic_backup_size_total{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="d50d713b6cedd07539e63297710ecb478c68c1a66db537f64047358a29ee4fb0",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.965095271e+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="614d07d9d022fb1094bf0253760539ad0ca3b64669aeacf80bf666f5b6cd621b",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 6.7942463233e+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="d585cf45e500220e4b82045ef58f2c14901bc5cca8a68c900a7b5b69ea7d942b",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 6.9872765443e+10 restic_backup_size_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="247de55d372825508f2e0c8603ab63f335094b0b6a305e107abdff6b9d528d2b",snapshot_tag="fisaf-prod",snapshot_tags="fisaf-prod,hourly"} 9.96197179e+08 restic_backup_size_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="3ac4c750af3cc15d4eaca896f794b61d64948c9d583b20f5fa91dbae19002098",snapshot_tag="css-prod",snapshot_tags="css-prod,hourly"} 1.23508467e+08 restic_backup_size_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="5030998e3e17cf2ab8339728700f3140787595e6c8427ed69c2cd4871ac940dd",snapshot_tag="csph-prod",snapshot_tags="csph-prod,hourly"} 6.6631934e+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="24850abca7b53ae1a8e6f54eac15b79996e424b91bf5b2806bf7e7a24d7e23c0",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 7.118870411e+09 restic_backup_size_total{client_hostname="Rebellion",client_username="root",client_version="restic 0.18.1",period="daily",repository="rebellion",snapshot_hash="1a47408496a25559c3cef6897b61dd5fa9dc17e7f775c9fcd6019367dc708b1c",snapshot_tag="umami-db-1",snapshot_tags="daily,umami-db-1"} 1.055233252e+09 restic_backup_size_total{client_hostname="Rebellion",client_username="root",client_version="restic 0.18.1",period="daily",repository="rebellion",snapshot_hash="d4f9b2d62aaedf8eb2b4fa6146dff3dd2b99c2d464253a0ddb6c71bf212fe7c3",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.544706207e+10 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="18ca768393740c1eafb0d0b4e73d0326288ba03d30151adfa8dc31b36192d908",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 8.2558742227e+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="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="0e8dfa81cafd7b11b6a6c56ecb106502c6293a7c3557747c560756d07791ca7d",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="11b49d47669b6cebdcec5648ad8c9ce93e30d5b66d352527ff7d2e209ffb6177",snapshot_tag="tms_tms_api__phc_test__db",snapshot_tags="hourly,tms_tms_api__phc_test__db"} 6.8284946e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="3bd65e31b6c224c760120ddb0d873cd01935466c49e976c8bebfb535ce46d99a",snapshot_tag="tms_tms_api__phc_prod__db",snapshot_tags="hourly,tms_tms_api__phc_prod__db"} 8.3822632e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="3dd2f3e5200349952ec6fbe9699d5592b404bf353f44f8e144769581c0e51873",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="489136b8368516ddec2c9d83e6371fe9416b7898cc95e015a3e88bbdf6c7770c",snapshot_tag="gofis_portal__gofis_prod__db",snapshot_tags="gofis_portal__gofis_prod__db,hourly"} 3.328931273e+09 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="54560b8467a7c19286583d81aeb523e0094266538940c7932b8877b7049ce713",snapshot_tag="tms_tms_api__co_prod__db",snapshot_tags="hourly,tms_tms_api__co_prod__db"} 3.4353691e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="99e72e10415e76ff5a9640f72c459682c99d38ff7a6769fc66af795cd1c13eed",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="9c4a8e997f65950a7c0844ef95245f41e63c4aae203a4f2cd1a15076c79abf8b",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="b6f19d18e87eae1fc4080cacf6b2d985c8a69548d6f1d47c7acfb59bef1517af",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="caf3628ad0d7878dbe166c76ee48708255c4fbdee4ede3316b857ffb3d86ad54",snapshot_tag="tms_tms_api__pg_prod__db",snapshot_tags="hourly,tms_tms_api__pg_prod__db"} 4.1399786e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="cd2f20a35bbb51bc4bcfad1de2e1deea85137aac071544b1cf493c46b62efeb4",snapshot_tag="tms_tms_api__pvg_prod__db",snapshot_tags="hourly,tms_tms_api__pvg_prod__db"} 2.7273911e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="e4cfb14cb2bc395c27115699c2c5d6b487ae3100eabcd8645917ab6a9a4233c1",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="e6260509b8a5907b418241c3f683d30f29fdcd25541834e10c30b21c47cb063c",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="e6bae5b002f20a0c4eb4dbd566705dd0d1b74f56ec4723a1fd71c131d79422a4",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="6d4e3ab8e03d2631a8b91464442bf7819f10c808c68a0730a9e5919cf90dc099",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 7.551366681e+09 restic_backup_size_total{client_hostname="Tesoro",client_username="root",client_version="restic 0.18.1",period="hourly",repository="tesoro",snapshot_hash="f8ba141adfb82c9e3733e3f3c22828ca137043986769d1c93f091c3126832fda",snapshot_tag="vaultwarden",snapshot_tags="hourly,vaultwarden"} 9.9645476e+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="4cc846a72c52a46af108507781f9269b11f6b55569d22ace57e92795b30dbba8",snapshot_tag="sonarqube_db_1",snapshot_tags="daily,sonarqube_db_1"} 2.03930069e+08 restic_backup_size_total{client_hostname="Zacapa",client_username="root",client_version="restic 0.18.1",period="daily",repository="zacapa",snapshot_hash="5a1a8d772b37580bd8f93962f5ff3fa8e5c6a6e0e88ff79e94a922772dc53f68",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.05602755516e+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="218cd4af02f64510ce3d4f61cfe6c55f1a022f1331dacd00c90c656de8dc2311",snapshot_tag="portal.designeo.cz/sql",snapshot_tags="daily,portal.designeo.cz/sql"} 2.9208506e+07 restic_backup_size_total{client_hostname="millonario",client_username="root",client_version="restic 0.18.1",period="daily",repository="millonario",snapshot_hash="3eb8302d08a535ffa3c85d02a96bab56f8a4d77e65f74295febdaa9e8d0ccd11",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 7.110344518e+10 restic_backup_size_total{client_hostname="pampero",client_username="root",client_version="restic 0.18.1",period="daily",repository="pampero",snapshot_hash="d629cd881c3c134b902a620f8eb1171d8c17fd216a30dde9df83b3bcaa4c9d05",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 4.1846419054e+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="c5202401c91eb71a7d8609c7fb0105558137c8da9040a5111a9420e1234fbfc2",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775352601e+09 restic_backup_timestamp{client_hostname="Appleton2",client_username="root",client_version="restic 0.18.1",period="hourly",repository="appleton",snapshot_hash="6209c75d83fad32d8a56abab2e63ff1c92817067c93f288e0df0be91daf5e7b4",snapshot_tag="projekton",snapshot_tags="hourly,projekton"} 1.775394301e+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="c93156d3bebc82993a543329aaed5bd5f406c99c73b2ae653fdbfe0390cf5c35",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775352602e+09 restic_backup_timestamp{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="089cce2218c9ab3957e186142b3ac6cb69cbae1bc66ccd72efbd13cca1a7f9a7",snapshot_tag="gofis_portal__ehypoexpert_dev__db",snapshot_tags="daily,gofis_portal__ehypoexpert_dev__db"} 1.775352675e+09 restic_backup_timestamp{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="945096da9f2806432cba58b7e786310acf3a2395d0955a0578d25d356e769f4e",snapshot_tag="bat_bat_dashboard_bat_dashboard_api__test__db",snapshot_tags="bat_bat_dashboard_bat_dashboard_api__test__db,daily"} 1.775352647e+09 restic_backup_timestamp{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="dcc26cdf3d83cc644d3813ad449b17b8f926e2a69664e9ffdf1482573480d6cc",snapshot_tag="bat_bat_dashboard_bat_dashboard_api__dev__db",snapshot_tags="bat_bat_dashboard_bat_dashboard_api__dev__db,daily"} 1.775352661e+09 restic_backup_timestamp{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="f0f031be9f3d914d474bd768c78e8e6bbcdc97cbf5cecc5d1790c8e9b722adfa",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775352602e+09 restic_backup_timestamp{client_hostname="Companero",client_username="root",client_version="restic 0.18.1",period="daily",repository="companero",snapshot_hash="a533494f9dc0e2d1aa213fcf6dd640c3f6005b36cbde6827a594151a83ad4234",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775352601e+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="8b632072c3da7c4d2cd0711becb672815222ffef505cf48135721ad148fe0de2",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775352601e+09 restic_backup_timestamp{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="daily",repository="diamond",snapshot_hash="9c154bf713f9174819fd8986781269e2826096726103816aa03759cb354f7070",snapshot_tag="bat_bat_dashboard_bat_dashboard_api__prod__db",snapshot_tags="bat_bat_dashboard_bat_dashboard_api__prod__db,daily"} 1.775352702e+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="e37e55742a14043bdf7b137043f2578cd9065c8e380fb0cd76a37cdaa722be55",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775352601e+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="39236b102597a943b861187d7a72b6d67f63f98ae78f52424b1d4b3088a9bfde",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775352601e+09 restic_backup_timestamp{client_hostname="DonPapa3",client_username="root",client_version="restic 0.18.1",period="daily",repository="donpapa3",snapshot_hash="3b7dd5194b2ed8040fa835cfff18391983b3baa2f09f2c6a63d76cc6a1696bdc",snapshot_tag="gitlab",snapshot_tags="daily,gitlab"} 1.775353318e+09 restic_backup_timestamp{client_hostname="Espero",client_username="root",client_version="restic 0.18.1",period="daily",repository="espero",snapshot_hash="783454e823f6a7cbc60b7e891317143640475fbb794ab135ce0e1bd61f074435",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775352602e+09 restic_backup_timestamp{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="428ec02be1199fb9879ecf91d4a028f018a89c8044e5fa25bc303f897b36b90c",snapshot_tag="docker-volumes",snapshot_tags="daily,docker-volumes"} 1.775352616e+09 restic_backup_timestamp{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="a6e6369cbb3625274c1a502b069a2c99023db73b2437e6f3c8283027fcf4160c",snapshot_tag="netbird-zdb-1",snapshot_tags="daily,netbird-zdb-1"} 1.77535261e+09 restic_backup_timestamp{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="d50d713b6cedd07539e63297710ecb478c68c1a66db537f64047358a29ee4fb0",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775352602e+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="614d07d9d022fb1094bf0253760539ad0ca3b64669aeacf80bf666f5b6cd621b",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775352601e+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="d585cf45e500220e4b82045ef58f2c14901bc5cca8a68c900a7b5b69ea7d942b",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775352607e+09 restic_backup_timestamp{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="247de55d372825508f2e0c8603ab63f335094b0b6a305e107abdff6b9d528d2b",snapshot_tag="fisaf-prod",snapshot_tags="fisaf-prod,hourly"} 1.775394352e+09 restic_backup_timestamp{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="3ac4c750af3cc15d4eaca896f794b61d64948c9d583b20f5fa91dbae19002098",snapshot_tag="css-prod",snapshot_tags="css-prod,hourly"} 1.775394329e+09 restic_backup_timestamp{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="5030998e3e17cf2ab8339728700f3140787595e6c8427ed69c2cd4871ac940dd",snapshot_tag="csph-prod",snapshot_tags="csph-prod,hourly"} 1.775394306e+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="24850abca7b53ae1a8e6f54eac15b79996e424b91bf5b2806bf7e7a24d7e23c0",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775345401e+09 restic_backup_timestamp{client_hostname="Rebellion",client_username="root",client_version="restic 0.18.1",period="daily",repository="rebellion",snapshot_hash="1a47408496a25559c3cef6897b61dd5fa9dc17e7f775c9fcd6019367dc708b1c",snapshot_tag="umami-db-1",snapshot_tags="daily,umami-db-1"} 1.775352627e+09 restic_backup_timestamp{client_hostname="Rebellion",client_username="root",client_version="restic 0.18.1",period="daily",repository="rebellion",snapshot_hash="d4f9b2d62aaedf8eb2b4fa6146dff3dd2b99c2d464253a0ddb6c71bf212fe7c3",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775352601e+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="18ca768393740c1eafb0d0b4e73d0326288ba03d30151adfa8dc31b36192d908",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775353502e+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="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="0e8dfa81cafd7b11b6a6c56ecb106502c6293a7c3557747c560756d07791ca7d",snapshot_tag="tms_tms_api__standacup_prod__db",snapshot_tags="hourly,tms_tms_api__standacup_prod__db"} 1.775394316e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="11b49d47669b6cebdcec5648ad8c9ce93e30d5b66d352527ff7d2e209ffb6177",snapshot_tag="tms_tms_api__phc_test__db",snapshot_tags="hourly,tms_tms_api__phc_test__db"} 1.775394309e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="3bd65e31b6c224c760120ddb0d873cd01935466c49e976c8bebfb535ce46d99a",snapshot_tag="tms_tms_api__phc_prod__db",snapshot_tags="hourly,tms_tms_api__phc_prod__db"} 1.775394302e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="3dd2f3e5200349952ec6fbe9699d5592b404bf353f44f8e144769581c0e51873",snapshot_tag="tms_tms_api__bpg_prod__db",snapshot_tags="hourly,tms_tms_api__bpg_prod__db"} 1.775394342e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="489136b8368516ddec2c9d83e6371fe9416b7898cc95e015a3e88bbdf6c7770c",snapshot_tag="gofis_portal__gofis_prod__db",snapshot_tags="gofis_portal__gofis_prod__db,hourly"} 1.775394382e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="54560b8467a7c19286583d81aeb523e0094266538940c7932b8877b7049ce713",snapshot_tag="tms_tms_api__co_prod__db",snapshot_tags="hourly,tms_tms_api__co_prod__db"} 1.775394334e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="99e72e10415e76ff5a9640f72c459682c99d38ff7a6769fc66af795cd1c13eed",snapshot_tag="tms_tms_api__pwo_2025__db",snapshot_tags="hourly,tms_tms_api__pwo_2025__db"} 1.77539445e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="9c4a8e997f65950a7c0844ef95245f41e63c4aae203a4f2cd1a15076c79abf8b",snapshot_tag="gofis_portal__ehypoexpert_prod__db",snapshot_tags="gofis_portal__ehypoexpert_prod__db,hourly"} 1.775394356e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="b6f19d18e87eae1fc4080cacf6b2d985c8a69548d6f1d47c7acfb59bef1517af",snapshot_tag="tms_tms_api__pm_2025__db",snapshot_tags="hourly,tms_tms_api__pm_2025__db"} 1.77539437e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="caf3628ad0d7878dbe166c76ee48708255c4fbdee4ede3316b857ffb3d86ad54",snapshot_tag="tms_tms_api__pg_prod__db",snapshot_tags="hourly,tms_tms_api__pg_prod__db"} 1.775394349e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="cd2f20a35bbb51bc4bcfad1de2e1deea85137aac071544b1cf493c46b62efeb4",snapshot_tag="tms_tms_api__pvg_prod__db",snapshot_tags="hourly,tms_tms_api__pvg_prod__db"} 1.775394376e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="e4cfb14cb2bc395c27115699c2c5d6b487ae3100eabcd8645917ab6a9a4233c1",snapshot_tag="tms_tms_api__pwo_prod__db",snapshot_tags="hourly,tms_tms_api__pwo_prod__db"} 1.775394322e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="e6260509b8a5907b418241c3f683d30f29fdcd25541834e10c30b21c47cb063c",snapshot_tag="tms_tms_api__pm_prod__db",snapshot_tags="hourly,tms_tms_api__pm_prod__db"} 1.775394328e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="e6bae5b002f20a0c4eb4dbd566705dd0d1b74f56ec4723a1fd71c131d79422a4",snapshot_tag="tms_tms_api__pvg_2025w__db",snapshot_tags="hourly,tms_tms_api__pvg_2025w__db"} 1.775394363e+09 restic_backup_timestamp{client_hostname="Tesoro",client_username="root",client_version="restic 0.18.1",period="daily",repository="tesoro",snapshot_hash="6d4e3ab8e03d2631a8b91464442bf7819f10c808c68a0730a9e5919cf90dc099",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775352733e+09 restic_backup_timestamp{client_hostname="Tesoro",client_username="root",client_version="restic 0.18.1",period="hourly",repository="tesoro",snapshot_hash="f8ba141adfb82c9e3733e3f3c22828ca137043986769d1c93f091c3126832fda",snapshot_tag="vaultwarden",snapshot_tags="hourly,vaultwarden"} 1.775394304e+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="4cc846a72c52a46af108507781f9269b11f6b55569d22ace57e92795b30dbba8",snapshot_tag="sonarqube_db_1",snapshot_tags="daily,sonarqube_db_1"} 1.775354445e+09 restic_backup_timestamp{client_hostname="Zacapa",client_username="root",client_version="restic 0.18.1",period="daily",repository="zacapa",snapshot_hash="5a1a8d772b37580bd8f93962f5ff3fa8e5c6a6e0e88ff79e94a922772dc53f68",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775354401e+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="218cd4af02f64510ce3d4f61cfe6c55f1a022f1331dacd00c90c656de8dc2311",snapshot_tag="portal.designeo.cz/sql",snapshot_tags="daily,portal.designeo.cz/sql"} 1.775345626e+09 restic_backup_timestamp{client_hostname="millonario",client_username="root",client_version="restic 0.18.1",period="daily",repository="millonario",snapshot_hash="3eb8302d08a535ffa3c85d02a96bab56f8a4d77e65f74295febdaa9e8d0ccd11",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775345402e+09 restic_backup_timestamp{client_hostname="pampero",client_username="root",client_version="restic 0.18.1",period="daily",repository="pampero",snapshot_hash="d629cd881c3c134b902a620f8eb1171d8c17fd216a30dde9df83b3bcaa4c9d05",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775345401e+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.775352601e+09 restic_last_backup_timestamp_seconds{hostname="Appleton2",period="hourly",repository="appleton"} 1.775394301e+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.775352602e+09 restic_last_backup_timestamp_seconds{hostname="Bumbu",period="daily",repository="bumbu"} 1.775352675e+09 restic_last_backup_timestamp_seconds{hostname="Companero",period="daily",repository="companero"} 1.775352601e+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.775352702e+09 restic_last_backup_timestamp_seconds{hostname="Diplomatico",period="daily",repository="diplomatico"} 1.775352601e+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.775353318e+09 restic_last_backup_timestamp_seconds{hostname="Espero",period="daily",repository="espero"} 1.775352602e+09 restic_last_backup_timestamp_seconds{hostname="Jerry",period="daily",repository="jerry"} 1.775352616e+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.775352601e+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.775352607e+09 restic_last_backup_timestamp_seconds{hostname="Malteco",period="hourly",repository="malteco"} 1.775394352e+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.775345401e+09 restic_last_backup_timestamp_seconds{hostname="Rebellion",period="daily",repository="rebellion"} 1.775352627e+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.775353502e+09 restic_last_backup_timestamp_seconds{hostname="Santos",period="hourly",repository="santos"} 1.77539445e+09 restic_last_backup_timestamp_seconds{hostname="Tesoro",period="daily",repository="tesoro"} 1.775352733e+09 restic_last_backup_timestamp_seconds{hostname="Tesoro",period="hourly",repository="tesoro"} 1.775394304e+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.775354445e+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.775345626e+09 restic_last_backup_timestamp_seconds{hostname="pampero",period="daily",repository="pampero"} 1.775345401e+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.775352601e+09 restic_oldest_backup_timestamp_seconds{hostname="Appleton2",period="hourly",repository="appleton"} 1.775394301e+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.775352602e+09 restic_oldest_backup_timestamp_seconds{hostname="Bumbu",period="daily",repository="bumbu"} 1.775352602e+09 restic_oldest_backup_timestamp_seconds{hostname="Companero",period="daily",repository="companero"} 1.775352601e+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.775352601e+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.775352601e+09 restic_oldest_backup_timestamp_seconds{hostname="Espero",period="daily",repository="espero"} 1.775352602e+09 restic_oldest_backup_timestamp_seconds{hostname="Jerry",period="daily",repository="jerry"} 1.775352602e+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.775352601e+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.775394306e+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.775345401e+09 restic_oldest_backup_timestamp_seconds{hostname="Rebellion",period="daily",repository="rebellion"} 1.775352601e+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.775394302e+09 restic_oldest_backup_timestamp_seconds{hostname="Tesoro",period="daily",repository="tesoro"} 1.775352733e+09 restic_oldest_backup_timestamp_seconds{hostname="Tesoro",period="hourly",repository="tesoro"} 1.775394304e+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.775354401e+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.775345402e+09 restic_oldest_backup_timestamp_seconds{hostname="pampero",period="daily",repository="pampero"} 1.775345401e+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"} 88123 restic_repository_files_total{repository="botran"} 1.574132e+06 restic_repository_files_total{repository="bumbu"} 170805 restic_repository_files_total{repository="companero"} 6962 restic_repository_files_total{repository="diamond"} 597477 restic_repository_files_total{repository="diplomatico"} 170838 restic_repository_files_total{repository="donpapa3"} 167852 restic_repository_files_total{repository="espero"} 136867 restic_repository_files_total{repository="jerry"} 6809 restic_repository_files_total{repository="kraken"} 183863 restic_repository_files_total{repository="malteco"} 261130 restic_repository_files_total{repository="millonario"} 569150 restic_repository_files_total{repository="pampero"} 216449 restic_repository_files_total{repository="plantation"} 155963 restic_repository_files_total{repository="rebellion"} 64918 restic_repository_files_total{repository="santos"} 1.153655e+06 restic_repository_files_total{repository="tesoro"} 66717 restic_repository_files_total{repository="zacapa"} 495834 # 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.3207029761e+10 restic_repository_size_bytes{repository="botran"} 3.94112972901e+11 restic_repository_size_bytes{repository="bumbu"} 1.4296789376e+10 restic_repository_size_bytes{repository="companero"} 5.04843833e+08 restic_repository_size_bytes{repository="diamond"} 9.7641580847e+10 restic_repository_size_bytes{repository="diplomatico"} 2.5753415566e+10 restic_repository_size_bytes{repository="donpapa3"} 5.1555295708e+10 restic_repository_size_bytes{repository="espero"} 2.1131596559e+10 restic_repository_size_bytes{repository="jerry"} 7.82188157e+08 restic_repository_size_bytes{repository="kraken"} 3.9142058536e+10 restic_repository_size_bytes{repository="malteco"} 5.021929277e+10 restic_repository_size_bytes{repository="millonario"} 2.7306130436e+10 restic_repository_size_bytes{repository="pampero"} 1.6269257918e+10 restic_repository_size_bytes{repository="plantation"} 3.914213991e+09 restic_repository_size_bytes{repository="rebellion"} 4.665327659e+09 restic_repository_size_bytes{repository="santos"} 4.8812111924e+10 restic_repository_size_bytes{repository="tesoro"} 1.1581958797e+10 restic_repository_size_bytes{repository="zacapa"} 9.575424832e+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.7228311991e+10 restic_repository_uncompressed_size_bytes{repository="botran"} 9.91177665518e+11 restic_repository_uncompressed_size_bytes{repository="bumbu"} 5.8512643689e+10 restic_repository_uncompressed_size_bytes{repository="companero"} 2.328063209e+09 restic_repository_uncompressed_size_bytes{repository="diamond"} 2.94501853142e+11 restic_repository_uncompressed_size_bytes{repository="diplomatico"} 1.02222629733e+11 restic_repository_uncompressed_size_bytes{repository="donpapa3"} 7.351854691e+10 restic_repository_uncompressed_size_bytes{repository="espero"} 1.04286540836e+11 restic_repository_uncompressed_size_bytes{repository="jerry"} 3.520643427e+09 restic_repository_uncompressed_size_bytes{repository="kraken"} 1.24004320229e+11 restic_repository_uncompressed_size_bytes{repository="malteco"} 2.17376970145e+11 restic_repository_uncompressed_size_bytes{repository="millonario"} 3.6294400497e+10 restic_repository_uncompressed_size_bytes{repository="pampero"} 3.3596752221e+10 restic_repository_uncompressed_size_bytes{repository="plantation"} 1.3758081867e+10 restic_repository_uncompressed_size_bytes{repository="rebellion"} 2.0608911518e+10 restic_repository_uncompressed_size_bytes{repository="santos"} 1.6079464082e+11 restic_repository_uncompressed_size_bytes{repository="tesoro"} 1.6552838025e+10 restic_repository_uncompressed_size_bytes{repository="zacapa"} 1.91735852717e+11 # HELP restic_scrape_duration_seconds Duration of the scrape # TYPE restic_scrape_duration_seconds gauge restic_scrape_duration_seconds{repository="appleton"} 7.145394811 restic_scrape_duration_seconds{repository="botran"} 6.254102215 restic_scrape_duration_seconds{repository="bumbu"} 5.217887249 restic_scrape_duration_seconds{repository="companero"} 2.165250994 restic_scrape_duration_seconds{repository="diamond"} 4.732504235 restic_scrape_duration_seconds{repository="diplomatico"} 6.555082698 restic_scrape_duration_seconds{repository="donpapa3"} 6.468188151 restic_scrape_duration_seconds{repository="espero"} 1.5261180859999999 restic_scrape_duration_seconds{repository="jerry"} 3.4948577739999998 restic_scrape_duration_seconds{repository="kraken"} 6.394536776 restic_scrape_duration_seconds{repository="malteco"} 5.328363119 restic_scrape_duration_seconds{repository="millonario"} 4.72391903 restic_scrape_duration_seconds{repository="pampero"} 4.716487033 restic_scrape_duration_seconds{repository="plantation"} 4.521530991 restic_scrape_duration_seconds{repository="rebellion"} 4.790072239 restic_scrape_duration_seconds{repository="santos"} 30.180490457 restic_scrape_duration_seconds{repository="tesoro"} 6.183918689 restic_scrape_duration_seconds{repository="zacapa"} 5.8834939 # 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"} 62 restic_snapshots_total{repository="botran"} 71 restic_snapshots_total{repository="bumbu"} 85 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"} 151 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"} 62 restic_snapshots_total{repository="zacapa"} 53