pinpoint-apm / pinpoint-docker

Official Dockerized components of the Pinpoint
http://pinpoint-apm.github.io/pinpoint/
Apache License 2.0
451 stars 227 forks source link

Start profiled application without pinpoint-agent volume #182

Open maxime700 opened 7 months ago

maxime700 commented 7 months ago

Hello,

I would like to test pinpoint to monitor my application that is part of a custom docker starting tool. As I cannot add any volume what should I add in my application container? Is pinpoint-bootstrap-${PINPOINT_VERSION}.jar is the only jar needed? What are the needed properties other than agentid and applicationName?

Thanks a lot

maxime