https://github.com/deviavir/gitlab-prometheus-exporter
GitLab Prometheus Exporter for API endpoints
https://github.com/deviavir/gitlab-prometheus-exporter
Last synced: 6 months ago
JSON representation
GitLab Prometheus Exporter for API endpoints
- Host: GitHub
- URL: https://github.com/deviavir/gitlab-prometheus-exporter
- Owner: DeviaVir
- License: mit
- Created: 2021-01-15T12:12:34.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-15T12:39:27.000Z (over 5 years ago)
- Last Synced: 2025-04-02T03:44:45.782Z (over 1 year ago)
- Language: Makefile
- Size: 29.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitlab-prometheus-exporter
A prom exporter for the gitlab installations. This exporter talks directly to
your Gitlab API.
## Docker
```
docker run -p 9115:9115 -e GITLAB_API=http://web.gitlab.svc/api/v4 -e GITLAB_TOKEN=some-token -e HTTP_LISTENADDR=":9115" -it --rm deviavir/gitlab-prometheus-exporter:latest
```