-
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
Measure performance overhead of tracing solution for Kibana server #102706
Comments
Pinging @elastic/kibana-core (Team:Core) |
@dmlemeshko is this a test you could do and report the results back here? Ideally by 7.15.0 FF. |
Dedicated dashboard is created to represent test results. Test Scenario: DemoJourney Results: avg pefromance degradation is in 17-19% range with |
Part of #101587
Before enabling the tracing solution by default for all the Kibana instances, we should test the defaults added in #102704 do not impact the overall Kibana performance.
For testing use the standard
DemoJourney
from https://github.com/elastic/kibana-load-testingCompare numbers with
execution_context.enabled: true
andexecution_context.enabled: false
.Based on the measurements, we should decide whether we can keep
execution_context.enabled: true
as the default or a Kibana user should opt-in to use it.Note that the test the overhead for server-side only. The client-side logic is small enough to neglect its influence.
The text was updated successfully, but these errors were encountered: