Hi Team , In our project we have a requirement to implement Prometheus monitoring for our storm (Version -1.2.4) application and as part of implementation we 1st try to enable default metrics(v2) like ConsoleStormReporter and GraphiteStormReporter in strom.yaml ( following New Metrics Reporting API ( apache.org) ), but it didn't work, do we need to do any other configuration changes then what we did in storm.yaml file. In nimbus and supervisor logs I can only see the JmxPreparableReporter class instantiated but not the others that I have configured .
*2021-12-23 12:21:59.717 o.a.s.d.m.MetricsUtils main [INFO] Using statistics reporter plugin:org.apache.storm.daemon.metrics.reporters.JmxPreparableReporter2021-12-23 12:21:59.728 o.a.s.d.common main [INFO] Started statistics report plugin...--* Regards Soumen Choudhury mail to : [email protected]
