-
Hi, if otel debug is on i see a bunch of exception from otel agent, its all something like that:
it happens on startup , around 20-30 exceptions , then it stops and looks like everything and otel instrumentation is working fine, otel.javaagent 2024-05-10 23:54:28:858 +0300] [main] DEBUG io.opentelemetry.javaagent.tooling.bytebuddy.LoggingFailSafeMatcher - Instrumentation type matcher unexpected exception: AnnotationInstrumentationModule#WithSpanInstrumentation((not(name(startsWith(kotlin.coroutines.))) and declaresMethods(whereOne((declaresAnnotations(whereOne(ofAnnotationType(name(equals(io.opentelemetry.instrumentation.annotations.WithSpan))))) and returns(erasure(is(class java.lang.Object))) and io.opentelemetry.javaagent.instrumentation.instrumentationannotations.KotlinCoroutineUtil$$Lambda$218/0x000000080042f7b0@1a0b5323 and not(false)))))) [otel.javaagent 2024-05-10 23:54:29:249 +0300] [main] DEBUG io.opentelemetry.javaagent.tooling.AgentInstaller$TransformLoggingListener - Failed to handle org.digma.net.bytebuddy.description.type.$Proxy18 for transformation on class loader jdk.internal.loader.ClassLoaders$AppClassLoader@14899482 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There are printed only at the debug level and can be ignored. Changing the order of the agents may also get rid of these. |
Beta Was this translation helpful? Give feedback.
There are printed only at the debug level and can be ignored. Changing the order of the agents may also get rid of these.