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

I am using very basic(we don't need to inject http requests) AI features in [azure maven plugins](https://github.com/microsoft/azure-maven-plugins) the packing way AI used produces a very large jar by [shadowjar](https://github.com/microsoft/ApplicationInsights-Java/blob/master/core/build.gradle#L135) which...

SDK

Capture [Log4j Markers](https://logging.apache.org/log4j/2.x/manual/markers.html) and [Logback Markers](https://www.slf4j.org/apidocs/org/slf4j/Marker.html) as custom properties on the corresponding trace (log message) telemetry.

Enhancement

### Expected behavior The Java Function App suddenly failed to start due to missing application-insights agent. We haven't change anything in the configuration. As shown in logs, the application is...

### Expected behavior Custom properties are present in Request telemetry. (it works with applicationinsights-core 2.6.4). ### Actual behavior Custom properties aren't present in Request telemetry. It's kinda follow up for...

Needs: Triage :mag:

Bumps [opentelemetry-instrumentation-bom](https://github.com/open-telemetry/opentelemetry-java-instrumentation) from 1.18.0 to 1.19.0. Release notes Sourced from opentelemetry-instrumentation-bom's releases. Version 1.19.0 This release targets the OpenTelemetry SDK 1.19.0. Note that all artifacts other than io.opentelemetry.javaagent:opentelemetry-javaagent have the...

dependencies
java

Bumps [opentelemetry-instrumentation-bom-alpha](https://github.com/open-telemetry/opentelemetry-java-instrumentation) from 1.18.0-alpha to 1.19.0-alpha. Release notes Sourced from opentelemetry-instrumentation-bom-alpha's releases. Version 1.18.0 This release targets the OpenTelemetry SDK 1.18.0. Note that all artifacts other than io.opentelemetry.javaagent:opentelemetry-javaagent have the...

dependencies
java

We disabled instrumentation of logging (log4j2) by export APPLICATIONINSIGHTS_INSTRUMENTATION_LOGGING_LEVEL=OFF Disabling worked in version 3.2.4. After upgrading to version 3.3.0, disabling no longer works and the agent transfers all (severity level...