Changelog update, field and name drop and pass params

This commit is contained in:
Cameron Sparr 2016-02-23 15:47:31 -07:00 committed by Michele Fadda
parent d8c0668fd8
commit c8ff491a40
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
## v0.10.4 [unreleased] ## v0.10.4 [unreleased]
### Release Notes
- The pass/drop parameters have been renamed to fielddrop/fieldpass parameters,
to more accurately indicate their purpose.
- There are also now namedrop/namepass parameters for passing/dropping based
on the metric _name_.
### Features ### Features
- [#727](https://github.com/influxdata/telegraf/pull/727): riak input, thanks @jcoene! - [#727](https://github.com/influxdata/telegraf/pull/727): riak input, thanks @jcoene!
- [#694](https://github.com/influxdata/telegraf/pull/694): DNS Query input, thanks @mjasion! - [#694](https://github.com/influxdata/telegraf/pull/694): DNS Query input, thanks @mjasion!