-
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] Move core web vitals query from APM routes to UX plugin #132755
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
justinkambic
added
chore
technical debt
Improvement of the software architecture and operational architecture
Team:Uptime - DEPRECATED
Synthetics & RUM sub-team of Application Observability
release_note:skip
Skip the PR/issue when compiling release notes
v8.4.0
labels
May 23, 2022
19 tasks
justinkambic
force-pushed
the
454/core-web-vitals
branch
from
May 24, 2022 15:09
534f18c
to
2b17109
Compare
justinkambic
force-pushed
the
454/core-web-vitals
branch
4 times, most recently
from
June 6, 2022 14:01
6da147e
to
b589d13
Compare
justinkambic
force-pushed
the
454/core-web-vitals
branch
from
June 7, 2022 15:06
b589d13
to
1d53388
Compare
…3738) * Remove content plugin for 8.3 release * Delete server side plugins * Remove collection schema * Fix CI
* [ML] Tests for get groups endpoint * adding extra calendar * removing delete index pattern
* docs(NA): adds @kbn/plugin-discovery into ops devdocs * chore(NA): update packages/kbn-plugin-discovery/README.mdx Co-authored-by: Jonathan Budzenski <[email protected]> Co-authored-by: Jonathan Budzenski <[email protected]>
* move ui_actions_enhanced to /src * [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix' * [CI] Auto-commit changed files from 'node scripts/build_plugin_list_docs' * move translations to /src * fix typescript errors * update config files * update ts configs * fix config path * [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix' Co-authored-by: kibanamachine <[email protected]>
Sorry everyone for the pings! I will re-open this one. |
💚 Build SucceededMetrics [docs]Module Count
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
chore
release_note:skip
Skip the PR/issue when compiling release notes
Team:APM
All issues that need APM UI Team support
Team:Uptime - DEPRECATED
Synthetics & RUM sub-team of Application Observability
technical debt
Improvement of the software architecture and operational architecture
v8.4.0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Related to #454.
Moves CWV query/fetch logic entirely to UX plugin.
Checklist
Delete any items that are not applicable to this PR.
Risk Matrix
Delete this section if it is not applicable to this PR.
Before closing this PR, invite QA, stakeholders, and other developers to identify risks that should be tested prior to the change/feature release.
When forming the risk matrix, consider some of the following examples and how they may potentially impact the change:
For maintainers