taherk77 commented on a change in pull request #876: [HUDI-62] Index Lookup 
Timer added to HoodieWriteClient
URL: https://github.com/apache/incubator-hudi/pull/876#discussion_r321816062
 
 

 ##########
 File path: hudi-client/src/main/java/org/apache/hudi/metrics/HoodieMetrics.java
 ##########
 @@ -59,6 +61,7 @@ public HoodieMetrics(HoodieWriteConfig config, String 
tableName) {
       this.deltaCommitTimerName = getMetricsName("timer", 
HoodieTimeline.DELTA_COMMIT_ACTION);
       this.finalizeTimerName = getMetricsName("timer", "finalize");
       this.compactionTimerName = getMetricsName("timer", 
HoodieTimeline.COMPACTION_ACTION);
+      this.indexLookupTimerName = getMetricsName("timer", "indexLookupTimer");
 
 Review comment:
   Sure

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to