Click the Start a free trial link to start a 15-day SaaS trial of our product and join our community as a trial user. If you are an existing customer do not start a free trial.
AppDynamics customers and established members should click the sign in button to authenticate.
11-29-2021 05:29 AM - edited 11-30-2021 11:00 PM
Hi everyone,
I am trying to instrument my py app which is run in gunicorn.
I've set up the appd config file like this:
[agent]
app = VM_Tool
tier = backend
node = node 1f03
[controller]
host = ****.saas.appdynamics.com
port = 443
ssl = on
account = ****
accesskey = ****
[log]
level = debug
debugging = on
[wsgi]
module = main:app
And started the pyagent via pyagent run:
pyagent run -c appdynamics.cfg -- gunicorn main:app -w 4 -k uvicorn.workers.UvicornWorker -b 0.0.0.0:8000
After generating some traffic, the App is still not recognized by the Controller and I get logs like this:
I am using python 3.6 on Ubuntu with the latest appdynamics package for pip.
Thanks a lot in advance!
Every hint is appreciated
11-29-2021 06:35 AM
Additionally the watchdog.log: There seems to be an issue with the proxy of the python agent
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form