From 235473ce62b522e2f4172b9c9ace18a31b5ba8db Mon Sep 17 00:00:00 2001 From: Trevor Whitney Date: Fri, 15 Nov 2024 14:41:51 -0700 Subject: [PATCH] chore: update message --- pkg/distributor/distributor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/distributor/distributor.go b/pkg/distributor/distributor.go index cc01f3afdfade..ea890728d5d89 100644 --- a/pkg/distributor/distributor.go +++ b/pkg/distributor/distributor.go @@ -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)