Amazon DynamoDB monitoring
Dynatrace ingests metrics for multiple preselected namespaces, including Amazon DynamoDB. You can view metrics for each service instance, split metrics into multiple dimensions, and create custom charts that you can pin to your dashboards.
Prerequisites
To enable monitoring for this service, you need
-
ActiveGate version 1.197+, as follows:
-
For Dynatrace SaaS deployments, you need an Environment ActiveGate or a Multi-environment ActiveGate.
-
For Dynatrace Managed deployments, you can use any kind of ActiveGate.
For role-based access (whether in a SaaS or Managed deployment), you need an Environment ActiveGate installed on an Amazon EC2 host.
-
-
Dynatrace version 1.200+
-
An updated AWS monitoring policy to include the additional AWS services.
To update the AWS IAM policy, use the JSON below, containing the monitoring policy (permissions) for all supporting services.
If you don't want to add permissions to all services, and just select permissions for certain services, consult the table below. The table contains a set of permissions that are required for all services (All monitored Amazon services) and, for each supporting service, a list of optional permissions specific to that service.
Example of JSON policy for one single service.
In this example, from the complete list of permissions you need to select
"apigateway:GET"
for Amazon API Gateway"cloudwatch:GetMetricData"
,"cloudwatch:GetMetricStatistics"
,"cloudwatch:ListMetrics"
,"sts:GetCallerIdentity"
,"tag:GetResources"
,"tag:GetTagKeys"
, and"ec2:DescribeAvailabilityZones"
for All monitored Amazon services.
Enable monitoring
To enable monitoring for this service, you first need to integrate Dynatrace with Amazon Web Services:
Add the service to monitoring
In order to view the service metrics, you must add the service to monitoring in your Dynatrace environment.
All cloud services consume Davis data units (DDUs). The amount of DDU consumption per service instance depends on the number of monitored metrics and their dimensions (each metric dimension results in the ingestion of 1 data point; 1 data point consumes 0.001 DDUs).
Monitor resources based on tags
You can choose to monitor resources based on existing AWS tags, as Dynatrace automatically imports them from service instances. Nevertheless, the transition from AWS to Dynatrace tagging isn't supported for all AWS services. Expand the table below to see which cloud services are filtered by tagging.
To monitor resources based on tags
- In the Dynatrace menu, go to Settings > Cloud and virtualization > AWS and select Edit for the desired AWS instance.
- For Resources to be monitored, select Monitor resources selected by tags.
- Enter the Key and Value.
- Select Save.
Configure service metrics
Once you add a service, Dynatrace starts automatically collecting a suite of metrics for this particular service. These are recommended metrics.
Recommended metrics:
- Are enabled by default
- Can't be disabled
- Can have recommended dimensions (enabled by default, can't be disabled)
- Can have optional dimensions (disabled by default, can be enabled)
Apart from the recommended metrics, most services have the possibility of enabling optional metrics.
Optional metrics:
- Can be added and configured manually
View service metrics
You can view the service metrics in your Dynatrace environment either on the custom device overview page or on your Dashboards page.
View metrics on the custom device overview page
To access the custom device overview page
- In the Dynatrace menu, go to Technologies and processes.
- Filter by service name and select the relevant custom device group.
- Once you select the custom device group, you're on the custom device group overview page.
- The custom device group overview page lists all instances (custom devices) belonging to the group. Select an instance to view the custom device overview page.
View metrics on your dashboard
After you add the service to monitoring, a preset dashboard containing all recommended metrics is automatically listed on your Dashboards page. To look for specific dashboards, filter by Preset and then by Name.
For existing monitored services, you might need to resave your credentials for the preset dashboard to appear on the Dashboards page. To resave your credentials, go to Settings > Cloud and virtualization > AWS, select the desired AWS instance, and then select Save.
You can't make changes on a preset dashboard directly, but you can clone and edit it. To clone a dashboard, open the browse menu (…) and select Clone.
To remove a dashboard from the dashboards page, you can hide it. To hide a dashboard, open the browse menu (…) and select Hide.
Hiding a dashboard doesn't affect other users.
To check the availability of preset dashboards for each AWS service, see the list below.
Available metrics
This service monitors a part of Amazon DynamoDB (AWS/DynamoDB). While you have this service configured, you can't have Amazon Dynamo Database (built-in) service turned on.
Name | Description | Dimensions | Unit | Recommended |
---|---|---|---|---|
ConsumedReadCapacityUnits | The number of read capacity units consumed over the specified time period for both provisioned and on-demand capacity, so you can track how much of your throughput is used. | TableName | Count | |
ConsumedReadCapacityUnits | The number of read capacity units consumed over the specified time period for both provisioned and on-demand capacity, so you can track how much of your throughput is used. | TableName, GlobalSecondaryIndexName | Count | |
MaxProvisionedTableReadCapacityUtilization | The percentage of provisioned read capacity utilized by the highest provisioned read table or global secondary index of an account. | Region | Percent | |
SuccessfulRequestLatency | The latency of successful requests to DynamoDB or Amazon DynamoDB Streams during the specified time period. | TableName, Operation | Milliseconds | |
ReturnedItemCount | The number of items returned by Query, Scan or ExecuteStatement (select) operations during the specified time period. | TableName, Operation | Count | |
AccountProvisionedReadCapacityUtilization | The percentage of provisioned read capacity units utilized by an account. | Region | Percent | |
MaxProvisionedTableWriteCapacityUtilization | The percentage of provisioned write capacity utilized by the highest provisioned write table or global secondary index of an account. | Region | Percent | |
AccountMaxTableLevelWrites | The maximum number of write capacity units that can be used by a table or global secondary index of an account. | Region | Count | |
AccountMaxReads | The maximum number of read capacity units that can be used by an account. | Region | Count | |
ConsumedWriteCapacityUnits | The number of write capacity units consumed over the specified time period for both provisioned and on-demand capacity, so you can track how much of your throughput is used. | TableName | Count | |
ConsumedWriteCapacityUnits | The number of write capacity units consumed over the specified time period for both provisioned and on-demand capacity, so you can track how much of your throughput is used. | TableName, GlobalSecondaryIndexName | Count | |
AccountMaxTableLevelReads | The maximum number of read capacity units that can be used by a table or global secondary index of an account. | Region | Count | |
ProvisionedReadCapacityUnits | The number of provisioned read capacity units for a table or a global secondary index. | TableName | Count | |
ProvisionedReadCapacityUnits | The number of provisioned read capacity units for a table or a global secondary index. | TableName, GlobalSecondaryIndexName | Count | |
ProvisionedWriteCapacityUnits | The number of provisioned write capacity units for a table or a global secondary index. | TableName | Count | |
ProvisionedWriteCapacityUnits | The number of provisioned write capacity units for a table or a global secondary index. | TableName, GlobalSecondaryIndexName | Count | |
AccountProvisionedWriteCapacityUtilization | The percentage of provisioned write capacity units utilized by an account. | Region | Percent | |
AccountMaxWrites | The maximum number of write capacity units that can be used by an account. | Region | Count | |
AgeOfOldestUnreplicatedRecord | The elapsed time since a record yet to be replicated to the Kinesis data stream first appeared in the DynamoDB table. | TableName, DelegatedOperation | Milliseconds | |
ConditionalCheckFailedRequests | The number of failed attempts to perform conditional writes. | TableName | Count | |
ConsumedChangeDataCaptureUnits | TableName, DelegatedOperation | Count | ||
FailedToReplicateRecordCount | The number of records that DynamoDB failed to replicate to your Kinesis data stream. | TableName, DelegatedOperation | Count | |
OnlineIndexConsumedWriteCapacity | The number of write capacity units consumed when adding a new global secondary index to a table. | TableName | Count | |
OnlineIndexConsumedWriteCapacity | The number of write capacity units consumed when adding a new global secondary index to a table. | TableName, GlobalSecondaryIndexName | Count | |
OnlineIndexPercentageProgress | The percentage of completion when a new global secondary index is being added to a table. | TableName | Count | |
OnlineIndexPercentageProgress | The percentage of completion when a new global secondary index is being added to a table. | TableName, GlobalSecondaryIndexName | Count | |
OnlineIndexThrottleEvents | The number of write throttle events that occur when adding a new global secondary index to a table. | TableName | Count | |
OnlineIndexThrottleEvents | The number of write throttle events that occur when adding a new global secondary index to a table. | TableName, GlobalSecondaryIndexName | Count | |
PendingReplicationCount | The number of item updates that are written to one replica table, but that have not yet been written to another replica in the global table. | TableName, ReceivingRegion | Count | |
ReadThrottleEvents | Requests to DynamoDB that exceed the provisioned read capacity units for a table or a global secondary index. | TableName | Count | |
ReadThrottleEvents | Requests to DynamoDB that exceed the provisioned read capacity units for a table or a global secondary index. | TableName, GlobalSecondaryIndexName | Count | |
ReplicationLatency | The elapsed time between an updated item appearing in the DynamoDB stream for one replica table, and that item appearing in another replica in the global table. | TableName, ReceivingRegion | Milliseconds | |
ReturnedBytes | The number of bytes returned by GetRecords operations (Amazon DynamoDB Streams) during the specified time period. | TableName, Operation, StreamLabel | Bytes | |
ReturnedRecordsCount | The number of stream records returned by GetRecords operations (Amazon DynamoDB Streams) during the specified time period. | TableName, Operation, StreamLabel | Count | |
SystemErrors | The requests to DynamoDB or Amazon DynamoDB Streams that generate an HTTP 500 status code during the specified time period. | TableName, Operation | Count | |
TimeToLiveDeletedItemCount | The number of items deleted by Time to Live (TTL) during the specified time period. | TableName | Count | |
ThrottledPutRecordCount | The number of records that were throttled by your Kinesis data stream due to insufficient Kinesis Data Streams capacity. | TableName, DelegatedOperation | Count | |
ThrottledRequests | Requests to DynamoDB that exceed the provisioned throughput limits on a resource (such as a table or an index). | TableName, Operation | Count | |
TransactionConflict | Rejected item-level requests due to transactional conflicts between concurrent requests on the same items. | TableName | Count | |
UserErrors | Requests to DynamoDB or Amazon DynamoDB Streams that generate an HTTP 400 status code during the specified time period. | Region | Count | |
WriteThrottleEvents | Requests to DynamoDB that exceed the provisioned write capacity units for a table or a global secondary index. | TableName | Count | |
WriteThrottleEvents | Requests to DynamoDB that exceed the provisioned write capacity units for a table or a global secondary index. | TableName, GlobalSecondaryIndexName | Count |