builtin:rum.mobile.key-performance-metrics)
Set the user-satisfaction performance thresholds (Satisfactory, Tolerable, and Frustrating) for the User action duration metric to refine the Apdex calculations for this app.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:rum.mobile.key-performance-metrics |
| DEVICE_APPLICATION_METHOD - Mobile app key user actionMOBILE_APPLICATION - Mobile AppCUSTOM_APPLICATION - Custom Application |
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.mobile.key-performance-metrics |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:rum.mobile.key-performance-metrics | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.mobile.key-performance-metrics |
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.
Property | Type | Description | Required |
---|---|---|---|
thresholds | Thresholds | - | required |
Consider reported errors / web request errors in Apdex calculationsfrustratingIfReportedOrWebRequestError | boolean | Treat user actions with reported errors or web request errors as erroneous and rate their performance as Frustrating. Turn off this setting if errors should not affect the Apdex rate. | required |
Thresholds
objectProperty | Type | Description | Required |
---|---|---|---|
Tolerable performance [sec]tolerableThresholdSeconds | float | If the action duration is below this value, the Apdex is considered to be Satisfactory. | required |
Frustrating performance [sec]frustratingThresholdSeconds | float | If the action duration is above this value, the Apdex is considered to be Frustrating. | required |