add bcache plugin

Closes #286
This commit is contained in:
Roman Statsevich
2015-10-19 20:38:16 +03:00
committed by Cameron Sparr
parent c26ce9c4fe
commit 499b5befd6
6 changed files with 389 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ of metrics collected and from how many plugins.
- [#273](https://github.com/influxdb/telegraf/pull/273): puppet agent plugin, thats @jrxFive!
- [#280](https://github.com/influxdb/telegraf/issues/280): Use InfluxDB client v2.
- [#281](https://github.com/influxdb/telegraf/issues/281): Eliminate need to deep copy Batch Points.
- [#286](https://github.com/influxdb/telegraf/issues/286): bcache plugin, thanks @cornerot!
### Bugfixes
- [#228](https://github.com/influxdb/telegraf/pull/228): New version of package will replace old one. Thanks @ekini!