docs
docs copied to clipboard
Add Borg exporter
Provides data on Borg backups.
https://github.com/danihodovic/borg-exporter/
Thanks for this! Could you sign the DCO and add sample output from your exporter, please?
It provides the following metrics:
| Name | Description | Type |
|---|---|---|
| borg_backups_total | Total number of Borg backups | Gauge |
| borg_last_backup_timestamp | Timestamp of the last backup | Gauge |
Thanks!
borg_backups_total should be a counter. Does borg_last_backup_timestamp discern between successful and failed backups? It would be more customary to use borg_last_backup_[success_]timestamp_seconds for the metric name.