Missing some functions when instrument a Spring project #624
Unanswered
amirdeljouyi
asked this question in
Q&A
Replies: 1 comment
-
Would it be possible to create a simple reproducer app you could attach here so i can try and diagnose? |
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
-
Hello,
I'm instrumenting a Spring project, and I noticed that some methods like Controller and Services don't show up in the trace log. They call a repository method in which Pageable class is used and when I remove Pageable everything works fine.
So far, I've attached the trace script dynamically to the running application. As well, I wanted to try the trace script with the application when it is started to see if it would help. So I've tried -javaagent and Btracer, but then they don't show any logs. Also no dump classes are generated.
Best,
Amir
Beta Was this translation helpful? Give feedback.
All reactions