dstandish opened a new issue, #43789: URL: https://github.com/apache/airflow/issues/43789
### Body OTEL code has increased obfuscation in the airflow codebase. It's made it harder to follow non-OTEL code (maybe call it "operative" code). And the volume of it also made it harder to evaluate the OTEL code. There are two high level things we need to do. 1. we need to reduce the obfuscation from the OTEL code. That is, reduce the OTEL-related noise in the scheduler and all other areas of airflow code where it is used. Here's one small example of how the situation can be improved: https://github.com/apache/airflow/pull/43787 2. We need to do a thorough review of all the OTEL code to identify and root out bad behavior. The first part of this should help with the second. And progress on 2 can be made while working on 1. ### Committer - [X] I acknowledge that I am a maintainer/committer of the Apache Airflow project. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
