v0.5.0
Caching
This release introduces metrics caching to reduce the amount of unnecessary calls to the Borg repos, especially remote ones.
Use the BORGMATIC_EXPORTER_CACHE_TIMEOUT environment variable to set cache expiration, the default is 10 minutes. Caching can be disabled completely by setting the value to 0.
What's Changed
- [feature] Caching by @maxim-mityutko in #57
Full Changelog: v0.4.0...v0.5.0