Add missing tracing references to multiple services. (#7110)
This commit is contained in:
@@ -57,6 +57,7 @@ func Server(opts ...Option) (http.Service, error) {
|
||||
options.Logger,
|
||||
),
|
||||
),
|
||||
svc.TraceProvider(options.TraceProvider),
|
||||
)
|
||||
if err != nil {
|
||||
return http.Service{}, err
|
||||
|
||||
Reference in New Issue
Block a user