An open API service indexing awesome lists of open source software.

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

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
```