potiuk commented on a change in pull request #20847:
URL: https://github.com/apache/airflow/pull/20847#discussion_r783732402
##########
File path: scripts/ci/docker-compose/base.yml
##########
@@ -78,16 +78,35 @@ services:
- VERSION_SUFFIX_FOR_PYPI=${VERSION_SUFFIX_FOR_PYPI}
- VERSION_SUFFIX_FOR_SVN=${VERSION_SUFFIX_FOR_SVN}
- WHEEL_VERSION=${WHEEL_VERSION}
+ - OTEL_TRACES_EXPORTER=jaeger_thrift
+ - OTEL_SERVICE_NAME=airflow-service
+ - OTEL_EXPORTER_JAEGER_ENDPOINT=http://jaeger:14268/api/traces
+
volumes:
# Pass docker to inside of the container so that Kind and Moto tests can
use it.
- /var/run/docker.sock:/var/run/docker.sock
- - /dev/urandom:/dev/random # Required to get non-blocking entropy
source
+ - /dev/urandom:/dev/random # Required to get non-blocking entropy source
ports:
- "${SSH_PORT}:22"
- "${WEBSERVER_HOST_PORT}:8080"
- "${FLOWER_HOST_PORT}:5555"
cap_add:
- SYS_PTRACE
+ depends_on:
Review comment:
BTW. You can read more about integrations here:
https://github.com/apache/airflow/blob/main/TESTING.rst#airflow-integration-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]