Skip to content

Commit

Permalink
compatibility changes w/ upstream merge
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-d committed Dec 20, 2019
1 parent f7a10fc commit 8d67afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ingester/instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ func (i *instance) Query(req *logproto.QueryRequest, queryServer logproto.Querie
err = i.forMatchingStreams(
expr.Matchers(),
func(stream *stream) error {
iter, err := stream.Iterator(req.Start, req.End, req.Direction, filter)
iter, err := stream.Iterator(queryServer.Context(), req.Start, req.End, req.Direction, filter)
if err != nil {
return err
}
Expand Down

0 comments on commit 8d67afb

Please sign in to comment.