-
Notifications
You must be signed in to change notification settings - Fork 16.8k
Instrument Airflow with Opentracing/Opentelemetry #12771
Copy link
Copy link
Closed
Labels
area:monitoringkind:featureFeature RequestsFeature RequeststelemetryTelemetry-related issuesTelemetry-related issues
Description
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 .
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:monitoringkind:featureFeature RequestsFeature RequeststelemetryTelemetry-related issuesTelemetry-related issues