voonhous commented on code in PR #17655:
URL: https://github.com/apache/hudi/pull/17655#discussion_r2671563394


##########
hudi-common/src/main/java/org/apache/hudi/metrics/m3/M3MetricsReporter.java:
##########
@@ -55,7 +54,7 @@ public M3MetricsReporter(HoodieMetricsConfig metricsConfig, 
MetricRegistry regis
     tagBuilder.put("service", metricsConfig.getM3Service());
     tagBuilder.put("env", metricsConfig.getM3Env());
     this.tags = tagBuilder.build();
-    LOG.info(String.format("Building M3 Reporter with M3 tags mapping: %s", 
tags));
+    log.info(String.format("Building M3 Reporter with M3 tags mapping: %s", 
tags));

Review Comment:
   Done



##########
hudi-common/src/main/java/org/apache/hudi/metrics/m3/M3MetricsReporter.java:
##########
@@ -107,7 +106,7 @@ public void report() {
         scopeReporter.report();
         scopeReporter.stop();
       } catch (Exception e) {
-        LOG.error(String.format("Error reporting metrics to M3: %s", e));
+        log.error(String.format("Error reporting metrics to M3: %s", e));

Review Comment:
   Done



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