-
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
Revert removal of metrics-monitoring change, fix tests to account for fleet naming changes #4462
Revert removal of metrics-monitoring change, fix tests to account for fleet naming changes #4462
Conversation
Pinging @elastic/elastic-agent (Team:Elastic-Agent) |
This pull request does not have a backport label. Could you fix it @fearful-symmetry? 🙏
NOTE: |
} | ||
|
||
func (runner *MetricsRunner) TestBeatsMetrics() { | ||
UnitOutputName := "fleet-default-output" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fleet reverted the change, it just isn't in the latest snapshot yet: elastic/kibana@3069efd
Don't merge until that happens or you'll just be undoing this again.
|
What does this PR do?
reverts #4451 and changes the tests to account for recent changes in elastic/kibana#178857
We're not 100% sure if the change to name generation will remain, so the test is designed in such a way that we can make a 1-line change if the way kibana creates the output ID changes in the future.