githubexporter / github-exporter

:octocat: Prometheus exporter for github metrics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong number of watchers

metalmatze opened this issue Β· comments

I quickly tested this exporter and found that the number of watchers is wrong.
Stars is ok, but gitea has 133 watchers. πŸ˜‰

github_repo_watchers{private="false",repo="gitea",user="go-gitea"} 2527.0
github_repo_stars{private="false",repo="gitea",user="go-gitea"} 2527.0

@Rucknar I came here to raise the same issue, so πŸ‘ from me.

@metalmatze you can use my fork and rebuild the image or pull alexellis2/github-exporter to get this fix. Hopefully Ed will merge/test it soon.