Hi, I am creating a monitoring dashboard for our Apache Storm cluster (ver 1.2.2). I want to monitor each bolt 10m capacity, and also to monitor user-defined metrics (Metrics Reporting API V2). I am able to query the Storm UI REST API for getting the capacity, and also able to report the metrics using some ScheduledStormReporter. I was wondering if there is a unified way to get both the bolt capacity and user-defined metrics? Is the Storm UI REST API able to report user-defined metrics? Alternatively, is there an easy way to calculate bolt capacity from the built-in metrics? Thanks! Yuval
