-
Notifications
You must be signed in to change notification settings - Fork 8
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
Improve opentracing #499
Comments
We might not be initializing the tracer correctly due to the WSGI forking - https://github.com/jaegertracing/jaeger-client-python#wsgi-multi-processing-fork2 |
More nice to haves:
|
During debugging I note that the |
opentracing-instrumentation natively supports celery since release 3.1. That might help... |
I've been using opentelemetry, exporting to jaeger on another project. These are the dependencies I'm using:
|
Misc issues when trialing jaeger tracing.
entityservice.tasks.solver.solver_task
,entityservice.tasks.mark_run_complete.mark_run_complete
andentityservice.tasks.run.prerun_check
entityservice.tasks.comparing.compute_filter_similarity
The text was updated successfully, but these errors were encountered: