You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2017/11/15 11:50:00 UTC

[jira] [Created] (FLINK-8080) Remove need for "metrics.reporters"

Chesnay Schepler created FLINK-8080:
---------------------------------------

             Summary: Remove need for "metrics.reporters"
                 Key: FLINK-8080
                 URL: https://issues.apache.org/jira/browse/FLINK-8080
             Project: Flink
          Issue Type: Improvement
          Components: Configuration, Metrics
            Reporter: Chesnay Schepler
            Assignee: Chesnay Schepler
            Priority: Trivial
             Fix For: 1.5.0


Currently, in order to use a reporter one must configure something like this:
{code}
metrics.reporters: jmx
metrics.reporter.jmx.class: ...
{code}

It would be neat if users did not have to set {{metrics.reporters}}. We can accomplish this by a scanning the configuration for configuration keys starting with {{metrics.reporter.}} and using the next word as a reporter name.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Re: [jira] [Created] (FLINK-8080) Remove need for "metrics.reporters"

Posted by Hai Zhou <ye...@gmail.com>.
+1 在2017年11月15日 19:50,Chesnay Schepler (JIRA) 写道: Chesnay Schepler created FLINK-8080: ---------------------------------------             Summary: Remove need for "metrics.reporters"                 Key: FLINK-8080                 URL: https://issues.apache.org/jira/browse/FLINK-8080             Project: Flink          Issue Type: Improvement          Components: Configuration, Metrics            Reporter: Chesnay Schepler            Assignee: Chesnay Schepler            Priority: Trivial             Fix For: 1.5.0 Currently, in order to use a reporter one must configure something like this: {code} metrics.reporters: jmx metrics.reporter.jmx.class: ... {code} It would be neat if users did not have to set {{metrics.reporters}}. We can accomplish this by a scanning the configuration for configuration keys starting with {{metrics.reporter.}} and using the next word as a reporter name. -- This message was sent by Atlassian JIRA (v6.4.14#64029)