From 25dd45ff34390fff8be427ebd1cd90aa70c909a4 Mon Sep 17 00:00:00 2001 From: Johannes Obermair Date: Mon, 12 Aug 2024 10:31:51 +0200 Subject: [PATCH] Fix Jaeger tracing 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 https://github.com/jaegertracing/jaeger/issues/5737 for more information. --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 99d5a54bce..3fbbbab870 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: