Unable to trace a method with a parameter by using MethodInstrumentationModule #9609
Unanswered
harveychong
asked this question in
Q&A
Replies: 2 comments
-
@harveychong please provide a sample application that allows reproducing this |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you very much for your quick reply. I followed your instructions to create a sample application to reproduce this but I failed as the extension always works. So back to our application, I finally found I created a checkpoint in db before and so the monitored method was never called. I sorry to bother you today for my stupid mistake. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am unable to trace a method with one parameter (
com.my.processor.MyEvent
) in my class (com.my.processor.BlobProcessor
) implementingjava.util.function.Consumer
by usingMethodInstrumentationModule
but this module works well for my own method without any input parameter. The line below is my configuration:otel.instrumentation.methods.include=com.my.processor.BlobProcessor[accept]
Can someone help me about it?
You help will be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions