-
Notifications
You must be signed in to change notification settings - Fork 205
Test updating OTel to v0.120.0 with Beats prometheus fix PR #7306
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
Conversation
…ntrib\/.*\) v0\.119\.0/\1 v0.120.0/' go.mod
sed -i 's/\(github\.com\/open-telemetry\/opentelemetry\-collector\-contrib\/.*\) v0\.120\.0/\1 v0.120.1/' go.mod
|
This pull request is now in conflicts. Could you fix it? 🙏 |
|
This pull request does not have a backport label. Could you fix it @cmacknz? 🙏
|
Looks like the upstream and replaced prometheus packages have a conflict in an init function trying register something global. |
|





This is a branch from #6912 that is testing the fix from the dependency conflict coming from elastic/beats#43108.
It builds locally, making sure CI is happy with it.