[GitHub] flink pull request #2555: [FLINK-4695] Introduce MetricRegistryConfiguration...

2016-09-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/2555 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[GitHub] flink pull request #2555: [FLINK-4695] Introduce MetricRegistryConfiguration...

2016-09-27 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2555#discussion_r80695131 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/metrics/MetricRegistryConfiguration.java --- @@ -0,0 +1,168 @@ +/* + * Licensed t

[GitHub] flink pull request #2555: [FLINK-4695] Introduce MetricRegistryConfiguration...

2016-09-27 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/2555#discussion_r80688384 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/metrics/MetricRegistryConfiguration.java --- @@ -0,0 +1,168 @@ +/* + * Licensed to

[GitHub] flink pull request #2555: [FLINK-4695] Introduce MetricRegistryConfiguration...

2016-09-27 Thread tillrohrmann
GitHub user tillrohrmann opened a pull request: https://github.com/apache/flink/pull/2555 [FLINK-4695] Introduce MetricRegistryConfiguration to encapsulate MetricRegistry parameters In order to decouple the MetricRegistry object instantiation from the global configuration the M