Hello, While trying the new Metrics2 in Storm 1.2.1, I noticed an error in the online documentation (http://storm.apache.org/releases/1.2.1/metrics_v2.html <http://storm.apache.org/releases/1.2.1/metrics_v2.html>):
> > CSV Reporter (org.apache.storm.metrics2.reporters.CsvReporter): Reports > metrics to a CSV file. > The csv reporter class is not org.apache.storm.metrics2.reporters.CsvReporter but it should be org.apache.storm.metrics2.reporters.CsvStormReporter (https://storm.apache.org/releases/1.2.1/javadocs/org/apache/storm/metrics2/reporters/CsvStormReporter.html <https://storm.apache.org/releases/1.2.1/javadocs/org/apache/storm/metrics2/reporters/CsvStormReporter.html>) I don’t know how to edit it so I just followed the hint in the documentation itself and sent an email here. Thank you, Alessio
