Settings API - Anomaly detection for mobile applications schema table
Anomaly detection for mobile applications (builtin:anomaly-detection.rum-mobile)
Dynatrace automatically detects application-related performance anomalies such as response time degradations and traffic spikes. Use these settings to configure detection sensitivity, set alert thresholds, or disable alerting for certain applications.
To avoid false-positive problem notifications, automated anomaly detection is only available for applications and services that have run for at least 20% of a week (7 days).
builtin:anomaly-detection.rum-mobile
group:anomaly-detection
DEVICE_APPLICATION_METHOD
- Mobile app key user actionMOBILE_APPLICATION
- Mobile Appenvironment
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:anomaly-detection.rum-mobile |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:anomaly-detection.rum-mobile | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:anomaly-detection.rum-mobile |
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 ErrorRateIncrease
object
enabled
detectionMode
auto
fixed
errorRateIncreaseAuto
Alert if the percentage of user actions affected by reported errors exceeds both the absolute threshold and the relative threshold
errorRateIncreaseFixed
Alert if the custom reported error rate threshold is exceeded during any 5-minute period
The SlowUserActions
object
enabled
detectionMode
auto
fixed
The UnexpectedLowLoad
object
enabled
thresholdPercentage
Dynatrace learns your typical application traffic over an observation period of one week. Depending on this expected value Dynatrace detects abnormal traffic drops within your application.
The UnexpectedHighLoad
object
enabled
thresholdPercentage
Dynatrace learns your typical application traffic over an observation period of one week. Depending on this expected value Dynatrace detects abnormal traffic spikes within your application.
The ErrorRateIncreaseAuto
object
thresholdAbsolute
thresholdRelative
The ErrorRateIncreaseFixed
object
thresholdAbsolute
sensitivity
low
medium
high
The SlowUserActionsAuto
object
durationThresholdAll
Alert if the action duration of all user actions degrades beyond both the absolute and relative threshold:
durationThresholdSlowest
Alert if the action duration of the slowest 10% of user actions degrades beyond both the absolute and relative threshold:
durationAvoidOveralerting
To avoid over-alerting do not alert for low traffic applications with less than
The SlowUserActionsFixed
object
durationThresholdAllFixed
Alert if the action duration of all user actions degrades beyond the absolute threshold:
durationThresholdSlowest
Alert if the action duration of the slowest 10% of user actions degrades beyond the absolute threshold:
durationAvoidOveralerting
To avoid over-alerting do not alert for low traffic applications with less than
sensitivity
low
medium
high
The SlowUserActionsAutoAll
object
durationThreshold
slowdownPercentage
The SlowUserActionsAutoSlowest
object
durationThreshold
slowdownPercentage
The SlowUserActionsAvoidOveralerting
object
minActionRate
The SlowUserActionsManualAll
object
durationThreshold
The SlowUserActionsManualSlowest
object
durationThreshold