All Projects → microsoft → Applicationinsights Java

microsoft / Applicationinsights Java

Licence: other
Application Insights for Java

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Applicationinsights Java

Applicationinsights Node.js
Microsoft Application Insights SDK for Node.js
Stars: ✭ 229 (+33.14%)
Mutual labels:  azure, sdk, monitoring, distributed-tracing, observability, application-insights
Applicationinsights Home
Application Insights main repository for documentation of overall SDK offerings for all platforms.
Stars: ✭ 221 (+28.49%)
Mutual labels:  azure, sdk, monitoring, distributed-tracing, observability, application-insights
Applicationinsights Dotnet Server
Microsoft Application Insights for .NET Web Applications
Stars: ✭ 130 (-24.42%)
Mutual labels:  azure, sdk, monitoring, distributed-tracing, observability, application-insights
Applicationinsights Dotnet
ApplicationInsights-dotnet
Stars: ✭ 367 (+113.37%)
Mutual labels:  azure, sdk, monitoring, distributed-tracing, observability, application-insights
Applicationinsights Go
Microsoft Application Insights SDK for Go
Stars: ✭ 113 (-34.3%)
Mutual labels:  azure, monitoring, distributed-tracing, observability, application-insights
Applicationinsights Php
Azure Application Insights SDK for PHP
Stars: ✭ 98 (-43.02%)
Mutual labels:  azure, sdk, monitoring, distributed-tracing, application-insights
Applicationinsights Js
Microsoft Application Insights SDK for JavaScript
Stars: ✭ 462 (+168.6%)
Mutual labels:  azure, sdk, monitoring, observability, application-insights
Applicationinsights Aspnetcore
ASP.NET Core web applications monitoring
Stars: ✭ 306 (+77.91%)
Mutual labels:  azure, monitoring, distributed-tracing, observability, application-insights
Applicationinsights Python
Application Insights SDK for Python
Stars: ✭ 114 (-33.72%)
Mutual labels:  sdk, monitoring, distributed-tracing, application-insights
Applicationinsights Dotnet Logging
.NET Logging adaptors
Stars: ✭ 100 (-41.86%)
Mutual labels:  azure, sdk, monitoring, application-insights
Epsagon Go
Automated tracing library for Go 1.x ⚡️
Stars: ✭ 24 (-86.05%)
Mutual labels:  monitoring, distributed-tracing, observability
Azuremonitoringhackathon
Operationalize Azure deployments with Azure platform tools​
Stars: ✭ 46 (-73.26%)
Mutual labels:  azure, monitoring, application-insights
Serverless Url Shortener
Azure Function for a URL shortening website. Uses serverless functions, Azure Table Storage and Application Insights.
Stars: ✭ 113 (-34.3%)
Mutual labels:  azure, application-insights
Vs Deploy
Visual Studio Code extension that provides commands to deploy files of a workspace to a destination.
Stars: ✭ 123 (-28.49%)
Mutual labels:  azure, sql
Tcpdog
eBPF based TCP observability.
Stars: ✭ 119 (-30.81%)
Mutual labels:  monitoring, observability
Ibex Dashboard
Custom Analytics Dashboard for Microsoft Bot Framework and other applications as well
Stars: ✭ 171 (-0.58%)
Mutual labels:  azure, application-insights
Opencensus Csharp
Distributed tracing and stats collecting framework
Stars: ✭ 126 (-26.74%)
Mutual labels:  monitoring, distributed-tracing
Vscode Deploy Reloaded
Recoded version of Visual Studio Code extension 'vs-deploy', which provides commands to deploy files to one or more destinations.
Stars: ✭ 129 (-25%)
Mutual labels:  azure, sql
Angular Application Insights
Angular & Azure Application Insights module - Find out performance and usage of your app by connecting Microsoft Azure Application insights with your Angular application by @TrilonIO
Stars: ✭ 125 (-27.33%)
Mutual labels:  azure, application-insights
Apm Agent Php
Elastic APM PHP Agent
Stars: ✭ 129 (-25%)
Mutual labels:  monitoring, distributed-tracing

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 [email protected] with any additional questions or comments.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].