Traces data not uploaded to APM with automatic instrumentation #3520
Unanswered
savansonii
asked this question in
Q&A
Replies: 1 comment 1 reply
-
One debugging option you have is to use a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a simple python script that connects with Oracle Database using python-oracledb(oracle db driver) and does db operations.
I am trying to upload the traces to the APM without modifying my script, but I am failing to upload the traces.
I have the following env variable available for automatic:
I am not getting errors though but data is not uploaded to APM.
Alternatively, I tried modifying my script to instrument it manually, and data traces were uploaded successfully.
Below is the manual instrumented script:
I have tried multiple things, but none of them is working for me, Please let me know how I can upload the traces without modifying the script.
Can someone please look into this and guide me.
Beta Was this translation helpful? Give feedback.
All reactions