-
Notifications
You must be signed in to change notification settings - Fork 148
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 #5196) [pkg][fix] - Filter non-fatal errors and update go.mod #5261
Conversation
* fix: update go.mod and test cases * chore: update notice * fix: go.mod * fix: update notice * fix: update notice, go.mod * fix: update notice, go.mod * fix: fix check * fix: update notice, go.mod to v0.11.0 (cherry picked from commit a1fd2c9) # Conflicts: # NOTICE.txt # go.mod # go.sum
Cherry-pick of a1fd2c9 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 passedIssues Measures |
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
What does this PR do?
With elastic/elastic-agent-system-metrics#164, we now also expect a list of non-fatal errors (access denied, operation not permitted, invalid parameters etc).
Such errors are safe to ignore, so update the tests
Also,
Why is it important?
Checklist
./changelog/fragments
using the changelog toolDisruptive User Impact
How to test this PR locally
Related issues
This is an automatic backport of pull request #5196 done by [Mergify](https://mergify.com).