Skip to content

Releases: peak/github-enterprise-replication-exporter

v0.2.0

27 Sep 08:20
3ecf4b4
Compare
Choose a tag to compare

multiple improvements in scope of TEC-5757:

  • added .gitignore
  • stop using glide, instead use go modules
  • improved logging
  • changed the way prometheus metrics work, we used to export 0 for up and 1 for down. now it works vice versa, complies with exporter convention
  • changed logging library to use more something more lightweight
  • use flag library from stdlib instead of kingpin. it is deprecated
  • introduced scrape_error metric for exporter errors
  • deleted .goreleaser.yml and .travis.yaml (they were not used)
  • updated Dockerfile, README.md and systemd.service example accordingly
  • try collecting replication metrics only if the role is replica

Minor fixes

10 Sep 05:55
Compare
Choose a tag to compare
v0.1.1

removed aviatrix reference

v0.1.0

04 Apr 15:06
Compare
Choose a tag to compare

Changelog

18f9501 fixing dockeruser
5d198e7 Fixing build and readme
9c4f0e9 Initial commit