removed shard level tracing tag

This commit is contained in:
Todd Gruben 2020-05-26 23:23:57 -05:00
parent a2f825a32e
commit 022019c6cc

View file

@ -1208,7 +1208,6 @@ func (e *executor) executeBitmapCallShard(ctx context.Context, index string, c *
}
span, ctx := tracing.StartSpanFromContext(ctx, "Executor.executeBitmapCallShard")
span.LogKV("pql_call_name", c.Name)
defer span.Finish()
if _, ok := e.additionalCountOps[c.Name]; ok {