-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usage with Tracer client: 'Settings' object has no attribute 'OPENTRACING_TRACING' #56
Comments
Hi i was wondering the same thing, |
here is another example project i started off from. still not sure about the |
You can print OPENTRACING_TRACER_CALLABLE value, then import the value later in your views. e.g.
then
|
@romainr im trying to use the according to docs this would be sufficient in the views file:
however this gives the error
|
Scratching my head over how to use this library with a Tracer client (jaeger) inside my views
Do i need to explicitly set
OPENTRACING_TRACING
in settings.py?Getting the following error on startup
settings.py
views.py
The text was updated successfully, but these errors were encountered: