[ 
https://issues.apache.org/jira/browse/FLINK-4246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15389525#comment-15389525
 ] 

ASF GitHub Bot commented on FLINK-4246:
---------------------------------------

Github user zentol commented on a diff in the pull request:

    https://github.com/apache/flink/pull/2285#discussion_r71881023
  
    --- Diff: docs/apis/metrics.md ---
    @@ -227,14 +227,25 @@ or by assigning unique names to jobs and operators.
     
     ## Reporter
     
    -Metrics can be exposed to an external system by configuring a reporter in 
`conf/flink-conf.yaml`.
    -
    -- `metrics.reporter.class`: The class of the reporter to use.
    -  - Example: org.apache.flink.metrics.reporter.JMXReporter
    -- `metrics.reporter.arguments`: A list of named parameters that are passed 
to the reporter.
    -  - Example: --host localhost --port 9010
    -- `metrics.reporter.interval`: The interval between reports.
    -  - Example: 10 SECONDS
    +Metrics can be exposed to an external system by configuring a one or 
several reporters in `conf/flink-conf.yaml`.
    +
    +- `metrics.reporters`: The list of named reporters, i.e. "foo,bar".
    --- End diff --
    
    since we have an example configuration just below we can omit the example 
here.


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

Reply via email to