02 Apr 2025 09:35 PM
Hello:
Does both the below mentioned DynamoDB Metrics provide the same results?
builtin:cloud.aws.dynamo.capacityUnits.read AND ext:cloud.aws.dynamodb.consumedReadCapacityUnitsSum
Solved! Go to Solution.
05 Apr 2025 07:06 PM
Hi!
Nope, builtin:cloud.aws.dynamo.capacityUnits.read and ext:cloud.aws.dynamodb.consumedReadCapacityUnitsSum do not provide the same results:
The former is about the capacity allocated, while the latter is about the capacity actually used.
To convert the old built-in metric in the new cloud metric:
you need to use ext:cloud.aws.dynamodb.consumedReadCapacityUnitsSum and ext:cloud.aws.dynamodb.provisionedReadCapacityUnitsSum
100 * ext:cloud.aws.dynamodb.consumedReadCapacityUnitsSum / ext:cloud.aws.dynamodb.provisionedReadCapacityUnitsSum
you this doc as reference: