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 ID
Schema groups
Scope
builtin:anomaly-detection.rum-custom-crash-rate-increase
  • group:anomaly-detection
CUSTOM_APPLICATION - Custom Application
environment
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

Property
Type
Description
Required
Crash rate increase
crashRateIncrease
-
required
The CrashRateIncrease object
Property
Type
Description
Required
Detect crash rate increase
enabled
boolean
-
required
Detection strategy for crash rate increases
detectionMode
enum
  • auto
  • fixed
required
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

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

required
The CrashRateIncreaseAuto object
Property
Type
Description
Required
Relative threshold
baselineViolationPercentage
float

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
Minimum number of active, non-distinctive users
concurrentUsers
float
-
required
Detection sensitivity
sensitivity
enum
  • low
  • medium
  • high
required
The CrashRateIncreaseFixed object
Property
Type
Description
Required
Absolute threshold
absoluteCrashRate
float
-
required
Minimum number of active, non-distinctive users
concurrentUsers
integer
-
required