You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should have the ability to collect DynamoDB service call metrics even when using the DynamoDBMapper library. Note that while I can attach a client level RequestMetricCollector directly to the underlying DynamoDB client, this is not sufficient because I need to collect metrics based on calls to my service and having the ability to attach a metric collector at runtime is what solves the problem for me.
The text was updated successfully, but these errors were encountered:
We should have the ability to collect DynamoDB service call metrics even when using the DynamoDBMapper library. Note that while I can attach a client level RequestMetricCollector directly to the underlying DynamoDB client, this is not sufficient because I need to collect metrics based on calls to my service and having the ability to attach a metric collector at runtime is what solves the problem for me.
The text was updated successfully, but these errors were encountered: