OpenTracing for Fission (#1079)
Added Opentracing integration using opencensus libraries for all Fission components.
This commit is contained in:
+2
-1
@@ -858,7 +858,8 @@ func applyArchives(fclient *client.Client, specDir string, fr *FissionResources)
|
||||
// doesn't exist, upload
|
||||
fmt.Printf("uploading archive %v\n", name)
|
||||
// ar.URL is actually a local filename at this stage
|
||||
uploadedAr := uploadArchive(fclient, ar.URL)
|
||||
ctx := context.Background()
|
||||
uploadedAr := uploadArchive(ctx, fclient, ar.URL)
|
||||
archiveFiles[name] = *uploadedAr
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user