devabhishekpal commented on code in PR #7517:
URL: https://github.com/apache/ozone/pull/7517#discussion_r1904530247


##########
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/tasks/NSSummaryTask.java:
##########
@@ -112,6 +113,8 @@ public Pair<String, Boolean> process(OMUpdateEventBatch 
events) {
     if (!success) {
       LOG.error("processWithOBS failed.");
     }
+    LOG.debug("{} successfully processed in {} milliseconds",

Review Comment:
   I think for Recon we do not.
   Currently the metrics are only the ones we get are the same ones stored in 
RECON_TASK_STATUS table.
   More implementation is in: 
[ReconTaskStatusMetrics](https://github.com/apache/ozone/blob/ad108c86b11606d49f8ea9b739e40340a2117fe2/hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/metrics/ReconTaskStatusMetrics.java)
   
   It will basically just fetch the values from DB and provide that as metrics.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to