-
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
[UX Dashboard] Migrate Page Views chart from APM to Exploratory View Embeddable #134758
Conversation
Pinging @elastic/uptime (Team:uptime) |
Pinging @elastic/apm-ui (Team:apm) |
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
@elasticmachine merge upstream |
@elasticmachine merge upstream |
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 !!
Please add a simple e2e test !!
Otherwise looks great !!
489a2cc
to
48f574a
Compare
💛 Build succeeded, but was flakyFailed CI StepsMetrics [docs]Public APIs missing comments
Async chunks
Page load bundle
Unknown metric groupsAPI count
ESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: |
Summary
Related to elastic/uptime#454.
Due to a limitation in Lens we are unable to migrate the page distribution to be an exploratory view embeddable at the moment. In a previous PR I had pushed both migrations in the same patch, this moves the Page View migration to a separate PR to complete that portion of the work.
You can find the original PR here.