github-exporter
github-exporter copied to clipboard
:octocat: Prometheus exporter for github metrics
Hi, I am running this docker setup in a production server with almost 50+ Repositories. After running for few hours our IP is getting blocked by GitHub API rate limit...
``` {"level":"info","msg":"Initialising capture of metrics","time":"2021-09-29T07:52:59Z"} {"level":"info","msg":"Gathering metrics for GitHub Org cloudesire","time":"2021-09-29T07:52:59Z"} {"level":"error","msg":"Error listing members by org: GET https://api.github.com/orgs/cloudesire/outside_collaborators?per_page=100: 403 You must be an owner of this organization to list outside...
Fixes #73 Just some minor typos
There are a few spelling mistakes Will open PR to fix
This PR includes, and supercedes #64, which also included the same change as #65. The addition in this PR over both of those previous PRs is that the monitoring dashboard...
Mixins are a collection of configurable, reusable Prometheus rules, alerts and/or Grafana dashboards for a particular system. The idea is that you can use these to set up appropriate monitoring...
I've been evaluating `github-exporter` at wiley.com as part of our strategy to adopt Prometheus and Cortex as scalable enterprise services for monitoring in the cloud. We are interested to use...
Hey there. First, thank you for your work on this exporter. As maintainer as a bunch of exporters myself, I appreciate what y'all are doing! I've built from the latest...
Resolves #30 I have noticed, that if multiple users (or orgs) share a repository with the same name, then the `pull_request_count` metrics will cause an error while collecting metrics because...
Hi 👋 I found an issue with running this against multiple orgs that have repos with the same names. This was due to the pull request metric using only the...