Skip to content

Commit

Permalink
Fix Jaeger tracing (#2408)
Browse files Browse the repository at this point in the history
Due to a recent change in the OpenTelemetry Collector, Jaeger didn't
accept OpenTelemetry data anymore. Until this change is reverted
upstream, we explicitly pass the the host IP to Jaeger as a workaround.
See jaegertracing/jaeger#5737 for more
information.
  • Loading branch information
johnnyomair committed Aug 12, 2024
1 parent 87f74d3 commit 773f62c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ services:
- ${JAEGER_OLTP_PORT}:4318 #OLTP over HTTP
environment:
COLLECTOR_OTLP_ENABLED: "true"
COLLECTOR_OTLP_HTTP_HOST_PORT: 0.0.0.0:4318

networks:
postgres:
Expand Down

0 comments on commit 773f62c

Please sign in to comment.