-
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] Fix condition for enabling isEntityCentricExperienceView
#188343
[APM] Fix condition for enabling isEntityCentricExperienceView
#188343
Conversation
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
.../observability_solution/apm/public/context/entity_manager_context/entity_manager_context.tsx
Outdated
Show resolved
Hide resolved
...plugins/observability_solution/apm/public/components/routing/templates/apm_main_template.tsx
Outdated
Show resolved
Hide resolved
…ana into 3736-fix-delete-transforms
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Flaky Test Runner Stats🟠 Some tests failed. - kibana-flaky-test-suite-runner#6555[❌] APM - Cypress: 0/2 tests passed. |
Flaky Test Runner Stats🟠 Some tests failed. - kibana-flaky-test-suite-runner#6557[❌] APM - Cypress: 0/10 tests passed. |
💚 Build Succeeded
Metrics [docs]Async chunks
History
|
Hey @kpatticha, quick question... Look at the PR description it confirms that one user clicking 'return to classic' will not turn off EEM for the cluster (and other users can still leverage the new experience). The video shows a slightly different journey where the user turns off the feature flag (vs someone clicking 'return to classic'). I just wanted to confirm that for a cluster running the EEM transforms, if a user 'returns to classic' then other users will still continue to be able to enjoy the new experience (because the transforms are still running)? I'm 99% sure the answer is 'yes' but just double-checking. |
@roshan-elastic Yes, 'returns to classic' no longer deletes the data transforms Screen.Recording.2024-07-17.at.12.19.12.mov |
fixes https://github.com/elastic/observability-dev/issues/3736
Summary
Initially, the new entity experience view was enabled if the entity data transform was activated.
However, this is not the desired behavior: when reverting to the classic view, the entity definition was being deleted. Return to the classic view should only affect the individual user.
Changes
isEntityCentricExperienceViewEnabled
) is now determined by checking entity manager enablement, feature flag, and local storage.Screen.Recording.2024-07-15.at.20.26.36.mov