cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

AWS RdsRestartsThresholds condition

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?

VenkataSainath_0-1727685022793.png


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...

VenkataSainath_1-1727685123637.png

Regards,

Venkat

 



 

3 REPLIES 3

Hi @VenkataSainath 

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
  }

 

 

 

  

Phani Devulapalli

@p_devulapalli , If the Detection mode has "Automatic", what will be threshold condition to trigger alert?

Featured Posts