ApplicationInsights-Java
ApplicationInsights-Java copied to clipboard
Application Insights for Java
### Expected behavior when dependency response code is 4xx or 5xx, dependency response code should show the corresponding status code 4xx or 5xx. ### Actual behavior instead, it is showing...
At our project we have a bunch of azure function written in java. Those functions are connected to the application insight through the following env variables ```sh APPLICATIONINSIGHTS_CONNECTION_STRING=... APPLICATIONINSIGHTS_ENABLE_AGENT=true ```...
## **Expected behavior** I expected requests to be tracked in the respective Application Insights resources based on the `httpPathPrefix` defined in the configuration. Specifically: - Requests to `/OsaEcommerceServerBE/` should be...
moving to draft for now, I'd like to see if #4054 alone resolves the warnings
Just running smoke tests, not for merging...
For example, to support keeping all Inproc dependencies (INTERNAL spans), but dropping all other dependencies (CLIENT spans). An option to support this would be to introduce a new `telemetryType` of...
Based on https://github.com/Azure/azure-sdk-for-java/pull/43733
**Is your feature request related to a problem? Please describe.** As illustrated by [this bug report](https://github.com/microsoft/ApplicationInsights-Java/issues/3919), users may expect the OpenTelemetry's Java Agent's [configuration settings](https://opentelemetry.io/docs/zero-code/java/agent/disable/) for suppressing instrumentation would work...
Currently built on top of https://github.com/microsoft/ApplicationInsights-Java/pull/3951 CodeQL run on this PR branch is failing: https://github.com/microsoft/ApplicationInsights-Java/actions/runs/11767698950/job/32776679675