Re: LoggingMetricsConsumer

2014-09-26 Thread John Reilly
initially because of serialization issues. >> When I used a Map instead of a serializable class that I created, it worked >> fine. For the packaged LoggingMetricsConsumer there is no config though. >> I think I did run into an issue when trying to configure >> both Logg

Re: LoggingMetricsConsumer

2014-09-26 Thread Raphael Hsieh
that > the config args I was passing initially because of serialization issues. > When I used a Map instead of a serializable class that I created, it worked > fine. For the packaged LoggingMetricsConsumer there is no config though. > I think I did run into an issue when trying to configur

Re: LoggingMetricsConsumer

2014-09-25 Thread John Reilly
. One other issue I ran into when registering a metrics consumer was that the config args I was passing initially because of serialization issues. When I used a Map instead of a serializable class that I created, it worked fine. For the packaged LoggingMetricsConsumer there is no config though. I

LoggingMetricsConsumer

2014-09-25 Thread Raphael Hsieh
Hi, I've been trying to figure out why registerinfg a LoggingMetricsConsumer isn't working for me. I've been able to figure out that it is indeed running, however the "handleDataPoints()" function is never called. Can someone explain to me how this class is used by Stor