grok_exporter

Export Prometheus metrics from arbitrary unstructured log data.

APACHE-2.0 License

Stars
867
Committers
18
grok_exporter - v1.0.0.RC5 Latest Release

Published by fstab about 4 years ago

  • Kafka tailer #129. Thanks @hartfordfive
  • Add max_age config option for configuring sliding window sizes for quantiles #122. Thanks @whoawhoawhoa
  • Add json_lines webhook input format #100. Thanks @JensErat
  • Bug fix in wildcard validation #127. Thanks @janisz
  • Improved error messages
grok_exporter - v1.0.0.RC4

Published by fstab over 4 years ago

  • #117 Support CA certificates for SSL client authentication
  • #118 update go.mod and add go.sum
  • #103 fix crash on bsd / darwin with go1.14
  • #115 fix error handling when log directory cannot be opened
  • #96 support value configuration for increasing counter metrics by arbitrary values from the log data
  • #95 support extra field containing JSON data to be used in Webhook templates
  • #93 support simple array indexes in webhook_json_selector
  • add --disable-exporter-metrics command line argument for disabling some built-in metrics
grok_exporter - v1.0.0.RC3

Published by fstab over 4 years ago

  • New config version 3, enable importing external metrics config files.
grok_exporter - v1.0.0.RC2

Published by fstab almost 5 years ago

  • make config grok section optional
  • remove support for config version 1
  • update dependencies
grok_exporter -

Published by fstab almost 5 years ago

  • support multiple log files
grok_exporter -

Published by fstab over 5 years ago

  • update to Oniguruma 6.9.2
  • bugfixes
grok_exporter -

Published by fstab over 5 years ago

Bugfix release

  • fix memory leak in gsub regular expression matching
  • fix infinite loop for regular expressions replacing empty strings with gsub
grok_exporter -

Published by fstab over 6 years ago

  • make metrics path configurable #34
  • fix bug with optional labels #33
  • fix freebsd i386 compile error
grok_exporter -

Published by fstab over 6 years ago

fail_on_missing_logfile configuration / experimental linux-arm64v8 release

grok_exporter -

Published by fstab almost 7 years ago

retention, RHEL6 compatibility

grok_exporter -

Published by fstab about 7 years ago

  • Polling file tailer as workaround for #17
  • delete_match and delete_labels config options
grok_exporter -

Published by fstab over 7 years ago

better support for Go templates

grok_exporter -

Published by fstab almost 8 years ago

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

grok_exporter -

Published by fstab almost 8 years ago

host option in server config to restrict server to localhost

grok_exporter -

Published by fstab about 8 years ago

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

grok_exporter - v0.1.2

Published by fstab about 8 years ago

dependency clean-up

grok_exporter - v0.1.1

Published by fstab about 8 years ago

go1.7

grok_exporter -

Published by fstab about 8 years ago

First Beta Release.

grok_exporter - v0.0.3

Published by fstab over 8 years ago

More stable tailer implementation reading lines from logfiles.

grok_exporter -

Published by fstab over 8 years ago

Removed runtime dependency on libonig

Package Rankings
Top 3.05% on Proxy.golang.org
Badges
Extracted from project README
Coverage Status