Skip to content

Commit 17a4ca5

Browse files
committed
fixup! Fix regression in bloom gateway that caused nothing to be filtered
Signed-off-by: Christian Haudum <[email protected]>
1 parent 4934cfc commit 17a4ca5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/indexgateway/gateway.go

+1
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ func buildResponses(query seriesindex.Query, batch seriesindex.ReadBatchResult,
210210
func (g *Gateway) GetChunkRef(ctx context.Context, req *logproto.GetChunkRefRequest) (result *logproto.GetChunkRefResponse, err error) {
211211
logger := util_log.WithContext(ctx, g.log)
212212
sp, ctx := opentracing.StartSpanFromContext(ctx, "indexgateway.GetChunkRef")
213+
defer sp.Finish()
213214

214215
instanceID, err := tenant.TenantID(ctx)
215216
if err != nil {

0 commit comments

Comments
 (0)