[APM] Remove apmTraceExplorerTab setting and feature#219063
[APM] Remove apmTraceExplorerTab setting and feature#219063rmyz merged 11 commits intoelastic:mainfrom
apmTraceExplorerTab setting and feature#219063Conversation
|
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
|
Pinging @elastic/obs-ux-management-team (Team:obs-ux-management) |
x-pack/solutions/observability/plugins/apm/public/components/app/trace_overview/index.tsx
Outdated
Show resolved
Hide resolved
dominiqueclarke
left a comment
There was a problem hiding this comment.
obs-ux-management changes LGTM
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) ✅ license/snyk check is complete. No issues have been found. (View Details) |
apmTraceExplorerTab setting and feature it by defaultapmTraceExplorerTab setting and feature
# Conflicts: # src/platform/packages/shared/kbn-management/settings/setting_ids/index.ts # src/platform/packages/shared/serverless/settings/observability_project/index.ts # src/platform/plugins/private/kibana_usage_collection/server/collectors/management/schema.ts # src/platform/plugins/private/kibana_usage_collection/server/collectors/management/types.ts # src/platform/plugins/shared/telemetry/schema/oss_platform.json # x-pack/platform/plugins/private/translations/translations/fr-FR.json # x-pack/platform/plugins/private/translations/translations/ja-JP.json # x-pack/platform/plugins/private/translations/translations/zh-CN.json
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Module Count
Public APIs missing comments
Async chunks
Page load bundle
Unknown metric groupsAPI count
ESLint disabled line counts
Total ESLint disabled count
History
cc @rmyz |
## Summary Part of elastic#218501 This PR removes the advanced setting `observability:apmTraceExplorerTab` and the feature.
## Summary Part of elastic#218501 This PR removes the advanced setting `observability:apmTraceExplorerTab` and the feature. (cherry picked from commit 89c9135) # Conflicts: # docs/reference/advanced-settings.md # x-pack/solutions/observability/plugins/apm/public/components/app/service_map/cytoscape.tsx # x-pack/solutions/observability/plugins/apm/public/components/app/service_map/cytoscape_options.ts # x-pack/solutions/observability/plugins/apm/public/components/app/service_map/popover/index.tsx
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
## Summary Part of elastic#218501 This PR removes the advanced setting `observability:apmTraceExplorerTab` and the feature.
… (#222422) # Backport This will backport the following commits from `main` to `8.19`: - [[APM] Remove `apmTraceExplorerTab` setting and feature (#219063)](#219063) <!--- Backport version: 10.0.0 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Sergi Romeu","email":"sergi.romeu@elastic.co"},"sourceCommit":{"committedDate":"2025-05-07T08:46:56Z","message":"[APM] Remove `apmTraceExplorerTab` setting and feature (#219063)\n\n## Summary\n\nPart of #218501\n\nThis PR removes the advanced setting `observability:apmTraceExplorerTab`\nand the feature.","sha":"89c91350cc0c7041c58462ef8f2b3fc2a02bd448","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:skip","apm:settings","Team:obs-ux-infra_services","Team:obs-ux-management","v9.1.0"],"title":"[APM] Remove `apmTraceExplorerTab` setting and feature","number":219063,"url":"https://github.com/elastic/kibana/pull/219063","mergeCommit":{"message":"[APM] Remove `apmTraceExplorerTab` setting and feature (#219063)\n\n## Summary\n\nPart of #218501\n\nThis PR removes the advanced setting `observability:apmTraceExplorerTab`\nand the feature.","sha":"89c91350cc0c7041c58462ef8f2b3fc2a02bd448"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/219063","number":219063,"mergeCommit":{"message":"[APM] Remove `apmTraceExplorerTab` setting and feature (#219063)\n\n## Summary\n\nPart of #218501\n\nThis PR removes the advanced setting `observability:apmTraceExplorerTab`\nand the feature.","sha":"89c91350cc0c7041c58462ef8f2b3fc2a02bd448"}}]}] BACKPORT--> --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Summary
Part of #218501
This PR removes the advanced setting
observability:apmTraceExplorerTaband the feature.