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

Support for oracledb #68

Open ToTru opened 1 year ago

ToTru commented 1 year ago

Python module cx_oracle was replaced by oracledb in May this year. This new module does not need an Oracle client which is great if it is used in containers. So we have to switch.

I am appreachiate if support for oracledb is added so we are seeing calls like for the previous Python module.

theo-fokkinga commented 3 weeks ago

I've added the support for the oracledb driver in PR #108.