You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When querying the exporter, I only get the data of five snapshots in the repository. The latest (which is nice), the three oldest, and then the latest snapshot of the second-oldest month. The repository is remote at backblaze, if that matters.
But the exporter only shows these five snapshots (I converted the unix timestamp to something readable in parentheses)
$ curl restic-exporter:8001
# HELP python_gc_objects_collected_total Objects collected during gc
# TYPE python_gc_objects_collected_total counter
python_gc_objects_collected_total{generation="0"} 213.0
python_gc_objects_collected_total{generation="1"} 66.0
python_gc_objects_collected_total{generation="2"} 0.0
# HELP python_gc_objects_uncollectable_total Uncollectable objects found during GC
# TYPE python_gc_objects_uncollectable_total counter
python_gc_objects_uncollectable_total{generation="0"} 0.0
python_gc_objects_uncollectable_total{generation="1"} 0.0
python_gc_objects_uncollectable_total{generation="2"} 0.0
# HELP python_gc_collections_total Number of times this generation was collected
# TYPE python_gc_collections_total counter
python_gc_collections_total{generation="0"} 33.0
python_gc_collections_total{generation="1"} 2.0
python_gc_collections_total{generation="2"} 0.0
# HELP python_info Python platform information
# TYPE python_info gauge
python_info{implementation="CPython",major="3",minor="12",patchlevel="1",version="3.12.1"} 1.0
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 3.086336e+07
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 2.0414464e+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.73157723095e+09
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 0.49
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 6.0
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 1.048576e+06
# HELP restic_check_success Result of restic check operation in the repository
# TYPE restic_check_success gauge
restic_check_success 1.0
# HELP restic_locks_total Total number of locks in the repository
# TYPE restic_locks_total counter
restic_locks_total 0.0
# HELP restic_snapshots_total Total number of snapshots in the repository
# TYPE restic_snapshots_total counter
restic_snapshots_total 19.0
[...]
# HELP restic_backup_timestamp Timestamp of the last backup
# TYPE restic_backup_timestamp gauge
restic_backup_timestamp{client_hostname="host1",client_username="user",client_version="restic 0.16.4",snapshot_hash="[redacted]",snapshot_paths="",snapshot_tag="",snapshot_tags=""} 1.718651542e+09 (2024-06-17T23:12)
restic_backup_timestamp{client_hostname="host1",client_username="user",client_version="restic 0.16.4",snapshot_hash="[redacted]",snapshot_paths="",snapshot_tag="",snapshot_tags=""} 1.720394841e+09 (2024-07-08T01:27)
restic_backup_timestamp{client_hostname="host1",client_username="user",client_version="restic 0.16.4",snapshot_hash="[redacted]",snapshot_paths="",snapshot_tag="",snapshot_tags=""} 1.720434389e+09 (2024-07-08T12:26)
restic_backup_timestamp{client_hostname="host1",client_username="user",client_version="restic 0.16.4",snapshot_hash="[redacted]",snapshot_paths="",snapshot_tag="",snapshot_tags=""} 1.722124811e+09 (2024-07-28T02:00)
restic_backup_timestamp{client_hostname="host1",client_username="user",client_version="restic 0.16.4",snapshot_hash="[redacted]",snapshot_paths="",snapshot_tag="",snapshot_tags=""} 1.731200411e+09 (2024-11-10T02:00)
[...]
# HELP restic_scrape_duration_seconds Amount of time each scrape takes
# TYPE restic_scrape_duration_seconds gauge
restic_scrape_duration_seconds 58.340163707733154
I really would like to be able to see all snapshot data exported. Can you help me?
The text was updated successfully, but these errors were encountered:
When querying the exporter, I only get the data of five snapshots in the repository. The latest (which is nice), the three oldest, and then the latest snapshot of the second-oldest month. The repository is remote at backblaze, if that matters.
But the exporter only shows these five snapshots (I converted the unix timestamp to something readable in parentheses)
I really would like to be able to see all snapshot data exported. Can you help me?
The text was updated successfully, but these errors were encountered: