-
Notifications
You must be signed in to change notification settings - Fork 155
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
Update config to reflect degrade_on_partial
#6640
Conversation
This pull request does not have a backport label. Could you fix it @VihasMakwana? 🙏
|
|
|
degrade_on_partial
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
(cherry picked from commit 38bcd03)
(cherry picked from commit 38bcd03)
elastic/beats#42160 added the ability to mark metricset as degraded when partial metrics are encountered. As per this discussion, it didn't really make sense to document this behaviour on beats repo, as this option is only usable while running elastic-agent.
Until now, we weren't marking metricsets as degraded due to various hidden bugs encountered and CI failures on agent.
The plan is to enable this in agent integration test cases in elastic-agent. Once we're confident enough, we will enable this feature by default in beats and eventually, remove the flag.
This PR updates the reference file with the necessary information about the config.
Simultaneously, I've opened a PR to update system integration to reflect the changes on UI.