Etienne-Carriere opened a new issue #12771: URL: https://github.com/apache/airflow/issues/12771
**Description** I would like to instrument airflow with tracing technology like Opentracing (https://opentracing.io/) / Opentelemetry (https://opentelemetry.io/) **Use case / motivation** The motivation are to : * have the DAG logic represented in tracing * transfer the tracing information to downwards requests ** Implementation ideas ** For example, on Celery, we use celery signals to hook before and after each task (https://github.com/uber-common/opentracing-python-instrumentation/blob/master/opentracing_instrumentation/client_hooks/celery.py) I am ok to contribute to the code but interested by some hints on where to look to . ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
