Skip to content

v0.2.0

Compare
Choose a tag to compare
@tboerger tboerger released this 28 Oct 15:35
· 719 commits to master since this release

Changelog for 0.2.0

The following sections list the changes for 0.2.0.

Summary

  • Chg #4: Enforce a repo or an org flag
  • Chg #2: Renamed valid_response metric to up metric

Details

  • Change #4: Enforce a repo or an org flag

    The exporter requires at least one organization or repository to work properly, integrated a
    check that something have been set when launching the exporter.

    #4

  • Change #2: Renamed valid_response metric to up metric

    The previous metric github_valid_response doesn't match the Prometheus conventions, so
    it have been renamed to github_up which properly signals if the exporter can gather metrics
    or not.

    #2