ApplicationInsights-Java icon indicating copy to clipboard operation
ApplicationInsights-Java copied to clipboard

Application Insights for Java

Results 115 ApplicationInsights-Java issues
Sort by recently updated
recently updated
newest added

Previously, we didn't capture operation_Id on trace/exception records when there was no parent, because there was nothing that it needed to be correlated with. But it's a bit weird to...

Fix Custom layout pattern like "%d --- %m%n" can not be used with appinsights log4j v2. ``` The PatternLayout has no effect on the log4j sent to Azure AppInsights: e.g:...

Fix #804 . Not sure if this contribution should be considerate a significant one. If it's required to follow some extra procedures, please let me know.

Enhancement

Fix jdbc instrumentation Recursive statements inside Connection#getMetaData Connection#getMetaData() may execute a Statement or PreparedStatement to retrieve DB info. This happens before the DB CLIENT span is started (and put in...

Hello, we have started a proof of concept to evaluate Application Insights in comparison to other APM . so far so good with our java microservices which are written by...

Enhancement

# Desired outcome A way to limit misbehaving applications that are spamming the same logging or exceptions via the App Insights agent. # Context We had an application generate 4...

Enhancement
Needs: Attention :wave:
Status: Fixed

For usage with Java 9+, it would be nice if you could modularize AI by adding a `module-info` file.

SDK

It would be nice to have the [TrackAvailability](https://docs.microsoft.com/en-us/dotnet/api/microsoft.applicationinsights.telemetryclient.trackavailability?view=azure-dotnet) method in Java. Currently it's only available in .NET.

Enhancement

Java agent for Application Insights seem not to capture all telemetry from WSO2 Enterprise Integrator (tested in 6.5 version) and WSO2 API Gateway (tested in 2.2.0 version). For those WSO2...

Enhancement

When using applicationinsights-core-2.5.1 in an modularized java 12 (or 13) application, you get the following error: ``` Error:java: java.lang.module.FindException: Unable to derive module descriptor for applicationinsights-core-2.5.1.jar Provider class com.microsoft.applicationinsights.core.dependencies.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer not...

Bug
SDK