diff --git a/pkg/gateway/lb/handler/grpc/handler.go b/pkg/gateway/lb/handler/grpc/handler.go index 435270cf..779f66bb 100644 --- a/pkg/gateway/lb/handler/grpc/handler.go +++ b/pkg/gateway/lb/handler/grpc/handler.go @@ -69,6 +69,7 @@ func New(opts ...Option) vald.Server { } func (s *server) exists(ctx context.Context, uuid string) (id *payload.Object_ID, err error) { + // TODO ctx, span := trace.StartSpan(grpc.WrapGRPCMethod(ctx, "exists"), apiName+"/"+vald.ExistsRPCName+"/exists") defer func() { if span != nil {