This is a test application for the New Relic Python plugin Instructions for building and running:
NOTE - this Docker container requires two things:
- An ISV / partner account with Red Hat as you need to run the container on a RHEL7 host
- An account / license key from Newrelic - https://newrelic.com/signup
After getting the above, then proceed with the below
- Install a RHEL7 host
- Install Docker on that host
- Download/clone this git repo
- Go to https://www.newrelic.com and obtain a license key.
- Edit the newrelic.ini file - find the following:
license_key = XXXXXXXXXXX<-- replace this with your license key
- Save the file
- Build the Docker image
docker build -t newrelic-admin-rhel73/python-agent . - Once the image is built, launch the container:
docker run newrelic-admin-rhel73/python-agent
- This will launch the container and send 5 test messages to your NewRelic account