tanvipenumudy commented on code in PR #5529:
URL: https://github.com/apache/ozone/pull/5529#discussion_r1379278586


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OMPerformanceMetrics.java:
##########
@@ -92,6 +92,12 @@ public static void unregister() {
   @Metric(about = "listKeys latency in nanoseconds")
   private MutableRate listKeysLatencyNs;
 
+  @Metric(about = "ACLs check latency in listkeys")

Review Comment:
   ```suggestion
     @Metric(about = "ACLs check latency in listKeys")
   ```



##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OMPerformanceMetrics.java:
##########
@@ -92,6 +92,12 @@ public static void unregister() {
   @Metric(about = "listKeys latency in nanoseconds")
   private MutableRate listKeysLatencyNs;
 
+  @Metric(about = "ACLs check latency in listkeys")
+  private MutableRate listKeysAclCheckLatencyNs;
+
+  @Metric(about = "listKeysResolveBucketLink latency nanoseconds")

Review Comment:
   ```suggestion
     @Metric(about = "resolveBucketLink latency in listKeys")
   ```



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