GitHub user HeartSaVioR opened a pull request:
https://github.com/apache/storm/pull/1460
STORM-1723 Introduce ClusterMetricsConsumer
Pull request for 1.x is here: #1352
* ClusterMetricsConsumer publishes cluster-side related metrics into
consumers
* like MetricsConsumer for topology metrics
* Users can implement IClusterMetricsConsumer and configure to cluster
conf. file to take effect
* Please refer conf/storm.yaml.example for more details on configuring
* Nimbus should be launched with additional jars which are needed for
IClusterMetricsConsumer
* Also did some refactor to nimbus.clj
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HeartSaVioR/storm STORM-1723
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/1460.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 #1460
----
commit fab6dfa476d6fae5be61471cdac1c87fc2e5220f
Author: Jungtaek Lim <[email protected]>
Date: 2016-06-03T04:28:49Z
STORM-1723 Introduce ClusterMetricsConsumer
* ClusterMetricsConsumer publishes cluster-side related metrics into
consumers
* like MetricsConsumer for topology metrics
* Users can implement IClusterMetricsConsumer and configure to cluster
conf. file to take effect
* Please refer conf/storm.yaml.example for more details on configuring
* Nimbus should be launched with additional jars which are needed for
IClusterMetricsConsumer
* Also did some refactor to nimbus.clj
----
---
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.
---