Skip to content

Add throughput metrics to request metrics #3704

@StephenFlavin

Description

@StephenFlavin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestA feature should be added or improved.p3This is a minor priority issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions