We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8233b92 commit 7efa8faCopy full SHA for 7efa8fa
pkg/pipeline/write/write_loki.go
@@ -47,8 +47,6 @@ type emitter interface {
47
Handle(labels model.LabelSet, timestamp time.Time, record string) error
48
}
49
50
-const channelSize = 1000
51
-
52
// Loki record writer
53
type Loki struct {
54
lokiConfig loki.Config
0 commit comments