Skip to content

marcosamm/pinpointagent-oraclejre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pinpointagent-oraclejre

Pinpoint Agent and Oracle JRE Dockerfile

To run container

docker run -it --rm \
   -e COLLECTOR_IP="192.168.0.18" \
   -p 8080:8080 \
   -v /PATH/TO/YOUR/SPRINGBOOT-APP.jar:/opt/apps/app.jar \
   marcosamm/pinpointagent-oraclejre \
   /bin/sh -c "java -javaagent:/opt/pinpoint-agent/pinpoint-bootstrap.jar -Dpinpoint.agentId=YOURAGENTID -Dpinpoint.applicationName=YOURAPPNAME -jar /opt/apps/app.jar"

To access

http://localhost:8080

Notes

  • The following environment variables can be used to set pinpoint-agent configuration properties (pinpoint.config):
    • COLLECTOR_IP
    • PROFILER_APPLICATIONSERVERTYPE
    • PROFILER_TOMCAT_CONDITIONAL_TRANSFORM
    • PROFILER_SAMPLING_RATE
    • PROFILER_INCLUDE
    • PROFILER_ENTRYPOINT
    • PROFILER_JSON_JSONLIB
    • PROFILER_JSON_JACKSON
    • PROFILER_JSON_GSON
  • You can map a custom configuration file as a volume with the option: -v /path/to/pinpoint.config:/assets/pinpoint-agent/pinpoint.config

About

Pinpoint Agent and Oracle JRE Dockerfile

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published