Skip to content

Commit

Permalink
Fix Jaeger tracing (#311)
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
chernylu committed Jul 29, 2024
1 parent 75fe139 commit ec9d954
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 @@ -40,6 +40,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 ec9d954

Please sign in to comment.