Skip to content

Commit

Permalink
[chore] remove duplicated config line (#33314)
Browse files Browse the repository at this point in the history
  • Loading branch information
codeboten authored May 31, 2024
1 parent 9a0c38c commit bf7cd57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/stanza/fileconsumer/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ func (c Config) Build(set component.TelemetrySettings, emit emit.Callback, opts
} else {
t = tracker.NewFileTracker(set, c.MaxConcurrentFiles/2)
}
set.Logger = set.Logger.With(zap.String("component", "fileconsumer"))

meter := set.MeterProvider.Meter("otelcol/fileconsumer")

Expand Down

0 comments on commit bf7cd57

Please sign in to comment.