GitHub user aljoscha opened a pull request:

    https://github.com/apache/flink/pull/2285

    [FLINK-4246] Allow Specifying Multiple Metrics Reporters

    This also updates documentation and tests.
    
    Reporters can now be specified like this:
    
    metrics.reporters: foo,bar
    
    metrics.reporter.foo.class: JMXReporter.class
    metrics.reporter.foo.port: 10
    
    metrics.reporter.bar.class: GangliaReporter.class
    metrics.reporter.bar.port: 11
    metrics.reporter.bar.interval: 10 SECONDS
    metrics.reporter.bar.something: 42
    
    R: @StephanEwen and @zentol for review

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

    $ git pull https://github.com/aljoscha/flink metrics-multiple-reporters

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

    https://github.com/apache/flink/pull/2285.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 #2285
    
----
commit 2d3fda9b20b72b2539e7f52889997b227096fc79
Author: Aljoscha Krettek <[email protected]>
Date:   2016-07-22T13:25:01Z

    [FLINK-4246] Allow Specifying Multiple Metrics Reporters
    
    This also updates documentation and tests.
    
    Reporters can now be specified like this:
    
    metrics.reporters: foo,bar
    
    metrics.reporter.foo.class: JMXReporter.class
    metrics.reporter.foo.port: 10
    
    metrics.reporter.bar.class: GangliaReporter.class
    metrics.reporter.bar.port: 11
    metrics.reporter.bar.something: 42

----


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