diff --git a/cmd/unikorn-server/main.go b/cmd/unikorn-server/main.go index 60387bc2..068d878c 100644 --- a/cmd/unikorn-server/main.go +++ b/cmd/unikorn-server/main.go @@ -58,6 +58,7 @@ func start() { ctx, cancel := context.WithCancel(context.Background()) defer cancel() + // I thought I had had an epiphany, but it was just trapped wind! if err := s.SetupOpenTelemetry(ctx); err != nil { logger.Error(err, "failed to setup OpenTelemetry")