Closed slamer59 closed 2 years ago
I found it... I still don't have trace in Jaeger UI.
docker-compose was overrinding CMD in the Docker. the developpement server was then using wsgi instead of asgi.
command: python manage.py runserver 0.0.0.0:8000
Describe your environment I am trying to instrument https://github.com/saleor/saleor with Django / opentelemetry instead of opentracing. I have read https://github.com/open-telemetry/opentelemetry-python-contrib/issues/185 , https://github.com/open-telemetry/opentelemetry-python-contrib/issues/334
Those are the new requirements_dev.txt
Steps to reproduce In
manage.py
I construct the Dokcerfile with handmade dockercompose file
Hit of the
`graphql
endpoint gives :What is the expected behavior? wsgi.url_scheme is defined and DjangoInstrument is working
What is the actual behavior? middleware dosenot work.
Additional context
Full