# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 3.9562e-05 go_gc_duration_seconds{quantile="0.25"} 4.3952e-05 go_gc_duration_seconds{quantile="0.5"} 4.5414e-05 go_gc_duration_seconds{quantile="0.75"} 4.7611e-05 go_gc_duration_seconds{quantile="1"} 0.00013826 go_gc_duration_seconds_sum 0.013661478 go_gc_duration_seconds_count 283 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent. # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes. # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 7 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.12"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 544216 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 4.78746e+07 # 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 641397 # 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 2.744064e+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 544216 # 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 6.22592e+06 # 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 1.572864e+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 5029 # 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 6.094848e+06 # 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 7.798784e+06 # 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.7650006402738898e+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 646426 # 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 44000 # 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 65280 # 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 537306 # 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 1.1754512e+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 9 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 1.2 # 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 4.5314579e+07 # 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 5.234221e+06 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 8 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.3553664e+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.76496127351e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.262997504e+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"} 8 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="Bumbu",client_username="root",client_version="restic 0.18.1",period="",repository="bumbu",snapshot_hash="cb73633317917e8a41435a3b7211aad4a0ae7e6754e73f012ee1c93c054ae9ec",snapshot_tag="filesystem",snapshot_tags="filesystem"} 202905 restic_backup_files_total{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="bb8127647ff715b314bf6942c1d53b055546a42a0309ca973d06a939a7cb5a42",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 202896 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="",repository="donpapa3",snapshot_hash="901ddd9d0913028565197a9c3d98bff5c8ff91a30bc77fc3db5d7d276438d9d5",snapshot_tag="filesystem",snapshot_tags="filesystem"} 105026 restic_backup_files_total{client_hostname="DonPapa3",client_username="root",client_version="restic 0.18.1",period="",repository="donpapa3",snapshot_hash="c8b4e5c70005777f601711708c9a15037f3d6a7ec9254a09e1f8a0a557881070",snapshot_tag="gitlab",snapshot_tags="gitlab"} 3 restic_backup_files_total{client_hostname="DonPapa3",client_username="root",client_version="restic 0.18.1",period="daily",repository="donpapa3",snapshot_hash="081c9ad912bac3ae2d6434c0e9cb832f7943f1b24dfecfdbe18e0e07f88f19e6",snapshot_tag="gitlab",snapshot_tags="daily,gitlab"} 1 restic_backup_files_total{client_hostname="DonPapa3",client_username="root",client_version="restic 0.18.1",period="daily",repository="donpapa3",snapshot_hash="a6d68e9b7ebd31769b4a399f1e9d70d8f907b552ef673bfa9e5d05edfc52b867",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 105036 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="6c0467313afc8bddbb241000b9098229d567aa45d7506bb50739985e966b5117",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 737471 restic_backup_files_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="1c33253be83693153fc635853892b92acec230eb74ac34ff5f72cb606d86d2f4",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="2ec3cee9b45b1c78b06603da8ca2a7e386fc9e5ccce6f3d9cc52845d9be3309d",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="528510853eea17ff4f98a646c61d66b3191cd1ec5e21cc2faf33e0cac16e2c71",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="5ee14773502ae3705e12c2558062e250311df79ee02de7fd422057971e844c8b",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="6c0a43c6de83ca39f7d6734a9d502636f384bdf7133364f6cdebfafc151b43d9",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="7cef7c607cb43289319ff1407be5a3971044e221fb335332791a0ea50a6a9086",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="918cbf0b3043dfe034f853cf909b8310df0cba2ef587838b0886eb54b6ff6100",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="9ee7cb248ba9fac24f18beeadd12852df03d7e70419832a2025e93f02fb9e3cd",snapshot_tag="tms_tms_api__phc_prod__db",snapshot_tags="hourly,tms_tms_api__phc_prod__db"} 1 restic_backup_files_total{client_hostname="Zacapa",client_username="root",client_version="restic 0.18.1",period="",repository="zacapa",snapshot_hash="193cbc325d0a71820a70c6873e2a0da36e2374bd670832c25a1669b7db58875c",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="",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="",repository="zacapa",snapshot_hash="bf559b6fd67470525a16d8f03ec8998e62a29340207e64183a9c96e49503e89c",snapshot_tag="filesystem",snapshot_tags="filesystem"} 275422 restic_backup_files_total{client_hostname="Zacapa",client_username="root",client_version="restic 0.18.1",period="daily",repository="zacapa",snapshot_hash="5a118300f28c482f9eb1ac88dc43fbc9b08efc6c1e90a15042004ae2aa6ca02e",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 290334 restic_backup_files_total{client_hostname="Zacapa",client_username="root",client_version="restic 0.18.1",period="daily",repository="zacapa",snapshot_hash="8aabfaa42af2e6d6ceb8ed69eb212d7e86947acc3317de0dcd628bbd2a712489",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="981d9c5af21e293988934b96b6051f63d48200d3349221f1ded3b9745c856d6a",snapshot_tag="filesystem",snapshot_tags="filesystem"} 1.766276e+06 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="",repository="millonario",snapshot_hash="fa3e8e118b60149f2d7ea1f728e1922057128d34139066cff945aff84098b412",snapshot_tag="portal.designeo.cz/sql",snapshot_tags="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="832f3df9703312bb5707303f90376d4cf53b0b99242bea9402dd80a5ad1a4383",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.766349e+06 restic_backup_files_total{client_hostname="millonario",client_username="root",client_version="restic 0.18.1",period="daily",repository="millonario",snapshot_hash="d12f8fe9d8d0c285a4ce1078f5a88fc66387262c19e14bfc803619897963104f",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="",repository="pampero",snapshot_hash="e039203b112b1e3abd74affe602bf5691077bf6f3e58c77d80a6335b3e2d8596",snapshot_tag="filesystem",snapshot_tags="filesystem"} 435950 restic_backup_files_total{client_hostname="pampero",client_username="root",client_version="restic 0.18.1",period="daily",repository="pampero",snapshot_hash="d3f3d5b23b146248be56308df28025ca88f4a5e8daba930fc438dabf24d8677c",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 435950 # HELP restic_backup_size_total Total size of backup in bytes # TYPE restic_backup_size_total counter restic_backup_size_total{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="",repository="bumbu",snapshot_hash="cb73633317917e8a41435a3b7211aad4a0ae7e6754e73f012ee1c93c054ae9ec",snapshot_tag="filesystem",snapshot_tags="filesystem"} 5.3720405091e+10 restic_backup_size_total{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="bb8127647ff715b314bf6942c1d53b055546a42a0309ca973d06a939a7cb5a42",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 5.0409338424e+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="",repository="donpapa3",snapshot_hash="901ddd9d0913028565197a9c3d98bff5c8ff91a30bc77fc3db5d7d276438d9d5",snapshot_tag="filesystem",snapshot_tags="filesystem"} 1.3038963904e+10 restic_backup_size_total{client_hostname="DonPapa3",client_username="root",client_version="restic 0.18.1",period="",repository="donpapa3",snapshot_hash="c8b4e5c70005777f601711708c9a15037f3d6a7ec9254a09e1f8a0a557881070",snapshot_tag="gitlab",snapshot_tags="gitlab"} 5.4005456896e+10 restic_backup_size_total{client_hostname="DonPapa3",client_username="root",client_version="restic 0.18.1",period="daily",repository="donpapa3",snapshot_hash="081c9ad912bac3ae2d6434c0e9cb832f7943f1b24dfecfdbe18e0e07f88f19e6",snapshot_tag="gitlab",snapshot_tags="daily,gitlab"} 2.890774528e+10 restic_backup_size_total{client_hostname="DonPapa3",client_username="root",client_version="restic 0.18.1",period="daily",repository="donpapa3",snapshot_hash="a6d68e9b7ebd31769b4a399f1e9d70d8f907b552ef673bfa9e5d05edfc52b867",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.0871004931e+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="6c0467313afc8bddbb241000b9098229d567aa45d7506bb50739985e966b5117",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 5.1706938395e+10 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="1c33253be83693153fc635853892b92acec230eb74ac34ff5f72cb606d86d2f4",snapshot_tag="tms_tms_api__standacup_prod__db",snapshot_tags="hourly,tms_tms_api__standacup_prod__db"} 2.7111751e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="2ec3cee9b45b1c78b06603da8ca2a7e386fc9e5ccce6f3d9cc52845d9be3309d",snapshot_tag="tms_tms_api__pwo_prod__db",snapshot_tags="hourly,tms_tms_api__pwo_prod__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="528510853eea17ff4f98a646c61d66b3191cd1ec5e21cc2faf33e0cac16e2c71",snapshot_tag="tms_tms_api__bpg_prod__db",snapshot_tags="hourly,tms_tms_api__bpg_prod__db"} 2.6878966e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="5ee14773502ae3705e12c2558062e250311df79ee02de7fd422057971e844c8b",snapshot_tag="tms_tms_api__pm_prod__db",snapshot_tags="hourly,tms_tms_api__pm_prod__db"} 1.4953492e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="6c0a43c6de83ca39f7d6734a9d502636f384bdf7133364f6cdebfafc151b43d9",snapshot_tag="tms_tms_api__phc_test__db",snapshot_tags="hourly,tms_tms_api__phc_test__db"} 6.8181565e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="7cef7c607cb43289319ff1407be5a3971044e221fb335332791a0ea50a6a9086",snapshot_tag="tms_tms_api__co_prod__db",snapshot_tags="hourly,tms_tms_api__co_prod__db"} 3.3147911e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="918cbf0b3043dfe034f853cf909b8310df0cba2ef587838b0886eb54b6ff6100",snapshot_tag="tms_tms_api__pg_prod__db",snapshot_tags="hourly,tms_tms_api__pg_prod__db"} 3.7160001e+07 restic_backup_size_total{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="9ee7cb248ba9fac24f18beeadd12852df03d7e70419832a2025e93f02fb9e3cd",snapshot_tag="tms_tms_api__phc_prod__db",snapshot_tags="hourly,tms_tms_api__phc_prod__db"} 3.8468209e+07 restic_backup_size_total{client_hostname="Zacapa",client_username="root",client_version="restic 0.18.1",period="",repository="zacapa",snapshot_hash="193cbc325d0a71820a70c6873e2a0da36e2374bd670832c25a1669b7db58875c",snapshot_tag="sonarqube_db_1",snapshot_tags="sonarqube_db_1"} 2.05617115e+08 restic_backup_size_total{client_hostname="Zacapa",client_username="root",client_version="restic 0.18.1",period="",repository="zacapa",snapshot_hash="ab596457f92b62e4457176bfa05ffaacb3e9a0819199aaa12ac14fd0c6372b3f",snapshot_tag="sonarqube_db_1",snapshot_tags="sonarqube_db_1"} 2.04324049e+08 restic_backup_size_total{client_hostname="Zacapa",client_username="root",client_version="restic 0.18.1",period="",repository="zacapa",snapshot_hash="bf559b6fd67470525a16d8f03ec8998e62a29340207e64183a9c96e49503e89c",snapshot_tag="filesystem",snapshot_tags="filesystem"} 1.13964517778e+11 restic_backup_size_total{client_hostname="Zacapa",client_username="root",client_version="restic 0.18.1",period="daily",repository="zacapa",snapshot_hash="5a118300f28c482f9eb1ac88dc43fbc9b08efc6c1e90a15042004ae2aa6ca02e",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.12297437475e+11 restic_backup_size_total{client_hostname="Zacapa",client_username="root",client_version="restic 0.18.1",period="daily",repository="zacapa",snapshot_hash="8aabfaa42af2e6d6ceb8ed69eb212d7e86947acc3317de0dcd628bbd2a712489",snapshot_tag="sonarqube_db_1",snapshot_tags="daily,sonarqube_db_1"} 2.05891808e+08 restic_backup_size_total{client_hostname="millonario",client_username="root",client_version="restic 0.18.1",period="",repository="millonario",snapshot_hash="981d9c5af21e293988934b96b6051f63d48200d3349221f1ded3b9745c856d6a",snapshot_tag="filesystem",snapshot_tags="filesystem"} 7.0765266213e+10 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="",repository="millonario",snapshot_hash="fa3e8e118b60149f2d7ea1f728e1922057128d34139066cff945aff84098b412",snapshot_tag="portal.designeo.cz/sql",snapshot_tags="portal.designeo.cz/sql"} 2.8910795e+07 restic_backup_size_total{client_hostname="millonario",client_username="root",client_version="restic 0.18.1",period="daily",repository="millonario",snapshot_hash="832f3df9703312bb5707303f90376d4cf53b0b99242bea9402dd80a5ad1a4383",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 7.0881314822e+10 restic_backup_size_total{client_hostname="millonario",client_username="root",client_version="restic 0.18.1",period="daily",repository="millonario",snapshot_hash="d12f8fe9d8d0c285a4ce1078f5a88fc66387262c19e14bfc803619897963104f",snapshot_tag="portal.designeo.cz/sql",snapshot_tags="daily,portal.designeo.cz/sql"} 2.8910795e+07 restic_backup_size_total{client_hostname="pampero",client_username="root",client_version="restic 0.18.1",period="",repository="pampero",snapshot_hash="e039203b112b1e3abd74affe602bf5691077bf6f3e58c77d80a6335b3e2d8596",snapshot_tag="filesystem",snapshot_tags="filesystem"} 4.135011738e+10 restic_backup_size_total{client_hostname="pampero",client_username="root",client_version="restic 0.18.1",period="daily",repository="pampero",snapshot_hash="d3f3d5b23b146248be56308df28025ca88f4a5e8daba930fc438dabf24d8677c",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 4.1435404688e+10 # HELP restic_backup_timestamp Timestamp of the last backup # TYPE restic_backup_timestamp gauge restic_backup_timestamp{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="",repository="bumbu",snapshot_hash="cb73633317917e8a41435a3b7211aad4a0ae7e6754e73f012ee1c93c054ae9ec",snapshot_tag="filesystem",snapshot_tags="filesystem"} 1.764811802e+09 restic_backup_timestamp{client_hostname="Bumbu",client_username="root",client_version="restic 0.18.1",period="daily",repository="bumbu",snapshot_hash="bb8127647ff715b314bf6942c1d53b055546a42a0309ca973d06a939a7cb5a42",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.764984601e+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="",repository="donpapa3",snapshot_hash="901ddd9d0913028565197a9c3d98bff5c8ff91a30bc77fc3db5d7d276438d9d5",snapshot_tag="filesystem",snapshot_tags="filesystem"} 1.764811801e+09 restic_backup_timestamp{client_hostname="DonPapa3",client_username="root",client_version="restic 0.18.1",period="",repository="donpapa3",snapshot_hash="c8b4e5c70005777f601711708c9a15037f3d6a7ec9254a09e1f8a0a557881070",snapshot_tag="gitlab",snapshot_tags="gitlab"} 1.76481328e+09 restic_backup_timestamp{client_hostname="DonPapa3",client_username="root",client_version="restic 0.18.1",period="daily",repository="donpapa3",snapshot_hash="081c9ad912bac3ae2d6434c0e9cb832f7943f1b24dfecfdbe18e0e07f88f19e6",snapshot_tag="gitlab",snapshot_tags="daily,gitlab"} 1.764985888e+09 restic_backup_timestamp{client_hostname="DonPapa3",client_username="root",client_version="restic 0.18.1",period="daily",repository="donpapa3",snapshot_hash="a6d68e9b7ebd31769b4a399f1e9d70d8f907b552ef673bfa9e5d05edfc52b867",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.764984602e+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="6c0467313afc8bddbb241000b9098229d567aa45d7506bb50739985e966b5117",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.764984602e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="1c33253be83693153fc635853892b92acec230eb74ac34ff5f72cb606d86d2f4",snapshot_tag="tms_tms_api__standacup_prod__db",snapshot_tags="hourly,tms_tms_api__standacup_prod__db"} 1.764998128e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="2ec3cee9b45b1c78b06603da8ca2a7e386fc9e5ccce6f3d9cc52845d9be3309d",snapshot_tag="tms_tms_api__pwo_prod__db",snapshot_tags="hourly,tms_tms_api__pwo_prod__db"} 1.764998102e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="528510853eea17ff4f98a646c61d66b3191cd1ec5e21cc2faf33e0cac16e2c71",snapshot_tag="tms_tms_api__bpg_prod__db",snapshot_tags="hourly,tms_tms_api__bpg_prod__db"} 1.764998124e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="5ee14773502ae3705e12c2558062e250311df79ee02de7fd422057971e844c8b",snapshot_tag="tms_tms_api__pm_prod__db",snapshot_tags="hourly,tms_tms_api__pm_prod__db"} 1.76499811e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="6c0a43c6de83ca39f7d6734a9d502636f384bdf7133364f6cdebfafc151b43d9",snapshot_tag="tms_tms_api__phc_test__db",snapshot_tags="hourly,tms_tms_api__phc_test__db"} 1.764998117e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="7cef7c607cb43289319ff1407be5a3971044e221fb335332791a0ea50a6a9086",snapshot_tag="tms_tms_api__co_prod__db",snapshot_tags="hourly,tms_tms_api__co_prod__db"} 1.764998113e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="918cbf0b3043dfe034f853cf909b8310df0cba2ef587838b0886eb54b6ff6100",snapshot_tag="tms_tms_api__pg_prod__db",snapshot_tags="hourly,tms_tms_api__pg_prod__db"} 1.764998121e+09 restic_backup_timestamp{client_hostname="Santos",client_username="root",client_version="restic 0.18.1",period="hourly",repository="santos",snapshot_hash="9ee7cb248ba9fac24f18beeadd12852df03d7e70419832a2025e93f02fb9e3cd",snapshot_tag="tms_tms_api__phc_prod__db",snapshot_tags="hourly,tms_tms_api__phc_prod__db"} 1.764998106e+09 restic_backup_timestamp{client_hostname="Zacapa",client_username="root",client_version="restic 0.18.1",period="",repository="zacapa",snapshot_hash="193cbc325d0a71820a70c6873e2a0da36e2374bd670832c25a1669b7db58875c",snapshot_tag="sonarqube_db_1",snapshot_tags="sonarqube_db_1"} 1.76481363e+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="",repository="zacapa",snapshot_hash="bf559b6fd67470525a16d8f03ec8998e62a29340207e64183a9c96e49503e89c",snapshot_tag="filesystem",snapshot_tags="filesystem"} 1.764813601e+09 restic_backup_timestamp{client_hostname="Zacapa",client_username="root",client_version="restic 0.18.1",period="daily",repository="zacapa",snapshot_hash="5a118300f28c482f9eb1ac88dc43fbc9b08efc6c1e90a15042004ae2aa6ca02e",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.764986401e+09 restic_backup_timestamp{client_hostname="Zacapa",client_username="root",client_version="restic 0.18.1",period="daily",repository="zacapa",snapshot_hash="8aabfaa42af2e6d6ceb8ed69eb212d7e86947acc3317de0dcd628bbd2a712489",snapshot_tag="sonarqube_db_1",snapshot_tags="daily,sonarqube_db_1"} 1.764986433e+09 restic_backup_timestamp{client_hostname="millonario",client_username="root",client_version="restic 0.18.1",period="",repository="millonario",snapshot_hash="981d9c5af21e293988934b96b6051f63d48200d3349221f1ded3b9745c856d6a",snapshot_tag="filesystem",snapshot_tags="filesystem"} 1.764808201e+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="",repository="millonario",snapshot_hash="fa3e8e118b60149f2d7ea1f728e1922057128d34139066cff945aff84098b412",snapshot_tag="portal.designeo.cz/sql",snapshot_tags="portal.designeo.cz/sql"} 1.764808344e+09 restic_backup_timestamp{client_hostname="millonario",client_username="root",client_version="restic 0.18.1",period="daily",repository="millonario",snapshot_hash="832f3df9703312bb5707303f90376d4cf53b0b99242bea9402dd80a5ad1a4383",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.764981001e+09 restic_backup_timestamp{client_hostname="millonario",client_username="root",client_version="restic 0.18.1",period="daily",repository="millonario",snapshot_hash="d12f8fe9d8d0c285a4ce1078f5a88fc66387262c19e14bfc803619897963104f",snapshot_tag="portal.designeo.cz/sql",snapshot_tags="daily,portal.designeo.cz/sql"} 1.764981124e+09 restic_backup_timestamp{client_hostname="pampero",client_username="root",client_version="restic 0.18.1",period="",repository="pampero",snapshot_hash="e039203b112b1e3abd74affe602bf5691077bf6f3e58c77d80a6335b3e2d8596",snapshot_tag="filesystem",snapshot_tags="filesystem"} 1.764808201e+09 restic_backup_timestamp{client_hostname="pampero",client_username="root",client_version="restic 0.18.1",period="daily",repository="pampero",snapshot_hash="d3f3d5b23b146248be56308df28025ca88f4a5e8daba930fc438dabf24d8677c",snapshot_tag="filesystem",snapshot_tags="daily,filesystem"} 1.764981001e+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="Bumbu",period="",repository="bumbu"} 1.764811802e+09 restic_last_backup_timestamp_seconds{hostname="Bumbu",period="daily",repository="bumbu"} 1.764984601e+09 restic_last_backup_timestamp_seconds{hostname="DonPapa3",period="",repository="donpapa3"} 1.76481328e+09 restic_last_backup_timestamp_seconds{hostname="DonPapa3",period="daily",repository="donpapa3"} 1.764985888e+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.764984602e+09 restic_last_backup_timestamp_seconds{hostname="Santos",period="hourly",repository="santos"} 1.764998128e+09 restic_last_backup_timestamp_seconds{hostname="Zacapa",period="",repository="zacapa"} 1.76481363e+09 restic_last_backup_timestamp_seconds{hostname="Zacapa",period="daily",repository="zacapa"} 1.764986433e+09 restic_last_backup_timestamp_seconds{hostname="millonario",period="",repository="millonario"} 1.764808344e+09 restic_last_backup_timestamp_seconds{hostname="millonario",period="daily",repository="millonario"} 1.764981124e+09 restic_last_backup_timestamp_seconds{hostname="pampero",period="",repository="pampero"} 1.764808201e+09 restic_last_backup_timestamp_seconds{hostname="pampero",period="daily",repository="pampero"} 1.764981001e+09 # HELP restic_oldest_backup_timestamp_seconds Timestamp of the oldest backup # TYPE restic_oldest_backup_timestamp_seconds gauge restic_oldest_backup_timestamp_seconds{hostname="Bumbu",period="",repository="bumbu"} 1.764811802e+09 restic_oldest_backup_timestamp_seconds{hostname="Bumbu",period="daily",repository="bumbu"} 1.764984601e+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.764984602e+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.764984602e+09 restic_oldest_backup_timestamp_seconds{hostname="Santos",period="hourly",repository="santos"} 1.764998102e+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.764986401e+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.764981001e+09 restic_oldest_backup_timestamp_seconds{hostname="pampero",period="",repository="pampero"} 1.764808201e+09 restic_oldest_backup_timestamp_seconds{hostname="pampero",period="daily",repository="pampero"} 1.764981001e+09 # HELP restic_repository_files_total Total number of files in the repository # TYPE restic_repository_files_total gauge restic_repository_files_total{repository="bumbu"} 136330 restic_repository_files_total{repository="donpapa3"} 143520 restic_repository_files_total{repository="millonario"} 560270 restic_repository_files_total{repository="pampero"} 212317 restic_repository_files_total{repository="santos"} 438372 restic_repository_files_total{repository="zacapa"} 426281 # HELP restic_repository_size_bytes Total size of the repository in bytes (compressed) # TYPE restic_repository_size_bytes gauge restic_repository_size_bytes{repository="bumbu"} 1.3214278567e+10 restic_repository_size_bytes{repository="donpapa3"} 3.5446086083e+10 restic_repository_size_bytes{repository="millonario"} 2.7114996338e+10 restic_repository_size_bytes{repository="pampero"} 1.6037295647e+10 restic_repository_size_bytes{repository="santos"} 3.499591351e+09 restic_repository_size_bytes{repository="zacapa"} 7.179008071e+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="bumbu"} 4.7856686225e+10 restic_repository_uncompressed_size_bytes{repository="donpapa3"} 4.7605978551e+10 restic_repository_uncompressed_size_bytes{repository="millonario"} 3.2234216838e+10 restic_repository_uncompressed_size_bytes{repository="pampero"} 3.040352053e+10 restic_repository_uncompressed_size_bytes{repository="santos"} 1.8443153791e+10 restic_repository_uncompressed_size_bytes{repository="zacapa"} 1.49891584044e+11 # HELP restic_scrape_duration_seconds Duration of the scrape # TYPE restic_scrape_duration_seconds gauge restic_scrape_duration_seconds{repository="bumbu"} 0.475234892 restic_scrape_duration_seconds{repository="donpapa3"} 0.590979369 restic_scrape_duration_seconds{repository="millonario"} 0.48823992 restic_scrape_duration_seconds{repository="pampero"} 4.48119321 restic_scrape_duration_seconds{repository="santos"} 0.640854328 restic_scrape_duration_seconds{repository="zacapa"} 0.597428886 # HELP restic_scrape_success Whether the last scrape was successful (1 = success, 0 = failure) # TYPE restic_scrape_success gauge restic_scrape_success{repository="bumbu"} 1 restic_scrape_success{repository="donpapa3"} 1 restic_scrape_success{repository="millonario"} 1 restic_scrape_success{repository="pampero"} 1 restic_scrape_success{repository="santos"} 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="bumbu"} 7 restic_snapshots_total{repository="donpapa3"} 14 restic_snapshots_total{repository="millonario"} 16 restic_snapshots_total{repository="pampero"} 7 restic_snapshots_total{repository="santos"} 142 restic_snapshots_total{repository="zacapa"} 25