There's
https://github.com/apache/storm/blob/master/docs/documentation/ui-rest-api.md
but don't think it's available for version 0.9.6 or 0.10.0

You can also get topology information by
STORM_UI_HOST:PORT/api/v1/topology/{$topology_name}-{$id}?sys=false. That
API is also used by Storm UI when loading topology information.


On Tue, Jan 12, 2016 at 7:59 PM, anshu shukla <[email protected]>
wrote:

> Is there any way to log the UI metrics (like execute latency) in storm .I
> do not want to have custom logging like  in  -
> https://www.endgame.com/blog/storm-metrics-how
>
> by implementing  backtype.storm.Config.registerMetricsConsumer(..)
>
> *Just log the already avalable values from UI ??*
>
> --
> Thanks & Regards,
> Anshu Shukla
>



-- 
--
Cheers,
Praj

Reply via email to