Hi, We want to use Telegraf ( https://github.com/influxdata/telegraf/tree/master/plugins) for getting storm's metrics.
But we do not want to add a HttpForwardingMetricsServer just to get the metrics and send them to telegraf. Other option is to use Jolokia (https://jolokia.org/) that can read JMX and write into telegraf. Does storm report all its metrics (including those of custom spouts/bolts) into JMX? Or spawning a HttpForwardingMetricsServer is the only option? Thanks SG
