8000 Release ostent 0.7.0 · ostrost/ostent · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ostent 0.7.0

Latest
Compare
Choose a tag to compare
@ostness ostness released this 19 Sep 12:49
· 42 commits to master since this release

This is a reboot of sorts. This release cuts old and clumsy flags & parameters to include a solid base for metrics collection and reporting interoperability. These are the highlights:

  • Consistent display: client can specify listing bounds though (not delays).
  • The default collection interval can be set by new --interval flag or
    in a config file as agent.interval, reporting interval as
    agent.flush_interval.
  • Each "input" (a specific metrics collection) can have different interval.
  • Configuration file for all the "inputs", "outputs" and generic options.
    The file is not required for defaults and can be concise with omitted settings
    being defaults.
  • Some "input" plugins may be deemed intrinsically slow or of no interest,
    these can be configured to have longer interval or disabled completely.
  • "output" plugins for each supported outputs: InfluxDB, Graphite, Librato.
0