• Home
  • Dynatrace API
  • Environment
  • Settings
  • Schemas
  • Crash rate increase settings for custom applications

Settings API - Crash rate increase settings for custom applications schema table

Crash rate increase settings for custom applications (builtin:anomaly-detection.rum-custom-crash-rate-increase)

Dynatrace automatically detects application-related performance anomalies such as failure rate increases. 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).

Schema IDSchema groupsScope
builtin:anomaly-detection.rum-custom-crash-rate-increase
  • group:anomaly-detection
CUSTOM_APPLICATION - Custom Application
environment
Retrieve schema via Settings API
GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:anomaly-detection.rum-custom-crash-rate-increase
SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:anomaly-detection.rum-custom-crash-rate-increase
Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:anomaly-detection.rum-custom-crash-rate-increase

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

PropertyLabelTypeDescriptionRequired
crashRateIncreaseCrash rate increaseCrashRateIncrease-required

Request body objects

The CrashRateIncreaseFixed object
PropertyLabelTypeDescriptionRequired
absoluteCrashRateAbsolute thresholdfloat-required
concurrentUsersMinimum number of active, non-distinctive usersinteger-required
The CrashRateIncreaseAuto object
PropertyLabelTypeDescriptionRequired
baselineViolationPercentageRelative thresholdfloat

Dynatrace learns the typical crash rate for all app versions and will create an alert if the baseline is violated by more than a specified threshold. Analysis happens based on a sliding window of 10 minutes.

required
concurrentUsersMinimum number of active, non-distinctive usersfloat-required
sensitivityDetection sensitivityenum-required
The CrashRateIncrease object
PropertyLabelTypeDescriptionRequired
enabledDetect crash rate increaseboolean-required
detectionModeDetection strategy for crash rate increasesenum-required
crashRateIncreaseAuto-CrashRateIncreaseAuto

Alert to crash rate increases when the auto-detected baseline is exceeded and the application has a minimum number of active, non-distinctive users.

required
crashRateIncreaseFixed-CrashRateIncreaseFixed

Alert to crash rate increases when the defined threshold is exceeded and the application has a minimum number of active, non-distinctive users.

required