Hi team, I am new to ceph and I am looking to monitor the user/bucket usage for ceph. As per the following link: https://docs.ceph.com/en/latest/radosgw/metrics/ But when I enabled the same using the command: 'ceph config set client.rgw CONFIG_VARIABLE VALUE' I ould only see the following perf schema: ``` "rgw": { "req": { "type": 10, "metric_type": "counter", "value_type": "integer", "description": "Requests", "nick": "", "priority": 5, "units": "none" }, "failed_req": { "type": 10, "metric_type": "counter", "value_type": "integer", "description": "Aborted requests", "nick": "", "priority": 5, "units": "none" xxxxxxxxxxxxxxxxxxxSNIPxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ``` But as per the link we should have also gotten the following metrices: ``` "rgw_op": [ { "labels": {}, "counters": { "put_obj_ops": 2, "put_obj_bytes": 5327, "put_obj_lat": { "avgcount": 2, "sum": 2.818064835, "avgtime": 1.409032417 }, "get_obj_ops": 5, "get_obj_bytes": 5325, "get_obj_lat": { "avgcount": 2, "sum": 0.003000069, "avgtime": 0.001500034 }, ... "list_buckets_ops": 1, "list_buckets_lat": { "avgcount": 1, "sum": 0.002300000, "avgtime": 0.002300000 } } }, ] ``` But as per the following links: https://github.com/ceph/ceph/blob/v19.0.0/src/rgw/rgw_perf_counters.cc https://github.com/ceph/ceph/blob/v18.2.2/src/rgw/rgw_perf_counters.cc I don't think this feature is currently supported could anyone please help me with this? Ceph-version being used by us - 18.2.0(reef)/18.2.2 Thanks and Regards, Kushagra Gupta _______________________________________________ ceph-users mailing list -- ceph-users@xxxxxxx To unsubscribe send an email to ceph-users-leave@xxxxxxx