Appd instrumentation to monitor a Py-flask app running using gunicorn.
Pre-requisites: Install docker
- Download & unzip py-gunicorn-appd.zip
- Update appd config in appdynamics.cfg
-
docker build . -t guni/hello-world
Once build is done, you can then start the container with:
docker run -p 8003:8003 guni/hello-worldOpen http://localhost:8003 in a browser,it should be available.
Have fun!