Skip to content

Releases: fstab/grok_exporter

v0.2.2

22 Sep 18:32
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release
  • Polling file tailer as workaround for #17
  • delete_match and delete_labels config options

v0.2.1

30 Jan 13:46
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

better support for Go templates

v0.2.0

03 Jan 20:52
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Use templates for labels and values.

WARNING: This release introduces an incompatible change in the config file. Old config files are still supported, but you should upgrade as soon as possible. grok_exporter can automatically convert old config files to new ones using the -showconfig command line option:

grok_exporter -config ./example/config.yml -showconfig

View the updated documentation of the Metrics Section in CONFIG.md

v0.1.4

05 Nov 15:19
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release

host option in server config to restrict server to localhost

v0.1.3

25 Oct 19:18
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

Make gauge measure the last observed value instead of the sum of all observed values by default (configurable via cumulative).

v0.1.2

02 Sep 09:41
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

dependency clean-up

v0.1.1

23 Aug 16:03
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

go1.7

v0.1.0

30 Jul 18:39
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First Beta Release.

v0.0.3

26 Jul 20:18
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

More stable tailer implementation reading lines from logfiles.

v0.0.2

15 May 19:16
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Removed runtime dependency on libonig