]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: s3 DeleteObjects api increments delete op counters 69583/head
authorCasey Bodley <cbodley@redhat.com>
Thu, 18 Jun 2026 15:29:39 +0000 (11:29 -0400)
committerCasey Bodley <cbodley@redhat.com>
Thu, 25 Jun 2026 14:35:22 +0000 (10:35 -0400)
commit05a3cbde216248d37559403f54736b6b8f69f806
treee564d51d4ac50b4659ba2c9e71d1f8114b5fbc1f
parent6e552527fc9c47f8a94e1e38d4035837b79b13ee
rgw: s3 DeleteObjects api increments delete op counters

rgw tracks perf counters for delete ops, but they didn't cover the
multi-delete api. each call to `handle_individual_object()` now
emits the same metrics as a call to the s3 DeleteObject api

Fixes: https://tracker.ceph.com/issues/77505
Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_op.cc