-
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
make otelcontribcol is now failing due to no Go files in ./cmd/otelcontribcol #35631
Comments
I am facing the same issue, let me know if you find something. [EDIT - Mon Oct 7 09:42:34 UTC 2024] The following mentioned files are removed from
Maybe that's why it breaking. |
Found the solution, before running |
I can confirm that it worked yeah! |
I've been banging my head since noon 🤦🏻♂️. |
I think we should update the Makefile i.e. add |
Yeah i think we should add the generate targets where needed. I'll create a PR |
My vscode debugger is also failing, any suggestions for it? Please help! It was working before... 😞
|
…metry#35707) Fixes open-telemetry#35631 No changelog since this does not affect anyone outside this repo. Signed-off-by: Bogdan Drutu <[email protected]>
Component(s)
cmd/otelcontribcol
What happened?
I was trying to build otelcontribcol using a make target
otelcontribcol
but it started failing after v0.111.0 because there are no Go files anymore in .cmd/otelcontribcol, is this some sort of a bug or is there any new way of building the project?Thanks.
Collector version
x.x.x
Environment information
Environment
OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")
OpenTelemetry Collector configuration
No response
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: