cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Python Monitoring

natanael_mendes
Champion

Hello, guys. I need monitor an python app, but i got some doubts about the automatic instrumentation.

1-I know i need to use SDK 

and do these steps

-pip install autodynatrace

-Add the environment variable AUTOWRAPT_BOOTSTRAP=autodynatrace to your python processes

 

and in the github we got other options, my doubt is, is only this?

or i need do something else?

Dynatrace Professional Certified
2 REPLIES 2

alexander_dt
Dynatrace Helper
Dynatrace Helper

Hello @natanael_mendes,

Going by https://github.com/dynatrace-oss/OneAgent-SDK-Python-AutoInstrumentation#usage, that should be pretty much it, at least for the basics. If you want to instrument something beyond the supported technologies, you may have to perform additional steps, but that will depend on what you exactly wish to instrument.

Best,

Alexander

Alexander is spot on 🙂

Mike

Featured Posts