Settings API - Apdex configuration for XHR actions schema table
Apdex configuration for XHR actions (builtin:rum.web.key-performance-metric-xhr-actions)
Select a key performance metric and set the Tolerating and Frustrated performance thresholds to refine the Apdex calculations for this application.
builtin:rum.web.key-performance-metric-xhr-actions
group:rum-kpm-settings
group:rum-settings
APPLICATION_METHOD
- User ActionAPPLICATION
- Web applicationGET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.web.key-performance-metric-xhr-actions |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:rum.web.key-performance-metric-xhr-actions | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.web.key-performance-metric-xhr-actions |
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
kpm
USER_ACTION_DURATION
VISUALLY_COMPLETE
RESPONSE_END
RESPONSE_START
thresholds
Set the Tolerating and Frustrated performance thresholds for this action type.
fallbackThresholds
If the selected key performance metric is not detected, the User action duration metric is used instead.
The Thresholds
object
toleratedThresholdSeconds
If the key performance metric is below this value, the action is assigned to the Satisfied performance zone.
frustratingThresholdSeconds
If the key performance metric is above this value, the action is assigned to the Frustrated performance zone.
The FallbackThresholds
object
toleratedFallbackThresholdSeconds
If User action duration is below this value, the action is assigned to the Satisfied performance zone.
frustratingFallbackThresholdSeconds
If User action duration is above this value, the action is assigned to the Frustrated performance zone.