You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Dynatrace OneAgent automatically injects the RUM JavaScript into the HTML head of monitored application pages. Use this page to control and adjust the injection.",
14
+
"displayName": "Automatic injection",
15
+
"documentation": "",
16
+
"dynatrace": "1",
17
+
"enums": {
18
+
"CodeSnippetType": {
19
+
"description": "",
20
+
"displayName": "CodeSnippetType",
21
+
"documentation": "",
22
+
"items": [
23
+
{
24
+
"displayName": "synchronously",
25
+
"value": "SYNCHRONOUSLY"
26
+
},
27
+
{
28
+
"displayName": "deferred",
29
+
"value": "DEFERRED"
30
+
}
31
+
],
32
+
"type": "enum"
33
+
}
34
+
},
35
+
"maxObjects": 1,
36
+
"multiObject": false,
37
+
"properties": {
38
+
"cacheControlHeaders": {
39
+
"description": "",
40
+
"displayName": "Cache control headers",
41
+
"documentation": "",
42
+
"maxObjects": 1,
43
+
"modificationPolicy": "DEFAULT",
44
+
"nullable": false,
45
+
"type": {
46
+
"$ref": "#/types/CacheControlHeaders"
47
+
}
48
+
},
49
+
"monitoringCodeSourceSection": {
50
+
"description": "",
51
+
"displayName": "Real User Monitoring code source",
52
+
"documentation": "",
53
+
"maxObjects": 1,
54
+
"modificationPolicy": "DEFAULT",
55
+
"nullable": false,
56
+
"type": {
57
+
"$ref": "#/types/MonitoringCodeSource"
58
+
}
59
+
},
60
+
"snippetFormat": {
61
+
"description": "",
62
+
"displayName": "Snippet format",
63
+
"documentation": "*Code Snippet:* OneAgent injects an inline script that initializes Dynatrace and dynamically downloads the monitoring code into your application. Use when you want to inject the monitoring code in deferred mode.\n\n *Inline Code:* OneAgent injects the configuration and the monitoring code inline into your application. Use this injection type when you need to keep the number of web requests at a minimum.\n\n *OneAgent JavaScript Tag:* OneAgent injects a JavaScript tag into your application, containing the configuration and a link to the monitoring code. This is our default injection type, since it's most versatile.\n\nCompare the different [injection formats](https://dt-url.net/vx5g0ptn).",
"description": "Specify the source path for placement of your application's custom JavaScript library file. By default, this path is set to the root directory of your web server. A custom source path may be necessary if your server operates behind a firewall.",
144
+
"displayName": "Specify location for JavaScript library file",
CacheControlHeadersbool`json:"cacheControlHeaders"`// [How to ensure timely configuration updates for automatic injection?](https://dt-url.net/m9039ea)
0 commit comments