tanvipenumudy opened a new pull request, #4383: URL: https://github.com/apache/ozone/pull/4383
## What changes were proposed in this pull request? We are introducing latency metrics for various S3 operations in Apache Ozone to help us monitor and improve the performance. We have added the following metrics to the `S3GatewayLatencyMetrics` class (to their respective endpoints): **ObjectEndpoint** - initMultipartUploadLatencyNs - createMultipartKeyLatencyNs - completeMultipartUploadLatencyNs - abortMultipartUploadLatencyNs - copyObjectLatencyNs - listPartsLatencyNs - createKeyLatencyNs - getKeyLatencyNs - headKeyLatencyNs - deleteKeyLatencyNs **BucketEndpoint** - getAclLatencyNs - putAclLatencyNs - createBucketLatencyNs - getBucketLatencyNs - headBucketLatencyNs - deleteBucketLatencyNs - listMultipartUploadsLatencyNs **RootEndpoint** - listS3BucketsLatencyNs Each metric measures the latency for a specific S3 operation in nanoseconds. These metrics shall be used to identify performance bottlenecks and improve efficiency. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-8147 ## How was this patch tested? (Please explain how this patch was tested. Ex: unit tests, manual tests) (If this patch involves UI changes, please attach a screen-shot; otherwise, remove this) -- 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]
