Github user zentol commented on the issue:
https://github.com/apache/flink/pull/2285
The usage of the `DelagatingConfiguration` poses a few problems in regards
to #2226. After that PR reporters will no longer work on a `Configuration` but
instead a `MetricConfig` object that extends `Properties`. For this to work
certain key have to be extracted from the `Configuration` and passes into the
`MetricConfig`. Naturally, for this to work you must know the names of all keys
required. This doesn't work for arbitrary user-defined settings though. We have
to revert back to a `metrics.reporter.<name>.arguments` property.
---
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.
---