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(),