ostent v0.7.0 Release Notes
Release Date: 2016-09-19 // almost 8 years ago-
๐ 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).
- 0๏ธโฃ The default collection interval can be set by new
--interval
flag or
in a config file asagent.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.
0๏ธโฃ The file is not required for defaults and can be concise with omitted settings
0๏ธโฃ 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.
Previous changes from v0.6.2
-
๐ This is minor release featuring updated dependencies including Go 1.7 runtime and latest React.
Other notable changes:
- ๐ New
--log-requests
flag enables printing full access log to stdout.
๐ It defaults totrue
in dev mode,false
in release binaries.
๐จ Old behaviour was to print just the first request from a particular IP.
๐จ So now it's to print either all the requests or none. - ๐ฒ The access log changed into regular (apache) common access format
without extra fields like predefined message and duration.
- ๐ New