From 60bdac463d5eba233a6b9399039c6c22481b9dde Mon Sep 17 00:00:00 2001 From: Tom Ward Date: Fri, 31 Jan 2025 12:39:43 +0000 Subject: [PATCH] Specify host --- services/otel-gateway/config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/services/otel-gateway/config.yaml b/services/otel-gateway/config.yaml index 4397d11..37a2ead 100644 --- a/services/otel-gateway/config.yaml +++ b/services/otel-gateway/config.yaml @@ -10,6 +10,7 @@ receivers: otlp: protocols: http: + endpoint: 0.0.0.0:4318 auth: authenticator: basicauth/server