You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2019/12/06 14:38:00 UTC

[jira] [Created] (FLINK-15110) Support exclusions for variables

Chesnay Schepler created FLINK-15110:
----------------------------------------

             Summary: Support exclusions for variables
                 Key: FLINK-15110
                 URL: https://issues.apache.org/jira/browse/FLINK-15110
             Project: Flink
          Issue Type: New Feature
          Components: Runtime / Metrics
            Reporter: Chesnay Schepler
            Assignee: Chesnay Schepler
             Fix For: 1.10.0


Tag-based reporters export all variables associated with a metric.
This behavior isn't configurable in any way, but may impact performance and stability. (see FLINK-13418)

I propose to add a new configuration option {{metrics.reporter.<name>.scope.variables.excludes}} that includes a list of variables that should be excluded from the return value of {{MetricGroup#getAllVariables()}}.

This will implicitly cause all tag-based reporter from excluding these variables completely. In the future we can additionally look into separate options for controlling whether a variable should be exposed as indexed tags or not, if the backend supports this distinction.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)