mvisonneau / gitlab-ci-pipelines-exporter

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

Deleted pipelines are not properly cleaned-up / continue to be exported #760

Open armingerten opened 7 months ago

armingerten commented 7 months ago

After the update to v0.5.6 we noticed that metrics for deleted pipelines continue to be exported (e.g. through gitlab_ci_pipeline_status or gitlab_ci_pipeline_id).

We are using the default configuration for pull and garbage_collection, which should (AFAIK) clean up deleted pipelines after a while. From what I can see, a major change was https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/pull/723 , which could have had an effect?