Retry stats default documented incorrectly #3059
Labels
documentation
This is a problem with documentation.
needs-triage
This issue or PR still needs to be triaged.
Describe the issue
On https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/guide_configuration.html#config-stats, for
stats.retries
, it says "Retry statistics are collected by default and returned."That doesn't seem to be the case. I think the following code shows that the default for
stats
isfalse
.aws-sdk-php/src/ClientResolver.php
Lines 229 to 235 in dc9ac0a
Therefore, I think the following code sets
stats.retries
to false.aws-sdk-php/src/ClientResolver.php
Lines 911 to 917 in dc9ac0a
Links
https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/guide_configuration.html#config-stats
The text was updated successfully, but these errors were encountered: