-
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
Revert "let the system/process metricset monitor a single PID (#39620)" #39714
Conversation
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
Pinging @elastic/elastic-agent (Team:Elastic-Agent) |
1 similar comment
Pinging @elastic/elastic-agent (Team:Elastic-Agent) |
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
1 similar comment
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
Pinging @elastic/elastic-agent (Team:Elastic-Agent) |
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
The failure seems to be caused by updating github.com/coreos/go-systemd/v22 according to our error message:
|
Interesting... in go.mod and go.sum of PR #39620 we can see that And in go.sum we see 2 versions of go-systemd but to have a duplicate definition we need to be linking the same symbol twice so:
|
coreos/go-systemd copied the code that includes this symbol from coreos/pkg. We use both. So now we have a conflict. The symbol in question is purely test code so it should have been included in a file with a Haven't had any coffee yet so double check my work 😄 . |
…ic#39620)" (elastic#39714) This reverts commit 05c5957.
Proposed commit message
This reverts commit 43d5dd4 introduced with PR #39620.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Disruptive User Impact
Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs