-
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
[APM] Add APM performance journeys #153844
Comments
Pinging @elastic/apm-ui (Team:APM) |
I spent some time analysing it. Currently the kibana team uses archives to run these tests. I was looking at option to use synthtrace. The |
It might be too slow to generate big data sets at runtime with synthtrace so in this specific case archives could be a better fit |
I had the same feeling, also the journeys mostly would be fixed 👍🏼 |
## Summary Closes - #153844 As part of this PR, as its just the stepping stone, we will only cover a basic navigation flow and analyze the result obtained from Steps Dashboard and data collected by the APM Agents for this journey ## Scope - Generating a data set using Synthtrace instead of Archives - Capturing the flow from Service Inventory to Trace Waterfall loading on Transaction page - Capturing Event loop utilisation metrics enabled for APM Journey ## How to run it ``` node scripts/run_performance.js --journey-path x-pack/performance/journeys/apm_service_inventory.ts --skip-warmup ``` --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
## Summary Closes - elastic#153844 As part of this PR, as its just the stepping stone, we will only cover a basic navigation flow and analyze the result obtained from Steps Dashboard and data collected by the APM Agents for this journey ## Scope - Generating a data set using Synthtrace instead of Archives - Capturing the flow from Service Inventory to Trace Waterfall loading on Transaction page - Capturing Event loop utilisation metrics enabled for APM Journey ## How to run it ``` node scripts/run_performance.js --journey-path x-pack/performance/journeys/apm_service_inventory.ts --skip-warmup ``` --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Can we close this since #162721 was merged? I think this was the scope for 8.10, we could have another meta issue if we'd like to introduce more journeys. |
As discussed today, this is closed by #162721. |
The Journeys are running successfully and capturing data P.S. - Please select |
The Kibana team runs a set of user journeys to find performance regressions. We should add our own performance journeys so the Kibana team as a whole has a more realistic data set to benchmark against and it will allow us to monitor performance regressions specific to APM use cases.
The text was updated successfully, but these errors were encountered: