Skip to content

Commit

Permalink
Merge pull request #14 from alexellis/patch-1
Browse files Browse the repository at this point in the history
Fixes #13
  • Loading branch information
Rucknar authored Mar 26, 2017
2 parents 9970748 + e5c295c commit 42fa665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def collect(self):
metrics = {'forks': 'forks',
'stars': 'stargazers_count',
'open_issues': 'open_issues',
'watchers': 'watchers_count',
'watchers': 'subscribers_count', # watchers_count is actually the same as stargazer_count, need subscribers_count
'has_issues': 'has_issues',}

METRIC_PREFIX = 'github_repo'
Expand Down

0 comments on commit 42fa665

Please sign in to comment.