Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a caching layer to scrapers #86

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

isaacseymour
Copy link
Collaborator

  • first separate the Exporter from the ExporterRun, so that we can only instantiate the Exporter once, and then instantiate a fresh ExporterRun on each scrape (which has the http request context, and the Exporter)
  • then add a caching scraper, which stores the last seen values (per database) in a slice, and returns that if the TTL hasn't passed yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant