-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Go install doesn't work for telemetrygen #27855
Comments
Pinging code owners for cmd/telemetrygen: @mx-psi @codeboten. See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This happens since #26668 because of
I think we can split these tests into a separate module. What do you think @codeboten @atoulme ? |
…#28565) **Description:** open-telemetry#27878 was not enough to fix `go install`, this should fix it. **Link to tracking Issue:** Fixes open-telemetry#27855 (cherry picked from commit 85fba96)
This is now fixed, I tagged v0.88.1: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/cmd/telemetrygen/v0.88.1 |
…emetry#27878) **Description:** Move `cmd/telemetrygen` integration tests to separate module, to avoid local replaces. Follow up to open-telemetry#26668. **Link to tracking Issue:** Fixes open-telemetry#27855
…#28565) **Description:** open-telemetry#27878 was not enough to fix `go install`, this should fix it. **Link to tracking Issue:** Fixes open-telemetry#27855
…emetry#27878) **Description:** Move `cmd/telemetrygen` integration tests to separate module, to avoid local replaces. Follow up to open-telemetry#26668. **Link to tracking Issue:** Fixes open-telemetry#27855
…#28565) **Description:** open-telemetry#27878 was not enough to fix `go install`, this should fix it. **Link to tracking Issue:** Fixes open-telemetry#27855
…#28565) **Description:** open-telemetry#27878 was not enough to fix `go install`, this should fix it. **Link to tracking Issue:** Fixes open-telemetry#27855
Component(s)
cmd/telemetrygen
What happened?
Description
I've tried the following command from the telemetrygen README file:
On Ubuntu 23.10, with Go 1.21.1, this is what I get:
This makes it rather difficult if you only need that binary. I suspect this might happen to more packages.
I ended up pulling the entire contrib repo and running
go build
from the telemetrygen directory. That gave the binary I needed for a get started tutorial.Collector version
0.87.0
Environment information
Environment
OS: Ubuntu 23.10
Compiler(if manually compiled): Go 1.21.1
The text was updated successfully, but these errors were encountered: