nsivabalan commented on code in PR #10635:
URL: https://github.com/apache/hudi/pull/10635#discussion_r1559285636


##########
hudi-common/src/main/java/org/apache/hudi/metrics/Metrics.java:
##########
@@ -166,6 +169,17 @@ public void registerGauge(String metricName, final long 
value) {
     }
   }
 
+  public HoodieGauge<Long> registerGauge(String metricName) {
+    try {

Review Comment:
   lets address this minor comment and we are good to land



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to