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


##########
scripts/ci/docker-compose/integration-otel.yml:
##########
@@ -68,14 +68,15 @@ services:
   airflow:
     environment:
       - INTEGRATION_OTEL=true

Review Comment:
   `export use_otel=true` is just for this particular test because it uses its 
own set of config properties.
   
   If the environment variable is set, it uses an actual span exporter, 
otherwise it uses a console span exporter.
   
   
https://github.com/apache/airflow/blob/main/airflow-core/tests/integration/otel/test_otel.py#L618-L619
   
   I prefer plain breeze because it starts each integration in a separate 
container and that gives me more control over the service.



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