cuihao-ops

Results 3 comments of cuihao-ops

> 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...

> 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. >...

> Which **RPC library** do you use? > > https://github.com/pinpoint-apm/pinpoint?tab=readme-ov-file#supported-modules Apache HttpClient [3](https://github.com/pinpoint-apm/pinpoint/tree/master/plugins/httpclient3) / [4](https://github.com/pinpoint-apm/pinpoint/tree/master/plugins/httpclient4) / [5](https://github.com/pinpoint-apm/pinpoint/tree/master/plugins/httpclient5), [JDK HttpConnector](https://github.com/pinpoint-apm/pinpoint/tree/master/plugins/jdk-http), [GoogleHttpClient](https://github.com/pinpoint-apm/pinpoint/tree/master/plugins/google-httpclient), [OkHttpClient](https://github.com/pinpoint-apm/pinpoint/tree/master/plugins/okhttp), [NingAsyncHttpClient](https://github.com/pinpoint-apm/pinpoint/tree/master/plugins/ning-asynchttpclient) > > Please check the support module above....