Add network protocol stats to the network plugin

This commit is contained in:
Nathaniel Cook
2015-11-19 14:58:21 -07:00
committed by Cameron Sparr
parent bcafadb68a
commit 0d0a8e9b68
3 changed files with 16 additions and 0 deletions

View File

@@ -83,6 +83,7 @@ same type.
- [#364](https://github.com/influxdb/telegraf/pull/364): Support InfluxDB UDP output.
- [#370](https://github.com/influxdb/telegraf/pull/370): Support specifying multiple outputs, as lists.
- [#372](https://github.com/influxdb/telegraf/pull/372): Remove gosigar and update go-dockerclient for FreeBSD support. Thanks @MerlinDMC!
- [#382](https://github.com/influxdb/telegraf/pull/382): Add system wide network protocol stats to `net` plugin.
### Bugfixes
- [#331](https://github.com/influxdb/telegraf/pull/331): Dont overwrite host tag in redis plugin.