+1 vote
in Apache Storm by
How can you monitor topologies?

1 Answer

0 votes
by

The best place to monitor a topology is using the Storm UI. The Storm UI provides information about errors happening in tasks and fine-grained stats on the throughput and latency performance of each component of each running topology.

...