Currently I use datadog (not free) plus the following tools: https://github.com/DataDog/integrations-extras/pull/55 - Storm cluster metrics integration for Datadog. https://github.com/platinummonkey/storm-metrics-statsd - Storm metric reporter that can be configured to report to the local Datadog statsd agent
There is some overlap with those tools, but gives a pretty good coverage of all the metrics available at the cluster/topology/worker level + custom topology metrics. Datadog has several handy visualizations and ability to create dashboards and alerts, though we use it primarily as an operational monitoring solution. Cody From: preethini v <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Wednesday, April 19, 2017 at 3:28 PM To: "[email protected]" <[email protected]> Subject: Visualizing Storm Metrics Hi, Can anyone here suggest the best/easy way to visualize Storm Metrics. I am trying to study the performance (i.e end to end latency, throughput) of my topologies and a good graphical representation for the topological stats available on Storm UI would be very helpful. I came across storm-graphite project. https://github.com/verisign/storm-graphite I am trying to get this working for now. Want to know if there is any other way of generating the graphs easily. Thanks, Preethini
