Hi, Does anyone have examples of consuming the Storm metrics channel (IMetricsConsumer) and sending that data to external monitoring or visualization systems? If someone had an example that forwarded those metrics to statsd I'd be really interested.
I've taken a look at the LoggingMetricsConsumer, but that appears to just rely on the toString() method to convert metrics to log format. Unfortunately that doesn't really demonstrate how to enumerate the individual metrics (e.g. the multiple keys in a MultiCountMetric) in order to ship them as individual time-series name,value pairs. I'll probably just jump into the code this week to figure it out, but if someone has some examples it would really save me some time. Thanks! Mike -- Mike Heffner <[email protected]> Librato, Inc.
