Trask Stalnaker

Results 339 comments of Trask Stalnaker

Hi @skaabaoui, the MDC properties should already be getting captured under `customDimensions`

Hi @tobiasdiez, thanks for reporting this! I wonder if the problem is that `org.xmlpull.mxp1_serializer.MXSerializer` should be shaded. Can you try modifying `/META-INF/services/com.microsoft.applicationinsights.core.dependencies.xmlpull.v1.XmlPullParserFactory` to instead contain ``` com.microsoft.applicationinsights.core.dependencies.xmlpull.mxp1.MXParser,com.microsoft.applicationinsights.core.dependencies.xmlpull.mxp1_serializer.MXSerializer ``` and see...

Hi @tobiasdiez, can you create a github repository with a simple repro?

Closing, there are new 3.4.0 versions `applicationinsights-core` and `applicationinsights-web` artifacts that are modularized, and specifically target Application Insights Java 3.x. Please see [upgrading from 2.x](https://learn.microsoft.com/en-us/azure/azure-monitor/app/java-standalone-upgrade-from-2x).

hey @Sachin1O1 > Unable to obtain JFR connection, this may indicate that your JVM does not have JFR enabled What Java distribution are you using? What does `java -version` report?...

re-opening, we should log a warning message if the profiler is enabled but it is not supported on the given JVM

I support this cc @open-telemetry/java-instrumentation-approvers

cc @open-telemetry/java-instrumentation-approvers in case anyone has good idea how to generate this table more reliably than the script at https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/v1.12.1/buildscripts/check-suppressing-instrumentation-docs.sh (maybe with some code restructuring?)

Hey all, we got our first CodeQL security alert! (https://github.com/open-telemetry/opentelemetry-java-instrumentation/security/code-scanning/1) But we didn't notice it for several days, because it didn't generate any notifications (@anuraaga just happened to go looking...