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 If you add a sampling override that filters out all requests with a specific HTTP response status, those requests shouldn't be shown in Application Insights. ### Actual...

Needs: Attention :wave:

Hello, thanks to some historical reasons (DAPR, etc) we age using custom instrumentation of Azure Service bus messaging. I would like to be able to turn of default instrumentation. On...

**Is your feature request related to a problem? Please describe.** We need to track and correlate telemetry data across a distributed system that spans both Azure-hosted micro-services and on-premises components...

I do have a spring boot - web flux (java 17) application with dependencies like: ``` org.springframework.boot spring-boot-starter-parent 3.2.4 ... ... com.azure.spring spring-cloud-azure-starter-keyvault-secrets 5.11.0 com.microsoft.azure applicationinsights-runtime-attach 3.5.1 com.microsoft.azure applicationinsights-core 3.5.1...

### Expected behavior Content of environment variable APPLICATIONINSIGHTS_CONFIGURATION_CONTENT is considered by application insights agent ### Actual behavior We are using a quarkus framework to create and run our Azure Function....

Because the connection string from the APPLICATIONINSIGHT__CONNECTION_STRING environment variable takes precedence over the connection string coming from the JSON file. Fix #3707

See [OWASP dependency check (daily) #650](https://github.com/microsoft/ApplicationInsights-Java/actions/runs/9606999785).

I am trying to use TelemetryClient to track a request and found that I can add a URL only via a setter method. I think there should also be a...

### Expected behavior 1. Mule 4 --> MsSql dependency should be available in Application Insight (AI). ### Actual behavior We need to use Mule 4 application to log all logs...