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 MetricRegistryConfiguration class has been introduced. This class
encapsulates all
required information to create a MetricRegistry object. Furthermore, it
encapsulates the
configuration parsing logic by offering a static method fromConfiguration,
which constructs
a MetricRegistryConfiguration object from a Configuration.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tillrohrmann/flink metricRegistryConfig
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/2555.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2555
----
commit 8e722cfa9b9301e4cb49ccc41a334d684ff2eb1f
Author: Till Rohrmann <[email protected]>
Date: 2016-09-26T14:49:23Z
[FLINK-4695] Introduce MetricRegistryConfiguration to encapsulate
MetricRegistry parameters
In order to decouple the MetricRegistry object instantiation from the
global configuration
the MetricRegistryConfiguration class has been introduced. This class
encapsulates all
required information to create a MetricRegistry object. Furthermore, it
encapsulates the
configuration parsing logic by offering a static method fromConfiguration,
which constructs
a MetricRegistryConfiguration object from a Configuration.
----
---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---