Error in DjangoInstrumentor and RequestsInstrumentor #1660
Unanswered
OmarEltamasehy
asked this question in
Q&A
Replies: 4 comments 14 replies
|
Please update to the latest versions of each package and see if you still have the same problems. |
2 replies
|
Are you getting any error in console? |
3 replies
|
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? |
5 replies
|
@OmarEltamasehy it would be great if you could provide a demo project where you can reproduce the issue. |
4 replies
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.
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
All reactions