mvisonneau / gitlab-ci-pipelines-exporter

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

Scape metrics exposed via job's artifacts #208

Open sluongng opened 3 years ago

sluongng commented 3 years ago

Currently Gitlab has a way for you to export metrics https://docs.gitlab.com/ee/ci/metrics_reports.html

The idea is to scrape these metrics artifact files from defined jobs in a repo and export them.

mvisonneau commented 3 years ago

This would be really cool to have indeed, thanks for pointing it out @sluongng!