GitHub user koushiro added a comment to the discussion: Is there any metrics counting the invocation of object storage service API?
Yes, this is confusing for users. According to the current implementation of the metrics layer, it only records the data of the specific operation being called, like below: ``` write => Operation for [`crate::raw::Access::write`] Writer::write => Operation for [`crate::raw::oio::Write::write`] read => Operation for [`crate::raw::Access::read`] Reader::read => Operation for [`crate::raw::oio::Read::read`] ``` so I think `write`/`read` may be the expected PUT/GET data for you. GitHub link: https://github.com/apache/opendal/discussions/5437#discussioncomment-11638615 ---- This is an automatically sent email for dev@opendal.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@opendal.apache.org