Skip to content

Commit 7efa8fa

Browse files
committed
Removed unused const
1 parent 8233b92 commit 7efa8fa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/pipeline/write/write_loki.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ type emitter interface {
4747
Handle(labels model.LabelSet, timestamp time.Time, record string) error
4848
}
4949

50-
const channelSize = 1000
51-
5250
// Loki record writer
5351
type Loki struct {
5452
lokiConfig loki.Config

0 commit comments

Comments
 (0)