Skip to content

Commit

Permalink
remove deprecated expandconverter
Browse files Browse the repository at this point in the history
  • Loading branch information
leehinman committed Nov 19, 2024
1 parent e6091b9 commit 216f557
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/pkg/otel/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (

"go.opentelemetry.io/collector/component"
"go.opentelemetry.io/collector/confmap"
"go.opentelemetry.io/collector/confmap/converter/expandconverter"
"go.opentelemetry.io/collector/confmap/provider/envprovider"
"go.opentelemetry.io/collector/confmap/provider/fileprovider"
"go.opentelemetry.io/collector/confmap/provider/httpprovider"
Expand Down Expand Up @@ -63,9 +62,6 @@ func newSettings(version string, configPaths []string) (*otelcol.CollectorSettin
httpprovider.NewFactory(),
httpsprovider.NewFactory(),
},
ConverterFactories: []confmap.ConverterFactory{
expandconverter.NewFactory(),
},
},
}

Expand Down

0 comments on commit 216f557

Please sign in to comment.