Skip to content

Commit 75595a3

Browse files
authored
Merge pull request #204108 from jeanbisutti/java_runtime_attach_jre
Do not support JRE and read-only file systems in runtime attachment
2 parents ee24982 + 8018ddb commit 75595a3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

articles/azure-monitor/app/java-spring-boot.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,13 @@ To use the programmatic configuration and attach the Application Insights agent
4949
And invoke the `attach()` method of the `com.microsoft.applicationinsights.attach.ApplicationInsights` class.
5050

5151
> [!TIP]
52-
> ⚠ The invocation must be requested at the beginning of the `main` method.
52+
> ⚠ JRE is not supported.
53+
54+
> [!TIP]
55+
> ⚠ Read-only file system is not supported.
56+
57+
> [!TIP]
58+
> ⚠ The invocation must be requested at the beginning of the `main` method.
5359
5460
Example:
5561

@@ -70,4 +76,4 @@ If you want to use a JSON configuration:
7076

7177

7278
> [!TIP]
73-
> With a programmatic configuration, the `applicationinsights.log` file containing the agent logs is located in the directory from where the JVM is launched (user directory). This default behavior can be changed (see the _Self-diagnostics_ part of [this page](../app/java-standalone-config.md)).
79+
> With a programmatic configuration, the `applicationinsights.log` file containing the agent logs is located in the directory from where the JVM is launched (user directory). This default behavior can be changed (see the _Self-diagnostics_ part of [this page](../app/java-standalone-config.md)).

0 commit comments

Comments
 (0)