Use rfc3339 timestamps in telegraf log output

closes #1564

also add unit and benchmark tests
This commit is contained in:
Cameron Sparr
2016-10-11 13:06:17 +01:00
parent 7a9fef80f5
commit 47de43abf3
3 changed files with 68 additions and 2 deletions

View File

@@ -4,6 +4,8 @@
### Features
- [#1564](https://github.com/influxdata/telegraf/issues/1564): Use RFC3339 timestamps in log output.
### Bugfixes
- [#1949](https://github.com/influxdata/telegraf/issues/1949): Fix windows `net` plugin.