pasting here for posterity
16:37:19 < Dieterbe> _ztm: hey
16:37:27 < _ztm> hi!
16:38:10 < _ztm> Dieterbe: i was just curious if a statsdaemon-compatible UDP proxy existed?
16:38:19 < _ztm> like the one statsd has
16:51:39 < _ztm> Dieterbe?
16:52:53 < Dieterbe> you could just use the same one, _ztm
16:53:11 < _ztm> Dieterbe, i was under the impression that the wire format was different?
16:55:05 < Dieterbe> statsdaemon supports interpreting the metric keys and acting differently for metrics2.0 metrics, but the input format of
the packets is the same
17:04:15 < _ztm> Dieterbe: i see. kind of confused then between statsd name:value|type and the space-separated version in
metrics20.org/spec17:04:25 < _ztm> tags meta_tags value timestamp
17:06:46 < _ztm> oh, or i guess that's the format that gets sent to graphite
17:07:21 < Dieterbe> yep
17:15:59 < _ztm> oh ok. thanks!