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
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
The AI branch shows how to configure a Java Springboot application with Application Insights. Currently the sample is only configured to show requests\responses within the app - but, does not track HTTP requests\responses with dependencies.
This work cannot be completed right now because there is a bug that causes an exception to be thrown when attempting to start the app. When this issue is fixed, this sample needs to be updated accordingly to track dependencies: microsoft/ApplicationInsights-Java#506
The text was updated successfully, but these errors were encountered:
The AI branch shows how to configure a Java Springboot application with Application Insights. Currently the sample is only configured to show requests\responses within the app - but, does not track HTTP requests\responses with dependencies.
The steps that need to be completed are described here: https://docs.microsoft.com/en-us/azure/application-insights/app-insights-java-agent. In particular, make sure that the agent jar and the AI-Agent.xml files are located next to one another. Also, when launching the app's jar, make sure that you include "-javaagent=".
This work cannot be completed right now because there is a bug that causes an exception to be thrown when attempting to start the app. When this issue is fixed, this sample needs to be updated accordingly to track dependencies: microsoft/ApplicationInsights-Java#506
The text was updated successfully, but these errors were encountered: