xBis7 commented on code in PR #56150:
URL: https://github.com/apache/airflow/pull/56150#discussion_r2385183994


##########
airflow-core/src/airflow/utils/otel_config.py:
##########
@@ -0,0 +1,181 @@
+#

Review Comment:
   The best approach long-term would be to do some refactoring and move metrics 
and traces under a common package.
   
   e.g.
   ```
   observability
     |_ metrics
           |_ ...
     |_ traces
           |_ ...
   otel_config.py
   ...
   ```
   
   That leads to a lot of refactoring. It needs to happen in a separate PR. 
Ideally, the refactoring PR will get merged first and then this one will be 
rebased and adjusted on top of it.



-- 
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]

Reply via email to