You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I double checked on my side and it does work now.
However there is now a warning issued by the builder about deprecated arguments
$ make build
go install go.opentelemetry.io/collector/cmd/[email protected]
mkdir -p bin
builder --config=builder-config-izbk.yaml --name=otelcol-custom --output-path=bin/.
Flag --name has been deprecated, use config distribution::name
Flag --output-path has been deprecated, use config distribution::output_path
It can be fixed by removing the command line arguments in the Makefile and adding the following section in the builder-config.yaml
I double checked on my side and it does work now.
However there is now a warning issued by the builder about deprecated arguments
It can be fixed by removing the command line arguments in the Makefile and adding the following section in the builder-config.yaml
Originally posted by @ljulliar in open-telemetry/opentelemetry-collector-contrib#17899 (comment)
The text was updated successfully, but these errors were encountered: