Skip to content

Commit 51f0313

Browse files
Merge pull request #264353 from jeanbisutti/containers-java-monitoring
Java native image monitoring with containers
2 parents be2f299 + ae8403e commit 51f0313

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/azure-monitor/app/java-get-started-supplemental.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ For more information, see [Use Application Insights Java In-Process Agent in Azu
2626

2727
## Containers
2828

29+
> [!NOTE]
30+
> With Spring Boot Native Image applications, use the [Azure Monitor OpenTelemetry Distro / Application Insights in Spring Boot native image Java application](https://aka.ms/AzMonSpringNative) project instead of the Application Insights Java agent.
31+
2932
### Docker entry point
3033

3134
If you're using the *exec* form, add the parameter `-javaagent:"path/to/applicationinsights-agent-3.4.19.jar"` to the parameter list somewhere before the `"-jar"` parameter, for example:

0 commit comments

Comments
 (0)