From 1a30049d754983b348ebb14e1b6db6b71c99e7cd Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Thu, 19 Mar 2026 15:41:49 +0100 Subject: [PATCH] Fix transcoder otel --- transcoder/otel.go | 1 - 1 file changed, 1 deletion(-) diff --git a/transcoder/otel.go b/transcoder/otel.go index 019d2e20..abd6f5a5 100644 --- a/transcoder/otel.go +++ b/transcoder/otel.go @@ -37,7 +37,6 @@ func setupOtel(ctx context.Context) (func(context.Context) error, error) { resource.WithAttributes(semconv.ServiceNameKey.String("kyoo.transcoder")), resource.WithFromEnv(), resource.WithTelemetrySDK(), - resource.WithProcess(), resource.WithOS(), resource.WithContainer(), resource.WithHost(),