opentelemetry-collector icon indicating copy to clipboard operation
opentelemetry-collector copied to clipboard

Make the collector builder name consistent regardless of how it's installed

Open woody1872 opened this issue 1 year ago • 1 comments

Inspired by/similar to 528, can we make the builder name consistent?

Currently, if downloaded via the releases repo (the recommended approach), it's called ocb. If you use go install, it's called builder.

woody1872 avatar Apr 17 '24 16:04 woody1872

If we move the builder to releases, I would tackle this one at the same time to not do two breaking changes at the same time

mx-psi avatar Apr 18 '24 10:04 mx-psi