github-exporter
github-exporter copied to clipboard
:octocat: Prometheus exporter for github metrics
Hey all, I'd like to get some more features added to the Grafana Agent which wraps around this exporter, however the number of outstanding PR's and issues is making me...
https://github.com/infinityworks/github-exporter/blob/284088c21e7d796e9b04674c1e2f00e73d9372e3/config/config.go#L52-L55 The first argument of strings.Split should be `orgs` instead of `repos`.
https://github.com/infinityworks/github-exporter/blob/284088c21e7d796e9b04674c1e2f00e73d9372e3/exporter/gather.go#L67-L70 The above line will return error thus causing the collection of metrics to stop when the target is a private GitHub Enterprise server with no rate-limiting. I am not...
There have been multiple commits since last release https://github.com/infinityworks/github-exporter/compare/2.0.5-alpha...master
A number of issues with the prior code of this repository meant that it was difficult to maintain and some metrics couldn't be catered for. As a result, we've taken...
With [latest](https://hub.docker.com/layers/infinityworks/github-exporter/latest/images/sha256-454f4daa18b9b7aaa4941efe32403ecfdd6c2d2458d77f5bab5d93d48f9da7c1?context=explore): ``` time="2021-08-03T15:05:59Z" level=info msg="Fetching https://api.github.com/orgs/repos?per_page=100 \n" time="2021-08-03T15:06:00Z" level=error msg="Error scraping API, Error: Error: Received 404 status from Github API, ensure the repsository URL is correct. If it's a...