-
Notifications
You must be signed in to change notification settings - Fork 144
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
[8.15](backport #4939) feat: upgrade go agent to v2 #5250
Conversation
* feat: upgrade go agent to v2 go.elastic.co/apm v1 has been deprecated for a while. Update the dependency to v2. * lint: reorder imports to fix linter issues * build: run go mod tidy * lint: remove duplicate go.mod lines * lint: keep go.elastic.co/apm version unchanged (cherry picked from commit d19603b) # Conflicts: # NOTICE.txt # go.mod # go.sum
Cherry-pick of d19603b has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
Quality Gate failedFailed conditions |
This pull request has not been merged yet. Could you please review and merge it @kruskall? 🙏 |
What does this PR do?
Update the dependency to v2.
Why is it important?
go.elastic.co/apm v1 has been deprecated for a while.
Checklist
./changelog/fragments
using the changelog toolDisruptive User Impact
How to test this PR locally
Related issues
Can be dropped from the dependency graph completely once elastic/e2e-testing#3845 is merged
Questions to ask yourself
Closes #3404
This is an automatic backport of pull request #4939 done by Mergify.