ashb commented on code in PR #62554: URL: https://github.com/apache/airflow/pull/62554#discussion_r2879620948
########## airflow-core/src/airflow/settings.py: ########## @@ -758,3 +760,6 @@ def initialize(): # Prefix used by gunicorn workers to indicate they are ready to serve requests # Used by GunicornMonitor to track worker readiness via process titles GUNICORN_WORKER_READY_PREFIX: str = "[ready] " + + +configure_otel() Review Comment: Please don't call this at import time, but inside `initialize()` only -- 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]
