public class DecoderUtil
extends Object
Do the actual decoding of the syslog line.
The expected payload format is
in the form "type=metric thread.count=5 thread.active=2 heap.permgen.size=25000000"
Also supports statsd key=value|type format
TODO Needs to support more formats.
- Author:
- Heiko W. Rupp