kerneltime commented on code in PR #7986:
URL: https://github.com/apache/ozone/pull/7986#discussion_r1975842437


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OMPerformanceMetrics.java:
##########
@@ -151,6 +152,15 @@ public static void unregister() {
   @Metric(about = "ACLs check in getObjectTagging")
   private MutableRate getObjectTaggingAclCheckLatencyNs;
 
+  @Metric("Latency of DirectoryDeletingService")
+  private MutableGaugeLong latencyDirectoryDeletingService;
+
+  @Metric("Latency of KeyDeletingService")
+  private MutableGaugeLong latencyKeyDeletingService;
+
+  @Metric("Latency of OpenKeyCleanupService")
+  private MutableGaugeLong latencyOpenKeyCleanupService;
+

Review Comment:
   please add a documentation line describing the metric.



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