rambhatt-msft / ApplicationInsights-Java

Application Insights for Java

Home Page:http://aka.ms/application-insights

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Application Insights for Java

See documentation at https://docs.microsoft.com/en-us/azure/azure-monitor/app/java-in-process-agent.

If you need to build locally

Download the main repo and submodule:

git clone https://github.com/microsoft/ApplicationInsights-Java
cd ApplicationInsights-Java
git submodule init
git submodule update

Publish all the artifacts from the submodule to your local maven repository:

cd otel
./gradlew publishToMavenLocal
cd ..

Build the agent jar file:

./gradlew -DskipWinNative=true :agent:agent:shadowJar

The agent jar file should now be available under agent/agent/build/libs.

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 opencode@microsoft.com with any additional questions or comments.

About

Application Insights for Java

http://aka.ms/application-insights

License:Other


Languages

Language:Java 98.1%Language:C++ 1.3%Language:Dockerfile 0.2%Language:C 0.2%Language:Shell 0.2%Language:Groovy 0.1%