You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by sr...@apache.org on 2019/05/30 20:13:21 UTC

[storm] branch 1.x-branch updated: Fix class name of CsvStormReporter

This is an automated email from the ASF dual-hosted git repository.

srdo pushed a commit to branch 1.x-branch
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/1.x-branch by this push:
     new 5b01c78  Fix class name of CsvStormReporter
5b01c78 is described below

commit 5b01c78d053b2b8e2b7e6a4a8acd4c822924bbf9
Author: Manuel Dossinger <ma...@manuel-hoffmann.info>
AuthorDate: Fri May 17 14:44:13 2019 +0200

    Fix class name of CsvStormReporter
---
 docs/metrics_v2.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/metrics_v2.md b/docs/metrics_v2.md
index 8c7653f..ac2bfa7 100644
--- a/docs/metrics_v2.md
+++ b/docs/metrics_v2.md
@@ -76,7 +76,7 @@ public class TupleCountingBolt extends BaseRichBolt {
  
   * Console Reporter (`org.apache.storm.metrics2.reporters.ConsoleStormReporter`):
     Reports metrics to `System.out`.
-  * CSV Reporter (`org.apache.storm.metrics2.reporters.CsvReporter`):
+  * CSV Reporter (`org.apache.storm.metrics2.reporters.CsvStormReporter`):
     Reports metrics to a CSV file.
   * Graphite Reporter (`org.apache.storm.metrics2.reporters.GraphiteStormReporter`):
     Reports metrics to a [Graphite](https://graphiteapp.org) server.