[
https://issues.apache.org/jira/browse/STORM-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15132628#comment-15132628
]
ASF GitHub Bot commented on STORM-1524:
---------------------------------------
Github user revans2 commented on the pull request:
https://github.com/apache/storm/pull/1075#issuecomment-179954132
Travis is getting a compile error.
```
Exception in thread "main" java.lang.ClassNotFoundException:
org.apache.storm.statistics.reporters.PreparableReporter,
compiling:(common.clj:16:1)
at clojure.lang.Compiler$InvokeExpr.eval(Compiler.java:3628)
```
> Make Storm daemon function statistics reporter pluggable
> --------------------------------------------------------
>
> Key: STORM-1524
> URL: https://issues.apache.org/jira/browse/STORM-1524
> Project: Apache Storm
> Issue Type: New Feature
> Components: storm-core
> Affects Versions: 0.10.0, 1.0.0, 0.10.1
> Reporter: Kishor Patil
> Assignee: Kishor Patil
>
> We use codahale, metrics-clojure to gather daemon side stats, but currently
> the we have only three reporters available which use builder pattern. So it
> would be useful to have ability to plugin different reporters that can use
> configuration instead of builder pattern.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)