fix(unified-storage): resource server tracing (#113582)

This commit is contained in:
Jean-Philippe Quéméner
2025-11-07 11:51:32 +01:00
committed by GitHub
parent b4d2d1eaf5
commit 589435b7c2
5 changed files with 22 additions and 39 deletions
-1
View File
@@ -62,7 +62,6 @@ func NewResourceServer(opts ServerOptions) (resource.ResourceServer, error) {
}
serverOptions := resource.ResourceServerOptions{
Tracer: opts.Tracer,
Blob: resource.BlobConfig{
URL: apiserverCfg.Key("blob_url").MustString(""),
},