-
Notifications
You must be signed in to change notification settings - Fork 910
Append user agent for retry mode #2322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
...main/java/software/amazon/awssdk/core/internal/http/pipeline/stages/ApplyUserAgentStage.java
Show resolved
Hide resolved
core/sdk-core/src/test/java/software/amazon/awssdk/core/http/AmazonHttpClientTest.java
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #2322 +/- ##
============================================
+ Coverage 77.64% 77.67% +0.02%
Complexity 366 366
============================================
Files 1239 1239
Lines 39033 39041 +8
Branches 3081 3081
============================================
+ Hits 30307 30324 +17
+ Misses 7256 7249 -7
+ Partials 1470 1468 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
270b395
to
bbfb015
Compare
core/sdk-core/src/main/java/software/amazon/awssdk/core/retry/RetryPolicy.java
Outdated
Show resolved
Hide resolved
bdb8416
to
23bd3d3
Compare
Kudos, SonarCloud Quality Gate passed! |
…4867210ae Pull request: release <- staging/3a24999a-b57b-4324-a31f-3264867210ae
Append user agent for retry mode so we can collect the metrics of the usage of each retry mode.
Testing
A unit test is added