You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by Indranil Roy <in...@gmail.com> on 2021/12/10 19:46:52 UTC

Storm Prometheus Integration

Hi folks,

Does anyone have any experience of integrating Storm 1.2.x  metrics with
Prometheus ? Storm JMX Exporter seems like an option which could possibly
be coupled with Prometheus JMX Exporter
<https://github.com/prometheus/jmx_exporter>.

I have also come across the implementation below which seems to fit the
requirement but needs a pushgateway
<https://github.com/prometheus/pushgateway>.
https://github.com/wizenoze/storm-metrics-reporter-prometheus

Is there a way the pull mechanism of prometheus can still be utilized ?

Thanks and Regards,

Indranil Roy