Re: Understanding metrics.log

2014-04-23 Thread Danijel Schiavuzzi
That's because the metrics consumer you implemented runs on the cluster as an actual Storm bolt itself, consuming the metrics from the metrics stream. If you enable the Show System Stats option in Storm UI, you'll see your metrics bolt running on the cluster. Danijel Schiavuzzi www.schiavuzzi.com

Understanding metrics.log

2014-04-22 Thread P Ghosh
I added metrics to my storm implementation by implementing IMetric. It is working and can see the metrics log populated with all stats. I've a 3 node (3 worker) and 1 nimbus/zookeeper in Development. On WORKER1's Metrics Log I can see , some metrics with reference to WORKER2 and WORKER3. For