-
I have written a class that extends
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Hi, @laurit. Do you have any practical suggestions? I would really appreciate it. |
Beta Was this translation helpful? Give feedback.
-
Hi, @laurit . After using
or
Thanks. |
Beta Was this translation helpful? Give feedback.
-
I understand that the bytebuddy agent has the
|
Beta Was this translation helpful? Give feedback.
Use
opentelemetry-java-instrumentation/javaagent-extension-api/src/main/java/io/opentelemetry/javaagent/extension/instrumentation/TypeTransformer.java
Line 32 in 65ee951
shutdown
method. We don't have any samples in the agent on how to do this, you'll have to check byte-buddy or asm (whichever you prefer) documentation on how to add methods.