-
Notifications
You must be signed in to change notification settings - Fork 532
Agent configuration integration tests #2439
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
Conversation
and adapt them for kibana being available by default
"acm_cache_expiration": "1ms", # no cache | ||
} | ||
|
||
def create_service_config(self, settings, name, env=None, _id="new"): |
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.
This function has me thinking about a subcommand for apm-server that manipulates agent configs
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.
This is great, thanks so much for doing this @graphaelli !
Let's merge this in and I'll rebase my PRs onto it and get the remaining tests fixed.
config_overrides = { | ||
"logging_json": "true", | ||
"kibana_enabled": "true", | ||
"acm_cache_expiration": "1ms", # no cache |
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.
sidenote: This won't work with #2443. But let's first merge in this PR and worry about that later.
Starts kibana for integration tests now, alongside previously started elasticsearch.
Includes (commented out) failing tests/todos for #2434 and #2438.
closes #2219