Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.16] [APM] Update onboarding link to use locator with "applica…
…tion" as category parameter (elastic#197780) (elastic#197819) # Backport This will backport the following commits from `main` to `8.16`: - [[APM] Update onboarding link to use locator with "application" as category parameter (elastic#197780)](elastic#197780) <!--- 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-10-25T12:27:55Z","message":"[APM] Update onboarding link to use locator with \"application\" as category parameter (elastic#197780)\n\n## Summary\r\n\r\nCloses https://github.com/elastic/kibana/issues/197590.\r\n\r\nThis PR addresses an issue with the onboarding link used by the\r\n`addApmData` constant, where the \"Application\" option fails to\r\npreselect. The issue is caused by the URL being incorrectly formed, with\r\nthe category parameter set to `apm` instead of `application`.\r\n\r\nTo resolve this, the PR introduces two main changes:\r\n- Update to use the correct locator\r\n- Modify the category parameter to use `application` instead of `apm`\r\n\r\n|Before|After|\r\n|-|-|\r\n\r\n|![before](https://github.com/user-attachments/assets/650066b8-85a8-4ff4-a7eb-fef46708ea9d)|![after](https://github.com/user-attachments/assets/508bb258-e2c2-4057-9242-653864548e4a)|","sha":"4798c59158f2bd7dc09bfd07c8ab69bcfb23c0b8","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.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","v8.17.0"],"title":"[APM] Update onboarding link to use locator with \"application\" as category parameter","number":197780,"url":"https://github.com/elastic/kibana/pull/197780","mergeCommit":{"message":"[APM] Update onboarding link to use locator with \"application\" as category parameter (elastic#197780)\n\n## Summary\r\n\r\nCloses https://github.com/elastic/kibana/issues/197590.\r\n\r\nThis PR addresses an issue with the onboarding link used by the\r\n`addApmData` constant, where the \"Application\" option fails to\r\npreselect. The issue is caused by the URL being incorrectly formed, with\r\nthe category parameter set to `apm` instead of `application`.\r\n\r\nTo resolve this, the PR introduces two main changes:\r\n- Update to use the correct locator\r\n- Modify the category parameter to use `application` instead of `apm`\r\n\r\n|Before|After|\r\n|-|-|\r\n\r\n|![before](https://github.com/user-attachments/assets/650066b8-85a8-4ff4-a7eb-fef46708ea9d)|![after](https://github.com/user-attachments/assets/508bb258-e2c2-4057-9242-653864548e4a)|","sha":"4798c59158f2bd7dc09bfd07c8ab69bcfb23c0b8"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/197780","number":197780,"mergeCommit":{"message":"[APM] Update onboarding link to use locator with \"application\" as category parameter (elastic#197780)\n\n## Summary\r\n\r\nCloses https://github.com/elastic/kibana/issues/197590.\r\n\r\nThis PR addresses an issue with the onboarding link used by the\r\n`addApmData` constant, where the \"Application\" option fails to\r\npreselect. The issue is caused by the URL being incorrectly formed, with\r\nthe category parameter set to `apm` instead of `application`.\r\n\r\nTo resolve this, the PR introduces two main changes:\r\n- Update to use the correct locator\r\n- Modify the category parameter to use `application` instead of `apm`\r\n\r\n|Before|After|\r\n|-|-|\r\n\r\n|![before](https://github.com/user-attachments/assets/650066b8-85a8-4ff4-a7eb-fef46708ea9d)|![after](https://github.com/user-attachments/assets/508bb258-e2c2-4057-9242-653864548e4a)|","sha":"4798c59158f2bd7dc09bfd07c8ab69bcfb23c0b8"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Irene Blanco <[email protected]>
- Loading branch information