24 Jul 2023 03:52 PM
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?
Solved! Go to Solution.
25 Jul 2023 09:48 AM
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
25 Jul 2023 10:17 AM
Alexander is spot on 🙂