From c4aca2778fc3c461d651a64dd2f9348bf1f073e4 Mon Sep 17 00:00:00 2001 From: Tim Wundenberg Date: Sat, 7 Jun 2025 15:57:13 +0200 Subject: [PATCH] fix(observabillity): update otel-collector endpoint --- internal/otel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/otel.go b/internal/otel.go index ef49600..2467c51 100644 --- a/internal/otel.go +++ b/internal/otel.go @@ -17,7 +17,7 @@ import ( ) var ( - otelEndpoint = "192.168.188.155:4317" + otelEndpoint = "otel-collector:4317" ) // setupOTelSDK bootstraps the OpenTelemetry pipeline.