GitHub user HeartSaVioR opened a pull request:

    https://github.com/apache/storm/pull/1352

    STORM-1723 (1.x) 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
    
    I don't address this for master yet since ui/core.clj is not converted to 
Java but stats.clj is converted to Java. 
    If we want to move some methods in this patch to stats.clj, I'll follow up 
reviews, and start working on crafting patch against master when patch is ready 
to merge.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/HeartSaVioR/storm STORM-1723-1.x-branch

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/1352.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 #1352
    
----
commit 02a6764b766c85a19bb38dc971be8084c88a4508
Author: Jungtaek Lim <[email protected]>
Date:   2016-04-21T11:40:51Z

    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.
---

Reply via email to