howardyoo commented on code in PR #37948:
URL: https://github.com/apache/airflow/pull/37948#discussion_r1518444796
##########
scripts/ci/docker-compose/integration-otel.yml:
##########
@@ -54,14 +54,31 @@ services:
- ./grafana/volume/dashboards:/grafana/dashboards
- ./grafana/volume/provisioning:/grafana/provisioning
+ jaeger:
+ image: jaegertracing/all-in-one
+ container_name: "breeze-jaeger"
+ environment:
+ COLLECTOR_OTLP_ENABLED: true
+ COLLLECTOR_ZIPKIN_HOST_PORT: :9411
Review Comment:
The colon does not seem to be necessary - in 'some' documentation it was
there, but I am now certain it is a typo. [Jaeger
Doc](https://www.jaegertracing.io/docs/1.6/getting-started/)
--
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]