builtin:rum.web.app-detection)
Define new applications for Real User Monitoring (RUM) using application detection rules, check how your existing rules map to your applications.
By default, Dynatrace associates all your monitoring data with a placeholder application (<your-dynatrace-url>//#uemapplications/uemappmetrics;uemapplicationId=APPLICATION-EA7C4B59F27D43EB
). Define your own detection rules for grouping your monitoring data into distinct applications in Dynatrace.
If you haven't done so already, deploy OneAgent (<your-dynatrace-url>//#install
). After the deployment RUM is enabled by default for all web applications that are auto-detected by OneAgent. OneAgent automatically injects a JavaScript code snippet into the HTML of all the pages of your monitored web applications so that it can capture monitoring data and ensure end-to-end monitoring visibility.
Rules are applied sequentially, with rules at the top taking priority over lower rules.
More details on defining your web application.
Given a set of URLs:
The rule Domain (host) contains mybook matches against:
The rule Domain (host) ends with shop.com matches against:
The rule Domain (host) equals www.mybookshop.com matches against:
The rule Domain (host) matches mybookshop.com matches against:
The rule Domain (host) starts with checkout matches against:
The rule URL contains mybookshop.com/about matches against:
The rule URL ends with about/index.php matches against:
The rule URL equals http://www.mybookshop.com/about matches against:
The rule URL starts with http://www.mybookshop.com matches against:
Schema ID | Schema groups | Scope |
---|---|---|
builtin:rum.web.app-detection |
| environment |
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.web.app-detection |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:rum.web.app-detection | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.web.app-detection |
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 |
---|---|---|---|
Matchermatcher | enum |
| required |
Patternpattern | text | - | required |
ApplicationapplicationId | text | Select an existing application or create a new one. | required |
Descriptiondescription | text | Add a description for your rule | optional |