smengcl commented on code in PR #8587:
URL: https://github.com/apache/ozone/pull/8587#discussion_r2377921241


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/BucketUtilizationMetrics.java:
##########
@@ -98,8 +99,9 @@ public void unRegister() {
   enum BucketMetricsInfo implements MetricsInfo {
     VolumeName("Volume Metrics."),
     BucketName("Bucket Metrics."),
-    BucketUsedBytes("Bytes used by bucket."),
-    BucketQuotaBytes("Bucket quote in bytes."),
+    BucketUsedBytes("Bytes used by bucket in AOS."),
+    BucketQuotaBytes("Bucket quote in bytes"),
+    BucketSnapshotUsedBytes("Bucket quota bytes used in Snapshot"),

Review Comment:
   ```suggestion
       BucketSnapshotUsedBytes("Bucket quota bytes held in snapshots"),
   ```



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