Skip to content

Commit 8233b92

Browse files
committed
Removed channel creation
1 parent 705b0da commit 8233b92

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkg/pipeline/write/write_loki.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -253,10 +253,6 @@ func NewWriteLoki(opMetrics *operational.Metrics, params config.StageParam) (*Lo
253253
}
254254
}
255255

256-
// TODO / FIXME / FIGUREOUT: seems like we have 2 input channels for Loki? (this one, and see also pipeline_builder.go / getStageNode / StageWrite)
257-
in := make(chan config.GenericMap, channelSize)
258-
opMetrics.CreateInQueueSizeGauge(params.Name+"-2", func() int { return len(in) })
259-
260256
l := &Loki{
261257
lokiConfig: lokiConfig,
262258
apiConfig: lokiConfigIn,

0 commit comments

Comments
 (0)