I am creating a monitoring service around my Storm topology and want to be able to get the number of failed tuples in different time windows, just as the Storm interface shows the number of failed tuples in 10 m, 3 hours and 1d.
My monitoring service is currently built on python, so it would be useful if the answer included either a python library or something linguistic agnostic, like going around the CLI or hitting the REST endpoint. I took a look at the CLI Storm, as well as the docs, but still figured out empty-handed about where the Storm UI actually gets information.
EDIT: - Starting a storm version 0.8.2 (unfortunately out of my control), so storm-ui-rest-api (released in version 0.9.2), unfortunately, is not an option until it An attempt was made to update.
source
share