Skip to content

Commit 163170d

Browse files
committed
Comment change on channel write
1 parent 2de08df commit 163170d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

node/pkg/telemetry/loki.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ func logWriter(ctx context.Context, logger *zap.Logger, localC chan api.Entry, w
208208
}
209209

210210
// Write to Loki in a blocking manner unless we are signaled to shutdown.
211-
// The write to `localC` above skips the write if the buffered channel is full. So, we can block on this channel.
211+
// The write to `localC` above skips the write if the buffered channel is full. So, we can block on this channel write.
212212
select {
213213
case c.Chan() <- entry: //nolint:channelcheck // We want to block on the Loki client write once we have received the log.
214214
pendingEntry = nil

0 commit comments

Comments
 (0)