-
Is there anyway to gather data or otherwise hook into the built in retry mechanism (e.g. subscribe) for the SDK client(s), as to gather data about the frequency of the need to perform retries for individual requests to AWS Services? For some services (e.g. DynamoDB/S3) it will be helpful to monitor the frequency in which we are hitting service limits. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@skirk-mpr The retries are logged as part of the SDK logging mechanism. We are at the start of an overhaul in the SDK to rework telemetry component of the SDK. The first of many PRs was just put out, #3344. When that is complete you should be able to monitor the retries via Opentelemetry. |
Beta Was this translation helpful? Give feedback.
@skirk-mpr The retries are logged as part of the SDK logging mechanism. We are at the start of an overhaul in the SDK to rework telemetry component of the SDK. The first of many PRs was just put out, #3344. When that is complete you should be able to monitor the retries via Opentelemetry.