Github Exporter Versions Save

:octocat: Prometheus exporter for github metrics

1.1.0

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/githubexporter/github-exporter/compare/1.0.6...1.1.0

1.0.6

6 months ago

1.0.5

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/githubexporter/github-exporter/compare/1.0.4...1.0.5

1.0.4

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/githubexporter/github-exporter/compare/1.0.3...1.0.4

1.0.3

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/infinityworks/github-exporter/compare/1.0.2...1.0.3

2.0.5-alpha

3 years ago
  • Updated to be memory safe
  • Fixed numerous small bugs

2.0.1-alpha

3 years ago

A number of issues with the prior code of this repository meant that it was difficult to maintain and some metrics couldn't be catered for. As a result, we've taken the time to re-factor this and have the google/go-github sdk do the leg work for us.

The result is a simpler package and with some new metrics thrown in for good measure.

04

6 years ago

Fixes

Resolves issue #18 when using the exporter with private GitHub Enterprise versions with rate-limiting disabled. Exporter now just logs the fact and carries on.

03

7 years ago

Summary

Re-written the exporter in golang. Taken the opportunity to address a number of defects in the old code base. Requests to the github API should be more efficient and the exporter should execute with a shorter scrape time. This should be non-breaking from the previous config, if you have any issues though then please raise them. As ever, it's recommended running this with an Oauth2 token where possible.

Changes

  • Rate limit info now represented in metrics. This is collected at the end of the scrapes through a no-cost call to the rate_limit API endpoint.
  • Removed locking, now using constmetrics for Prometheus.
  • Added size metric (in KB)

02

7 years ago