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

Application Insights for Java

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

### Expected behavior APPLICATIONINSIGHTS_CONNECTION_STRING works in 3.5.x ### Actual behavior APPLICATIONINSIGHTS_CONNECTION_STRING does not work in 3.5.x (tried 3.5.0, 3.5.1, 3.5.2) ### To Reproduce 1. add dependency com.microsoft.azure:applicationinsights-runtime-attach:3.4.19 2. add applicationinsights.json...

Needs: Attention :wave:

### Expected behavior We have a subscription for Application Insights and I'm trying to send the telemetry data through Eclipse IDE. But I'm getting a 'Connection refused' error: eastasia-0.in.applicationinsights.azure.com/[0:0:0:0:0:0:0:0]:443 ```...

### Expected behavior No security vulnerabilities should be present in the current version of Application Insights. ### Actual behavior one CVEs were detected in the current version: - **CVE-2024-35255** I...

### Expected behavior Span should contain exception type and message. More details: https://github.com/microsoft/ApplicationInsights-Java/pull/3148 ### Actual behavior Exception type and message is not added in case exception is not propagated to...

Needs: Attention :wave:

Currently blocked on test failures in `VariousCollectorsTest` cc @jeanbisutti

How can this be used in Android applications now that ApplicationInsights-Android has been deprecated? Specifically configuring the connection string is a bit non-Android. On Android you don't typically set environment...

### Expected behavior The [official documentation](https://opentelemetry.io/docs/zero-code/java/agent/disable/) describes a number of parameters to suppress automatic instrumentation in entirety or for specific libraries. It is fair to expect that instrumenting with Microsoft's...

Needs: Author Feedback