Skip to content

v3.0

Compare
Choose a tag to compare
@grobian grobian released this 24 Apr 19:20
· 549 commits to master since this release
98424a5

3.0 (2017-04-07)

Notes

  • Parsing of the configuration file has changed implementation in this
    version. Should you find problems with configurations that worked
    fine before, please report the problem.
  • The use of send statistics to is now deprecated, use the new
    statistics send to instead.
  • The use of statistics controlling flags -S sending interval and -m
    summary mode, are now deprecated because they can be set in the
    configuration.

New Features

  • collector statistics now can be controlled via the configuration
    file using the new statistics clause. This overrides some command
    line flags, and adds some new posibilities.
  • router the rewrite rule got a new replacement mode: \. This
    mode replaces all dots with underscores in the matched group. A
    combination with upper/lowercasing is possible, e.g. \_..
  • collector one can now set the internal statistics prefix
    Issue #25
    Issue #113
    Issue #249.

Bugfixes

  • Issue #249
    send statistics changes metric prefix from dots into underscores