-
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
Example of setting up tracer without lightstep? #17
Comments
I could not confirm this because I'm using python3 only but this could work in
|
First, setup the all in one jaeger docker container. Then update your settings to look like this. The key is adding Confirmed working. |
I think adding separate example using Jaeger to mirror flask examples would be beneficial. |
Yes, think this should be more helpful. |
Hi guys, the latest version of django_opentracing requires version of opentracing >= 2.0, while the latest version of jaeger-client-python requires version of opentracing < 2, How should make them work together? I know django_opentracing version 0.1.20 works with opentracing version < 2.0, but there are some obvious features which are absent comparing with the latest version. |
dependency issue was apparently fixed in 1.1.0 ef50385 |
How about I wan't to do views.py
from docs:
sorry for partial repost of #56 |
How do I configure a trace and connect it to a local docker container let's say, exposed at localhost.
How would I change settings.py to connect to the default Jaeger docker image?
The text was updated successfully, but these errors were encountered: