Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@fbegyn fbegyn released this 12 Dec 21:23

This release implements a oneshot running mode generate. This mode will output a file that can be used with the Prometheus file SD. Aside from there is also some testing now done to ensure basic functionality and the service discovery refresh interval respects the X-Prometheus-Refresh-Interval header. I'm not sure if this refresh implementation is a keeper, I think we probably don't wanna follow this header (as the behaviour is with --no-refresh-update flag). This could change in the future.

Changelog

  • 387aa68 change formatting of goreleaser to compy with yamllint
  • 19f944a fix basic testing surrounding functionality
  • 915432a ignore the file sd generated file
  • d936f2e implement refresh timer and file sd generation
  • 378f859 update readme