Settings API - Apdex configuration for custom actions schema table
Apdex configuration for custom actions (builtin:rum.web.key-performance-metric-custom-actions
)
Set the Tolerating and Frustrated performance thresholds to refine the Apdex calculations for this application.
The key performance metric for custom actions is always User action duration.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:rum.web.key-performance-metric-custom-actions |
| APPLICATION_METHOD - User ActionAPPLICATION - Web application |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
thresholds | User action duration thresholds | Thresholds | - | required |
Request body objects
The Thresholds
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
toleratedThresholdSeconds | Tolerating threshold [sec] | float | If User action duration is below this value, the action is assigned to the Satisfied performance zone. | required |
frustratingThresholdSeconds | Frustrated threshold [sec] | float | If User action duration is above this value, the action is assigned to the Frustrated performance zone. | required |