-
Notifications
You must be signed in to change notification settings - Fork 0
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 instrumentation for S3 ops
- Instrumented `CreateBucket` and `DeleteBucket` methods to record Prometheus metrics. - Added tracking for: - Total number of S3 requests (`S3RequestsTotal`), categorized by method and status. - Duration of S3 requests (`S3RequestDuration`), categorized similarly - Ensures metrics capture both successful and failed S3 API calls. - Improves observability and debugging for S3 bucket operations. Issue: COSI-19
- Loading branch information
1 parent
3433918
commit b046d9e
Showing
2 changed files
with
34 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters