fix(observabillity): update otel-collector endpoint
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 5m49s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m33s

This commit was merged in pull request #159.
This commit is contained in:
2025-06-07 15:57:13 +02:00
parent 63ade5916e
commit c4aca2778f

View File

@@ -17,7 +17,7 @@ import (
) )
var ( var (
otelEndpoint = "192.168.188.155:4317" otelEndpoint = "otel-collector:4317"
) )
// setupOTelSDK bootstraps the OpenTelemetry pipeline. // setupOTelSDK bootstraps the OpenTelemetry pipeline.