-
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
[Inventory] Promote new inventory plugin in APM #193997
[Inventory] Promote new inventory plugin in APM #193997
Conversation
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
Goodbye New Service inventory page 👋🏻 |
...s/observability_solution/apm/public/components/routing/templates/apm_main_template/index.tsx
Outdated
Show resolved
Hide resolved
...s/observability_solution/apm/public/components/routing/templates/apm_main_template/index.tsx
Outdated
Show resolved
Hide resolved
...s/observability_solution/apm/public/components/routing/templates/apm_main_template/index.tsx
Outdated
Show resolved
Hide resolved
...ity_solution/apm/public/components/routing/templates/apm_main_template/inventory_callout.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/observability_solution/inventory/public/plugin.ts
Outdated
Show resolved
Hide resolved
...ity_solution/apm/public/components/routing/templates/apm_main_template/inventory_callout.tsx
Outdated
Show resolved
Hide resolved
…s://github.com/iblancof/kibana into 192856-apm-promote-new-inventory-plugin-in-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 👏🏻
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.
Latest chages LGTM, didn't test the UI though with the latest changes
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Module Count
Public APIs missing comments
Async chunks
Page load bundle
Unknown metric groupsAPI count
miscellaneous assets size
History
To update your PR or re-run it, just comment with: cc @iblancof |
Starting backport for target branches: 8.x |
## Summary Closes elastic#192856. This PR removes the ability to enable the new APM experience and replaces it with a link promoting the new Inventory feature. ![Screen Recording 2024-09-25 at 15 02 29](https://github.com/user-attachments/assets/5dc6b8af-f207-43e5-8125-fffb4b823e4d) --------- Co-authored-by: kibanamachine <[email protected]> (cherry picked from commit 9f9d911)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
) # Backport This will backport the following commits from `main` to `8.x`: - [[Inventory] Promote new inventory plugin in APM (#193997)](#193997) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Irene Blanco","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-09-30T14:38:45Z","message":"[Inventory] Promote new inventory plugin in APM (#193997)\n\n## Summary\r\n\r\nCloses https://github.com/elastic/kibana/issues/192856.\r\n\r\nThis PR removes the ability to enable the new APM experience and\r\nreplaces it with a link promoting the new Inventory feature.\r\n\r\n![Screen Recording 2024-09-25 at 15 02\r\n29](https://github.com/user-attachments/assets/5dc6b8af-f207-43e5-8125-fffb4b823e4d)\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"9f9d911dbacc45729fd6e93bad0e08a761eb8823","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","ci:project-deploy-observability","Team:obs-ux-infra_services","v8.16.0"],"title":"[Inventory] Promote new inventory plugin in APM","number":193997,"url":"https://github.com/elastic/kibana/pull/193997","mergeCommit":{"message":"[Inventory] Promote new inventory plugin in APM (#193997)\n\n## Summary\r\n\r\nCloses https://github.com/elastic/kibana/issues/192856.\r\n\r\nThis PR removes the ability to enable the new APM experience and\r\nreplaces it with a link promoting the new Inventory feature.\r\n\r\n![Screen Recording 2024-09-25 at 15 02\r\n29](https://github.com/user-attachments/assets/5dc6b8af-f207-43e5-8125-fffb4b823e4d)\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"9f9d911dbacc45729fd6e93bad0e08a761eb8823"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/193997","number":193997,"mergeCommit":{"message":"[Inventory] Promote new inventory plugin in APM (#193997)\n\n## Summary\r\n\r\nCloses https://github.com/elastic/kibana/issues/192856.\r\n\r\nThis PR removes the ability to enable the new APM experience and\r\nreplaces it with a link promoting the new Inventory feature.\r\n\r\n![Screen Recording 2024-09-25 at 15 02\r\n29](https://github.com/user-attachments/assets/5dc6b8af-f207-43e5-8125-fffb4b823e4d)\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"9f9d911dbacc45729fd6e93bad0e08a761eb8823"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Irene Blanco <[email protected]>
Summary
Closes #192856.
This PR removes the ability to enable the new APM experience and replaces it with a link promoting the new Inventory feature.