https://github.com/release-engineering/gitlab-prometheus-exporter
https://github.com/release-engineering/gitlab-prometheus-exporter
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/release-engineering/gitlab-prometheus-exporter
- Owner: release-engineering
- Created: 2020-09-11T21:26:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-31T10:19:51.000Z (over 1 year ago)
- Last Synced: 2025-01-31T11:24:42.863Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 143 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is an experimental prometheus exporter for gitlab, with an emphasis on exposing *counters*
about pipelines.
[mvisonneau/gitlab-ci-pipelines-exporter](https://github.com/mvisonneau/gitlab-ci-pipelines-exporter) is another good alternative.
This polls a gitlab instance for a configured list of projects and exposes prometheus metrics about
the ci pipeline runs for each project. It does not support authentication.