Error in DjangoInstrumentor and RequestsInstrumentor #1660
Replies: 4 comments 14 replies
-
Please update to the latest versions of each package and see if you still have the same problems. |
Beta Was this translation helpful? Give feedback.
-
Are you getting any error in console? |
Beta Was this translation helpful? Give feedback.
-
It's difficult to debug your issue without understanding what "big project" means. Could you provide more context in the architecture that you are using? |
Beta Was this translation helpful? Give feedback.
-
@OmarEltamasehy it would be great if you could provide a demo project where you can reproduce the issue. |
Beta Was this translation helpful? Give feedback.
-
Hi Guys,
I can run the below code and I can receive the spans in very small project,
but when I copied the same code to a big project, unfortunately I can not receive spans only for Django and Requests
so please advice me for recommendations or solutions to try for this issue.
as I used the same code in manage.py or settings.py or wsgi.py and unfortunately the same issue.
versions
Django==2.0.13 or Django==3.1.3
opentelemetry-api==0.15b0
opentelemetry-exporter-jaeger==0.15b0
opentelemetry-instrumentation==0.15b0
opentelemetry-instrumentation-redis==0.15b0
opentelemetry-instrumentation-requests==0.15b0
opentelemetry-instrumentation-django==0.15b0
opentelemetry-instrumentation-psycopg2==0.15b0
opentelemetry-sdk==0.15b0
Beta Was this translation helpful? Give feedback.
All reactions