github-exporter icon indicating copy to clipboard operation
github-exporter copied to clipboard

:octocat: Prometheus exporter for github metrics

Results 46 github-exporter issues
Sort by recently updated
recently updated
newest added

So... V3 API is somewhat strange. `watchers_count` actually just shows how many people star the repo `subscribers_count` used to show the watchers, seemingly it's been removed more recently from the...

help wanted

Current metrics are basic, add in at least: - Last commit timestamp - Issues closed (we already have open) - Downloads - Releases

help wanted

Hi everybody, thanks for the great work! Do you think it is possible to also track the amount of open pull requests?

help wanted

I am not able to get metrices and metrices url loading continuously below is my docker command i used to up conatiner. i have EC2 instance created with nececcery port...

In this PR I added the feature of authenticating to GitHub API with github app and allowing to fetch metrics about it. Tests: ``` $ make test ? github.com/infinityworks/github-exporter [no...

The exporter does not enable api authentication using github app. So, the monitoring of github apps metrics is not enabled. GitHub App has higher rate limit (15,000 vs 5,000 api...

I have used portainer for executing my docker compose file which has the github exporter. `github-exporter: tty: true stdin_open: true expose: - 9171 ports: - 9171:9171 image: infinityworks/github-exporter:latest environment: -...

### Description I've discovered an issue with how `github_repo_pull_request_count` is calculated in the exporter. It seems that the count only reflects the last page of pull requests when multiple pages...

Hello Everyone, I hope this message finds you well. I would like to inquire about the support for GitHub **Copilot** metrics collection in the **github-exporter** project. Does the exporter support...