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 |
| CUSTOM_APPLICATION - Custom Applicationenvironment |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
crashRateIncrease | Crash rate increase | CrashRateIncrease | - | required |
Request body objects
The CrashRateIncreaseFixed
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
absoluteCrashRate | Absolute threshold | float | - | required |
concurrentUsers | Minimum number of active, non-distinctive users | integer | - | required |
The CrashRateIncreaseAuto
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
baselineViolationPercentage | Relative threshold | 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 |
concurrentUsers | Minimum number of active, non-distinctive users | float | - | required |
sensitivity | Detection sensitivity | enum | - | required |
The CrashRateIncrease
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
enabled | Detect crash rate increase | boolean | - | required |
detectionMode | Detection strategy for crash rate increases | enum | - | 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 |