Danijel, Thanks, this was tremendously helpful in getting these metrics out.
It would be great if this project were listed on: https://github.com/nathanmarz/storm/wiki/Metrics. /cc Nathan Cheers, Mike On Sun, Feb 16, 2014 at 5:57 PM, Danijel Schiavuzzi <[email protected]>wrote: > Hi, > > You can have a look at the storm-metrics-statsd project on GitHub. > > Danijel > > > On Sunday, February 16, 2014, Mike Heffner <[email protected]> wrote: > >> 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. >> >> > > -- > Danijel Schiavuzzi > > E: [email protected] > W: www.schiavuzzi.com > T: +385989035562 > Skype: danijels7 > -- Mike Heffner <[email protected]> Librato, Inc.
