mvisonneau / gitlab-ci-pipelines-exporter

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

Option to export all pipeline IDs in the last <timeframe>, even if they're on the same branch #719

Open tonyshackell opened 11 months ago

tonyshackell commented 11 months ago

We use a gitlab CI flow that runs many different types of pipelines off the same branch in git. The tool is so close to what we need, but the problem is that we only see the most recent pipeline for a branch, even with output_sparse_status_metrics: false in the config.

This is problematic, for instance, because we want our POs to be able to see installer pipelines from a branch in a dashboard while normal CI verification pipelines are running simultaneously.