-
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
[system/process]: mark module as healthy if metrics are partially filled for single process as well. #40924
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-data-plane (Team:Elastic-Agent-Data-Plane) |
@lalit-satapathy it looks like we have MSSQL tests that are starting to fail. Could we have someone from your team to investigate please? And confirm if we can force merge this one (or skip the test) in the meantime. |
CC: @shmsr |
@pierrehilbert I've found the issue with mssql; fixed in this PR: #41104 (microsoft/mssql-docker#881) I've asked my team to approve ASAP; I'll merge as soon as CI goes green. If urgent, you can cherry-pick the changes to this branch (current PR) as well. -- UPDATE: Still breaking in CI. Will check! -- FIXED: Had to incorporate one more change that I did to fix a similar issue in integrations: elastic/integrations#10899; have pushed the change. Local tests work fine. I hope CI goes green this time. -- UPDATE: Fixed. Waiting for it to be merged! |
Thanks for the update and triggering the testing here again. Looking forward to see the results |
All checks passed! |
Thanks @shmsr! |
…lled for single process as well. (#40924) (#41169) * fix: mark module as healthy if metrics are partially filled for single processes * chore: fix lint * chore: wrap the error and return * chore: fix lint --------- Co-authored-by: subham sarkar <subham.sarkar@elastic.co> (cherry picked from commit dc94114) Co-authored-by: VihasMakwana <121151420+VihasMakwana@users.noreply.github.com>
This PR follows #40565. It does the same thing when a single
pid
is used in config.Closes elastic/elastic-agent#5555
Testing steps:
agentbeat
from this branch.agentbeat
binary underelastic-agent/components
system.process
dataset for any privileged process.