[
https://issues.apache.org/jira/browse/FLINK-4246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15389487#comment-15389487
]
ASF GitHub Bot commented on FLINK-4246:
---------------------------------------
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
----
> Allow Specifying Multiple Metrics Reporters
> -------------------------------------------
>
> Key: FLINK-4246
> URL: https://issues.apache.org/jira/browse/FLINK-4246
> Project: Flink
> Issue Type: Improvement
> Components: Metrics
> Affects Versions: 1.1.0
> Reporter: Aljoscha Krettek
> Assignee: Aljoscha Krettek
> Fix For: 1.1.0
>
>
> We should allow specifying multiple reporters. A rough sketch of how the
> configuration should look like is this:
> {code}
> metrics.reporters = foo,bar
> metrics.reporter.foo.class = JMXReporter.class
> metrics.reporter.foo.port = 42-117
> metrics.reporter.bar.class = GangliaReporter.class
> metrics.reporter.bar.port = 512
> metrics.reporter.bar.whatever = 2
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)