XComp commented on code in PR #19444:
URL: https://github.com/apache/flink/pull/19444#discussion_r853950240


##########
flink-runtime/src/main/java/org/apache/flink/runtime/metrics/ReporterSetup.java:
##########
@@ -375,6 +377,15 @@ private static Optional<MetricReporter> loadReporter(
         }
 
         if (reporterClassName != null) {
+            LOG.warn(
+                    "The reporter configuration of '{}' configures the 
reporter class, which is a deprecated approach to configure reporters'."

Review Comment:
   ```suggestion
                       "The reporter configuration of '{}' configures the 
reporter class, which is a deprecated approach to configure reporters."
   ```



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to