Skip to content

guestlinelabs/ApplicationInsights-Java

This branch is 7 commits ahead of, 3929 commits behind microsoft/ApplicationInsights-Java:main.

Folders and files

NameName
Last commit message
Last commit date
Jun 30, 2017
Feb 8, 2018
Apr 12, 2015
Nov 29, 2017
Jan 2, 2018
Nov 29, 2017
Dec 12, 2017
Jan 19, 2018
Dec 13, 2017
Sep 4, 2016
Feb 8, 2018
Jul 2, 2017
Jan 19, 2018
Apr 14, 2015
Jun 30, 2017
Sep 22, 2017
Jun 30, 2017
Dec 12, 2017
Dec 3, 2014
Dec 3, 2014
Jul 11, 2015

Repository files navigation

ApplicationInsights-Java

Introduction

This is the repository of the Java SDK for Visual Studio 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.

Please refer to:

The following packages are built in this repository:

  • Base API and channel: applicationinsights-core
  • Web applications instrumentation: applicationinsights-web
  • Logback adaptor: applicationinsights-logging-logback
  • Log4J 2 adaptor: applicationinsights-logging-log4j2
  • Log4J 1.2 adaptor: applicationinsights-logging-log4j1_2

To upgrade to the latest SDK

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

  1. If you specified a particular version number in pom.xml or build.gradle, update it.
  2. Refresh your project's dependencies.

Otherwise

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.

Microsoft Open Source Code of Conduct

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.

Packages

No packages published

Languages

  • Java 99.5%
  • Other 0.5%