Anomaly detection for classic AWS services (builtin:anomaly-detection.infrastructure-aws)
Dynatrace automatically detects infrastructure-related performance anomalies such as high CPU saturation, memory outages, and low disk-space conditions. These settings allow you to configure detection sensitivity, set alert thresholds, or disable alerting for classic infrastructure components.
builtin:anomaly-detection.infrastructure-aws
group:anomaly-detection.infrastructure
group:anomaly-detection
environment
Retrieve schema via Settings API GET Managed https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:anomaly-detection.infrastructure-aws
SaaS https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:anomaly-detection.infrastructure-aws
Environment ActiveGate https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:anomaly-detection.infrastructure-aws
Authentication To execute this request, you need an access token with Read settings (settings.read
) scope. To learn how to obtain and use it, see Tokens and authentication .
Parameters The Ec2CandidateHighCpuDetectionConfig
object Detect high CPU saturation on EC2 monitoring candidateenabled
boolean - required Detection modedetectionMode
enum The element has these enums required customThresholds
Ec2CandidateHighCpuDetectionThresholds Alert if the condition is met in 3 out of 5 samples
required
The RdsHighCpuDetectionConfig
object Detect high CPU utilization on RDSenabled
boolean - required Detection modedetectionMode
enum The element has these enums required customThresholds
RdsHighCpuDetectionThresholds Alert if the condition is met in 3 out of 5 samples
required
The RdsHighWriteReadLatencyDetectionConfig
object Detect high RDS write/read latencyenabled
boolean - required Detection modedetectionMode
enum The element has these enums required customThresholds
RdsHighWriteReadLatencyDetectionThresholds Alert if the condition is met in 3 out of 5 samples
required
The RdsLowStorageDetectionConfig
object Detect low free storage space on RDSenabled
boolean - required Detection modedetectionMode
enum The element has these enums required customThresholds
RdsLowStorageDetectionThresholds Alert if the condition is met in 3 out of 5 samples
required
The RdsHighMemoryDetectionConfig
object Detect RDS running out of memoryenabled
boolean - required Detection modedetectionMode
enum The element has these enums required customThresholds
RdsHighMemoryDetectionThresholds Alert if both conditions is met in 3 out of 5 samples
required
The ElbHighConnectionErrorsDetectionConfig
object Detect high number of backend connection errors on ELBenabled
boolean - required Detection modedetectionMode
enum The element has these enums required customThresholds
ElbHighConnectionErrorsDetectionThresholds Alert if the condition is met in 3 out of 5 samples
required
The RdsRestartsSequenceDetectionConfig
object Detect restarts sequence on RDSenabled
boolean - required Detection modedetectionMode
enum The element has these enums required customThresholds
RdsRestartsSequenceDetectionThresholds Alert if the condition is met in 2 out of 20 samples
required
The LambdaHighErrorRateDetectionConfig
object Detect AWS Lambda high error rateenabled
boolean - required Detection modedetectionMode
enum The element has these enums required customThresholds
LambdaHighErrorRateDetectionThresholds Alert if the condition is met in 3 out of 5 samples
required
The Ec2CandidateHighCpuDetectionThresholds
object CPU usage is higher thancpuUsage
float - required
The RdsHighCpuDetectionThresholds
object CPU usage is higher thancpuUsage
float - required
The RdsHighWriteReadLatencyDetectionThresholds
object Read/write latency is higher thanreadWriteLatency
integer - required
The RdsLowStorageDetectionThresholds
object Free storage space divided by allocated storage is lower thanfreeStoragePercentage
integer - required
The RdsHighMemoryDetectionThresholds
object Freeable memory is lower thanfreeMemory
float - required Swap usage is higher thanswapUsage
float - required
The ElbHighConnectionErrorsDetectionThresholds
object Number of backend connection errors is higher thanconnectionErrorsPerMinute
integer - required
The RdsRestartsSequenceDetectionThresholds
object Number of restarts per minute is equal or higher thanrestartsPerMinute
integer - required
The LambdaHighErrorRateDetectionThresholds
object Failed invocations rate is higher thanfailedInvocationsRate
integer - required