Skip to content

Releases: mathpl/logmetrics

0.10

22 Mar 14:43
75a6835
Compare
Choose a tag to compare

Rely on the timestamp from the log file in live poll mode.

0.9

20 Oct 08:14
Compare
Choose a tag to compare
0.9

Re-adding the "divide" and "never_stale" transforms.

0.8

10 Aug 14:16
Compare
Choose a tag to compare
0.8

Changes

  • prevent FD leak in init script

0.7

28 Jul 15:22
Compare
Choose a tag to compare
0.7

New feature

  • Support literal string in the tag configuration section allowing to push hardcoded tag values to openTSDB
tags:
[
   first_key_value_tag: 2 # positional, will search regex match group
   string_literal_key_value_tag: "myKeyValueStringLiteral" # string_literal_key_value_tag=myKeyValueStringLiteral
]