Skip to content

v0.6.0

Compare
Choose a tag to compare
@flo-at flo-at released this 05 Oct 16:22
· 60 commits to main since this release

It's been quite some time since the last feature release but here it is, and it brings a big new feature: Filters! 馃帀

New features

  • Filters: It's possible to apply filters to the measurement data now. For now there are Average, Peak, and Sum.
    • Check out the documentation about how to use them in your config file!
  • Placeholders stdout and stderr for the ProcessExitStatus check, holding the (truncated and UTF-8 decoded) output of the file descriptors.

There's another change behind the scenes to make this possible. Checks can now set placeholders that don't need to be stored together with the measurement value. This allows to add placeholders for secondary information that does not affect the actual measurement (like the ones mentioned above) in an efficient way.