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

What's the minimum / maximum startup impact of application insight on microservices startups?

Needs: Attention :wave:

### Expected behavior Sampling overrides should work for stacktrace attribute `applicationinsights.internal.log_error_stack`. ### Actual behavior It does not work, pattern matcher is never executed with the provided regexp. ### To Reproduce...

Needs: Triage :mag:

**Is your feature request related to a problem? Please describe.** Currently the java agent will split log.error calls (using logback and Spring Boot default) between Exceptions and Traces in AI...

Needs: Attention :wave:

Hello, I want to use the Java agent inside of one docker container together with our Java SpringBoot application, like this way: ``` java -Xmx1024m -javaagent:/home/myapp/applicationinsights-agent.jar \ -jar \ myapp.jar...

Needs: Attention :wave:

**Is your feature request related to a problem? Please describe.** I'm currently trying to work out the minimal config to get the slf4j logging from the Azure SDK to appear...

Needs: Attention :wave:

### Expected behavior Higher sampling values should override lower default sampling. (Please correct me if my understanding of [this section](https://docs.microsoft.com/en-us/azure/azure-monitor/app/java-standalone-sampling-overrides#example-collect-100-of-telemetry-for-an-important-request-type) is wrong) ### Actual behavior Only default sampling is taken...

Needs: Attention :wave:

We are trying to customize auto collected data (requests, depenedencies). We are able to customize Request data using available SDK methods. Auto-collected dependencies for HTTP calls are getting dependency name...

Needs: Attention :wave:

### Expected behavior When consuming events with kafka in Application Insights it should show java exceptions on the same level as the rest of the process. Just like this screenshot,...

Needs: Attention :wave:

We've looking at switching from using JDBC to using a completely reactive stack and using [R2DBC](https://spring.io/projects/spring-data-r2dbc) with postgres instead. Using JDBC we had all of the database calls logged as...

Enhancement