-
Notifications
You must be signed in to change notification settings - Fork 154
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
feat: remove 32bit platform check #5371
Conversation
elastic agent dropped support for 32bit systems a long time ago remove the platform check on startup
This pull request does not have a backport label. Could you fix it @kruskall? 🙏
NOTE: |
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
|
Can you point to documentation describing when support for 32-bit platforms was dropped or what was the last version that supported 32-bit platforms? |
I'll link to the public support matrix to avoid linking to private issues: From https://www.elastic.co/support/matrix#show_compatibility
and
|
What does this PR do?
remove 32bit platform check on startup
bump elastic-agent-system-metrics lib to completely drop the dependency
Why is it important?
elastic agent dropped support for 32bit systems a long time ago so the check will always pass
Checklist
./changelog/fragments
using the changelog toolDisruptive User Impact
How to test this PR locally
Related issues
Questions to ask yourself