# 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.5896e-05 go_gc_duration_seconds{quantile="0.25"} 7.401e-05 go_gc_duration_seconds{quantile="0.5"} 8.1323e-05 go_gc_duration_seconds{quantile="0.75"} 0.000116769 go_gc_duration_seconds{quantile="1"} 0.039058406 go_gc_duration_seconds_sum 51.026257889 go_gc_duration_seconds_count 48810 # 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.389096e+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.0069691952e+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.78669999e+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.389096e+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.2550144e+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.620864e+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 15495 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 1.2025856e+07 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 1.6171008e+07 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.7751640277397566e+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.78685494e+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 55520 # 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 3525.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.83838658152e+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.369125779e+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.9099648e+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"} 225558 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0 # HELP restic_backup_files_total Number of files in the backup # TYPE restic_backup_files_total counter restic_backup_files_total{client_hostname="Appleton2",client_username="root",client_version="restic 0.18.1",period="daily",repository="appleton",snapshot_hash="de848a1408853111b00beb5640cf2a06df79baee2e92597520611dbb0189331a",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 47326 restic_backup_files_total{client_hostname="Appleton2",client_username="root",client_version="restic 0.18.1",period="hourly",repository="appleton",snapshot_hash="34b39bf5d718297761bc7584b1b3c2839b1285dd3fce49547f7856de7d428a7c",snapshot_tag="projekton",snapshot_tags="hourly,projekton"} 1 restic_backup_files_total{client_hostname="Botran2019",client_username="root",client_version="restic 0.18.1",period="",repository="botran",snapshot_hash="61be729850265242ca60e7d8c7577d724fd17764802be534f157dbd7efbf7a10",snapshot_tag="sql-dump-cleanup",snapshot_tags="sql-dump-cleanup"} 3 restic_backup_files_total{client_hostname="Botran2019",client_username="root",client_version="restic 0.18.1",period="daily",repository="botran",snapshot_hash="d3d618bcd275f954bea230a0c5ece9e9d871a27934a8a331dc575970e418d513",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 187586 restic_backup_files_total{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="29582618409a0704fcb7dee804875203c1e6f9a8cac866c25e697bf43bad7d98",snapshot_tag="gofis_portal__ehypoexpert_dev__db",snapshot_tags="daily,gofis_portal__ehypoexpert_dev__db"} 1 restic_backup_files_total{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="3ed208d273cc5ce3ec98c8700c5abdd18f1f2dad29154edb52e992726085f03f",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 216445 restic_backup_files_total{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="b892ad4113e05ad2d6e577e4145f994e07eac863f16f6d58fb865df353401f3b",snapshot_tag="bat_bat_dashboard_bat_dashboard_api__test__db",snapshot_tags="bat_bat_dashboard_bat_dashboard_api__test__db,daily"} 1 restic_backup_files_total{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="cf93ee2ea4d960095a136ff5b226d76fc8c35f2f8a123020f9770a212c445adf",snapshot_tag="bat_bat_dashboard_bat_dashboard_api__dev__db",snapshot_tags="bat_bat_dashboard_bat_dashboard_api__dev__db,daily"} 1 restic_backup_files_total{client_hostname="Companero",client_username="root",client_version="restic 0.18.1",period="daily",repository="companero",snapshot_hash="a0d288312e44cecb9538f1a847b9b77c95929e4ab3375d5469e032fea159ada7",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 3269 restic_backup_files_total{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="",repository="diamond",snapshot_hash="8bdd0a46e6046861338fc5f9501eb5a63e1e68e8c421cdffdc2202df8096a470",snapshot_tag="3dden-final-backup",snapshot_tags="3dden-final-backup"} 1482 restic_backup_files_total{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="",repository="diamond",snapshot_hash="c930491d429bcffa4b7dcf71037c567b3192d418a88beb9869ee5f43de98efb6",snapshot_tag="filesystem",snapshot_tags="filesystem"} 205212 restic_backup_files_total{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="daily",repository="diamond",snapshot_hash="28a4dd5e0935f5e2ed275f9628426eb914e68e5c3d7f678c66e6b1c1836339ed",snapshot_tag="bat_bat_dashboard_bat_dashboard_api__prod__db",snapshot_tags="bat_bat_dashboard_bat_dashboard_api__prod__db,daily"} 1 restic_backup_files_total{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="daily",repository="diamond",snapshot_hash="c8c3960e6cbd8f38a7ef9fb4ebe410be188d7e4f049135aa6186ce9667e678c8",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 206560 restic_backup_files_total{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="daily",repository="diamond",snapshot_hash="c910982819a9f42d99b9b7c5f15acfe5e0bfbad54163a65dc2774329ff0e6847",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 205245 restic_backup_files_total{client_hostname="Diplomatico",client_username="root",client_version="restic 0.18.1",period="daily",repository="diplomatico",snapshot_hash="64eebe327ee52148223977f38ec4fb2532c14db61e9856270ec00fd81402665d",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 47076 restic_backup_files_total{client_hostname="DonPapa3",client_username="root",client_version="restic 0.18.1",period="",repository="donpapa3",snapshot_hash="0ecc99604b0d1127d8d29690544b8f01075003bbde8c96cdfbba980239e6a1a3",snapshot_tag="filesystem",snapshot_tags="filesystem"} 11127 restic_backup_files_total{client_hostname="DonPapa3",client_username="root",client_version="restic 0.18.1",period="daily",repository="donpapa3",snapshot_hash="31ac410603046a2b98d16c48ab90a85fc3ebde0f2e9cb477e78b27f6e1247959",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 105185 restic_backup_files_total{client_hostname="DonPapa3",client_username="root",client_version="restic 0.18.1",period="daily",repository="donpapa3",snapshot_hash="d46a33799b6f2dbaa6be1e1370bf27e50a36971029e426778cc291fbda83fb67",snapshot_tag="gitlab",snapshot_tags="daily,gitlab"} 1 restic_backup_files_total{client_hostname="Espero",client_username="root",client_version="restic 0.18.1",period="daily",repository="espero",snapshot_hash="4a0fae8fc6544867e0d68daa4fe2f142ab49446f4bc0f2df4ed6aaf8b0c908d7",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 25817 restic_backup_files_total{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="3c46c3ee1068d0d8a833c6b6c6cd63e779d6d0d4fc3ae3ad45ebfa442fd17c79",snapshot_tag="docker-volumes",snapshot_tags="daily,docker-volumes"} 2217 restic_backup_files_total{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="76220e5a7751cd7f760d642da418e0ba54eeb51ad91dcb0d63c997c734c81b31",snapshot_tag="netbird-zdb-1",snapshot_tags="daily,netbird-zdb-1"} 1 restic_backup_files_total{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="b18fdfddd85512773417f17d1bd531cc7842a91f848495f6335e641f9957e428",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 789 restic_backup_files_total{client_hostname="Kraken",client_username="root",client_version="restic 0.18.1",period="",repository="kraken",snapshot_hash="1d4b565b4141cd4f4413ad4dcfc88995bc37c55cc91db44d8f13403b9f19e0cd",snapshot_tag="db-backup-cleanup",snapshot_tags="db-backup-cleanup"} 2814 restic_backup_files_total{client_hostname="Kraken",client_username="root",client_version="restic 0.18.1",period="daily",repository="kraken",snapshot_hash="89150878a3f0081d86f804dc5ff0843bc363e8cad8c47fb24c7144576a005948",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 9391 restic_backup_files_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="",repository="malteco",snapshot_hash="6264755aef885acd6d56c80541f4527e71721ca2e517acc73160d6350216233e",snapshot_tag="db-dump-cleanup",snapshot_tags="db-dump-cleanup"} 14 restic_backup_files_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="",repository="malteco",snapshot_hash="698c57852f2bceb60498fb72d9d9133bf33212abebed99f843a9d4d299980aed",snapshot_tag="filesystem",snapshot_tags="filesystem"} 40315 restic_backup_files_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="daily",repository="malteco",snapshot_hash="4aba94ebfca08980bfa30a441d8745a28831d07b4aa4dd8b0b98db4c3e52dff0",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 40321 restic_backup_files_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="daily",repository="malteco",snapshot_hash="5d7ba8f1873e5d6ad96eb554dd5bcc59d83c9b69ac8b6df7a1ee262d5c082c5e",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 40708 restic_backup_files_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="981ab2cf2f57ed7510f33eb0736723a3ffe76ac2a569801f3b4df0edfab72869",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="c52e956a550825469842cdc9fc55802adaf2295c42955d757a06a1856c2ba4f8",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="fab629d8aa7f2b8102995bdb1de6c250c5f689ce789a5f6f1c7758e307d92076",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="2924d6aa6322bf67ca1ba5f856116c11ce5e325a1cad864e7204b2bbb2fcb98a",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 46679 restic_backup_files_total{client_hostname="Rebellion",client_username="root",client_version="restic 0.18.1",period="daily",repository="rebellion",snapshot_hash="b5c5c8753ba1d11084e03eefca604d91713fa67b0f9d2e903af4144676bb1884",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 72385 restic_backup_files_total{client_hostname="Rebellion",client_username="root",client_version="restic 0.18.1",period="daily",repository="rebellion",snapshot_hash="ef0b96154d0e16e47bebd611922512882a39242a2c3d19f663222b49ef19f701",snapshot_tag="umami-db-1",snapshot_tags="daily,umami-db-1"} 1 restic_backup_files_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="",repository="santos",snapshot_hash="ed9801e946eaa0f57aebc4741c6e0f3e9428a0d572e49c6e588e0bc68719a29c",snapshot_tag="filesystem",snapshot_tags="filesystem"} 1.520364e+06 restic_backup_files_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="daily",repository="santos",snapshot_hash="665f26b5a7df784b2109812b5cd69fe420cad7b694ae9d3c583ff267e55b5200",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 740016 restic_backup_files_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="daily",repository="santos",snapshot_hash="9e29b8c0f04e7c4dcb2a5a47ea0c7ea5042d2487154efd4b9654dd78d4b41eaa",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.1832e+06 restic_backup_files_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="daily",repository="santos",snapshot_hash="d5b7aab388650d04f3a58916ec69bdc3b5b2717e837b10e989cd2d00b4636181",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.087739e+06 restic_backup_files_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="267b95e1867941630c6e2cf5b6c1ca0c154f56b396443ff0cc095acc718083c5",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="2e75ca1bbb016d36ebc089bd06a5c65866ebb7a7056f6ddc13afedb966c00424",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="3e18b4c2c5b633cb81069dcb0234a527f70fad44c0ee43f8934689dfc68717ec",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="60c9e9a7d733ecb7ebe35a336ee32f886bfd3d652fd0db685a94f9bf0c2e6751",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="7712cce26f7878e231d00764e3f3549477204d996331857e4e569e72d9edad43",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="7df022708aeb6cc66fc6a9a3af9ec15062bcbdbea3f3be23be971626f635966f",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="8bd73814d53de936efc62065e318f277ab6a503291d17e14dab6557f231020b3",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="a6e83200ec07d6be3d50a453ba6e98bb1650b2d8c821ec23958f81b1cd051daa",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="be1b56fb9a77dd77fc51ac1ea525d4d14529debd64f0bcb6f5a78215680a7ed9",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="c088d9a343b86ba89718d2ee7d44edc4a724c406886f94df563ecad85f7a6087",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="d48ae5c4c4e90beebefe8735fd9857451b8977436f2340ed939d0615a347e676",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="e92c695e02ee7ed94e3195bb77dc0b283c3ba58b0378f6c56532f4e35760ece2",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="f98d7f70a2c1f17aea2c5b6a6e3a5222d79fba1b62497e5280e65aeffc49734e",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="fc4489297e0e2bc81f8c07efd79c7c09e8ba0ba926116448d936fe88b314d49c",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="0de7675b1c9cf6f3607f8581b26300e0fdca81c7305bc8a648db15be33fab0b9",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 20679 restic_backup_files_total{client_hostname="Tesoro",client_username="root",client_version="restic 0.18.1",period="hourly",repository="tesoro",snapshot_hash="c06853c9ef778c11c60b858a77dbc8850f56412f2ca7bf96e7011def5cc0c1f3",snapshot_tag="vaultwarden",snapshot_tags="hourly,vaultwarden"} 484 restic_backup_files_total{client_hostname="Zacapa",client_username="root",client_version="restic 0.18.1",period="",repository="zacapa",snapshot_hash="ab596457f92b62e4457176bfa05ffaacb3e9a0819199aaa12ac14fd0c6372b3f",snapshot_tag="sonarqube_db_1",snapshot_tags="sonarqube_db_1"} 1 restic_backup_files_total{client_hostname="Zacapa",client_username="root",client_version="restic 0.18.1",period="daily",repository="zacapa",snapshot_hash="d9e5224cac4d834b4a58a72c3681a39ae8fdf7f6d0652f3263a66cd8c38cad6f",snapshot_tag="sonarqube_db_1",snapshot_tags="daily,sonarqube_db_1"} 1 restic_backup_files_total{client_hostname="Zacapa",client_username="root",client_version="restic 0.18.1",period="daily",repository="zacapa",snapshot_hash="e1b8647fc7bb0addd56287479b060072de4f2cb6aec9354de285300c64b7847a",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 250851 restic_backup_files_total{client_hostname="millonario",client_username="root",client_version="restic 0.18.1",period="",repository="millonario",snapshot_hash="cd6a207e951fcfafb6ba0ef6e3ec74784096b9087544c740c9efcc6e37f8d1cc",snapshot_tag="filesystem",snapshot_tags="filesystem"} 1.739108e+06 restic_backup_files_total{client_hostname="millonario",client_username="root",client_version="restic 0.18.1",period="daily",repository="millonario",snapshot_hash="3782d5301574d1b952e708054f447735c533026b8f98db31bbf82b78463a7dcc",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.7703e+06 restic_backup_files_total{client_hostname="millonario",client_username="root",client_version="restic 0.18.1",period="daily",repository="millonario",snapshot_hash="74bb2003f617b9c1a278058e71b6fc79e92a5633f249607b40322e907436bfbf",snapshot_tag="portal.designeo.cz/sql",snapshot_tags="daily,portal.designeo.cz/sql"} 1 restic_backup_files_total{client_hostname="pampero",client_username="root",client_version="restic 0.18.1",period="daily",repository="pampero",snapshot_hash="68520aca8f5cfd08e46e24ad9fe0a85ee1f2ed047ac866c1e6a334cb146ec51c",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 436040 # HELP restic_backup_size_total Total size of backup in bytes # TYPE restic_backup_size_total counter restic_backup_size_total{client_hostname="Appleton2",client_username="root",client_version="restic 0.18.1",period="daily",repository="appleton",snapshot_hash="de848a1408853111b00beb5640cf2a06df79baee2e92597520611dbb0189331a",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 3.609023433e+10 restic_backup_size_total{client_hostname="Appleton2",client_username="root",client_version="restic 0.18.1",period="hourly",repository="appleton",snapshot_hash="34b39bf5d718297761bc7584b1b3c2839b1285dd3fce49547f7856de7d428a7c",snapshot_tag="projekton",snapshot_tags="hourly,projekton"} 4.34964091e+08 restic_backup_size_total{client_hostname="Botran2019",client_username="root",client_version="restic 0.18.1",period="",repository="botran",snapshot_hash="61be729850265242ca60e7d8c7577d724fd17764802be534f157dbd7efbf7a10",snapshot_tag="sql-dump-cleanup",snapshot_tags="sql-dump-cleanup"} 1.335250405e+10 restic_backup_size_total{client_hostname="Botran2019",client_username="root",client_version="restic 0.18.1",period="daily",repository="botran",snapshot_hash="d3d618bcd275f954bea230a0c5ece9e9d871a27934a8a331dc575970e418d513",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 3.38461781003e+11 restic_backup_size_total{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="29582618409a0704fcb7dee804875203c1e6f9a8cac866c25e697bf43bad7d98",snapshot_tag="gofis_portal__ehypoexpert_dev__db",snapshot_tags="daily,gofis_portal__ehypoexpert_dev__db"} 754 restic_backup_size_total{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="3ed208d273cc5ce3ec98c8700c5abdd18f1f2dad29154edb52e992726085f03f",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 5.9010294233e+10 restic_backup_size_total{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="b892ad4113e05ad2d6e577e4145f994e07eac863f16f6d58fb865df353401f3b",snapshot_tag="bat_bat_dashboard_bat_dashboard_api__test__db",snapshot_tags="bat_bat_dashboard_bat_dashboard_api__test__db,daily"} 510863 restic_backup_size_total{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="cf93ee2ea4d960095a136ff5b226d76fc8c35f2f8a123020f9770a212c445adf",snapshot_tag="bat_bat_dashboard_bat_dashboard_api__dev__db",snapshot_tags="bat_bat_dashboard_bat_dashboard_api__dev__db,daily"} 486100 restic_backup_size_total{client_hostname="Companero",client_username="root",client_version="restic 0.18.1",period="daily",repository="companero",snapshot_hash="a0d288312e44cecb9538f1a847b9b77c95929e4ab3375d5469e032fea159ada7",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.854145143e+09 restic_backup_size_total{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="",repository="diamond",snapshot_hash="8bdd0a46e6046861338fc5f9501eb5a63e1e68e8c421cdffdc2202df8096a470",snapshot_tag="3dden-final-backup",snapshot_tags="3dden-final-backup"} 1.17407388e+08 restic_backup_size_total{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="",repository="diamond",snapshot_hash="c930491d429bcffa4b7dcf71037c567b3192d418a88beb9869ee5f43de98efb6",snapshot_tag="filesystem",snapshot_tags="filesystem"} 7.0053098745e+10 restic_backup_size_total{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="daily",repository="diamond",snapshot_hash="28a4dd5e0935f5e2ed275f9628426eb914e68e5c3d7f678c66e6b1c1836339ed",snapshot_tag="bat_bat_dashboard_bat_dashboard_api__prod__db",snapshot_tags="bat_bat_dashboard_bat_dashboard_api__prod__db,daily"} 717043 restic_backup_size_total{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="daily",repository="diamond",snapshot_hash="c8c3960e6cbd8f38a7ef9fb4ebe410be188d7e4f049135aa6186ce9667e678c8",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 7.4880546637e+10 restic_backup_size_total{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="daily",repository="diamond",snapshot_hash="c910982819a9f42d99b9b7c5f15acfe5e0bfbad54163a65dc2774329ff0e6847",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 6.9945251155e+10 restic_backup_size_total{client_hostname="Diplomatico",client_username="root",client_version="restic 0.18.1",period="daily",repository="diplomatico",snapshot_hash="64eebe327ee52148223977f38ec4fb2532c14db61e9856270ec00fd81402665d",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 5.7046804839e+10 restic_backup_size_total{client_hostname="DonPapa3",client_username="root",client_version="restic 0.18.1",period="",repository="donpapa3",snapshot_hash="0ecc99604b0d1127d8d29690544b8f01075003bbde8c96cdfbba980239e6a1a3",snapshot_tag="filesystem",snapshot_tags="filesystem"} 9.636781366e+09 restic_backup_size_total{client_hostname="DonPapa3",client_username="root",client_version="restic 0.18.1",period="daily",repository="donpapa3",snapshot_hash="31ac410603046a2b98d16c48ab90a85fc3ebde0f2e9cb477e78b27f6e1247959",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.0688124347e+10 restic_backup_size_total{client_hostname="DonPapa3",client_username="root",client_version="restic 0.18.1",period="daily",repository="donpapa3",snapshot_hash="d46a33799b6f2dbaa6be1e1370bf27e50a36971029e426778cc291fbda83fb67",snapshot_tag="gitlab",snapshot_tags="daily,gitlab"} 3.430653952e+10 restic_backup_size_total{client_hostname="Espero",client_username="root",client_version="restic 0.18.1",period="daily",repository="espero",snapshot_hash="4a0fae8fc6544867e0d68daa4fe2f142ab49446f4bc0f2df4ed6aaf8b0c908d7",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.7073817731e+10 restic_backup_size_total{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="3c46c3ee1068d0d8a833c6b6c6cd63e779d6d0d4fc3ae3ad45ebfa442fd17c79",snapshot_tag="docker-volumes",snapshot_tags="daily,docker-volumes"} 1.55661317e+08 restic_backup_size_total{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="76220e5a7751cd7f760d642da418e0ba54eeb51ad91dcb0d63c997c734c81b31",snapshot_tag="netbird-zdb-1",snapshot_tags="daily,netbird-zdb-1"} 1.493407e+06 restic_backup_size_total{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="b18fdfddd85512773417f17d1bd531cc7842a91f848495f6335e641f9957e428",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.94828197e+09 restic_backup_size_total{client_hostname="Kraken",client_username="root",client_version="restic 0.18.1",period="",repository="kraken",snapshot_hash="1d4b565b4141cd4f4413ad4dcfc88995bc37c55cc91db44d8f13403b9f19e0cd",snapshot_tag="db-backup-cleanup",snapshot_tags="db-backup-cleanup"} 1.2983980699e+10 restic_backup_size_total{client_hostname="Kraken",client_username="root",client_version="restic 0.18.1",period="daily",repository="kraken",snapshot_hash="89150878a3f0081d86f804dc5ff0843bc363e8cad8c47fb24c7144576a005948",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 6.7921823233e+10 restic_backup_size_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="",repository="malteco",snapshot_hash="6264755aef885acd6d56c80541f4527e71721ca2e517acc73160d6350216233e",snapshot_tag="db-dump-cleanup",snapshot_tags="db-dump-cleanup"} 1.0636257196e+10 restic_backup_size_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="",repository="malteco",snapshot_hash="698c57852f2bceb60498fb72d9d9133bf33212abebed99f843a9d4d299980aed",snapshot_tag="filesystem",snapshot_tags="filesystem"} 4.8391831431e+10 restic_backup_size_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="daily",repository="malteco",snapshot_hash="4aba94ebfca08980bfa30a441d8745a28831d07b4aa4dd8b0b98db4c3e52dff0",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 5.0583585343e+10 restic_backup_size_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="daily",repository="malteco",snapshot_hash="5d7ba8f1873e5d6ad96eb554dd5bcc59d83c9b69ac8b6df7a1ee262d5c082c5e",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 6.7065588475e+10 restic_backup_size_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="981ab2cf2f57ed7510f33eb0736723a3ffe76ac2a569801f3b4df0edfab72869",snapshot_tag="fisaf-prod",snapshot_tags="fisaf-prod,hourly"} 9.95803549e+08 restic_backup_size_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="c52e956a550825469842cdc9fc55802adaf2295c42955d757a06a1856c2ba4f8",snapshot_tag="css-prod",snapshot_tags="css-prod,hourly"} 1.23532918e+08 restic_backup_size_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="fab629d8aa7f2b8102995bdb1de6c250c5f689ce789a5f6f1c7758e307d92076",snapshot_tag="csph-prod",snapshot_tags="csph-prod,hourly"} 6.6716142e+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="2924d6aa6322bf67ca1ba5f856116c11ce5e325a1cad864e7204b2bbb2fcb98a",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 7.176691802e+09 restic_backup_size_total{client_hostname="Rebellion",client_username="root",client_version="restic 0.18.1",period="daily",repository="rebellion",snapshot_hash="b5c5c8753ba1d11084e03eefca604d91713fa67b0f9d2e903af4144676bb1884",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.5111470785e+10 restic_backup_size_total{client_hostname="Rebellion",client_username="root",client_version="restic 0.18.1",period="daily",repository="rebellion",snapshot_hash="ef0b96154d0e16e47bebd611922512882a39242a2c3d19f663222b49ef19f701",snapshot_tag="umami-db-1",snapshot_tags="daily,umami-db-1"} 9.30256367e+08 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="",repository="santos",snapshot_hash="ed9801e946eaa0f57aebc4741c6e0f3e9428a0d572e49c6e588e0bc68719a29c",snapshot_tag="filesystem",snapshot_tags="filesystem"} 8.3180666788e+10 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="daily",repository="santos",snapshot_hash="665f26b5a7df784b2109812b5cd69fe420cad7b694ae9d3c583ff267e55b5200",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 5.7860674549e+10 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="daily",repository="santos",snapshot_hash="9e29b8c0f04e7c4dcb2a5a47ea0c7ea5042d2487154efd4b9654dd78d4b41eaa",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 8.1374355137e+10 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="daily",repository="santos",snapshot_hash="d5b7aab388650d04f3a58916ec69bdc3b5b2717e837b10e989cd2d00b4636181",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.02973932764e+11 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="267b95e1867941630c6e2cf5b6c1ca0c154f56b396443ff0cc095acc718083c5",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="2e75ca1bbb016d36ebc089bd06a5c65866ebb7a7056f6ddc13afedb966c00424",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="3e18b4c2c5b633cb81069dcb0234a527f70fad44c0ee43f8934689dfc68717ec",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="60c9e9a7d733ecb7ebe35a336ee32f886bfd3d652fd0db685a94f9bf0c2e6751",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="7712cce26f7878e231d00764e3f3549477204d996331857e4e569e72d9edad43",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="7df022708aeb6cc66fc6a9a3af9ec15062bcbdbea3f3be23be971626f635966f",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="8bd73814d53de936efc62065e318f277ab6a503291d17e14dab6557f231020b3",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="a6e83200ec07d6be3d50a453ba6e98bb1650b2d8c821ec23958f81b1cd051daa",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="be1b56fb9a77dd77fc51ac1ea525d4d14529debd64f0bcb6f5a78215680a7ed9",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="c088d9a343b86ba89718d2ee7d44edc4a724c406886f94df563ecad85f7a6087",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="d48ae5c4c4e90beebefe8735fd9857451b8977436f2340ed939d0615a347e676",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="e92c695e02ee7ed94e3195bb77dc0b283c3ba58b0378f6c56532f4e35760ece2",snapshot_tag="gofis_portal__gofis_prod__db",snapshot_tags="gofis_portal__gofis_prod__db,hourly"} 3.32858361e+09 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="f98d7f70a2c1f17aea2c5b6a6e3a5222d79fba1b62497e5280e65aeffc49734e",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="fc4489297e0e2bc81f8c07efd79c7c09e8ba0ba926116448d936fe88b314d49c",snapshot_tag="tms_tms_api__phc_prod__db",snapshot_tags="hourly,tms_tms_api__phc_prod__db"} 7.8064525e+07 restic_backup_size_total{client_hostname="Tesoro",client_username="root",client_version="restic 0.18.1",period="daily",repository="tesoro",snapshot_hash="0de7675b1c9cf6f3607f8581b26300e0fdca81c7305bc8a648db15be33fab0b9",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 7.627569982e+09 restic_backup_size_total{client_hostname="Tesoro",client_username="root",client_version="restic 0.18.1",period="hourly",repository="tesoro",snapshot_hash="c06853c9ef778c11c60b858a77dbc8850f56412f2ca7bf96e7011def5cc0c1f3",snapshot_tag="vaultwarden",snapshot_tags="hourly,vaultwarden"} 9.9478054e+07 restic_backup_size_total{client_hostname="Zacapa",client_username="root",client_version="restic 0.18.1",period="",repository="zacapa",snapshot_hash="ab596457f92b62e4457176bfa05ffaacb3e9a0819199aaa12ac14fd0c6372b3f",snapshot_tag="sonarqube_db_1",snapshot_tags="sonarqube_db_1"} 2.04324049e+08 restic_backup_size_total{client_hostname="Zacapa",client_username="root",client_version="restic 0.18.1",period="daily",repository="zacapa",snapshot_hash="d9e5224cac4d834b4a58a72c3681a39ae8fdf7f6d0652f3263a66cd8c38cad6f",snapshot_tag="sonarqube_db_1",snapshot_tags="daily,sonarqube_db_1"} 2.03174219e+08 restic_backup_size_total{client_hostname="Zacapa",client_username="root",client_version="restic 0.18.1",period="daily",repository="zacapa",snapshot_hash="e1b8647fc7bb0addd56287479b060072de4f2cb6aec9354de285300c64b7847a",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.05026500473e+11 restic_backup_size_total{client_hostname="millonario",client_username="root",client_version="restic 0.18.1",period="",repository="millonario",snapshot_hash="cd6a207e951fcfafb6ba0ef6e3ec74784096b9087544c740c9efcc6e37f8d1cc",snapshot_tag="filesystem",snapshot_tags="filesystem"} 2.0375675617e+10 restic_backup_size_total{client_hostname="millonario",client_username="root",client_version="restic 0.18.1",period="daily",repository="millonario",snapshot_hash="3782d5301574d1b952e708054f447735c533026b8f98db31bbf82b78463a7dcc",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 7.0950187809e+10 restic_backup_size_total{client_hostname="millonario",client_username="root",client_version="restic 0.18.1",period="daily",repository="millonario",snapshot_hash="74bb2003f617b9c1a278058e71b6fc79e92a5633f249607b40322e907436bfbf",snapshot_tag="portal.designeo.cz/sql",snapshot_tags="daily,portal.designeo.cz/sql"} 2.9208377e+07 restic_backup_size_total{client_hostname="pampero",client_username="root",client_version="restic 0.18.1",period="daily",repository="pampero",snapshot_hash="68520aca8f5cfd08e46e24ad9fe0a85ee1f2ed047ac866c1e6a334cb146ec51c",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 4.1741524691e+10 # HELP restic_backup_timestamp Timestamp of the last backup # TYPE restic_backup_timestamp gauge restic_backup_timestamp{client_hostname="Appleton2",client_username="root",client_version="restic 0.18.1",period="daily",repository="appleton",snapshot_hash="de848a1408853111b00beb5640cf2a06df79baee2e92597520611dbb0189331a",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775093401e+09 restic_backup_timestamp{client_hostname="Appleton2",client_username="root",client_version="restic 0.18.1",period="hourly",repository="appleton",snapshot_hash="34b39bf5d718297761bc7584b1b3c2839b1285dd3fce49547f7856de7d428a7c",snapshot_tag="projekton",snapshot_tags="hourly,projekton"} 1.775163902e+09 restic_backup_timestamp{client_hostname="Botran2019",client_username="root",client_version="restic 0.18.1",period="",repository="botran",snapshot_hash="61be729850265242ca60e7d8c7577d724fd17764802be534f157dbd7efbf7a10",snapshot_tag="sql-dump-cleanup",snapshot_tags="sql-dump-cleanup"} 1.764939997e+09 restic_backup_timestamp{client_hostname="Botran2019",client_username="root",client_version="restic 0.18.1",period="daily",repository="botran",snapshot_hash="d3d618bcd275f954bea230a0c5ece9e9d871a27934a8a331dc575970e418d513",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775093402e+09 restic_backup_timestamp{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="29582618409a0704fcb7dee804875203c1e6f9a8cac866c25e697bf43bad7d98",snapshot_tag="gofis_portal__ehypoexpert_dev__db",snapshot_tags="daily,gofis_portal__ehypoexpert_dev__db"} 1.77509349e+09 restic_backup_timestamp{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="3ed208d273cc5ce3ec98c8700c5abdd18f1f2dad29154edb52e992726085f03f",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775093402e+09 restic_backup_timestamp{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="b892ad4113e05ad2d6e577e4145f994e07eac863f16f6d58fb865df353401f3b",snapshot_tag="bat_bat_dashboard_bat_dashboard_api__test__db",snapshot_tags="bat_bat_dashboard_bat_dashboard_api__test__db,daily"} 1.775093462e+09 restic_backup_timestamp{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="cf93ee2ea4d960095a136ff5b226d76fc8c35f2f8a123020f9770a212c445adf",snapshot_tag="bat_bat_dashboard_bat_dashboard_api__dev__db",snapshot_tags="bat_bat_dashboard_bat_dashboard_api__dev__db,daily"} 1.775093477e+09 restic_backup_timestamp{client_hostname="Companero",client_username="root",client_version="restic 0.18.1",period="daily",repository="companero",snapshot_hash="a0d288312e44cecb9538f1a847b9b77c95929e4ab3375d5469e032fea159ada7",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775093401e+09 restic_backup_timestamp{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="",repository="diamond",snapshot_hash="8bdd0a46e6046861338fc5f9501eb5a63e1e68e8c421cdffdc2202df8096a470",snapshot_tag="3dden-final-backup",snapshot_tags="3dden-final-backup"} 1.770765902e+09 restic_backup_timestamp{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="",repository="diamond",snapshot_hash="c930491d429bcffa4b7dcf71037c567b3192d418a88beb9869ee5f43de98efb6",snapshot_tag="filesystem",snapshot_tags="filesystem"} 1.764811801e+09 restic_backup_timestamp{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="daily",repository="diamond",snapshot_hash="28a4dd5e0935f5e2ed275f9628426eb914e68e5c3d7f678c66e6b1c1836339ed",snapshot_tag="bat_bat_dashboard_bat_dashboard_api__prod__db",snapshot_tags="bat_bat_dashboard_bat_dashboard_api__prod__db,daily"} 1.775093499e+09 restic_backup_timestamp{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="daily",repository="diamond",snapshot_hash="c8c3960e6cbd8f38a7ef9fb4ebe410be188d7e4f049135aa6186ce9667e678c8",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775093401e+09 restic_backup_timestamp{client_hostname="Diamond",client_username="root",client_version="restic 0.18.1",period="daily",repository="diamond",snapshot_hash="c910982819a9f42d99b9b7c5f15acfe5e0bfbad54163a65dc2774329ff0e6847",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.765762202e+09 restic_backup_timestamp{client_hostname="Diplomatico",client_username="root",client_version="restic 0.18.1",period="daily",repository="diplomatico",snapshot_hash="64eebe327ee52148223977f38ec4fb2532c14db61e9856270ec00fd81402665d",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775093401e+09 restic_backup_timestamp{client_hostname="DonPapa3",client_username="root",client_version="restic 0.18.1",period="",repository="donpapa3",snapshot_hash="0ecc99604b0d1127d8d29690544b8f01075003bbde8c96cdfbba980239e6a1a3",snapshot_tag="filesystem",snapshot_tags="filesystem"} 1.76461607e+09 restic_backup_timestamp{client_hostname="DonPapa3",client_username="root",client_version="restic 0.18.1",period="daily",repository="donpapa3",snapshot_hash="31ac410603046a2b98d16c48ab90a85fc3ebde0f2e9cb477e78b27f6e1247959",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775093401e+09 restic_backup_timestamp{client_hostname="DonPapa3",client_username="root",client_version="restic 0.18.1",period="daily",repository="donpapa3",snapshot_hash="d46a33799b6f2dbaa6be1e1370bf27e50a36971029e426778cc291fbda83fb67",snapshot_tag="gitlab",snapshot_tags="daily,gitlab"} 1.775094114e+09 restic_backup_timestamp{client_hostname="Espero",client_username="root",client_version="restic 0.18.1",period="daily",repository="espero",snapshot_hash="4a0fae8fc6544867e0d68daa4fe2f142ab49446f4bc0f2df4ed6aaf8b0c908d7",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775093402e+09 restic_backup_timestamp{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="3c46c3ee1068d0d8a833c6b6c6cd63e779d6d0d4fc3ae3ad45ebfa442fd17c79",snapshot_tag="docker-volumes",snapshot_tags="daily,docker-volumes"} 1.775093417e+09 restic_backup_timestamp{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="76220e5a7751cd7f760d642da418e0ba54eeb51ad91dcb0d63c997c734c81b31",snapshot_tag="netbird-zdb-1",snapshot_tags="daily,netbird-zdb-1"} 1.77509341e+09 restic_backup_timestamp{client_hostname="Jerry",client_username="root",client_version="restic 0.18.1",period="daily",repository="jerry",snapshot_hash="b18fdfddd85512773417f17d1bd531cc7842a91f848495f6335e641f9957e428",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775093402e+09 restic_backup_timestamp{client_hostname="Kraken",client_username="root",client_version="restic 0.18.1",period="",repository="kraken",snapshot_hash="1d4b565b4141cd4f4413ad4dcfc88995bc37c55cc91db44d8f13403b9f19e0cd",snapshot_tag="db-backup-cleanup",snapshot_tags="db-backup-cleanup"} 1.76718132e+09 restic_backup_timestamp{client_hostname="Kraken",client_username="root",client_version="restic 0.18.1",period="daily",repository="kraken",snapshot_hash="89150878a3f0081d86f804dc5ff0843bc363e8cad8c47fb24c7144576a005948",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775093401e+09 restic_backup_timestamp{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="",repository="malteco",snapshot_hash="6264755aef885acd6d56c80541f4527e71721ca2e517acc73160d6350216233e",snapshot_tag="db-dump-cleanup",snapshot_tags="db-dump-cleanup"} 1.767689971e+09 restic_backup_timestamp{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="",repository="malteco",snapshot_hash="698c57852f2bceb60498fb72d9d9133bf33212abebed99f843a9d4d299980aed",snapshot_tag="filesystem",snapshot_tags="filesystem"} 1.764855938e+09 restic_backup_timestamp{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="daily",repository="malteco",snapshot_hash="4aba94ebfca08980bfa30a441d8745a28831d07b4aa4dd8b0b98db4c3e52dff0",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.765762206e+09 restic_backup_timestamp{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="daily",repository="malteco",snapshot_hash="5d7ba8f1873e5d6ad96eb554dd5bcc59d83c9b69ac8b6df7a1ee262d5c082c5e",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775093407e+09 restic_backup_timestamp{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="981ab2cf2f57ed7510f33eb0736723a3ffe76ac2a569801f3b4df0edfab72869",snapshot_tag="fisaf-prod",snapshot_tags="fisaf-prod,hourly"} 1.775160352e+09 restic_backup_timestamp{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="c52e956a550825469842cdc9fc55802adaf2295c42955d757a06a1856c2ba4f8",snapshot_tag="css-prod",snapshot_tags="css-prod,hourly"} 1.775160329e+09 restic_backup_timestamp{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="fab629d8aa7f2b8102995bdb1de6c250c5f689ce789a5f6f1c7758e307d92076",snapshot_tag="csph-prod",snapshot_tags="csph-prod,hourly"} 1.775163907e+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="2924d6aa6322bf67ca1ba5f856116c11ce5e325a1cad864e7204b2bbb2fcb98a",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775086202e+09 restic_backup_timestamp{client_hostname="Rebellion",client_username="root",client_version="restic 0.18.1",period="daily",repository="rebellion",snapshot_hash="b5c5c8753ba1d11084e03eefca604d91713fa67b0f9d2e903af4144676bb1884",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775093402e+09 restic_backup_timestamp{client_hostname="Rebellion",client_username="root",client_version="restic 0.18.1",period="daily",repository="rebellion",snapshot_hash="ef0b96154d0e16e47bebd611922512882a39242a2c3d19f663222b49ef19f701",snapshot_tag="umami-db-1",snapshot_tags="daily,umami-db-1"} 1.775093454e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="",repository="santos",snapshot_hash="ed9801e946eaa0f57aebc4741c6e0f3e9428a0d572e49c6e588e0bc68719a29c",snapshot_tag="filesystem",snapshot_tags="filesystem"} 1.764857544e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="daily",repository="santos",snapshot_hash="665f26b5a7df784b2109812b5cd69fe420cad7b694ae9d3c583ff267e55b5200",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.765935002e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="daily",repository="santos",snapshot_hash="9e29b8c0f04e7c4dcb2a5a47ea0c7ea5042d2487154efd4b9654dd78d4b41eaa",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775094302e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="daily",repository="santos",snapshot_hash="d5b7aab388650d04f3a58916ec69bdc3b5b2717e837b10e989cd2d00b4636181",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.768872601e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="267b95e1867941630c6e2cf5b6c1ca0c154f56b396443ff0cc095acc718083c5",snapshot_tag="tms_tms_api__pg_prod__db",snapshot_tags="hourly,tms_tms_api__pg_prod__db"} 1.775160337e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="2e75ca1bbb016d36ebc089bd06a5c65866ebb7a7056f6ddc13afedb966c00424",snapshot_tag="tms_tms_api__pm_prod__db",snapshot_tags="hourly,tms_tms_api__pm_prod__db"} 1.775160323e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="3e18b4c2c5b633cb81069dcb0234a527f70fad44c0ee43f8934689dfc68717ec",snapshot_tag="tms_tms_api__bpg_prod__db",snapshot_tags="hourly,tms_tms_api__bpg_prod__db"} 1.775160332e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="60c9e9a7d733ecb7ebe35a336ee32f886bfd3d652fd0db685a94f9bf0c2e6751",snapshot_tag="tms_tms_api__pwo_2025__db",snapshot_tags="hourly,tms_tms_api__pwo_2025__db"} 1.775160404e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="7712cce26f7878e231d00764e3f3549477204d996331857e4e569e72d9edad43",snapshot_tag="tms_tms_api__standacup_prod__db",snapshot_tags="hourly,tms_tms_api__standacup_prod__db"} 1.775160308e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="7df022708aeb6cc66fc6a9a3af9ec15062bcbdbea3f3be23be971626f635966f",snapshot_tag="tms_tms_api__pvg_prod__db",snapshot_tags="hourly,tms_tms_api__pvg_prod__db"} 1.775160358e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="8bd73814d53de936efc62065e318f277ab6a503291d17e14dab6557f231020b3",snapshot_tag="tms_tms_api__co_prod__db",snapshot_tags="hourly,tms_tms_api__co_prod__db"} 1.775160327e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="a6e83200ec07d6be3d50a453ba6e98bb1650b2d8c821ec23958f81b1cd051daa",snapshot_tag="tms_tms_api__pvg_2025w__db",snapshot_tags="hourly,tms_tms_api__pvg_2025w__db"} 1.775160349e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="be1b56fb9a77dd77fc51ac1ea525d4d14529debd64f0bcb6f5a78215680a7ed9",snapshot_tag="tms_tms_api__pm_2025__db",snapshot_tags="hourly,tms_tms_api__pm_2025__db"} 1.775160353e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="c088d9a343b86ba89718d2ee7d44edc4a724c406886f94df563ecad85f7a6087",snapshot_tag="gofis_portal__ehypoexpert_prod__db",snapshot_tags="gofis_portal__ehypoexpert_prod__db,hourly"} 1.775160343e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="d48ae5c4c4e90beebefe8735fd9857451b8977436f2340ed939d0615a347e676",snapshot_tag="tms_tms_api__phc_test__db",snapshot_tags="hourly,tms_tms_api__phc_test__db"} 1.775160302e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="e92c695e02ee7ed94e3195bb77dc0b283c3ba58b0378f6c56532f4e35760ece2",snapshot_tag="gofis_portal__gofis_prod__db",snapshot_tags="gofis_portal__gofis_prod__db,hourly"} 1.775160364e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="f98d7f70a2c1f17aea2c5b6a6e3a5222d79fba1b62497e5280e65aeffc49734e",snapshot_tag="tms_tms_api__pwo_prod__db",snapshot_tags="hourly,tms_tms_api__pwo_prod__db"} 1.775160318e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="fc4489297e0e2bc81f8c07efd79c7c09e8ba0ba926116448d936fe88b314d49c",snapshot_tag="tms_tms_api__phc_prod__db",snapshot_tags="hourly,tms_tms_api__phc_prod__db"} 1.775160312e+09 restic_backup_timestamp{client_hostname="Tesoro",client_username="root",client_version="restic 0.18.1",period="daily",repository="tesoro",snapshot_hash="0de7675b1c9cf6f3607f8581b26300e0fdca81c7305bc8a648db15be33fab0b9",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775093405e+09 restic_backup_timestamp{client_hostname="Tesoro",client_username="root",client_version="restic 0.18.1",period="hourly",repository="tesoro",snapshot_hash="c06853c9ef778c11c60b858a77dbc8850f56412f2ca7bf96e7011def5cc0c1f3",snapshot_tag="vaultwarden",snapshot_tags="hourly,vaultwarden"} 1.775163905e+09 restic_backup_timestamp{client_hostname="Zacapa",client_username="root",client_version="restic 0.18.1",period="",repository="zacapa",snapshot_hash="ab596457f92b62e4457176bfa05ffaacb3e9a0819199aaa12ac14fd0c6372b3f",snapshot_tag="sonarqube_db_1",snapshot_tags="sonarqube_db_1"} 1.764600003e+09 restic_backup_timestamp{client_hostname="Zacapa",client_username="root",client_version="restic 0.18.1",period="daily",repository="zacapa",snapshot_hash="d9e5224cac4d834b4a58a72c3681a39ae8fdf7f6d0652f3263a66cd8c38cad6f",snapshot_tag="sonarqube_db_1",snapshot_tags="daily,sonarqube_db_1"} 1.775095252e+09 restic_backup_timestamp{client_hostname="Zacapa",client_username="root",client_version="restic 0.18.1",period="daily",repository="zacapa",snapshot_hash="e1b8647fc7bb0addd56287479b060072de4f2cb6aec9354de285300c64b7847a",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775095201e+09 restic_backup_timestamp{client_hostname="millonario",client_username="root",client_version="restic 0.18.1",period="",repository="millonario",snapshot_hash="cd6a207e951fcfafb6ba0ef6e3ec74784096b9087544c740c9efcc6e37f8d1cc",snapshot_tag="filesystem",snapshot_tags="filesystem"} 1.764625946e+09 restic_backup_timestamp{client_hostname="millonario",client_username="root",client_version="restic 0.18.1",period="daily",repository="millonario",snapshot_hash="3782d5301574d1b952e708054f447735c533026b8f98db31bbf82b78463a7dcc",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775086202e+09 restic_backup_timestamp{client_hostname="millonario",client_username="root",client_version="restic 0.18.1",period="daily",repository="millonario",snapshot_hash="74bb2003f617b9c1a278058e71b6fc79e92a5633f249607b40322e907436bfbf",snapshot_tag="portal.designeo.cz/sql",snapshot_tags="daily,portal.designeo.cz/sql"} 1.775086444e+09 restic_backup_timestamp{client_hostname="pampero",client_username="root",client_version="restic 0.18.1",period="daily",repository="pampero",snapshot_hash="68520aca8f5cfd08e46e24ad9fe0a85ee1f2ed047ac866c1e6a334cb146ec51c",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.775086202e+09 # HELP restic_last_backup_timestamp_seconds Timestamp of the most recent backup # TYPE restic_last_backup_timestamp_seconds gauge restic_last_backup_timestamp_seconds{hostname="Appleton2",period="daily",repository="appleton"} 1.775093401e+09 restic_last_backup_timestamp_seconds{hostname="Appleton2",period="hourly",repository="appleton"} 1.775163902e+09 restic_last_backup_timestamp_seconds{hostname="Botran2019",period="",repository="botran"} 1.764939997e+09 restic_last_backup_timestamp_seconds{hostname="Botran2019",period="daily",repository="botran"} 1.775093402e+09 restic_last_backup_timestamp_seconds{hostname="Bumbu",period="daily",repository="bumbu"} 1.77509349e+09 restic_last_backup_timestamp_seconds{hostname="Companero",period="daily",repository="companero"} 1.775093401e+09 restic_last_backup_timestamp_seconds{hostname="Diamond",period="",repository="diamond"} 1.770765902e+09 restic_last_backup_timestamp_seconds{hostname="Diamond",period="daily",repository="diamond"} 1.775093499e+09 restic_last_backup_timestamp_seconds{hostname="Diplomatico",period="daily",repository="diplomatico"} 1.775093401e+09 restic_last_backup_timestamp_seconds{hostname="DonPapa3",period="",repository="donpapa3"} 1.76461607e+09 restic_last_backup_timestamp_seconds{hostname="DonPapa3",period="daily",repository="donpapa3"} 1.775094114e+09 restic_last_backup_timestamp_seconds{hostname="Espero",period="daily",repository="espero"} 1.775093402e+09 restic_last_backup_timestamp_seconds{hostname="Jerry",period="daily",repository="jerry"} 1.775093417e+09 restic_last_backup_timestamp_seconds{hostname="Kraken",period="",repository="kraken"} 1.76718132e+09 restic_last_backup_timestamp_seconds{hostname="Kraken",period="daily",repository="kraken"} 1.775093401e+09 restic_last_backup_timestamp_seconds{hostname="Malteco",period="",repository="malteco"} 1.767689971e+09 restic_last_backup_timestamp_seconds{hostname="Malteco",period="daily",repository="malteco"} 1.775093407e+09 restic_last_backup_timestamp_seconds{hostname="Malteco",period="hourly",repository="malteco"} 1.775163907e+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.775086202e+09 restic_last_backup_timestamp_seconds{hostname="Rebellion",period="daily",repository="rebellion"} 1.775093454e+09 restic_last_backup_timestamp_seconds{hostname="Santos",period="",repository="santos"} 1.764857544e+09 restic_last_backup_timestamp_seconds{hostname="Santos",period="daily",repository="santos"} 1.775094302e+09 restic_last_backup_timestamp_seconds{hostname="Santos",period="hourly",repository="santos"} 1.775160404e+09 restic_last_backup_timestamp_seconds{hostname="Tesoro",period="daily",repository="tesoro"} 1.775093405e+09 restic_last_backup_timestamp_seconds{hostname="Tesoro",period="hourly",repository="tesoro"} 1.775163905e+09 restic_last_backup_timestamp_seconds{hostname="Zacapa",period="",repository="zacapa"} 1.764600003e+09 restic_last_backup_timestamp_seconds{hostname="Zacapa",period="daily",repository="zacapa"} 1.775095252e+09 restic_last_backup_timestamp_seconds{hostname="millonario",period="",repository="millonario"} 1.764625946e+09 restic_last_backup_timestamp_seconds{hostname="millonario",period="daily",repository="millonario"} 1.775086444e+09 restic_last_backup_timestamp_seconds{hostname="pampero",period="daily",repository="pampero"} 1.775086202e+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"} 1 restic_locks_total{repository="tesoro"} 1 restic_locks_total{repository="zacapa"} 0 # HELP restic_oldest_backup_timestamp_seconds Timestamp of the oldest backup # TYPE restic_oldest_backup_timestamp_seconds gauge restic_oldest_backup_timestamp_seconds{hostname="Appleton2",period="daily",repository="appleton"} 1.775093401e+09 restic_oldest_backup_timestamp_seconds{hostname="Appleton2",period="hourly",repository="appleton"} 1.775163902e+09 restic_oldest_backup_timestamp_seconds{hostname="Botran2019",period="",repository="botran"} 1.764939997e+09 restic_oldest_backup_timestamp_seconds{hostname="Botran2019",period="daily",repository="botran"} 1.775093402e+09 restic_oldest_backup_timestamp_seconds{hostname="Bumbu",period="daily",repository="bumbu"} 1.775093402e+09 restic_oldest_backup_timestamp_seconds{hostname="Companero",period="daily",repository="companero"} 1.775093401e+09 restic_oldest_backup_timestamp_seconds{hostname="Diamond",period="",repository="diamond"} 1.764811801e+09 restic_oldest_backup_timestamp_seconds{hostname="Diamond",period="daily",repository="diamond"} 1.765762202e+09 restic_oldest_backup_timestamp_seconds{hostname="Diplomatico",period="daily",repository="diplomatico"} 1.775093401e+09 restic_oldest_backup_timestamp_seconds{hostname="DonPapa3",period="",repository="donpapa3"} 1.76461607e+09 restic_oldest_backup_timestamp_seconds{hostname="DonPapa3",period="daily",repository="donpapa3"} 1.775093401e+09 restic_oldest_backup_timestamp_seconds{hostname="Espero",period="daily",repository="espero"} 1.775093402e+09 restic_oldest_backup_timestamp_seconds{hostname="Jerry",period="daily",repository="jerry"} 1.775093402e+09 restic_oldest_backup_timestamp_seconds{hostname="Kraken",period="",repository="kraken"} 1.76718132e+09 restic_oldest_backup_timestamp_seconds{hostname="Kraken",period="daily",repository="kraken"} 1.775093401e+09 restic_oldest_backup_timestamp_seconds{hostname="Malteco",period="",repository="malteco"} 1.764855938e+09 restic_oldest_backup_timestamp_seconds{hostname="Malteco",period="daily",repository="malteco"} 1.765762206e+09 restic_oldest_backup_timestamp_seconds{hostname="Malteco",period="hourly",repository="malteco"} 1.775160329e+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.775086202e+09 restic_oldest_backup_timestamp_seconds{hostname="Rebellion",period="daily",repository="rebellion"} 1.775093402e+09 restic_oldest_backup_timestamp_seconds{hostname="Santos",period="",repository="santos"} 1.764857544e+09 restic_oldest_backup_timestamp_seconds{hostname="Santos",period="daily",repository="santos"} 1.765935002e+09 restic_oldest_backup_timestamp_seconds{hostname="Santos",period="hourly",repository="santos"} 1.775160302e+09 restic_oldest_backup_timestamp_seconds{hostname="Tesoro",period="daily",repository="tesoro"} 1.775093405e+09 restic_oldest_backup_timestamp_seconds{hostname="Tesoro",period="hourly",repository="tesoro"} 1.775163905e+09 restic_oldest_backup_timestamp_seconds{hostname="Zacapa",period="",repository="zacapa"} 1.764600003e+09 restic_oldest_backup_timestamp_seconds{hostname="Zacapa",period="daily",repository="zacapa"} 1.775095201e+09 restic_oldest_backup_timestamp_seconds{hostname="millonario",period="",repository="millonario"} 1.764625946e+09 restic_oldest_backup_timestamp_seconds{hostname="millonario",period="daily",repository="millonario"} 1.775086202e+09 restic_oldest_backup_timestamp_seconds{hostname="pampero",period="daily",repository="pampero"} 1.775086202e+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"} 88198 restic_repository_files_total{repository="botran"} 1.528869e+06 restic_repository_files_total{repository="bumbu"} 172189 restic_repository_files_total{repository="companero"} 6957 restic_repository_files_total{repository="diamond"} 596690 restic_repository_files_total{repository="diplomatico"} 172558 restic_repository_files_total{repository="donpapa3"} 192886 restic_repository_files_total{repository="espero"} 137437 restic_repository_files_total{repository="jerry"} 6721 restic_repository_files_total{repository="kraken"} 185617 restic_repository_files_total{repository="malteco"} 263659 restic_repository_files_total{repository="millonario"} 568965 restic_repository_files_total{repository="pampero"} 216381 restic_repository_files_total{repository="plantation"} 156596 restic_repository_files_total{repository="rebellion"} 60367 restic_repository_files_total{repository="santos"} 1.153655e+06 restic_repository_files_total{repository="tesoro"} 65733 restic_repository_files_total{repository="zacapa"} 461375 # HELP restic_repository_size_bytes Total size of the repository in bytes (compressed) # TYPE restic_repository_size_bytes gauge restic_repository_size_bytes{repository="appleton"} 2.3270127312e+10 restic_repository_size_bytes{repository="botran"} 3.84035858722e+11 restic_repository_size_bytes{repository="bumbu"} 1.4411682068e+10 restic_repository_size_bytes{repository="companero"} 5.06858428e+08 restic_repository_size_bytes{repository="diamond"} 9.7117762987e+10 restic_repository_size_bytes{repository="diplomatico"} 2.6238930318e+10 restic_repository_size_bytes{repository="donpapa3"} 5.2465576252e+10 restic_repository_size_bytes{repository="espero"} 2.1658745571e+10 restic_repository_size_bytes{repository="jerry"} 7.76463653e+08 restic_repository_size_bytes{repository="kraken"} 3.940450496e+10 restic_repository_size_bytes{repository="malteco"} 5.0482747799e+10 restic_repository_size_bytes{repository="millonario"} 2.7301826487e+10 restic_repository_size_bytes{repository="pampero"} 1.6264708027e+10 restic_repository_size_bytes{repository="plantation"} 4.010094951e+09 restic_repository_size_bytes{repository="rebellion"} 3.945169333e+09 restic_repository_size_bytes{repository="santos"} 4.8812111924e+10 restic_repository_size_bytes{repository="tesoro"} 1.1595402672e+10 restic_repository_size_bytes{repository="zacapa"} 9.0608964746e+10 # HELP restic_repository_uncompressed_size_bytes Total uncompressed size of the repository in bytes # TYPE restic_repository_uncompressed_size_bytes gauge restic_repository_uncompressed_size_bytes{repository="appleton"} 4.7470034772e+10 restic_repository_uncompressed_size_bytes{repository="botran"} 9.61935523423e+11 restic_repository_uncompressed_size_bytes{repository="bumbu"} 5.8961517646e+10 restic_repository_uncompressed_size_bytes{repository="companero"} 2.334510007e+09 restic_repository_uncompressed_size_bytes{repository="diamond"} 2.93874331999e+11 restic_repository_uncompressed_size_bytes{repository="diplomatico"} 1.03400638969e+11 restic_repository_uncompressed_size_bytes{repository="donpapa3"} 7.6048138098e+10 restic_repository_uncompressed_size_bytes{repository="espero"} 1.06701528713e+11 restic_repository_uncompressed_size_bytes{repository="jerry"} 3.492231728e+09 restic_repository_uncompressed_size_bytes{repository="kraken"} 1.24725647922e+11 restic_repository_uncompressed_size_bytes{repository="malteco"} 2.15889139916e+11 restic_repository_uncompressed_size_bytes{repository="millonario"} 3.6100788852e+10 restic_repository_uncompressed_size_bytes{repository="pampero"} 3.3508536651e+10 restic_repository_uncompressed_size_bytes{repository="plantation"} 1.405820788e+10 restic_repository_uncompressed_size_bytes{repository="rebellion"} 1.7810275181e+10 restic_repository_uncompressed_size_bytes{repository="santos"} 1.6079464082e+11 restic_repository_uncompressed_size_bytes{repository="tesoro"} 1.6707673305e+10 restic_repository_uncompressed_size_bytes{repository="zacapa"} 1.8143602721e+11 # HELP restic_scrape_duration_seconds Duration of the scrape # TYPE restic_scrape_duration_seconds gauge restic_scrape_duration_seconds{repository="appleton"} 6.417637185 restic_scrape_duration_seconds{repository="botran"} 6.468172987 restic_scrape_duration_seconds{repository="bumbu"} 4.756541846 restic_scrape_duration_seconds{repository="companero"} 2.241781063 restic_scrape_duration_seconds{repository="diamond"} 1.220550659 restic_scrape_duration_seconds{repository="diplomatico"} 5.961696751 restic_scrape_duration_seconds{repository="donpapa3"} 1.435802965 restic_scrape_duration_seconds{repository="espero"} 0.659752715 restic_scrape_duration_seconds{repository="jerry"} 3.588547937 restic_scrape_duration_seconds{repository="kraken"} 2.439209225 restic_scrape_duration_seconds{repository="malteco"} 5.355575673 restic_scrape_duration_seconds{repository="millonario"} 4.887651309 restic_scrape_duration_seconds{repository="pampero"} 5.374391849 restic_scrape_duration_seconds{repository="plantation"} 4.710096009 restic_scrape_duration_seconds{repository="rebellion"} 4.726787141 restic_scrape_duration_seconds{repository="santos"} 20.190846854 restic_scrape_duration_seconds{repository="tesoro"} 6.544112516 restic_scrape_duration_seconds{repository="zacapa"} 2.496181361 # HELP restic_scrape_success Whether the last scrape was successful (1 = success, 0 = failure) # TYPE restic_scrape_success gauge restic_scrape_success{repository="appleton"} 1 restic_scrape_success{repository="botran"} 1 restic_scrape_success{repository="bumbu"} 1 restic_scrape_success{repository="companero"} 1 restic_scrape_success{repository="diamond"} 1 restic_scrape_success{repository="diplomatico"} 1 restic_scrape_success{repository="donpapa3"} 1 restic_scrape_success{repository="espero"} 1 restic_scrape_success{repository="jerry"} 1 restic_scrape_success{repository="kraken"} 1 restic_scrape_success{repository="malteco"} 1 restic_scrape_success{repository="millonario"} 1 restic_scrape_success{repository="pampero"} 1 restic_scrape_success{repository="plantation"} 1 restic_scrape_success{repository="rebellion"} 1 restic_scrape_success{repository="santos"} 1 restic_scrape_success{repository="tesoro"} 1 restic_scrape_success{repository="zacapa"} 1 # HELP restic_snapshots_total Total number of snapshots in the repository (from stats) # TYPE restic_snapshots_total gauge restic_snapshots_total{repository="appleton"} 61 restic_snapshots_total{repository="botran"} 68 restic_snapshots_total{repository="bumbu"} 82 restic_snapshots_total{repository="companero"} 24 restic_snapshots_total{repository="diamond"} 64 restic_snapshots_total{repository="diplomatico"} 24 restic_snapshots_total{repository="donpapa3"} 32 restic_snapshots_total{repository="espero"} 24 restic_snapshots_total{repository="jerry"} 72 restic_snapshots_total{repository="kraken"} 25 restic_snapshots_total{repository="malteco"} 148 restic_snapshots_total{repository="millonario"} 49 restic_snapshots_total{repository="pampero"} 24 restic_snapshots_total{repository="plantation"} 25 restic_snapshots_total{repository="rebellion"} 48 restic_snapshots_total{repository="santos"} 1168 restic_snapshots_total{repository="tesoro"} 61 restic_snapshots_total{repository="zacapa"} 51