dynatrace-oss / OneAgent-SDK-Python-AutoInstrumentation

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

Can't use autodynatrace with confluent_kafka.Producer.produce #62

Closed jmeisele closed 2 years ago

jmeisele commented 2 years ago

Describe the bug I tried to use autodynatrace with a FastAPI webserver, but it's interfering with an adjacent background task I have that's also calling confluent_kafka.Producer.produce method. I think autodynatrace is silently wrapping confluent_kafka.Producer.produce method

Expected behavior Expect to be able to use the confluent_kafka library without interference from autodynatrace.