ashishkumar50 commented on code in PR #8656:
URL: https://github.com/apache/ozone/pull/8656#discussion_r2161140203


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/DeletingServiceMetrics.java:
##########
@@ -38,7 +38,7 @@ public final class DeletingServiceMetrics {
   /*
    * Total directory deletion metrics across all iterations of 
DirectoryDeletingService since last restart.
    */
-  @Metric("Total no. of deleted directories sent for purge")
+  @Metric("Total no. of directories deleted")

Review Comment:
   `Total no. of deleted directories sent for purge` looks correct?



##########
hadoop-ozone/dist/src/main/compose/common/grafana/dashboards/Ozone - DeleteKey 
Metrics.json:
##########
@@ -1549,7 +1549,7 @@
               "useBackend": false
             }
           ],
-          "title": "PurgeRequests: Keys",
+          "title": "PurgeRequests: Keys Purged",

Review Comment:
   PurgeRequests: No. of keys purged



##########
hadoop-ozone/dist/src/main/compose/common/grafana/dashboards/Ozone - DeleteKey 
Metrics.json:
##########
@@ -1171,7 +1171,7 @@
               "useBackend": false
             }
           ],
-          "title": "KeyDeletingService: Keys sent for purge",
+          "title": "KeyDeletingService: Keys purged from OM",

Review Comment:
   "KeyDeletingService: No. of keys to be purged"



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