-
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] Experiments settings #81396
Comments
Pinging @elastic/apm-ui (Team:apm) |
How is this related to the new service overview page, and the migration to elastic charts? I don't think the user should be able to switch between react-vis and elastic charts if that's what it means. |
Correct me if I'm wrong, but I think we agreed that we'd implement this as a feature flag on |
We had a chat about this and agreed to proceed with a UI for experimental features. The only feature that we'll release as an experiment in 7.11 will be correlations (api + simple UI). |
I'm adding it in this PR. Since it's a completely standalone tab it only needs to be flagged in one place it should be simple enough. |
* Register advanced settings in server startup that show in the Kibana advanced settings UI. (Fixes elastic#81396.) * Format settings pages to be more consistent.
* Add advanced settings for APM * Register advanced settings in server startup that show in the Kibana advanced settings UI. (Fixes #81396.) * Format settings pages to be more consistent.
* Add advanced settings for APM * Register advanced settings in server startup that show in the Kibana advanced settings UI. (Fixes elastic#81396.) * Format settings pages to be more consistent.
For the new service overview and Elastic Charts migration, create an "Experiments" section in Settings that uses per-space advanced settings saved object to toggle the settings.
It should contain a warning similar to the one in Stack Management's advanced settings.
To start it could contain a single toggle to enable/disable all experiments but we can expand it in the future to allow toggling of individual experiments.
See #81135 and #70290.
The text was updated successfully, but these errors were encountered: