dynatrace-oss / OneAgent-SDK-Python-AutoInstrumentation

autodynatrace, a python library that implements automatic instrumentation using the OneAgent SDK for Python
Other
62 stars 29 forks source link

Add FastAPI support #49

Closed dlopes7 closed 3 years ago

dlopes7 commented 3 years ago

Adds initial FastAPI support

Simply import autodynatrace on your main app file, or set the environment variable AUTOWRAPT_BOOTSTRAP=autodynatrace to use

Fix #42