Skip to content

Commit

Permalink
chore: update message
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorwhitney committed Nov 15, 2024
1 parent 4dea8db commit 235473c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/distributor/distributor.go
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ func (d *Distributor) Push(ctx context.Context, req *logproto.PushRequest) (*log
maybeShardStreams(stream, lbs, pushSize)
}

sp.LogKV(fmt.Sprintf("number of streams pushed to distributor (limited to %d)", streamSampleSize), len(streamLblSample))
sp.LogKV(fmt.Sprintf("number of stream labels sampled in distributor (limited to %d)", streamSampleSize), len(streamLblSample))
streamLblsSampleSlice := make([]string, 0, len(streamLblSample))
for k := range streamLblSample {
streamLblsSampleSlice = append(streamLblsSampleSlice, k)
Expand Down

0 comments on commit 235473c

Please sign in to comment.