zentol commented on a change in pull request #10466: [FLINK-15110][metrics] Support variable exclusion URL: https://github.com/apache/flink/pull/10466#discussion_r355145267
########## File path: docs/monitoring/metrics.md ########## @@ -563,6 +563,7 @@ reporters will be instantiated on each job and task manager when they are starte - `metrics.reporter.<name>.factory.class`: The reporter factory class to use for the reporter named `<name>`. - `metrics.reporter.<name>.interval`: The reporter interval to use for the reporter named `<name>`. - `metrics.reporter.<name>.scope.delimiter`: The delimiter to use for the identifier (default value use `metrics.scope.delimiter`) for the reporter named `<name>`. +- `metrics.reporter.<name>.scope.variables.excludes`: (optional) A semi-colon (;) separate list of variables that should be ignored by tag-based reporters. Review comment: Not a fain of `excluded`, but that may very well be since I'm used to `excludes` from maven. I'll add an example. ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
