mvisonneau / gitlab-ci-pipelines-exporter

Prometheus / OpenMetrics exporter for GitLab CI pipelines insights
Apache License 2.0
1.29k stars 242 forks source link

Issue with storage #626

Closed ubershloder closed 1 year ago

ubershloder commented 1 year ago

Where does this exporter store all the data it fetched? for some reason every time I restart the container with it all the fetched data is gone. is there any way to prevent it? like maybe store it in some place somehow?

hanyce commented 9 months ago

have the same problem. anyone can help?

ouhzee commented 3 months ago

I'm also wondering. If the exporter restart, I think they scraping all over from start again although the metrics has been scraped and stored in prometheus before.

I think the exporter should know whether the projects, groups, etc has been scraped before and no need to scrape again if the exporter got restarted.