pinpoint-apm / pinpoint

APM, (Application Performance Management) tool for large-scale distributed systems.
https://pinpoint-apm.gitbook.io/
Apache License 2.0
13.39k stars 3.75k forks source link

No transactions show in Spring based java tomcat application hosted in AWS. #11135

Open snmsmanager opened 3 months ago

snmsmanager commented 3 months ago

We have Spring based java tomcat application which is using Oracle and MySQL as backend databases. We have deployed this as Kubernetes micro service in our on-prem Kubernetes cluster and We are able to get all transactions properly and populated correlation diagram as we expected. Now we need to deploy this micro service in AWS and when we doing the testing, we saw that, we are not able to see any transactions and only see Spring icon in correlation diagram. We are using same Spring based java tomcat application in both environments and Pinpoint agent also same. We have manually profiled by providing the Main class but no luck. Our Pinpoint version is 2.6 and agent also same version. Please help to resolve this.

image

emeroad commented 3 months ago

$AGENT_DIR/logs

Check the agent log in the above directory.

snmsmanager commented 3 months ago

hello, I have checked both log files and all are empty. I'm able to see pinpoint agent bound with application properly through application log.

thanks.