Signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
pull/11/head
Tom Wilkie 7 years ago
parent 8c43a18f8e
commit cc7d4e5aa9
  1. 2
      pkg/distributor/distributor.go

@ -196,7 +196,7 @@ func (d *Distributor) sendSamplesErr(ctx context.Context, ingester *ring.Ingeste
}
req := &logproto.PushRequest{
Streams: make([]*logproto.Stream, 0, len(streams)),
Streams: make([]*logproto.Stream, len(streams)),
}
for i, s := range streams {
req.Streams[i] = s.stream

Loading…
Cancel
Save