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


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

Review Comment:
   Yes, I've tested it manually but I'm following a different approach.
   
   ```
   > breeze shell --backend postgres --integration redis --integration otel
   
   root@8bea0053f0ad:/opt/airflow# export use_otel=true
   root@8bea0053f0ad:/opt/airflow# pytest -s 
airflow-core/tests/integration/otel/test_otel.py::TestOtelIntegration::test_dag_execution_succeeds
   ```
   
   then you can check Jaeger in `http://localhost:36686/search` to see if it 
worked.
   
   The test just runs a dag that exports spans, but it doesn't do any 
assertions on the spans. I've added it there so that I can use it for manual 
tests.



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