Add missing tracing initialization for graph service (#6988)
* Convert webdav to service trace provider * graph: Add missing tracing initialization to graph service
This commit is contained in:
@@ -44,6 +44,7 @@ func Server(opts ...Option) (http.Service, error) {
|
||||
http.Address(options.Config.HTTP.Addr),
|
||||
http.Context(options.Context),
|
||||
http.Flags(options.Flags...),
|
||||
http.TraceProvider(options.TraceProvider),
|
||||
)
|
||||
if err != nil {
|
||||
options.Logger.Error().
|
||||
|
||||
Reference in New Issue
Block a user