Skip to content

Commit

Permalink
Removed unused const
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierCazade committed Oct 20, 2022
1 parent 8233b92 commit 7efa8fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/pipeline/write/write_loki.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ type emitter interface {
Handle(labels model.LabelSet, timestamp time.Time, record string) error
}

const channelSize = 1000

// Loki record writer
type Loki struct {
lokiConfig loki.Config
Expand Down

0 comments on commit 7efa8fa

Please sign in to comment.