Settings API - Apdex configuration for load actions schema table
Apdex configuration for load actions (builtin:rum.web.key-performance-metric-load-actions
)
Select a key performance metric and set the Tolerating and Frustrated performance thresholds to refine the Apdex calculations for this application.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:rum.web.key-performance-metric-load-actions |
| APPLICATION_METHOD - User ActionAPPLICATION - Web application |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
kpm | Key performance metric | enum | - | required |
thresholds | Key performance metric thresholds | Thresholds | Set the Tolerating and Frustrated performance thresholds for this action type. | required |
fallbackThresholds | Fallback metric thresholds | FallbackThresholds | If the selected key performance metric is not detected, the User action duration metric is used instead. | required |
Request body objects
The FallbackThresholds
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
toleratedFallbackThresholdSeconds | Tolerating threshold [sec] | float | If User action duration is below this value, the action is assigned to the Satisfied performance zone. | required |
frustratingFallbackThresholdSeconds | Frustrated threshold [sec] | float | If User action duration is above this value, the action is assigned to the Frustrated performance zone. | required |
The Thresholds
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
toleratedThresholdSeconds | Tolerating threshold | float | If the key performance metric is below this value, the action is assigned to the Satisfied performance zone. | required |
frustratingThresholdSeconds | Frustrated threshold | float | If the key performance metric is above this value, the action is assigned to the Frustrated performance zone. | required |