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

TODO need to manually test old actuator instrumentation, because I haven't been able to get old spring boot versions to work since [upgrading to Gradle 8.1.1](#3046). Resolves #2806 and https://portal.microsofticm.com/imp/v3/incidents/incident/409304026...

### Expected behavior I would expect `valueMax` to have a value less than `valueSum`. ### Actual behavior `valueMax` is greater than `valueSum`. ### To Reproduce This is my method that...

Needs: Attention :wave:
Status: In PR

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

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

### Expected behavior When I insert the userId into the logging context via MDC, I would expect that it would be mapped correctly. ### Actual behavior UserId is only visible...

### Expected behavior temp generated agent.jar file in windows/Temp folder should be removed automatically because the programmer did not write or program to create the jar file. ### Actual behavior...

Needs: Attention :wave:

cc @lmolkova moved to draft to reconsider approach. there's also `db.cassandra.*`, `db.redis.*`, etc

**Is your feature request related to a problem? Please describe.** I'd like to drop sql dependency spans that are duration is under than a certain threshold. In 2.x and dotnet...

Needs: Attention :wave:

### Expected behavior I was hoping to suppress an exception using `exception.message` or `exception.stacktrace` that is flooding our logs - 900,000 times a day. ### Actual behavior I only appear...

Needs: Attention :wave:

### Expected behavior The profiler should trigger when the memory threshold is achieved and jfr report should be generated for memory. ### Actual behavior No JFR report is generated for...

Needs: Triage :mag: