OneAgent-SDK-Python-AutoInstrumentation icon indicating copy to clipboard operation
OneAgent-SDK-Python-AutoInstrumentation copied to clipboard

autodynatrace, a python library that implements automatic instrumentation using the OneAgent SDK for Python

Results 32 OneAgent-SDK-Python-AutoInstrumentation issues
Sort by recently updated
recently updated
newest added

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...

enhancement

Hi, We have a problem with the autodynatrace library running on OpenShift pod using image oraclelinux:7.9. The problem depends on that after installation we get the following error: `sh-4.2$ python3...

Howdy, We're using v1.250 of Dynatrace for monitoring a Rancher kubernetes cluster running the Dynatrace Operator (v0.6.0). We have several microservices for each environment, including React and Python. The React...

bug

I've have try to using and sucessfully instrument a pythin app with oneagent SDK , but we found we can not display a END to END service flow suppose ,...

enhancement

Hi Team, We are using OneAgent-SDK-Python-AutoInstrumentation as its easy and no change to code needed for Dynatrace instrumentation, but got into an issue with few apps using psycopg2, seems like...

bug

Hello, Would it be possible to have [Pyramid](https://trypyramid.com) support added for auto instrumentation ?

enhancement

Hi, we are using the auto instrumentation for Django with the following dependencies. ``` Celery broker image: redis:6.0.4-alpine3.11 Scheduler: Django redis==3.5.3 Django==3.2.2 psycopg2-binary==2.8.6 autodynatrace==1.0.81 celery==5.1.2 django-celery-beat==2.2.0 ``` We do use...

# Issue Need the ability to excluded the **"Web server name"** from separating out the Django service and allow grouping the Django service into one identity. # Example of service...

bug

I wonder if anyone out there managed to get Dynatrace to work with AsyncIOMotorClient, like when we use Beanie. It seems that in the Listener the `oneage.get_sdk().tracecontext_get_current()` is always empty,...

enhancement

**Describe the bug** No trace is sent to Dynatrace on detected bad requests (HTTP status 400), when using the stack starlette:0.32.0.post1 + connexion:3.0.5 + flask:3.0.0. When doing some other tests,...

bug