You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/12/07 16:07:36 UTC

[GitHub] [flink] Myasuka commented on a change in pull request #10466: [FLINK-15110][metrics] Support variable exclusion

Myasuka commented on a change in pull request #10466: [FLINK-15110][metrics] Support variable exclusion
URL: https://github.com/apache/flink/pull/10466#discussion_r355129261
 
 

 ##########
 File path: flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java
 ##########
 @@ -1226,6 +1226,9 @@
 	/**	The delimiter used to assemble the metric identifier. This is used as a suffix in an actual reporter config. */
 	public static final String METRICS_REPORTER_SCOPE_DELIMITER = "scope.delimiter";
 
+	/** The set of variables that should be excluded. */
+	public static final String METRICS_REPORTER_EXCLUDED_VARIABLES = "scope.variables.excludes";
 
 Review comment:
   The same as above, how about `scope.variables.excluded`?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services