spybdai

Results 2 comments of spybdai

> I think adding separate example using Jaeger to mirror flask examples would be beneficial. Yes, think this should be more helpful.

> First, setup the [all in one jaeger docker container](https://www.jaegertracing.io/docs/getting-started/#all-in-one-docker-image). Then update your settings to [look like this](https://github.com/mikebryant/opentracing-python-django-jaeger-example/blob/fe62b95a2560a340185a93385f8fb3a55fd279cf/example/example_site/settings.py). The key is adding `django_opentracing.OpenTracingMiddleware` to `MIDDLEWARE_CLASSES` and the `OPENTRACING_*` settings. >...