-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My functions executed by ExecutorService not in Call Tree #10358
Comments
Could you post the full track? |
Not sure this is what you want. Note that I have renamed our package names
|
What is the JDK version? |
17 Java(TM) SE Runtime Environment (build 17.0.4.1+1-LTS-2) |
It seems to be a bug. |
I modified my code: It was:
Now it is
I can see more functions. Great! However I could not see functions from java.net.http.HttpClient (jdk 17) to connect my Rest API. Any advice? |
Unfortunately, Pinpoint does not support JDK17 HttpClient yet. |
I can see http client functions in Call Tree by using
But there is no icon for my rest api server in servermap |
After you fix the bug, I am happy to test it against our applications if you like |
Hi, we hope this exception no longer occurs. Please try again and let us know how it goes! Thank you |
Hi all,
I am new to pinpoint. I have deployed pinpoint 2.5.2 in my local machine and it seems all components were successfully started. For the JVM agent, I made the following changes:
user defined classes
Thread plugin
After restarting, I could not find my functions executed by ExecutionService in Call Tree but when I remove ExecutionService(single thread), I can see all of them (not for java.net.http.HttpClient)
My jdk is:
Extra information:
I received exceptions (described below). When I went through the source, I can see the class name is hard coded
Exception:
Source:
Many thanks in advance.
The text was updated successfully, but these errors were encountered: