newrelic / infra-integrations-sdk

New Relic Infrastructure Integrations SDK
Apache License 2.0
44 stars 23 forks source link

feat(persist): clean old entries upon loading store file #295

Closed gsanchezgavier closed 2 years ago

gsanchezgavier commented 2 years ago

Adds a garbage collect mechanism to remove entries from the storer file saved on disk which has been expired. Expiration is calculated using the same TTL that is being used to remove storer files and the mechanism remove the entires that has not been updated in a period greater than the TTL

Fixes #294

Context for the reviewer: