aws.dynamodb.consumed_capacity
Developmentstring[]as of v1.44.0
The JSON-serialized value of each item in the ConsumedCapacity response field.
Examples
- ["{ \"CapacityUnits\": number, \"GlobalSecondaryIndexes\": { \"string\" : { \"CapacityUnits\": number, \"ReadCapacityUnits\": number, \"WriteCapacityUnits\": number } }, \"LocalSecondaryIndexes\": { \"string\" : { \"CapacityUnits\": number, \"ReadCapacityUnits\": number, \"WriteCapacityUnits\": number } }, \"ReadCapacityUnits\": number, \"Table\": { \"CapacityUnits\": number, \"ReadCapacityUnits\": number, \"WriteCapacityUnits\": number }, \"TableName\": \"string\", \"WriteCapacityUnits\": number }"]
Used by
spans (10)
- span.dynamodb.batchgetitem.client
- span.dynamodb.batchwriteitem.client
- span.dynamodb.createtable.client
- span.dynamodb.deleteitem.client
- span.dynamodb.getitem.client
- span.dynamodb.putitem.client
- span.dynamodb.query.client
- span.dynamodb.scan.client
- span.dynamodb.updateitem.client
- span.dynamodb.updatetable.client
* required on that signal.
History
Stability label respelled from experimental to development.
Already present at v1.30.0, the oldest release tracked here (experimental).