-
Notifications
You must be signed in to change notification settings - Fork 995
Add throughput metrics to request metrics #3704
Copy link
Copy link
Closed
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.p3This is a minor priority issueThis is a minor priority issue
Description
Describe the feature
the V1 sdk exposed ByteThroughputProvider via ServiceMetricCollector this is no longer available in v2 and there doesn't seem to be any easy way to rebuild it.
Use Case
I would like to be able to monitor the throughput (bytes/sec) of my applications using the v2 sdk.
Proposed Solution
Alternatively this could be achieved by exposing a bytes read/written metric and calculating throughput against ApiCallDuration however, that duration includes retries so it would have to be made available on the ApiCallAttempt MetricCollection.
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
AWS Java SDK version used
2.19.1
JDK version used
11
Operating System and version
macOS Monterey V12.6.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.p3This is a minor priority issueThis is a minor priority issue