# 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.6463e-05 go_gc_duration_seconds{quantile="0.25"} 7.4186e-05 go_gc_duration_seconds{quantile="0.5"} 8.3302e-05 go_gc_duration_seconds{quantile="0.75"} 0.000116237 go_gc_duration_seconds{quantile="1"} 5.954598664 go_gc_duration_seconds_sum 57.010771671 go_gc_duration_seconds_count 49059 # 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.968768e+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.0405266976e+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.81829695e+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.968768e+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.2214272e+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.956736e+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 24401 # 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.2197888e+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.7751977779279604e+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.81854096e+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 55680 # 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 3553.49 # 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.85520536095e+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.400259121e+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.7055744e+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"} 226683 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="92d91864c1d5ddf672e682bde5f720f7b5aa36af174b39ac0e9b669aaacddc42",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="861c7909e66ab62ce0566ec5c2d5bda5976d2d553a89344ce0fbf700d1e2903e",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="9374e66cdccf8a432119a7c72938e9fa31ec7e528f722b68d3417309c13e4974",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="e2c35f17d0e62037df579628c0305166e8c2cca31c5a7ff7a67cf09c1e7a1e0f",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="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="0fbc3b0205fc56529d2b279ea8737047a9ba1194ef75c38d99f80f961e2800a3",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="10664d47623afdbed5656077e967b2afcaec3defc882b40d0dd447e9bf895108",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="1948f62004569398ad3d6d8aa2e5b0eeecc3c8b518c4161b3da8cee4bdb6438f",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="2b371bc00e64716c344610d3eddec82e6174da6255256541f7b5f085f600a6d5",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="6b79dfc966168edcf122ee3520641222986b914235b61a50af0779bac07bb899",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="6ed707a0c656364e758ac89b51d13d9037b1425c15010dd43678abbf2dee14f1",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="8121fbc76d6eafea9ad0a7ed03b4c7db60dfadd5ba632d4adb1a570ca140d29b",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="85d9b85ff2f87b086f99773df530cbd08325cfd736e21d0d7057dc2734918935",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="96450ac399267c658828ceb7e2688d4a90ea528e0047077900f6b994b9ddca9b",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="af6e94956ede2d085c5af6c8315d7aa0e56dfa567b846552efc3b4b9da5ff721",snapshot_tag="tms_tms_api__phc_prod__db",snapshot_tags="hourly,tms_tms_api__phc_prod__db"} 1 restic_backup_files_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="c8a34150c89a4f80fab5a7c614153915fb5ee1ccb4b88be8d34077d7530fa3f8",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="c9b6206e635dc0482a39b6ed47afad9d01180f09ea0c39290b007c1bd0fe1043",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="dbb21fac3202fb3377ebe71bc07cd9ded0421e71425272452e6521a91d9a8bf7",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="dbd781370d05827c3517a2bda7e3061204854ef34de6d42a70c32a07773d31bd",snapshot_tag="tms_tms_api__standacup_prod__db",snapshot_tags="hourly,tms_tms_api__standacup_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="dd4b3978cca67177c1d779940fca25e82e9db1175998bd6cad9d50da1c242979",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="92d91864c1d5ddf672e682bde5f720f7b5aa36af174b39ac0e9b669aaacddc42",snapshot_tag="projekton",snapshot_tags="hourly,projekton"} 4.3504746e+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="861c7909e66ab62ce0566ec5c2d5bda5976d2d553a89344ce0fbf700d1e2903e",snapshot_tag="fisaf-prod",snapshot_tags="fisaf-prod,hourly"} 9.95796393e+08 restic_backup_size_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="9374e66cdccf8a432119a7c72938e9fa31ec7e528f722b68d3417309c13e4974",snapshot_tag="css-prod",snapshot_tags="css-prod,hourly"} 1.23547905e+08 restic_backup_size_total{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="e2c35f17d0e62037df579628c0305166e8c2cca31c5a7ff7a67cf09c1e7a1e0f",snapshot_tag="csph-prod",snapshot_tags="csph-prod,hourly"} 6.6723486e+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="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="0fbc3b0205fc56529d2b279ea8737047a9ba1194ef75c38d99f80f961e2800a3",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="10664d47623afdbed5656077e967b2afcaec3defc882b40d0dd447e9bf895108",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="1948f62004569398ad3d6d8aa2e5b0eeecc3c8b518c4161b3da8cee4bdb6438f",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="2b371bc00e64716c344610d3eddec82e6174da6255256541f7b5f085f600a6d5",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="6b79dfc966168edcf122ee3520641222986b914235b61a50af0779bac07bb899",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="6ed707a0c656364e758ac89b51d13d9037b1425c15010dd43678abbf2dee14f1",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="8121fbc76d6eafea9ad0a7ed03b4c7db60dfadd5ba632d4adb1a570ca140d29b",snapshot_tag="gofis_portal__gofis_prod__db",snapshot_tags="gofis_portal__gofis_prod__db,hourly"} 3.328638041e+09 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="85d9b85ff2f87b086f99773df530cbd08325cfd736e21d0d7057dc2734918935",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="96450ac399267c658828ceb7e2688d4a90ea528e0047077900f6b994b9ddca9b",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="af6e94956ede2d085c5af6c8315d7aa0e56dfa567b846552efc3b4b9da5ff721",snapshot_tag="tms_tms_api__phc_prod__db",snapshot_tags="hourly,tms_tms_api__phc_prod__db"} 7.8147764e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="c8a34150c89a4f80fab5a7c614153915fb5ee1ccb4b88be8d34077d7530fa3f8",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="c9b6206e635dc0482a39b6ed47afad9d01180f09ea0c39290b007c1bd0fe1043",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="dbb21fac3202fb3377ebe71bc07cd9ded0421e71425272452e6521a91d9a8bf7",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="dbd781370d05827c3517a2bda7e3061204854ef34de6d42a70c32a07773d31bd",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="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="dd4b3978cca67177c1d779940fca25e82e9db1175998bd6cad9d50da1c242979",snapshot_tag="vaultwarden",snapshot_tags="hourly,vaultwarden"} 9.9498667e+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="92d91864c1d5ddf672e682bde5f720f7b5aa36af174b39ac0e9b669aaacddc42",snapshot_tag="projekton",snapshot_tags="hourly,projekton"} 1.775196302e+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="861c7909e66ab62ce0566ec5c2d5bda5976d2d553a89344ce0fbf700d1e2903e",snapshot_tag="fisaf-prod",snapshot_tags="fisaf-prod,hourly"} 1.775196353e+09 restic_backup_timestamp{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="9374e66cdccf8a432119a7c72938e9fa31ec7e528f722b68d3417309c13e4974",snapshot_tag="css-prod",snapshot_tags="css-prod,hourly"} 1.77519633e+09 restic_backup_timestamp{client_hostname="Malteco",client_username="root",client_version="restic 0.18.1",period="hourly",repository="malteco",snapshot_hash="e2c35f17d0e62037df579628c0305166e8c2cca31c5a7ff7a67cf09c1e7a1e0f",snapshot_tag="csph-prod",snapshot_tags="csph-prod,hourly"} 1.775196306e+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="0fbc3b0205fc56529d2b279ea8737047a9ba1194ef75c38d99f80f961e2800a3",snapshot_tag="tms_tms_api__pm_prod__db",snapshot_tags="hourly,tms_tms_api__pm_prod__db"} 1.775196326e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="10664d47623afdbed5656077e967b2afcaec3defc882b40d0dd447e9bf895108",snapshot_tag="tms_tms_api__pg_prod__db",snapshot_tags="hourly,tms_tms_api__pg_prod__db"} 1.775196341e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="1948f62004569398ad3d6d8aa2e5b0eeecc3c8b518c4161b3da8cee4bdb6438f",snapshot_tag="tms_tms_api__pwo_prod__db",snapshot_tags="hourly,tms_tms_api__pwo_prod__db"} 1.775196321e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="2b371bc00e64716c344610d3eddec82e6174da6255256541f7b5f085f600a6d5",snapshot_tag="tms_tms_api__phc_test__db",snapshot_tags="hourly,tms_tms_api__phc_test__db"} 1.775196302e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="6b79dfc966168edcf122ee3520641222986b914235b61a50af0779bac07bb899",snapshot_tag="tms_tms_api__co_prod__db",snapshot_tags="hourly,tms_tms_api__co_prod__db"} 1.775196331e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="6ed707a0c656364e758ac89b51d13d9037b1425c15010dd43678abbf2dee14f1",snapshot_tag="tms_tms_api__pwo_2025__db",snapshot_tags="hourly,tms_tms_api__pwo_2025__db"} 1.775196408e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="8121fbc76d6eafea9ad0a7ed03b4c7db60dfadd5ba632d4adb1a570ca140d29b",snapshot_tag="gofis_portal__gofis_prod__db",snapshot_tags="gofis_portal__gofis_prod__db,hourly"} 1.775196369e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="85d9b85ff2f87b086f99773df530cbd08325cfd736e21d0d7057dc2734918935",snapshot_tag="tms_tms_api__pvg_prod__db",snapshot_tags="hourly,tms_tms_api__pvg_prod__db"} 1.775196364e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="96450ac399267c658828ceb7e2688d4a90ea528e0047077900f6b994b9ddca9b",snapshot_tag="gofis_portal__ehypoexpert_prod__db",snapshot_tags="gofis_portal__ehypoexpert_prod__db,hourly"} 1.775196347e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="af6e94956ede2d085c5af6c8315d7aa0e56dfa567b846552efc3b4b9da5ff721",snapshot_tag="tms_tms_api__phc_prod__db",snapshot_tags="hourly,tms_tms_api__phc_prod__db"} 1.775196315e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="c8a34150c89a4f80fab5a7c614153915fb5ee1ccb4b88be8d34077d7530fa3f8",snapshot_tag="tms_tms_api__pvg_2025w__db",snapshot_tags="hourly,tms_tms_api__pvg_2025w__db"} 1.775196353e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="c9b6206e635dc0482a39b6ed47afad9d01180f09ea0c39290b007c1bd0fe1043",snapshot_tag="tms_tms_api__pm_2025__db",snapshot_tags="hourly,tms_tms_api__pm_2025__db"} 1.775196358e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="dbb21fac3202fb3377ebe71bc07cd9ded0421e71425272452e6521a91d9a8bf7",snapshot_tag="tms_tms_api__bpg_prod__db",snapshot_tags="hourly,tms_tms_api__bpg_prod__db"} 1.775196336e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="dbd781370d05827c3517a2bda7e3061204854ef34de6d42a70c32a07773d31bd",snapshot_tag="tms_tms_api__standacup_prod__db",snapshot_tags="hourly,tms_tms_api__standacup_prod__db"} 1.775196309e+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="dd4b3978cca67177c1d779940fca25e82e9db1175998bd6cad9d50da1c242979",snapshot_tag="vaultwarden",snapshot_tags="hourly,vaultwarden"} 1.775196304e+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.775196302e+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.775196353e+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.775196408e+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.775196304e+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.775196302e+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.775196306e+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.775196302e+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.775196304e+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"} 88182 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"} 263728 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"} 66088 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.3240712668e+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.0466520591e+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.1588428884e+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.7363451296e+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.16932398159e+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.6666900077e+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"} 7.484949395 restic_scrape_duration_seconds{repository="botran"} 5.386445256 restic_scrape_duration_seconds{repository="bumbu"} 4.69217236 restic_scrape_duration_seconds{repository="companero"} 2.499652885 restic_scrape_duration_seconds{repository="diamond"} 5.512491575 restic_scrape_duration_seconds{repository="diplomatico"} 1.36581408 restic_scrape_duration_seconds{repository="donpapa3"} 6.874621647 restic_scrape_duration_seconds{repository="espero"} 0.613646015 restic_scrape_duration_seconds{repository="jerry"} 0.971351771 restic_scrape_duration_seconds{repository="kraken"} 1.387213694 restic_scrape_duration_seconds{repository="malteco"} 4.874297163 restic_scrape_duration_seconds{repository="millonario"} 1.174729142 restic_scrape_duration_seconds{repository="pampero"} 4.817317279 restic_scrape_duration_seconds{repository="plantation"} 5.099213774 restic_scrape_duration_seconds{repository="rebellion"} 5.174375162 restic_scrape_duration_seconds{repository="santos"} 26.64068533 restic_scrape_duration_seconds{repository="tesoro"} 5.520013239 restic_scrape_duration_seconds{repository="zacapa"} 5.4570767270000005 # 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