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 Don't fail a main application. Probably use `WARN` log level. ### Actual behavior The enabled JVM agent with `TRACE` log level causes a Java application to fail....

**Is your feature request related to a problem? Please describe.** How do I configure sampling to e.g. 30% and keep all underlying process exceptions logged. I have a running process...

Needs: Attention :wave:

### Expected behavior not to include shaded dependencies inside jar ### Actual behavior shaded dependency has a vulnerability and I cannot fix it ### To Reproduce Run trivy check and...

**Is your feature request related to a problem? Please describe.** As per your documentation, it's possible to override connection strings per each `httpPathPrefix`: https://learn.microsoft.com/en-us/azure/azure-monitor/app/java-standalone-config#connection-string-overrides-preview ``` { "preview": { "connectionStringOverrides": [...

Needs: Attention :wave:

### Expected behavior All log messages should be sent to App Insights ### Actual behavior Log messages go missing sporadically in multi-threaded scenarios when several threads are logging simultaneously Application...

Dear AIJava team, After updating from 3.4.18 to 3.4.19, we started experiencing the following exception no matter what combination of dependency versions we use: ``` Exception in thread "main" java.lang.ClassCastException:...

Needs: Attention :wave:

### Expected behavior Using the application agent, HTTP operations / transactions should appear in azure application insights ### Actual behavior HTTP Operations / transactions do not appear in application insights...

Needs: Attention :wave:

Hi, Good evening, I am trying to enable AppInsights into a Mulesoft API to do POC. I came across the following article on implementing the AppInsights using log4j appender. https://help.mulesoft.com/s/article/Add-Microsoft-Application-Insights-Log-Appender-In-Mule-4-Application...

Needs: Attention :wave:

### Expected behavior HttpClient log to be traced into Azure AppInsight when the wiretap is switched on. ``` HttpClient httpClient = HttpClient .create() .wiretap("reactor.netty.http.client.HttpClient", LogLevel.DEBUG, AdvancedByteBufFormat.TEXTUAL); ``` ### Actual behavior...

Needs: Attention :wave:

Fix # . For significant contributions please make sure you have completed the following items: - [ ] Design discussion issue # - [ ] Changes in public surface reviewed...