# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 6.6455e-05 go_gc_duration_seconds{quantile="0.25"} 7.3597e-05 go_gc_duration_seconds{quantile="0.5"} 8.2009e-05 go_gc_duration_seconds{quantile="0.75"} 0.000116585 go_gc_duration_seconds{quantile="1"} 5.954598664 go_gc_duration_seconds_sum 56.99833306 go_gc_duration_seconds_count 48974 # 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 11 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.12"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 1.915912e+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.029038e+10 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 3654 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 6.80753803e+08 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.155128e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 1.915912e+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.2976128e+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.19488e+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 14194 # 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.2312576e+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.7751864680487502e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 6.80767997e+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 59040 # 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 3544.77 # 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.85031443743e+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.389714507e+09 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 11 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.7924096e+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"} 226298 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="4d5e4610b80e6adbefc482998f5c684d075551f96b7e09464104d17400f53790",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 47332 restic_backup_files_total{client_hostname="Appleton2",client_username="root",client_version="restic 0.18.1",period="hourly",repository="appleton",snapshot_hash="ec69a9b0d1f0fb3a649ce9aab5f85f3f0acbf693dfdaf1182566a20d99d02e32",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="34078465d7ff2832c3458733a6ef8a3ec1ed0885cbc8643880b72df2ead56a00",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="252ac5dc4c7f8577aec94a08e114964ac888ee176a3f3d73ab9fe8e4d9d7561f",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="c5bcbe432e12feafc4742dda7a8e2cdd01bd0279a5925427fd3230e508628cd3",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="ebefbc1509daa92cffce619e3e30ebe958680d9665b996420695564304ac0190",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="eeaa892876478a553bfa838c82408094a3e93117d3be0d879af96f650a921656",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 216466 restic_backup_files_total{client_hostname="Companero",client_username="root",client_version="restic 0.18.1",period="daily",repository="companero",snapshot_hash="f5209eebdc11627fd713fa3c8c8c13d71b467a7efc823e76e64796f9a91f0ceb",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="9c868d9d0127adc2ae63db5f3afbf49354e751ef9c1d01aef7a99d54b4381586",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 206570 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="d33f003fd436f44db15600fb251e38abe8071b2e5d9607d896e1ac876405056a",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="Diplomatico",client_username="root",client_version="restic 0.18.1",period="daily",repository="diplomatico",snapshot_hash="e51a8eed34347d4584bdafdf12515a9e0d0d2e12bab094f03ca1c7f17722a94e",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 47075 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="1309e44df66afc3673f4fc9b7f8c1a8852cd68d9bc81266c24db44eb17b665a3",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 105188 restic_backup_files_total{client_hostname="DonPapa3",client_username="root",client_version="restic 0.18.1",period="daily",repository="donpapa3",snapshot_hash="8c1e4c82b9ba064784281e4662873a23a9b9780a67248db017a1a057d6e9c99e",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="ac0b692e171d2086df1f05f344ab399478d7c0a41c3d77f2201f5f62cb4c5ad9",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 25817 restic_backup_files_total{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="81d13cd4caa748756793a0b8a3dc2e971edecd2ea6bb4ae6b807e0bd41946c41",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="b7c97f6a2515b906d8a53a4a3d0886f9754882c6e3965e790cfb0417ca17a563",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="e6209869f0352376f956d207da47516c0f8b9f4b64b3593a3963409fdb3c131d",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="96b3fb3f80f8282048f0419824cd4dd249d912c3fb8ecbb8a958ca807a7a2545",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="3c1f9aeebbf22ab28eb48fcec370781754b082a396c506b0c603064c68f22488",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 40708 restic_backup_files_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="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="hourly",repository="malteco",snapshot_hash="7d8c92ad9ddbeada9ba1eeb2749855d2f2b132d72fa31b2fdfc80265b789dc27",snapshot_tag="csph-prod",snapshot_tags="csph-prod,hourly"} 1 restic_backup_files_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="b2d029595d957f172a3164193a30251285aecedcdb8321ad07e97f0b92e57db6",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="efb3fce57a0e0b328e654170fee26aed2a11378e62fb8f712241726dc36b052c",snapshot_tag="css-prod",snapshot_tags="css-prod,hourly"} 1 restic_backup_files_total{client_hostname="Plantation",client_username="root",client_version="restic 0.18.1",period="",repository="plantation",snapshot_hash="e0239153bf44adf144a2aedbaad629c068d0e65633ade4409783eed22cfd602d",snapshot_tag="sql-dump-cleanup",snapshot_tags="sql-dump-cleanup"} 8 restic_backup_files_total{client_hostname="Plantation",client_username="root",client_version="restic 0.18.1",period="daily",repository="plantation",snapshot_hash="25edd5ed2dfe0277fd1859f13e27d7a310272be2a1e946aa88386fdd6f0338ae",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 46679 restic_backup_files_total{client_hostname="Rebellion",client_username="root",client_version="restic 0.18.1",period="daily",repository="rebellion",snapshot_hash="867183d2dff20aa24d7cd60943bbc88f178a312b874b57ee821d8751f7c3ab86",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="8ad4ff97e325d9e8f1ff460b5f0063503cc5d632af3edd0e40ef77d2b0556a4a",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 72385 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="988015d0aa0b17bfa01ce8bbd9178087b4669fd2929896adf5688ca7520a6612",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.196939e+06 restic_backup_files_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="daily",repository="santos",snapshot_hash="d5b7aab388650d04f3a58916ec69bdc3b5b2717e837b10e989cd2d00b4636181",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.087739e+06 restic_backup_files_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="0505929740b66f51e8d19f9bfe7a85fc6bf6bae61f9367532642920213975c39",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="2605c0706aa61c983589e36929353c133057f61f5c78ee3fbefcf12366c30b0d",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="2740d77a8c7ebfc1084c5b9360fd7f55f26f2a29d2043eeef6670b3af59d800a",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="2d8bdc1f16160ec9246882d7d17e21c60515f916e782d024642289bd9024bc57",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="604aac2061584b31041b66e360c0c2e125c979b3ea920584d7da025f8543de72",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="6393fb326822fb6856657ed1823cb5b48eca1f7bc2e32d92d91e7fbbcd5c7f04",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="6df602adb0df1869227d0b758ac04aee67330805a07e240ea38aeda99ca09ba1",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="6ed8383be12504a810f2edad4c1319e663ba8ae31a6cda928eb6ce963c221472",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="6f0a25775b8fe2d2548c83b45a10f06815bfcf9698004b6b7a0e5851a996b2de",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="7fa5cffd096650fc85daf5b5247e50182329f100332d9a145329f7252ff96b1f",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="ab9918f008b5154a1452b2defcf1d015293a878ebed5d9a577910d3fc8230349",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="af2a9d75d97124f6746633813219aed0f400cc3562f52a9a58094f80efff95c0",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="bc4e852607d43ac6313ab041718ec51d64b2abd345599a4c86de878b471f4d33",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="da900e8c486c3f3a6dbeb0b25c29e44c2fafd967fe0224084dd07227d5b501cb",snapshot_tag="tms_tms_api__phc_prod__db",snapshot_tags="hourly,tms_tms_api__phc_prod__db"} 1 restic_backup_files_total{client_hostname="Tesoro",client_username="root",client_version="restic 0.18.1",period="daily",repository="tesoro",snapshot_hash="c0bb6fc6698973464b2bdd8828d808e3429f3ccd419c33c5bfc4018cf270865c",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 21028 restic_backup_files_total{client_hostname="Tesoro",client_username="root",client_version="restic 0.18.1",period="hourly",repository="tesoro",snapshot_hash="d3b7a423ebe8dcde0b038ae7b6645b1ca14ff91de095c91318d6969e15de2205",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="b4b1f06b4b6ad4965118b3c8ba687c990801284d9965e86fdee5a5254fc28d20",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 278160 restic_backup_files_total{client_hostname="Zacapa",client_username="root",client_version="restic 0.18.1",period="daily",repository="zacapa",snapshot_hash="ee7c3bd011985ef4e99e3da1c04590f9a7c963c0b500690fa208d79c644aab46",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="430670ab7a57426d20c1cbea1fafc5d444f776180d0c14b9f716f5dc52d6358a",snapshot_tag="portal.designeo.cz/sql",snapshot_tags="daily,portal.designeo.cz/sql"} 1 restic_backup_files_total{client_hostname="millonario",client_username="root",client_version="restic 0.18.1",period="daily",repository="millonario",snapshot_hash="ead7d0a1d5fa565c435a61b0093fe422d1e08dfda50375f72e36a5386358b736",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.770332e+06 restic_backup_files_total{client_hostname="pampero",client_username="root",client_version="restic 0.18.1",period="daily",repository="pampero",snapshot_hash="26b70c0ad924587b35b769ffc54408cde26c6babb6b8a9963d1eeb6869853ed7",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 436040 # HELP restic_backup_size_total Total size of backup in bytes # TYPE restic_backup_size_total counter restic_backup_size_total{client_hostname="Appleton2",client_username="root",client_version="restic 0.18.1",period="daily",repository="appleton",snapshot_hash="4d5e4610b80e6adbefc482998f5c684d075551f96b7e09464104d17400f53790",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 3.6096653555e+10 restic_backup_size_total{client_hostname="Appleton2",client_username="root",client_version="restic 0.18.1",period="hourly",repository="appleton",snapshot_hash="ec69a9b0d1f0fb3a649ce9aab5f85f3f0acbf693dfdaf1182566a20d99d02e32",snapshot_tag="projekton",snapshot_tags="hourly,projekton"} 4.35041502e+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="34078465d7ff2832c3458733a6ef8a3ec1ed0885cbc8643880b72df2ead56a00",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 3.38602376553e+11 restic_backup_size_total{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="252ac5dc4c7f8577aec94a08e114964ac888ee176a3f3d73ab9fe8e4d9d7561f",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="c5bcbe432e12feafc4742dda7a8e2cdd01bd0279a5925427fd3230e508628cd3",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="ebefbc1509daa92cffce619e3e30ebe958680d9665b996420695564304ac0190",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="eeaa892876478a553bfa838c82408094a3e93117d3be0d879af96f650a921656",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 5.904749113e+10 restic_backup_size_total{client_hostname="Companero",client_username="root",client_version="restic 0.18.1",period="daily",repository="companero",snapshot_hash="f5209eebdc11627fd713fa3c8c8c13d71b467a7efc823e76e64796f9a91f0ceb",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.86324342e+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="9c868d9d0127adc2ae63db5f3afbf49354e751ef9c1d01aef7a99d54b4381586",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 7.5024954036e+10 restic_backup_size_total{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="daily",repository="diamond",snapshot_hash="c910982819a9f42d99b9b7c5f15acfe5e0bfbad54163a65dc2774329ff0e6847",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 6.9945251155e+10 restic_backup_size_total{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="daily",repository="diamond",snapshot_hash="d33f003fd436f44db15600fb251e38abe8071b2e5d9607d896e1ac876405056a",snapshot_tag="bat_bat_dashboard_bat_dashboard_api__prod__db",snapshot_tags="bat_bat_dashboard_bat_dashboard_api__prod__db,daily"} 730115 restic_backup_size_total{client_hostname="Diplomatico",client_username="root",client_version="restic 0.18.1",period="daily",repository="diplomatico",snapshot_hash="e51a8eed34347d4584bdafdf12515a9e0d0d2e12bab094f03ca1c7f17722a94e",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 5.7047711297e+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="1309e44df66afc3673f4fc9b7f8c1a8852cd68d9bc81266c24db44eb17b665a3",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.0871398018e+10 restic_backup_size_total{client_hostname="DonPapa3",client_username="root",client_version="restic 0.18.1",period="daily",repository="donpapa3",snapshot_hash="8c1e4c82b9ba064784281e4662873a23a9b9780a67248db017a1a057d6e9c99e",snapshot_tag="gitlab",snapshot_tags="daily,gitlab"} 3.430706176e+10 restic_backup_size_total{client_hostname="Espero",client_username="root",client_version="restic 0.18.1",period="daily",repository="espero",snapshot_hash="ac0b692e171d2086df1f05f344ab399478d7c0a41c3d77f2201f5f62cb4c5ad9",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.7128016093e+10 restic_backup_size_total{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="81d13cd4caa748756793a0b8a3dc2e971edecd2ea6bb4ae6b807e0bd41946c41",snapshot_tag="docker-volumes",snapshot_tags="daily,docker-volumes"} 1.55886597e+08 restic_backup_size_total{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="b7c97f6a2515b906d8a53a4a3d0886f9754882c6e3965e790cfb0417ca17a563",snapshot_tag="netbird-zdb-1",snapshot_tags="daily,netbird-zdb-1"} 1.546079e+06 restic_backup_size_total{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="e6209869f0352376f956d207da47516c0f8b9f4b64b3593a3963409fdb3c131d",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.956682453e+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="96b3fb3f80f8282048f0419824cd4dd249d912c3fb8ecbb8a958ca807a7a2545",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 6.7935057276e+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="3c1f9aeebbf22ab28eb48fcec370781754b082a396c506b0c603064c68f22488",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 6.8040660871e+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="hourly",repository="malteco",snapshot_hash="7d8c92ad9ddbeada9ba1eeb2749855d2f2b132d72fa31b2fdfc80265b789dc27",snapshot_tag="csph-prod",snapshot_tags="csph-prod,hourly"} 6.6718946e+07 restic_backup_size_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="b2d029595d957f172a3164193a30251285aecedcdb8321ad07e97f0b92e57db6",snapshot_tag="fisaf-prod",snapshot_tags="fisaf-prod,hourly"} 9.95842802e+08 restic_backup_size_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="efb3fce57a0e0b328e654170fee26aed2a11378e62fb8f712241726dc36b052c",snapshot_tag="css-prod",snapshot_tags="css-prod,hourly"} 1.23544048e+08 restic_backup_size_total{client_hostname="Plantation",client_username="root",client_version="restic 0.18.1",period="",repository="plantation",snapshot_hash="e0239153bf44adf144a2aedbaad629c068d0e65633ade4409783eed22cfd602d",snapshot_tag="sql-dump-cleanup",snapshot_tags="sql-dump-cleanup"} 1.74944117e+08 restic_backup_size_total{client_hostname="Plantation",client_username="root",client_version="restic 0.18.1",period="daily",repository="plantation",snapshot_hash="25edd5ed2dfe0277fd1859f13e27d7a310272be2a1e946aa88386fdd6f0338ae",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 7.18951357e+09 restic_backup_size_total{client_hostname="Rebellion",client_username="root",client_version="restic 0.18.1",period="daily",repository="rebellion",snapshot_hash="867183d2dff20aa24d7cd60943bbc88f178a312b874b57ee821d8751f7c3ab86",snapshot_tag="umami-db-1",snapshot_tags="daily,umami-db-1"} 9.30256367e+08 restic_backup_size_total{client_hostname="Rebellion",client_username="root",client_version="restic 0.18.1",period="daily",repository="rebellion",snapshot_hash="8ad4ff97e325d9e8f1ff460b5f0063503cc5d632af3edd0e40ef77d2b0556a4a",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.5122700182e+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="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="988015d0aa0b17bfa01ce8bbd9178087b4669fd2929896adf5688ca7520a6612",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 8.1700029905e+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="0505929740b66f51e8d19f9bfe7a85fc6bf6bae61f9367532642920213975c39",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="2605c0706aa61c983589e36929353c133057f61f5c78ee3fbefcf12366c30b0d",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="2740d77a8c7ebfc1084c5b9360fd7f55f26f2a29d2043eeef6670b3af59d800a",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="2d8bdc1f16160ec9246882d7d17e21c60515f916e782d024642289bd9024bc57",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="604aac2061584b31041b66e360c0c2e125c979b3ea920584d7da025f8543de72",snapshot_tag="tms_tms_api__phc_test__db",snapshot_tags="hourly,tms_tms_api__phc_test__db"} 6.8282002e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="6393fb326822fb6856657ed1823cb5b48eca1f7bc2e32d92d91e7fbbcd5c7f04",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="6df602adb0df1869227d0b758ac04aee67330805a07e240ea38aeda99ca09ba1",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="6ed8383be12504a810f2edad4c1319e663ba8ae31a6cda928eb6ce963c221472",snapshot_tag="tms_tms_api__co_prod__db",snapshot_tags="hourly,tms_tms_api__co_prod__db"} 3.4330202e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="6f0a25775b8fe2d2548c83b45a10f06815bfcf9698004b6b7a0e5851a996b2de",snapshot_tag="tms_tms_api__pg_prod__db",snapshot_tags="hourly,tms_tms_api__pg_prod__db"} 4.1395814e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="7fa5cffd096650fc85daf5b5247e50182329f100332d9a145329f7252ff96b1f",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="ab9918f008b5154a1452b2defcf1d015293a878ebed5d9a577910d3fc8230349",snapshot_tag="gofis_portal__gofis_prod__db",snapshot_tags="gofis_portal__gofis_prod__db,hourly"} 3.328622113e+09 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="af2a9d75d97124f6746633813219aed0f400cc3562f52a9a58094f80efff95c0",snapshot_tag="tms_tms_api__pvg_prod__db",snapshot_tags="hourly,tms_tms_api__pvg_prod__db"} 2.7254707e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="bc4e852607d43ac6313ab041718ec51d64b2abd345599a4c86de878b471f4d33",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="da900e8c486c3f3a6dbeb0b25c29e44c2fafd967fe0224084dd07227d5b501cb",snapshot_tag="tms_tms_api__phc_prod__db",snapshot_tags="hourly,tms_tms_api__phc_prod__db"} 7.8094899e+07 restic_backup_size_total{client_hostname="Tesoro",client_username="root",client_version="restic 0.18.1",period="daily",repository="tesoro",snapshot_hash="c0bb6fc6698973464b2bdd8828d808e3429f3ccd419c33c5bfc4018cf270865c",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 7.543637409e+09 restic_backup_size_total{client_hostname="Tesoro",client_username="root",client_version="restic 0.18.1",period="hourly",repository="tesoro",snapshot_hash="d3b7a423ebe8dcde0b038ae7b6645b1ca14ff91de095c91318d6969e15de2205",snapshot_tag="vaultwarden",snapshot_tags="hourly,vaultwarden"} 9.9488836e+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="b4b1f06b4b6ad4965118b3c8ba687c990801284d9965e86fdee5a5254fc28d20",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.06858050115e+11 restic_backup_size_total{client_hostname="Zacapa",client_username="root",client_version="restic 0.18.1",period="daily",repository="zacapa",snapshot_hash="ee7c3bd011985ef4e99e3da1c04590f9a7c963c0b500690fa208d79c644aab46",snapshot_tag="sonarqube_db_1",snapshot_tags="daily,sonarqube_db_1"} 2.03930069e+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="430670ab7a57426d20c1cbea1fafc5d444f776180d0c14b9f716f5dc52d6358a",snapshot_tag="portal.designeo.cz/sql",snapshot_tags="daily,portal.designeo.cz/sql"} 2.9208377e+07 restic_backup_size_total{client_hostname="millonario",client_username="root",client_version="restic 0.18.1",period="daily",repository="millonario",snapshot_hash="ead7d0a1d5fa565c435a61b0093fe422d1e08dfda50375f72e36a5386358b736",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 7.0996965017e+10 restic_backup_size_total{client_hostname="pampero",client_username="root",client_version="restic 0.18.1",period="daily",repository="pampero",snapshot_hash="26b70c0ad924587b35b769ffc54408cde26c6babb6b8a9963d1eeb6869853ed7",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 4.1778477855e+10 # HELP restic_backup_timestamp Timestamp of the last backup # TYPE restic_backup_timestamp gauge restic_backup_timestamp{client_hostname="Appleton2",client_username="root",client_version="restic 0.18.1",period="daily",repository="appleton",snapshot_hash="4d5e4610b80e6adbefc482998f5c684d075551f96b7e09464104d17400f53790",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775179801e+09 restic_backup_timestamp{client_hostname="Appleton2",client_username="root",client_version="restic 0.18.1",period="hourly",repository="appleton",snapshot_hash="ec69a9b0d1f0fb3a649ce9aab5f85f3f0acbf693dfdaf1182566a20d99d02e32",snapshot_tag="projekton",snapshot_tags="hourly,projekton"} 1.775185501e+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="34078465d7ff2832c3458733a6ef8a3ec1ed0885cbc8643880b72df2ead56a00",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775179802e+09 restic_backup_timestamp{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="252ac5dc4c7f8577aec94a08e114964ac888ee176a3f3d73ab9fe8e4d9d7561f",snapshot_tag="gofis_portal__ehypoexpert_dev__db",snapshot_tags="daily,gofis_portal__ehypoexpert_dev__db"} 1.775179891e+09 restic_backup_timestamp{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="c5bcbe432e12feafc4742dda7a8e2cdd01bd0279a5925427fd3230e508628cd3",snapshot_tag="bat_bat_dashboard_bat_dashboard_api__test__db",snapshot_tags="bat_bat_dashboard_bat_dashboard_api__test__db,daily"} 1.775179862e+09 restic_backup_timestamp{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="ebefbc1509daa92cffce619e3e30ebe958680d9665b996420695564304ac0190",snapshot_tag="bat_bat_dashboard_bat_dashboard_api__dev__db",snapshot_tags="bat_bat_dashboard_bat_dashboard_api__dev__db,daily"} 1.775179877e+09 restic_backup_timestamp{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="eeaa892876478a553bfa838c82408094a3e93117d3be0d879af96f650a921656",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775179802e+09 restic_backup_timestamp{client_hostname="Companero",client_username="root",client_version="restic 0.18.1",period="daily",repository="companero",snapshot_hash="f5209eebdc11627fd713fa3c8c8c13d71b467a7efc823e76e64796f9a91f0ceb",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775179801e+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="9c868d9d0127adc2ae63db5f3afbf49354e751ef9c1d01aef7a99d54b4381586",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775179802e+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="d33f003fd436f44db15600fb251e38abe8071b2e5d9607d896e1ac876405056a",snapshot_tag="bat_bat_dashboard_bat_dashboard_api__prod__db",snapshot_tags="bat_bat_dashboard_bat_dashboard_api__prod__db,daily"} 1.775179918e+09 restic_backup_timestamp{client_hostname="Diplomatico",client_username="root",client_version="restic 0.18.1",period="daily",repository="diplomatico",snapshot_hash="e51a8eed34347d4584bdafdf12515a9e0d0d2e12bab094f03ca1c7f17722a94e",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775179802e+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="1309e44df66afc3673f4fc9b7f8c1a8852cd68d9bc81266c24db44eb17b665a3",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775179801e+09 restic_backup_timestamp{client_hostname="DonPapa3",client_username="root",client_version="restic 0.18.1",period="daily",repository="donpapa3",snapshot_hash="8c1e4c82b9ba064784281e4662873a23a9b9780a67248db017a1a057d6e9c99e",snapshot_tag="gitlab",snapshot_tags="daily,gitlab"} 1.775180538e+09 restic_backup_timestamp{client_hostname="Espero",client_username="root",client_version="restic 0.18.1",period="daily",repository="espero",snapshot_hash="ac0b692e171d2086df1f05f344ab399478d7c0a41c3d77f2201f5f62cb4c5ad9",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775179802e+09 restic_backup_timestamp{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="81d13cd4caa748756793a0b8a3dc2e971edecd2ea6bb4ae6b807e0bd41946c41",snapshot_tag="docker-volumes",snapshot_tags="daily,docker-volumes"} 1.775179815e+09 restic_backup_timestamp{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="b7c97f6a2515b906d8a53a4a3d0886f9754882c6e3965e790cfb0417ca17a563",snapshot_tag="netbird-zdb-1",snapshot_tags="daily,netbird-zdb-1"} 1.775179809e+09 restic_backup_timestamp{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="e6209869f0352376f956d207da47516c0f8b9f4b64b3593a3963409fdb3c131d",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775179801e+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="96b3fb3f80f8282048f0419824cd4dd249d912c3fb8ecbb8a958ca807a7a2545",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775179802e+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="3c1f9aeebbf22ab28eb48fcec370781754b082a396c506b0c603064c68f22488",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775179806e+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="hourly",repository="malteco",snapshot_hash="7d8c92ad9ddbeada9ba1eeb2749855d2f2b132d72fa31b2fdfc80265b789dc27",snapshot_tag="csph-prod",snapshot_tags="csph-prod,hourly"} 1.775185507e+09 restic_backup_timestamp{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="b2d029595d957f172a3164193a30251285aecedcdb8321ad07e97f0b92e57db6",snapshot_tag="fisaf-prod",snapshot_tags="fisaf-prod,hourly"} 1.775185555e+09 restic_backup_timestamp{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="efb3fce57a0e0b328e654170fee26aed2a11378e62fb8f712241726dc36b052c",snapshot_tag="css-prod",snapshot_tags="css-prod,hourly"} 1.77518553e+09 restic_backup_timestamp{client_hostname="Plantation",client_username="root",client_version="restic 0.18.1",period="",repository="plantation",snapshot_hash="e0239153bf44adf144a2aedbaad629c068d0e65633ade4409783eed22cfd602d",snapshot_tag="sql-dump-cleanup",snapshot_tags="sql-dump-cleanup"} 1.765032446e+09 restic_backup_timestamp{client_hostname="Plantation",client_username="root",client_version="restic 0.18.1",period="daily",repository="plantation",snapshot_hash="25edd5ed2dfe0277fd1859f13e27d7a310272be2a1e946aa88386fdd6f0338ae",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775172602e+09 restic_backup_timestamp{client_hostname="Rebellion",client_username="root",client_version="restic 0.18.1",period="daily",repository="rebellion",snapshot_hash="867183d2dff20aa24d7cd60943bbc88f178a312b874b57ee821d8751f7c3ab86",snapshot_tag="umami-db-1",snapshot_tags="daily,umami-db-1"} 1.775179831e+09 restic_backup_timestamp{client_hostname="Rebellion",client_username="root",client_version="restic 0.18.1",period="daily",repository="rebellion",snapshot_hash="8ad4ff97e325d9e8f1ff460b5f0063503cc5d632af3edd0e40ef77d2b0556a4a",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775179801e+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="988015d0aa0b17bfa01ce8bbd9178087b4669fd2929896adf5688ca7520a6612",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775180701e+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="0505929740b66f51e8d19f9bfe7a85fc6bf6bae61f9367532642920213975c39",snapshot_tag="tms_tms_api__pm_prod__db",snapshot_tags="hourly,tms_tms_api__pm_prod__db"} 1.775185522e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="2605c0706aa61c983589e36929353c133057f61f5c78ee3fbefcf12366c30b0d",snapshot_tag="tms_tms_api__pwo_prod__db",snapshot_tags="hourly,tms_tms_api__pwo_prod__db"} 1.775185517e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="2740d77a8c7ebfc1084c5b9360fd7f55f26f2a29d2043eeef6670b3af59d800a",snapshot_tag="tms_tms_api__standacup_prod__db",snapshot_tags="hourly,tms_tms_api__standacup_prod__db"} 1.775185508e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="2d8bdc1f16160ec9246882d7d17e21c60515f916e782d024642289bd9024bc57",snapshot_tag="tms_tms_api__bpg_prod__db",snapshot_tags="hourly,tms_tms_api__bpg_prod__db"} 1.77518553e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="604aac2061584b31041b66e360c0c2e125c979b3ea920584d7da025f8543de72",snapshot_tag="tms_tms_api__phc_test__db",snapshot_tags="hourly,tms_tms_api__phc_test__db"} 1.775185503e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="6393fb326822fb6856657ed1823cb5b48eca1f7bc2e32d92d91e7fbbcd5c7f04",snapshot_tag="gofis_portal__ehypoexpert_prod__db",snapshot_tags="gofis_portal__ehypoexpert_prod__db,hourly"} 1.775185539e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="6df602adb0df1869227d0b758ac04aee67330805a07e240ea38aeda99ca09ba1",snapshot_tag="tms_tms_api__pwo_2025__db",snapshot_tags="hourly,tms_tms_api__pwo_2025__db"} 1.77518559e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="6ed8383be12504a810f2edad4c1319e663ba8ae31a6cda928eb6ce963c221472",snapshot_tag="tms_tms_api__co_prod__db",snapshot_tags="hourly,tms_tms_api__co_prod__db"} 1.775185526e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="6f0a25775b8fe2d2548c83b45a10f06815bfcf9698004b6b7a0e5851a996b2de",snapshot_tag="tms_tms_api__pg_prod__db",snapshot_tags="hourly,tms_tms_api__pg_prod__db"} 1.775185534e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="7fa5cffd096650fc85daf5b5247e50182329f100332d9a145329f7252ff96b1f",snapshot_tag="tms_tms_api__pm_2025__db",snapshot_tags="hourly,tms_tms_api__pm_2025__db"} 1.775185549e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="ab9918f008b5154a1452b2defcf1d015293a878ebed5d9a577910d3fc8230349",snapshot_tag="gofis_portal__gofis_prod__db",snapshot_tags="gofis_portal__gofis_prod__db,hourly"} 1.775185558e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="af2a9d75d97124f6746633813219aed0f400cc3562f52a9a58094f80efff95c0",snapshot_tag="tms_tms_api__pvg_prod__db",snapshot_tags="hourly,tms_tms_api__pvg_prod__db"} 1.775185553e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="bc4e852607d43ac6313ab041718ec51d64b2abd345599a4c86de878b471f4d33",snapshot_tag="tms_tms_api__pvg_2025w__db",snapshot_tags="hourly,tms_tms_api__pvg_2025w__db"} 1.775185544e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="da900e8c486c3f3a6dbeb0b25c29e44c2fafd967fe0224084dd07227d5b501cb",snapshot_tag="tms_tms_api__phc_prod__db",snapshot_tags="hourly,tms_tms_api__phc_prod__db"} 1.775185512e+09 restic_backup_timestamp{client_hostname="Tesoro",client_username="root",client_version="restic 0.18.1",period="daily",repository="tesoro",snapshot_hash="c0bb6fc6698973464b2bdd8828d808e3429f3ccd419c33c5bfc4018cf270865c",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775179805e+09 restic_backup_timestamp{client_hostname="Tesoro",client_username="root",client_version="restic 0.18.1",period="hourly",repository="tesoro",snapshot_hash="d3b7a423ebe8dcde0b038ae7b6645b1ca14ff91de095c91318d6969e15de2205",snapshot_tag="vaultwarden",snapshot_tags="hourly,vaultwarden"} 1.775185505e+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="b4b1f06b4b6ad4965118b3c8ba687c990801284d9965e86fdee5a5254fc28d20",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775181601e+09 restic_backup_timestamp{client_hostname="Zacapa",client_username="root",client_version="restic 0.18.1",period="daily",repository="zacapa",snapshot_hash="ee7c3bd011985ef4e99e3da1c04590f9a7c963c0b500690fa208d79c644aab46",snapshot_tag="sonarqube_db_1",snapshot_tags="daily,sonarqube_db_1"} 1.775181638e+09 restic_backup_timestamp{client_hostname="millonario",client_username="root",client_version="restic 0.18.1",period="",repository="millonario",snapshot_hash="cd6a207e951fcfafb6ba0ef6e3ec74784096b9087544c740c9efcc6e37f8d1cc",snapshot_tag="filesystem",snapshot_tags="filesystem"} 1.764625946e+09 restic_backup_timestamp{client_hostname="millonario",client_username="root",client_version="restic 0.18.1",period="daily",repository="millonario",snapshot_hash="430670ab7a57426d20c1cbea1fafc5d444f776180d0c14b9f716f5dc52d6358a",snapshot_tag="portal.designeo.cz/sql",snapshot_tags="daily,portal.designeo.cz/sql"} 1.775172828e+09 restic_backup_timestamp{client_hostname="millonario",client_username="root",client_version="restic 0.18.1",period="daily",repository="millonario",snapshot_hash="ead7d0a1d5fa565c435a61b0093fe422d1e08dfda50375f72e36a5386358b736",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775172602e+09 restic_backup_timestamp{client_hostname="pampero",client_username="root",client_version="restic 0.18.1",period="daily",repository="pampero",snapshot_hash="26b70c0ad924587b35b769ffc54408cde26c6babb6b8a9963d1eeb6869853ed7",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775172602e+09 # HELP restic_last_backup_timestamp_seconds Timestamp of the most recent backup # TYPE restic_last_backup_timestamp_seconds gauge restic_last_backup_timestamp_seconds{hostname="Appleton2",period="daily",repository="appleton"} 1.775179801e+09 restic_last_backup_timestamp_seconds{hostname="Appleton2",period="hourly",repository="appleton"} 1.775185501e+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.775179802e+09 restic_last_backup_timestamp_seconds{hostname="Bumbu",period="daily",repository="bumbu"} 1.775179891e+09 restic_last_backup_timestamp_seconds{hostname="Companero",period="daily",repository="companero"} 1.775179801e+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.775179918e+09 restic_last_backup_timestamp_seconds{hostname="Diplomatico",period="daily",repository="diplomatico"} 1.775179802e+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.775180538e+09 restic_last_backup_timestamp_seconds{hostname="Espero",period="daily",repository="espero"} 1.775179802e+09 restic_last_backup_timestamp_seconds{hostname="Jerry",period="daily",repository="jerry"} 1.775179815e+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.775179802e+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.775179806e+09 restic_last_backup_timestamp_seconds{hostname="Malteco",period="hourly",repository="malteco"} 1.775185555e+09 restic_last_backup_timestamp_seconds{hostname="Plantation",period="",repository="plantation"} 1.765032446e+09 restic_last_backup_timestamp_seconds{hostname="Plantation",period="daily",repository="plantation"} 1.775172602e+09 restic_last_backup_timestamp_seconds{hostname="Rebellion",period="daily",repository="rebellion"} 1.775179831e+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.775180701e+09 restic_last_backup_timestamp_seconds{hostname="Santos",period="hourly",repository="santos"} 1.77518559e+09 restic_last_backup_timestamp_seconds{hostname="Tesoro",period="daily",repository="tesoro"} 1.775179805e+09 restic_last_backup_timestamp_seconds{hostname="Tesoro",period="hourly",repository="tesoro"} 1.775185505e+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.775181638e+09 restic_last_backup_timestamp_seconds{hostname="millonario",period="",repository="millonario"} 1.764625946e+09 restic_last_backup_timestamp_seconds{hostname="millonario",period="daily",repository="millonario"} 1.775172828e+09 restic_last_backup_timestamp_seconds{hostname="pampero",period="daily",repository="pampero"} 1.775172602e+09 # HELP restic_locks_total Number of locks in the repository # TYPE restic_locks_total gauge restic_locks_total{repository="appleton"} 0 restic_locks_total{repository="botran"} 0 restic_locks_total{repository="bumbu"} 0 restic_locks_total{repository="companero"} 0 restic_locks_total{repository="diamond"} 0 restic_locks_total{repository="diplomatico"} 0 restic_locks_total{repository="donpapa3"} 0 restic_locks_total{repository="espero"} 0 restic_locks_total{repository="jerry"} 0 restic_locks_total{repository="kraken"} 0 restic_locks_total{repository="malteco"} 0 restic_locks_total{repository="millonario"} 0 restic_locks_total{repository="pampero"} 0 restic_locks_total{repository="plantation"} 0 restic_locks_total{repository="rebellion"} 0 restic_locks_total{repository="santos"} 0 restic_locks_total{repository="tesoro"} 0 restic_locks_total{repository="zacapa"} 0 # HELP restic_oldest_backup_timestamp_seconds Timestamp of the oldest backup # TYPE restic_oldest_backup_timestamp_seconds gauge restic_oldest_backup_timestamp_seconds{hostname="Appleton2",period="daily",repository="appleton"} 1.775179801e+09 restic_oldest_backup_timestamp_seconds{hostname="Appleton2",period="hourly",repository="appleton"} 1.775185501e+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.775179802e+09 restic_oldest_backup_timestamp_seconds{hostname="Bumbu",period="daily",repository="bumbu"} 1.775179802e+09 restic_oldest_backup_timestamp_seconds{hostname="Companero",period="daily",repository="companero"} 1.775179801e+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.775179802e+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.775179801e+09 restic_oldest_backup_timestamp_seconds{hostname="Espero",period="daily",repository="espero"} 1.775179802e+09 restic_oldest_backup_timestamp_seconds{hostname="Jerry",period="daily",repository="jerry"} 1.775179801e+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.775179802e+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.775185507e+09 restic_oldest_backup_timestamp_seconds{hostname="Plantation",period="",repository="plantation"} 1.765032446e+09 restic_oldest_backup_timestamp_seconds{hostname="Plantation",period="daily",repository="plantation"} 1.775172602e+09 restic_oldest_backup_timestamp_seconds{hostname="Rebellion",period="daily",repository="rebellion"} 1.775179801e+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.775185503e+09 restic_oldest_backup_timestamp_seconds{hostname="Tesoro",period="daily",repository="tesoro"} 1.775179805e+09 restic_oldest_backup_timestamp_seconds{hostname="Tesoro",period="hourly",repository="tesoro"} 1.775185505e+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.775181601e+09 restic_oldest_backup_timestamp_seconds{hostname="millonario",period="",repository="millonario"} 1.764625946e+09 restic_oldest_backup_timestamp_seconds{hostname="millonario",period="daily",repository="millonario"} 1.775172602e+09 restic_oldest_backup_timestamp_seconds{hostname="pampero",period="daily",repository="pampero"} 1.775172602e+09 # HELP restic_repository_files_total Total number of files in the repository # TYPE restic_repository_files_total gauge restic_repository_files_total{repository="appleton"} 88192 restic_repository_files_total{repository="botran"} 1.544641e+06 restic_repository_files_total{repository="bumbu"} 171886 restic_repository_files_total{repository="companero"} 6991 restic_repository_files_total{repository="diamond"} 600316 restic_repository_files_total{repository="diplomatico"} 172128 restic_repository_files_total{repository="donpapa3"} 192917 restic_repository_files_total{repository="espero"} 137198 restic_repository_files_total{repository="jerry"} 6789 restic_repository_files_total{repository="kraken"} 185620 restic_repository_files_total{repository="malteco"} 263731 restic_repository_files_total{repository="millonario"} 569018 restic_repository_files_total{repository="pampero"} 216416 restic_repository_files_total{repository="plantation"} 156514 restic_repository_files_total{repository="rebellion"} 60459 restic_repository_files_total{repository="santos"} 1.153655e+06 restic_repository_files_total{repository="tesoro"} 66087 restic_repository_files_total{repository="zacapa"} 492442 # 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.3242602493e+10 restic_repository_size_bytes{repository="botran"} 3.8741839231e+11 restic_repository_size_bytes{repository="bumbu"} 1.4373556598e+10 restic_repository_size_bytes{repository="companero"} 5.1283235e+08 restic_repository_size_bytes{repository="diamond"} 9.8080797953e+10 restic_repository_size_bytes{repository="diplomatico"} 2.6085528635e+10 restic_repository_size_bytes{repository="donpapa3"} 5.2488130808e+10 restic_repository_size_bytes{repository="espero"} 2.147191806e+10 restic_repository_size_bytes{repository="jerry"} 7.79206754e+08 restic_repository_size_bytes{repository="kraken"} 3.9431182214e+10 restic_repository_size_bytes{repository="malteco"} 5.0466277262e+10 restic_repository_size_bytes{repository="millonario"} 2.7303345128e+10 restic_repository_size_bytes{repository="pampero"} 1.6266834338e+10 restic_repository_size_bytes{repository="plantation"} 3.997345854e+09 restic_repository_size_bytes{repository="rebellion"} 3.958353354e+09 restic_repository_size_bytes{repository="santos"} 4.8812111924e+10 restic_repository_size_bytes{repository="tesoro"} 1.1588634902e+10 restic_repository_size_bytes{repository="zacapa"} 9.2814774583e+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.7376756441e+10 restic_repository_uncompressed_size_bytes{repository="botran"} 9.71906199569e+11 restic_repository_uncompressed_size_bytes{repository="bumbu"} 5.88227628e+10 restic_repository_uncompressed_size_bytes{repository="companero"} 2.364545161e+09 restic_repository_uncompressed_size_bytes{repository="diamond"} 2.95996622521e+11 restic_repository_uncompressed_size_bytes{repository="diplomatico"} 1.03079439429e+11 restic_repository_uncompressed_size_bytes{repository="donpapa3"} 7.592704878e+10 restic_repository_uncompressed_size_bytes{repository="espero"} 1.05817917112e+11 restic_repository_uncompressed_size_bytes{repository="jerry"} 3.506955675e+09 restic_repository_uncompressed_size_bytes{repository="kraken"} 1.24798732111e+11 restic_repository_uncompressed_size_bytes{repository="malteco"} 2.1693505763e+11 restic_repository_uncompressed_size_bytes{repository="millonario"} 3.6163310853e+10 restic_repository_uncompressed_size_bytes{repository="pampero"} 3.3542015581e+10 restic_repository_uncompressed_size_bytes{repository="plantation"} 1.4029703746e+10 restic_repository_uncompressed_size_bytes{repository="rebellion"} 1.7883639374e+10 restic_repository_uncompressed_size_bytes{repository="santos"} 1.6079464082e+11 restic_repository_uncompressed_size_bytes{repository="tesoro"} 1.6669208009e+10 restic_repository_uncompressed_size_bytes{repository="zacapa"} 1.86746385462e+11 # HELP restic_scrape_duration_seconds Duration of the scrape # TYPE restic_scrape_duration_seconds gauge restic_scrape_duration_seconds{repository="appleton"} 8.460442438 restic_scrape_duration_seconds{repository="botran"} 1.375480242 restic_scrape_duration_seconds{repository="bumbu"} 5.013231921 restic_scrape_duration_seconds{repository="companero"} 2.176138481 restic_scrape_duration_seconds{repository="diamond"} 4.876230664 restic_scrape_duration_seconds{repository="diplomatico"} 5.380056407 restic_scrape_duration_seconds{repository="donpapa3"} 5.816015453 restic_scrape_duration_seconds{repository="espero"} 0.562657684 restic_scrape_duration_seconds{repository="jerry"} 4.973181566 restic_scrape_duration_seconds{repository="kraken"} 1.376283337 restic_scrape_duration_seconds{repository="malteco"} 5.002475732 restic_scrape_duration_seconds{repository="millonario"} 1.613042168 restic_scrape_duration_seconds{repository="pampero"} 4.817785904 restic_scrape_duration_seconds{repository="plantation"} 4.712053578 restic_scrape_duration_seconds{repository="rebellion"} 1.176372352 restic_scrape_duration_seconds{repository="santos"} 9.480989439 restic_scrape_duration_seconds{repository="tesoro"} 5.487517292 restic_scrape_duration_seconds{repository="zacapa"} 5.455323901 # HELP restic_scrape_success Whether the last scrape was successful (1 = success, 0 = failure) # TYPE restic_scrape_success gauge restic_scrape_success{repository="appleton"} 1 restic_scrape_success{repository="botran"} 1 restic_scrape_success{repository="bumbu"} 1 restic_scrape_success{repository="companero"} 1 restic_scrape_success{repository="diamond"} 1 restic_scrape_success{repository="diplomatico"} 1 restic_scrape_success{repository="donpapa3"} 1 restic_scrape_success{repository="espero"} 1 restic_scrape_success{repository="jerry"} 1 restic_scrape_success{repository="kraken"} 1 restic_scrape_success{repository="malteco"} 1 restic_scrape_success{repository="millonario"} 1 restic_scrape_success{repository="pampero"} 1 restic_scrape_success{repository="plantation"} 1 restic_scrape_success{repository="rebellion"} 1 restic_scrape_success{repository="santos"} 1 restic_scrape_success{repository="tesoro"} 1 restic_scrape_success{repository="zacapa"} 1 # HELP restic_snapshots_total Total number of snapshots in the repository (from stats) # TYPE restic_snapshots_total gauge restic_snapshots_total{repository="appleton"} 61 restic_snapshots_total{repository="botran"} 69 restic_snapshots_total{repository="bumbu"} 83 restic_snapshots_total{repository="companero"} 24 restic_snapshots_total{repository="diamond"} 64 restic_snapshots_total{repository="diplomatico"} 24 restic_snapshots_total{repository="donpapa3"} 32 restic_snapshots_total{repository="espero"} 24 restic_snapshots_total{repository="jerry"} 72 restic_snapshots_total{repository="kraken"} 25 restic_snapshots_total{repository="malteco"} 148 restic_snapshots_total{repository="millonario"} 49 restic_snapshots_total{repository="pampero"} 24 restic_snapshots_total{repository="plantation"} 25 restic_snapshots_total{repository="rebellion"} 48 restic_snapshots_total{repository="santos"} 1168 restic_snapshots_total{repository="tesoro"} 61 restic_snapshots_total{repository="zacapa"} 53