Skip to content

Releases: githubexporter/github-exporter

v1.1.0

Choose a tag to compare

@henrymcconville henrymcconville released this 05 Mar 12:38
9c3949f

What's Changed

  • feat(exporter): include Git tag as attribute for github_repo_release_downloads metrics by @hainenber in #104
  • chore: replace deprecated io/ioutil functions with modern equivalences. by @hainenber in #103

New Contributors

Full Changelog: 1.0.6...1.1.0

v1.0.6

Choose a tag to compare

@henrymcconville henrymcconville released this 25 Oct 12:24

What's Changed

Full Changelog: 1.0.5...1.0.6

v1.0.5

Choose a tag to compare

@henrymcconville henrymcconville released this 25 Sep 09:09
9e31cd0

What's Changed

New Contributors

Full Changelog: 1.0.4...1.0.5

v1.0.4

Choose a tag to compare

@henrymcconville henrymcconville released this 23 Aug 15:11
d6d3e44

What's Changed

New Contributors

Full Changelog: 1.0.3...1.0.4

v1.0.3

Choose a tag to compare

@henrymcconville henrymcconville released this 01 Feb 10:11
239f9e2

What's Changed

New Contributors

Full Changelog: 1.0.2...1.0.3

Development Release - 02

Choose a tag to compare

@Rucknar Rucknar released this 16 Oct 09:11
  • Updated to be memory safe
  • Fixed numerous small bugs

Development Release - 01

Pre-release

Choose a tag to compare

@Rucknar Rucknar released this 30 Sep 10:12

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.

Stable Release - 04

Choose a tag to compare

@Rucknar Rucknar released this 13 May 16:26

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.

Stable Release - 03

Choose a tag to compare

@Rucknar Rucknar released this 04 May 08:52

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)

Stable Release- 02

Choose a tag to compare

@Rucknar Rucknar released this 04 May 08:44
Merge pull request #14 from alexellis/patch-1

Fixes #13