Jean Bisutti

Results 44 comments of Jean Bisutti

@trask @siyuniums The tests can't run: `Could not find io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.16.0-alpha-SNAPSHOT.`

Hi @jain-chinmay, We are working on it. The feature should be available in the next release.

@xsmrcek Thank you for the repo reproducing the problem! Could you please replace `val tracer = OpenTelemetry.noop().getTracer("")` by `val tracer = GlobalOpenTelemetry.getTracerProvider().tracerBuilder("my-tracer").build()`? With that modification I can see your custom...

Hello @xsmrcek, I see a test in our code checking that Application Insight is working from opentelemetry-api 1.0.0. However I would recommend to use the last opentelemetry-api version, that is...

Hi @xsmrcek, To see the custom key, please select a thing different from "MY ROLE NAME". For example, see this screenshot: ![image](https://user-images.githubusercontent.com/14811066/185921549-7c10e410-01b1-4f2a-93c1-b4a1af86802b.png)

Hi @Sachin1O1, The profiler uses MBean operations. You may use a Spring Boot version greater than 2.2 for which [JMX is disabled by default](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.2-Release-Notes#jmx-now-disabled-by-default). You can enable JMX: * From...

Hi @Sachin1O1, Please ignore my previous message. The error seems in fact related to the IBM Semeru JDK and not Spring.

Hi @Sachin1O1, Could you please try with an image that does not contain an IBM Semeru or another OpenJ9-related JDK?

Hi @Sachin1O1, [The image you have used seems to contain both HotSpot and OpenJ9 JREs](https://hub.docker.com/_/adoptopenjdk). Could you please try starting your application with the HotSpot JRE?

Hi @Sachin1O1, `-XX:+UnlockCommercialFeatures` JVM option seems to be added. Could you please check your JVM options and remove `-XX:+UnlockCommercialFeatures`? Thanks! This issue does not seem related to Application Insights code.