-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Module updates for M1 native metricbeat build #28689
Conversation
Pinging @elastic/elastic-agent (Team:Elastic-Agent) |
This pull request does not have a backport label. Could you fix it @matschaffer? 🙏
NOTE: |
💔 Build Failed
Expand to view the summary
Build stats
Test stats 🧪
Steps errorsExpand to view the steps failures
|
/test |
This pull request is now in conflicts. Could you fix it? 🙏
|
This pull request is now in conflicts. Could you fix it? 🙏
|
/test |
Just noting that I won't have an M1 to test on soon. The one I had was a loaner and it should go back this week. The test failures appeared to be unrelated so I've merged upstream to see if that helps. |
I'll close this down since my i9 is back so I have no M1 anymore. |
What does this PR do?
Updates dependency versions to yield a functional native M1 metricbeat binary.
What I did here was just this:
Since shirou/gopsutil#1042 already addresses the
TARGET_OS_MAC
build error I hit on master.There may be other breakages to account for, but with this change I can at least get a functional build to work on the modules related to stack monitoring.
Why is it important?
I ended up on an M1 loaner while my i9 went in for repairs. So I did this to help make headway on elastic/kibana#113149
Checklist
My code follows the style guidelines of this projectI have commented my code, particularly in hard-to-understand areasI have made corresponding changes to the documentationI have made corresponding change to the default configuration filesI have added tests that prove my fix is effective or that my feature worksCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Author's Checklist
How to test this PR locally
Assuming you're on an M1 running in native mode (not rosetta terminal,
arch
should reportarm64
).The output should show something like
Related issues
Use cases
Screenshots
Logs