Hello, I was trying to use the built-in Metrics of Storm to calculate average latency for each bolt. I define latency as the difference between the time that a tuple is emitted from a bolt, and the time this tuple was inserted in the Wait Queue of that bolt. Is there any built-in metric to give me this difference? If no, is there any way that I can calculate it?
Thank you, Nick
