Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Prometheus metrics for S3 and IAM requests
- Introduced `S3RequestsTotal` and `S3RequestDuration` to track total number of S3 requests and their duration, categorized by method and status. - Added `IAMRequestsTotal` and `IAMRequestDuration` for IAM request metrics, categorized similarly. - Registered all metrics, including `RequestsTotal`, with Prometheus. - Enhances observability of S3 and IAM operations, allowing detailed monitoring and performance analysis. Issue: COSI-19
- Loading branch information