The docs are part of the code base. This one is at https://github.com/apache/storm/blob/master/docs/metrics_v2.md
So you could put up a pull request there if you like, but since these are docs for an existing release it is a bit more complex to fix. If you want to put up the pull request feel free to, if not I can try to fix it. Thanks for finding this, Bobby On Thu, May 24, 2018 at 8:29 AM Alessio Pagliari <[email protected]> wrote: > 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): > > > > - 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 > ) > > 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 > > >
