agresch opened a new pull request #3350:
URL: https://github.com/apache/storm/pull/3350


   ## What is the purpose of the change
   
   Add RateCounter class to have a metric with a count and one minute rate 
without the performance impact of a Meter.  The code is based on Flink's 
MeterView, which updates the rate in a background thread.  Switch TaskMetrics 
to use this to report the rate.
   
   ## How was the change tested
   
   Ran word count topology and validated metric was reported and looked valid.  
Ran storm-client unit tests.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to