You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move the traces and metrics code under a common observability package (apache#56187)
- Create shared/observability with base metrics and traces implementations
- Add task-sdk observability module with own Stats and Trace wrappers
- task SDK no longer imports from airflow-core observability
- Each component reads its own configuration
- Export only Trace in public API (Stats is internal)
---------
Co-authored-by: Jarek Potiuk <jarek@potiuk.com>
Co-authored-by: Amogh Desai <amoghrajesh1999@gmail.com>
0 commit comments