add support for diskio name templates & udev tags

closes #1453
closes #1386
closes #1428
This commit is contained in:
Patrick Hemmer
2016-07-04 18:48:37 -04:00
committed by Cameron Sparr
parent 1d864ebd40
commit 074e6d177c
5 changed files with 261 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ It is highly recommended that all users migrate to the new riemann output plugin
- [#2179](https://github.com/influxdata/telegraf/pull/2179): Added more InnoDB metric to MySQL plugin.
- [#2251](https://github.com/influxdata/telegraf/pull/2251): InfluxDB output: use own client for improved through-put and less allocations.
- [#1900](https://github.com/influxdata/telegraf/pull/1900): Riemann plugin rewrite.
- [#1453](https://github.com/influxdata/telegraf/pull/1453): diskio: add support for name templates and udev tags.
### Bugfixes