Skip to content

Commit

Permalink
Fix passing matchers in ingesters
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanualsi committed Apr 4, 2024
1 parent 97cf8a3 commit 30329f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/ingester/ingester.go
Original file line number Diff line number Diff line change
Expand Up @@ -1393,7 +1393,6 @@ func (i *Ingester) GetDetectedLabels(ctx context.Context, req *logproto.Detected
if err != nil {
return nil, err
}
level.Info(i.logger).Log("msg", matchers)
}

labelMap, err := instance.LabelsWithValues(ctx, *req.Start, matchers...)
Expand Down

0 comments on commit 30329f7

Please sign in to comment.