Allow procstat plugin to handle multiple PIDs from pgrep

Closes #248
This commit is contained in:
Cameron Sparr
2015-10-07 12:31:49 -06:00
parent 795ea49093
commit 9221f93be9
5 changed files with 116 additions and 55 deletions

View File

@@ -13,6 +13,7 @@
- Memory plugin: cached and buffered measurements re-added
- Logging: additional logging for each collection interval, track the number
of metrics collected and from how many plugins.
- [#240](https://github.com/influxdb/telegraf/pull/240): procstat plugin, thanks @ranjib!
### Bugfixes
- [#228](https://github.com/influxdb/telegraf/pull/228): New version of package will replace old one. Thanks @ekini!