I just wanted to put this here as a place holder since I am currently working on an integration for celery.
If anyone is using celery and is interested in tracing any specific functions/features, please feel free to leave a comment. I am still trying to get a game plan together of what is worth tracing (tasks yes, but as far as the worker/consumer/producers/queues/etc TDB).
I am currently trying to take a "patch" approach with the integration, e.g.:
from ddtrace.contrib.celery import patch_all; patch_all()
I just wanted to put this here as a place holder since I am currently working on an integration for
celery.If anyone is using
celeryand is interested in tracing any specific functions/features, please feel free to leave a comment. I am still trying to get a game plan together of what is worth tracing (tasks yes, but as far as the worker/consumer/producers/queues/etc TDB).I am currently trying to take a "patch" approach with the integration, e.g.: