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

### 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...