-
Notifications
You must be signed in to change notification settings - Fork 149
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
[Elastic Agent] Read out apm data for diagnostics purpose #112
Comments
Pinging @elastic/elastic-agent (Team:Elastic-Agent) |
@axw:
Yes, this is possible with a combination of APIs:
i.e. elastic-agent would set up a custom transport that writes events to disk, and would call the tracer's SetRecording method on demand. Alternatively, have the tracer always "recording", but dynamically control the custom transport implementation instead. That might be better, as that way you duplicate events to the custom transport (for on-demand event collection) and to a standard APM Server transport. |
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
Hey :-) I'm coordinating APM data collection for Kibana for internal uses. |
As part of the apm instrumenation of Elastic Agent a discussion (elastic/beats#29031 (comment)) was started around how to use the apm data for diagnostic purpose. This issue is to continue this discussion.
The text was updated successfully, but these errors were encountered: