You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by Hong Jeon <hj...@cornell.edu> on 2015/07/21 15:23:49 UTC

Getting Metrics from MetricsConsumer

Hi,

Is there any way for the MetricsConsumer to send Metrics about itself to
itself?
Basically, I want to be able to track the % thread usage for a
MetricsConsumer task so that I can figure out if I need to increase
parallelism etc. I tried registering a Metric in the MetricConsumer's
prepare method, but the MetricsConsumer does not seem to be receiving it.

Any thoughts on this would be appreciated. Thanks.

Best,
Hong