-
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
[Synthetics] Measure overview page performance #191703
Conversation
Pinging @elastic/obs-ux-management-team (Team:obs-ux-management) |
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
<TestNowModeFlyoutContainer /> | ||
</InspectorContextProvider> | ||
</div> | ||
<PerformanceContextProvider> |
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.
😍
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Module Count
Public APIs missing comments
Async chunks
Public APIs missing exports
Page load bundle
Unknown metric groupsAPI count
async chunk count
HistoryTo update your PR or re-run it, just comment with: |
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.
This is just lovely! Thank you for doing this!
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.
nice hooks
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
## Summary Measure overview page performance !! also introduced the usePageReady hook in ebt-tooling !! --------- Co-authored-by: kibanamachine <[email protected]> (cherry picked from commit b9072e3) # Conflicts: # x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/synthetics_app.tsx # x-pack/plugins/observability_solution/synthetics/tsconfig.json
) # Backport This will backport the following commits from `main` to `8.15`: - [[Synthetics] Measure overview page performance (#191703)](#191703) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Shahzad","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-08-29T15:36:37Z","message":"[Synthetics] Measure overview page performance (#191703)\n\n## Summary\r\n\r\nMeasure overview page performance !!\r\n\r\nalso introduced the usePageReady hook in ebt-tooling !!\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"b9072e31ecc56ebaf2bb8df6b576bba7501043ab","branchLabelMapping":{"^v8.16.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:prev-minor","ci:project-deploy-observability","Team:obs-ux-management","v8.16.0"],"number":191703,"url":"https://github.com/elastic/kibana/pull/191703","mergeCommit":{"message":"[Synthetics] Measure overview page performance (#191703)\n\n## Summary\r\n\r\nMeasure overview page performance !!\r\n\r\nalso introduced the usePageReady hook in ebt-tooling !!\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"b9072e31ecc56ebaf2bb8df6b576bba7501043ab"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.16.0","labelRegex":"^v8.16.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/191703","number":191703,"mergeCommit":{"message":"[Synthetics] Measure overview page performance (#191703)\n\n## Summary\r\n\r\nMeasure overview page performance !!\r\n\r\nalso introduced the usePageReady hook in ebt-tooling !!\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"b9072e31ecc56ebaf2bb8df6b576bba7501043ab"}}]}] BACKPORT-->
Summary
Measure overview page performance !!
also introduced the usePageReady hook in ebt-tooling !!