Skip to content

Commit

Permalink
Fixes span name for BlockSelect from store-gateway (#2842)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyriltovena authored Dec 13, 2023
1 parent fba9246 commit f095b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/querier/store_gateway_querier.go
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ func (q *Querier) selectSpanProfileFromStoreGateway(ctx context.Context, req *qu
}

func (q *Querier) blockSelectFromStoreGateway(ctx context.Context, req *ingestv1.BlockMetadataRequest) ([]ResponseFromReplica[[]*typesv1.BlockInfo], error) {
sp, ctx := opentracing.StartSpanFromContext(ctx, "Series StoreGateway")
sp, ctx := opentracing.StartSpanFromContext(ctx, "blockSelect StoreGateway")
defer sp.Finish()

tenantID, err := tenant.ExtractTenantIDFromContext(ctx)
Expand Down

0 comments on commit f095b8d

Please sign in to comment.