-
Notifications
You must be signed in to change notification settings - Fork 526
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
test: apm server managed by EA should not require Fleet anymore #10467
Comments
@kruskall afair from our sync, this is done - could you tick the boxes and close the issue, except if there is anything else left to do. |
Ok, I can confirm everything is working and we now have a systemtest for EA managed APM Server. I haven't tested the kafka/logstash output |
FWIW I thought this was an issue with the agentcfg default credentials but there seems to be some strange issue with the go agent. After some investigation, debug logging and changing agent option I confirmed the feature was working but here's the debug log from the APM Go agent:
The capture headers doesn't seem to be recognized so the settings in the APM tab has no effect. I don't think this is an issue with the Elastic agent managed APM Server but I don't think this is intended. |
@kruskall can you bring the go-agent observations to some other format (slack, dedicated issue, etc)? Thanks for the update, closing this issue then. |
Opened elastic/apm-agent-go#1427 |
In
8.7
, the sourcemap and agent config logic were reworked to not depend on Fleet anymore. After this, there shouldn't be any technical requirements left why Fleet would be a required component when managed by Elastic Agent. Before we can officially support standalone Elastic Agent, we need to do some manual testing.Setting up a standalone Elastic Agent and configure the apm server as integration, and test that
If time permits, also add an automated smoke test for standalone Elastic agent with apm.
The text was updated successfully, but these errors were encountered: