-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Add support for log events in Synthtrace #170133
Comments
Pinging @elastic/apm-ui (Team:APM) |
Pinging @elastic/infra-monitoring-ui (Team:Infra Monitoring UI) |
The linked PR takes care of the all the listed tasks, except renaming of Synthtrace Client. Thats a wider topic of discussion |
We should rename it |
@sqren Sounds good to me, i will scope it out of the current PR as it will increase the reviewing complexity. A separate PR with the rename would be easy to review |
It still has the word trace in, what about |
idk I think synthtrace is fine. |
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
Pinging @elastic/obs-ux-logs-team (Team:obs-ux-logs) |
Closes - #170133 ## Summary This PR adds support for generating logs using the Synthtrace Client Changes include 1. Changes to Synthtrace package to support new Logs Client and Log Class for helper methods 2. [Stateful Tests] - Change to our FTR Context config to inject the new the Log Synthtrace Client 3. [Serverless Tests] - Injected Synthtrace as a service for serverless tests. 4. A sample test added to `app.ts` to demonstrate how Synthtrace can be used to generate Log data in both Stateful and Serverless 5. Add support to generate logs via CLI. 2 scenarios added - `simple_logs.ts` and `logs_and_metrics.ts` ``` # Live Data node scripts/synthtrace simple_logs.ts --clean --live # Static Data node scripts/synthtrace simple_logs.ts --clean ``` --------- Co-authored-by: kibanamachine <[email protected]> Co-authored-by: Tiago Costa <[email protected]> Co-authored-by: Yngrid Coello <[email protected]>
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I think this can be closed. No need to keep it open if all that's left is a (potential) rename. |
@kbn/apm-synthtrace
started as a tool to generate synthetic APM data which intended to be used for development and testing of the APM app in Kibana.It can be extended to support logs and that will help the team to switch from fixed es archives to test data generated ad-hoc.
The documentation for Synthtrace can be found here.
Tasks
The text was updated successfully, but these errors were encountered: