File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
articles/azure-monitor/app Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ This article describes how to enable and configure the OpenTelemetry-based Azure
16
16
Java auto-instrumentation can be enabled without any code changes.
17
17
18
18
### Prerequisites
19
- - Java Application using version 8+
19
+ - Java Application using Java 8+
20
20
- Azure subscription - [ Create an Azure subscription for free] ( https://azure.microsoft.com/free/ )
21
21
- Application Insights resource - [ Create an Application Insights resource] ( create-workspace-resource.md#create-workspace-based-resource )
22
22
Original file line number Diff line number Diff line change @@ -8,9 +8,7 @@ author: mattmccleary
8
8
ms.author : mmcc
9
9
---
10
10
11
- # Adding the JVM arg - Azure Monitor Application Insights for Java
12
-
13
-
11
+ # Tips for updating your JVM args - Azure Monitor Application Insights for Java
14
12
15
13
## Azure environments
16
14
@@ -186,3 +184,7 @@ Create a new file `jvm.options` in the server directory (for example `<openliber
186
184
```
187
185
-javaagent:path/to/applicationinsights-agent-3.2.0.jar
188
186
```
187
+
188
+ ## Others
189
+
190
+ Please see your application server documentation on how to add JVM args.
You can’t perform that action at this time.
0 commit comments