Private
Public Access
1
0

Update tracing API
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-10-22 12:01:43 -07:00
parent f9b521664d
commit ceddc2564d
7 changed files with 40 additions and 38 deletions

View File

@@ -57,7 +57,7 @@ func NewServer(ctx context.Context, configFile string) (*Server, error) {
return nil, err
}
srv.tracer = tracing.NewTracer("data-api-tracer")
srv.tracer = tracing.Tracer()
return srv, nil
}