Settings API - Apdex configuration schema table
Apdex configuration (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 |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
thresholds | - | Thresholds | - | required |
frustratingIfReportedOrWebRequestError | Consider reported errors / web request errors in Apdex calculations | 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 |
Request body objects
The Thresholds
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
tolerableThresholdSeconds | Tolerable performance [sec] | float | If the action duration is below this value, the Apdex is considered to be Satisfactory. | required |
frustratingThresholdSeconds | Frustrating performance [sec] | float | If the action duration is above this value, the Apdex is considered to be Frustrating. | required |