mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
removed shard level tracing tag
This commit is contained in:
parent
a2f825a32e
commit
022019c6cc
1 changed files with 0 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue