GitHub user kishorvpatil opened a pull request:
https://github.com/apache/storm/pull/1075
[STORM-1524] Add Pluggable daemon statistics - Metrics Reporters
- This patch adds configuration -
`storm.statistics.preparable.reporter.plugin` a list of plugins that implement
`PreparableReporter` interface.
- This defaults to `JmxPreparableReporter` ( i.e. current behavior)
- Implementation for `CsvPreparableReporter`, `JmxPreparableReporter` and
`ConsolePreparableReporter`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kishorvpatil/incubator-storm storm1524
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/1075.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1075
----
commit 46ef55890cebf22807e0dc293fb665ba85caeabf
Author: Kishor Patil <[email protected]>
Date: 2016-02-03T16:49:56Z
Create stats plugin for JMX
Add config for stats reporter plugin and use it
Use Regular Map instead of Config in interface
Adding log entries for statiscs plugin actions.
commit d86b99b56902d5c9eae1aaeed369bf3f7e611853
Author: Kishor Patil <[email protected]>
Date: 2016-02-03T19:47:09Z
Adding Cvs and Console statistics reporter plugins
Make statistics reporter plugins a list.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---