Custom Implementation of oteljavaagent Not Working(otel.javaagent.extensions) #13456
Replies: 2 comments 9 replies
-
I encountered the same issue. I injected the agent by setting the JVM parameters, but with the debug mode enabled, I didn't see the specific startup information. I have confirmed that the command was added. Log %d [%thread] %-5p [%c] [%F:%L] [trace=%X{trace_id:-},span=%X{span_id:-},parent=%X{X-B3-ParentSpanId:-}] - %msg%n pom |
Beta Was this translation helpful? Give feedback.
-
Your best bet on getting someone to look at this would be to provide a minimal sample that reproduces the issue along with any necessary instructions. With the provided information it is hard to guess what might be the issue. |
Beta Was this translation helpful? Give feedback.
-
Environment: JDK 8
Objective:
I want to enable a custom implementation that I have created for the oteljavaagent.
Current Situation:
I have applied it to the actual application, and while the oteljavaagent itself is functioning correctly, the customized part is not working. I have embedded logs in the custom implementation, but since they are not being output, I have determined that the customization is not functioning.
Inquiry:
Are there any things to be careful about or information that should be checked (such as version) when enabling a custom implementation?
Dockerfile:
Beta Was this translation helpful? Give feedback.
All reactions