Add prometheus metrics about restic #82
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem:
Using Prometheus to track start and finish in the cronjob does not work reliable, since it depends on the backup taking longer than than the Prometheus scrape interval
Solution:
Use metrics about restic instead with something like:
https://github.com/ngosang/restic-exporter
Prove prometheus metrics about resticto Add prometheus metrics about restic