Hi,
On 31 Jan 2025, at 17:25, Preisler, Patrick <Patrick.Preisler@epg.com> wrote:
we would like to have a detailed usage report for our S3 Buckets. I already installed this rgw exporter https://github.com/blemmenes/radosgw_usage_exporter and it does provide useful information about the buckets and the amount of objects etc. However we have configured different storage-classes in our placement-targets and we would like to know how much data inside each bucket is placed in the STANDARD or STANDARD_IA Storage Class. Is there an exporter that does provide this data?
The storage_class for user was implemented in exporter [1] The usage stats per storage_class isn't implemented in Ceph [2] Also, beware using compression in non-STANDARD storage_class with LC. It's also not working as expected [3] Good luck, k [1] https://github.com/blemmenes/radosgw_usage_exporter/pull/29/files#diff-7123b... [2] https://tracker.ceph.com/issues/54972 [3] https://tracker.ceph.com/issues/50974