30 Sep 2024 09:33 AM - last edited on 08 Oct 2024 10:27 AM by GosiaMurawska
We are trying to simulate the AWS RDS restart alerting, But when we restarted the RDS it hasn't trigger any problem Only we can see the event.
If we set the condition automatic for RDS restart, What is threshold for triggering Probelm?
As per documentation, "Alert if number of restarts isXper minute or higher in 3 out of 20 samples." What is the X value here ?
https://docs.dynatrace.com/docs/dynatrace-api/configuration-api/anomaly-detection-api/anomaly-detect...
Regards,
Venkat
Solved! Go to Solution.
01 Oct 2024 07:34 AM
X in "restartPerMinute" refers to the below value in the config
So, it would be 3 per minute or higher in 3 out of 20 samples.
"rdsRestartsSequenceDetection": {
"customThresholds": {
"restartPerMinute": 3
},
"enabled": true
}
01 Oct 2024 07:41 AM
@p_devulapalli , If the Detection mode has "Automatic", what will be threshold condition to trigger alert?
02 Oct 2024 01:33 AM