DynamoDB Table (AWS_DYNAMODB_TABLE)
Attributes (parameters)
The following attributes are available for this monitor type:
Name | Description | Unit | Default Performance Key Indicator (KPI) |
---|---|---|---|
Conditional Check Failed Requests (ConditionalCheckFailedRequests) | Displays the number of failed attempts to perform the conditional write. The PutItem, UpdateItem, and DeleteItem operations let you provide a logical condition that must evaluate to true before the operation can proceed. If this condition evaluates to false, ConditionalCheckFailedRequests is incremented by one. | Number (#) | No |
Consumed Read Capacity (ConsumedReadCapacity) | Displays the number of read capacity units consumed during the collection interval. | Per second | Yes |
Consumed Write Capacity (ConsumedWriteCapacity) | Displays the number of write capacity units consumed during the collection interval. | Per second | Yes |
Get Request Latency (GetRequestLatency) | Displays the response time (in ms) of successful get requests in the collection interval. | Milliseconds | No |
Put Request Latency (PutRequestLatency) | Displays the response time (in ms) of successful put requests in the collection interval. | Milliseconds | No |
Query Request Latency (QueryRequestLatency) | Displays the response time (in ms) of successful query requests in the collection interval. | Milliseconds | No |
Query Returned Items (QueryReturnedItems) | Displays the number of items returned by query operations during the collection interval. | Number (#) | No |
Read Capacity Utilization (ReadCapacityUtilization) | Displays the percentage of read capacity units consumed against the provisioned read capacity. | % | No |
Returned Records (ReturnedRecords) | Displays the number of stream records returned by GetRecords operations during the collection interval. | Number (#) | Np |
Scan Request Latency (ScanRequestLatency) | Displays the response time (in ms) of successful scan requests in the collection interval. | Milliseconds | No |
ScanReturnedItems (ScanReturnedItems) | Displays the number of items returned by Scan operations during the collection interval. | Number (#) | No |
System Errors (SystemErrors) | Displays the system errors during the last collection interval. The system errors are the requests that generate an HTTP 500 status code during the collection interval. An HTTP 500 usually indicates an internal service error. | Number (#) | No |
Throttled Read Requests (ThrottledReadRequests) | Displays the throttled read requests during the last collection interval. These requests to DynamoDB exceeds the provisioned read capacity units for a table or a global secondary index. A single request can result in multiple events. ThrottledReadRequests is incremented by one if any event within a request exceeds a provisioned throughput limit (such as a table or an index). | Number (#) | No |
Throttled Write Requests (ThrottledWriteRequests) | Displays the throttled write requests during the last collection interval. These requests to DynamoDB that exceeds the provisioned write capacity units for a table or a global secondary index. A single request can result in multiple events. | Number (#) | No |
User Errors (UserErrors) | Displays the user errors during the last collection interval. The user errors are the requests that generate an HTTP 500 status code during the collection interval. An HTTP 400 usually indicates a client-side error such as an invalid combination of parameters, attempting to update a nonexistent table, or an incorrect request signature. | Number (#) | No |
Write Capacity Utilization (WriteCapacityUtilization) | Displays the percentage of write capacity units consumed against the provisioned write capacity. | % | No |