Skip to content

Releases: fbegyn/tailfire

v0.2.0

12 Dec 21:23
Compare
Choose a tag to compare

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

v0.1.0

04 Dec 19:36
Compare
Choose a tag to compare

First release of this PoC. As promised there are also some packages in here. They mainly contain the binary and the example config, nothing else.

This is mainly the PoC code put into packages and pre-built binaries. Next releases will contain some more features, more tests to ensure stability and the full implemenation of the Prometheus SD spec/requirements.

Changelog

  • c73f696 initial commit with working PoC
  • e403098 setup goreleaser flow