Update changelog and readme for package updates

This commit is contained in:
Cameron Sparr
2016-01-08 15:07:44 -07:00
parent 231b5feb23
commit f37f8ac815
2 changed files with 20 additions and 16 deletions

View File

@@ -1,6 +1,8 @@
## v0.3.0 [unreleased]
### Release Notes
- Linux packages have been taken out of `opt`, the binary is now in `/usr/bin`
and configuration files are in `/etc/telegraf`
- **breaking change** `plugins` have been renamed to `inputs`. This was done because
`plugins` is too generic, as there are now also "output plugins", and will likely
be "aggregator plugins" and "filter plugins" in the future. Additionally,
@@ -19,6 +21,12 @@ instead of only `cpu_`
- The prometheus plugin schema has not been changed (measurements have not been
aggregated).
### Packaging change note:
RHEL/CentOS users upgrading from 0.2 to 0.3 will probably have their
configurations overwritten by the upgrade. There is a backup stored at
/etc/telegraf/telegraf.conf.$(date +%s).backup.
### Features
- Plugin measurements aggregated into a single measurement.
- Added ability to specify per-plugin tags