Skip to content
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

Only the IP address is displayed on the back-end node #10984

Closed
cuihao-ops opened this issue May 7, 2024 · 9 comments
Closed

Only the IP address is displayed on the back-end node #10984

cuihao-ops opened this issue May 7, 2024 · 9 comments

Comments

@cuihao-ops
Copy link

Hi,
In springboot applications, the service name can be displayed, but the service name of the downstream call chain cannot be displayed, only the IP address can be displayed, The versions used are as follows:
jdk 1.8.0_271
hbase-1.2.6
pinpoint-collector-boot-2.3.3
Can you advise if there's something wrong with my setup or if I need to start something extra?
Thanks

20240507-170132

@emeroad
Copy link
Member

emeroad commented May 8, 2024

The pinpoint agent must be installed on the downstream server to enable tracing.

@cuihao-ops
Copy link
Author

The pinpoint agent must be installed on the downstream server to enable tracing.

Hi, pinpoint-bootstrap-2.3.3 has been installed, The startup command is as follows,
java -javaagent:/pinpoint-agent/pinpoint-bootstrap.jar -Dpinpoint.profiler.profiles.active=snapshot -Dpinpoint.applicationName=appname -Dpinpoint.agentId=appname -64b469895b-wsmfv

@xiaohongw
Copy link

The pinpoint agent must be installed on the downstream server to enable tracing.

Please help to see, I also have this problem, the downstream server is configured with pinpoint, but serverMap displays ip

@emeroad
Copy link
Member

emeroad commented May 9, 2024

Only services with pinpoint agent installed can be traced.

A(with pinpoint agent) ----> B (no agent)
In the above case, only service A can be monitored.

The supported libs are as follows.
If you are using an unsupported lib, trace is not supported.
https://github.com/pinpoint-apm/pinpoint/tree/master/agent-module/plugins

@cuihao-ops
Copy link
Author

cuihao-ops commented May 10, 2024

Only services with pinpoint agent installed can be traced.

A(with pinpoint agent) ----> B (no agent) In the above case, only service A can be monitored.

The supported libs are as follows. If you are using an unsupported lib, trace is not supported. https://github.com/pinpoint-apm/pinpoint/tree/master/agent-module/plugins

image
image

Hi, Here's our situation.
A(with pinpoint agent) ----> B (with pinpoint agent)
In the first picture is A, 13.110 is B's IP address.
In the second picture is B and the corresponding 13.110 IP address.

This is our profile
pinpoint.txt

spring-boot version is 2.1.6

@emeroad
Copy link
Member

emeroad commented May 10, 2024

Which RPC library do you use?

https://github.com/pinpoint-apm/pinpoint?tab=readme-ov-file#supported-modules
Apache HttpClient 3 / 4 / 5, JDK HttpConnector, GoogleHttpClient, OkHttpClient, NingAsyncHttpClient

Please check the support module above.
If it is not a supported module, it may not be tracked.

@xiaohongw
Copy link

Thank you for your reply, it is indeed the client side of the problem, because we use springcloud default feign call, feign default use jdk built-in HttpURLConnection remote call, switch to okhttp is no problem, but due to the project changes larger, Can you support HttpURLConnection calls? Thank you very much if you can.

@xiaohongw
Copy link

image

@cuihao-ops
Copy link
Author

Which RPC library do you use?

https://github.com/pinpoint-apm/pinpoint?tab=readme-ov-file#supported-modules Apache HttpClient 3 / 4 / 5, JDK HttpConnector, GoogleHttpClient, OkHttpClient, NingAsyncHttpClient

Please check the support module above. If it is not a supported module, it may not be tracked.

image
Hi, we are using springcloud gateway, Reactor Netty seems to be supported, but the IP address is also displayed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants