Build & Unit Tests | Smoke Tests |
---|---|
This is the repository of the Java SDK for Azure Application Insights. Application Insights is a service that monitors the availability, performance and usage of your application. The SDK sends telemetry about the performance and usage of your app to the Application Insights service where your data can be visualized in the Azure Portal. The SDK automatically collects telemetry about HTTP requests, dependencies, and exceptions. You can also use the SDK to send your own events and trace logs.
For more information please refer to:
- Getting started with Application Insights in a Java web project
- Application Insights overview
- Application Insights with SpringBoot
The following packages are built in this repository:
Base API and channel: | Web applications instrumentation: | Application Insights SpringBoot Starter: |
---|---|---|
Logback adaptor: | Log4J 2 adaptor: | Log4J 1.2 adaptor: |
---|---|---|
After you upgrade, you'll need to merge back any customizations you made to ApplicationInsights.xml
. Take a copy of it to compare with the new file.
If you're using Maven or Gradle
- If you specified a particular version number in
pom.xml
orbuild.gradle
, update it. - Refresh your project's dependencies.
Otherwise
- Download the latest version of Application Insights Java SDK, scroll down to the getting started section and follow the instructions to manually download the SDK and replace the old
.jar
files.
Compare the old and new ApplicationInsights.xml
. Many of the changes you see are because we added and removed modules. Reinstate any customizations that you made.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.