REST APIs for 0.9.6 and 0.10.0 are documented in https://github.com/apache/storm/blob/v0.9.6/STORM-UI-REST-API.md and https://github.com/apache/storm/blob/v0.10.0/STORM-UI-REST-API.md respectively. The REST API is also available in earlier versions (at least since 0.9.3, not sure about earlier ones).
2016-01-13 21:06 GMT+03:00 Prajwal Tuladhar <[email protected]>: > 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 >
