We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9970748 + e5c295c commit 42fa665Copy full SHA for 42fa665
1 file changed
github_exporter.py
@@ -10,7 +10,7 @@ def collect(self):
10
metrics = {'forks': 'forks',
11
'stars': 'stargazers_count',
12
'open_issues': 'open_issues',
13
- 'watchers': 'watchers_count',
+ 'watchers': 'subscribers_count', # watchers_count is actually the same as stargazer_count, need subscribers_count
14
'has_issues': 'has_issues',}
15
16
METRIC_PREFIX = 'github_repo'
0 commit comments