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 |
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:anomaly-detection.rum-custom-crash-rate-increase |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:anomaly-detection.rum-custom-crash-rate-increase | |
Environment ActiveGate | https://{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 increasecrashRateIncrease | CrashRateIncrease | - | required |
The CrashRateIncrease
object
Property | Type | Description | Required |
---|---|---|---|
Detect crash rate increaseenabled | boolean | - | required |
Detection strategy for crash rate increasesdetectionMode | 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 |
The CrashRateIncreaseAuto
object
Property | Type | Description | Required |
---|---|---|---|
Relative thresholdbaselineViolationPercentage | 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 usersconcurrentUsers | float | - | required |
Detection sensitivitysensitivity | enum |
| required |
The CrashRateIncreaseFixed
object
Property | Type | Description | Required |
---|---|---|---|
Absolute thresholdabsoluteCrashRate | float | - | required |
Minimum number of active, non-distinctive usersconcurrentUsers | integer | - | required |