How to instrument constructor? #4513
Unanswered
fasheng2019
asked this question in
Q&A
Replies: 1 comment
-
Hey @fasheng2019 , |
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
-
Hi,
I want to trace whether instances of a class are created. Is there a way to specify constructor in jvm args
-Dotel.instrumentation.methods.include
? For example,class A { public A() {...} }
, I triedDotel.instrumentation.methods.include="package.to.A[A]"
but it won't work. Thanks for your attention and advice!Beta Was this translation helpful? Give feedback.
All reactions