ApplicationInsights-Java icon indicating copy to clipboard operation
ApplicationInsights-Java copied to clipboard

Application Insights for Java

Results 201 ApplicationInsights-Java issues
Sort by recently updated
recently updated
newest added

Bumps `otelInstrumentationAlphaVersion` from 2.20.0-alpha to 2.22.0-alpha. Updates `io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha` from 2.20.0-alpha to 2.22.0-alpha Release notes Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha's releases. Version 2.21.0 This release targets the OpenTelemetry SDK 1.55.0. Note that many...

dependencies
java

Bumps [io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom](https://github.com/open-telemetry/opentelemetry-java-instrumentation) from 2.19.0 to 2.20.0. Release notes Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom's releases. Version 2.20.0 This release targets the OpenTelemetry SDK 1.54.0. Note that many artifacts have the -alpha suffix attached...

dependencies
java

### Expected behavior No parsing error. ### Actual behavior We observe some errors: > LoggerName = com.azure.monitor.opentelemetry.autoconfigure.implementation.quickpulse.QuickPulsePingSender > Message = Unsupported text Content-Type Type: class com.azure.monitor.opentelemetry.autoconfigure.implementation.quickpulse.swagger.models.ServiceError > Exception = java.lang.IllegalStateException:...

Bumps [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 3.5.7 to 4.0.0. Release notes Sourced from org.springframework.boot:spring-boot-starter-web's releases. v4.0.0 :star: New Features Change tomcat and jetty runtime modules to starters #48175 Rename spring-boot-kotlin-serialization to align with...

dependencies
java

Bumps [io.opentelemetry.instrumentation:gradle-plugins](https://github.com/open-telemetry/opentelemetry-java-instrumentation) from 2.19.0-alpha to 2.22.0-alpha. Release notes Sourced from io.opentelemetry.instrumentation:gradle-plugins's releases. Version 2.21.0 This release targets the OpenTelemetry SDK 1.55.0. Note that many artifacts have the -alpha suffix attached...

dependencies
java

**Is your feature request related to a problem? Please describe.** Customer has been disable mask of SQL query by following this doc https://learn.microsoft.com/en-us/azure/azure-monitor/app/java-standalone-config#java-database-connectivity-query-masking, however in app insights logs, there are...

### Expected behavior In a SpringBoot application that uses either Micrometer API with the Otel-Bridge or the Otel SpringBoot starter to initialize OpenTelemtry and the OpenTelemetry SDK to create custom...

Originally reported by [pavansinguluri](https://github.com/pavansinguluri) in this issue - https://github.com/Azure/azure-sdk-for-java/issues/43827 Moving the original issue to the right repository. I have configured alerts for my Spring boot application with spring boot metrics,...

### Expected behavior Adding an attribute to a log and add a filter with this attribute should remove the log in Application Insights. This was the behavior since at least...

**Summary** - Add a smoke test (`TelemetryProcessorLogFilterSamplingOverridesTest`) that reproduces issue #4526 by exercising sampling overrides based on attributes derived by preview processors. - Adjust the log filtering pipeline so `AzureMonitorLogFilteringProcessor`...