Parse statsd lines with multiple metric bits

closes #354
This commit is contained in:
Daniel Malon
2015-11-08 10:19:00 +00:00
committed by Cameron Sparr
parent 3761f00062
commit 5c051eb801
4 changed files with 238 additions and 83 deletions

View File

@@ -29,6 +29,7 @@ same type can be specified, like this:
- [#375](https://github.com/influxdb/telegraf/pull/375): kafka_consumer service plugin.
- [#392](https://github.com/influxdb/telegraf/pull/392): Procstat plugin can now accept pgrep -f pattern, thanks @ecarreras!
- [#383](https://github.com/influxdb/telegraf/pull/383): Specify plugins as a list.
- [#354](https://github.com/influxdb/telegraf/pull/354): Add ability to specify multiple metrics in one statsd line. Thanks @MerlinDMC!
### Bugfixes
- [#371](https://github.com/influxdb/telegraf/issues/371): Kafka consumer plugin not functioning.