Enable execution context tracking for SLO, infra and synthetics plugins#204939
Conversation
|
Pinging @elastic/obs-ux-management-team (Team:obs-ux-management) |
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
| {settingsTabTitle} | ||
| </EuiHeaderLink> | ||
| <Routes> | ||
| <Routes enableExecutionContextTracking={true}> |
There was a problem hiding this comment.
I am not sure what the difference is between routes on this file. Can someone please check one route from each category and verify if it works as expected?
kdelemme
left a comment
There was a problem hiding this comment.
SLO changes LGTM. I noticed in your screenshot the page_url includes the kibana host prefix, while it was not included before. Is that expected?
Good point, my changes shouldn't have an impact there; maybe @Dosant or @afharo have an idea about this. |
Have no idea from the top of my head, need to debug. What I find strange is that on the screenshots SLO and Synthetics have the basePath in page_url, but Infra > Inventory and Infra > Hosts don't. I'd expect these at least to be consistent. It might be that this inconsistency is coming from tracking on different routes-nesting levels, might be worth looking into it to find out what is the difference and if this can be consistent. |
x-pack/solutions/observability/plugins/infra/public/pages/metrics/index.tsx
Outdated
Show resolved
Hide resolved
x-pack/solutions/observability/plugins/infra/public/pages/metrics/index.tsx
Outdated
Show resolved
Hide resolved
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Async chunks
History
|
|
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/12595107190 |
…ns (elastic#204939) ## Summary This PR enables default execution context tracking (which was added in this [PR](elastic#204547)) for the following plugins: - SLO - Infra - Synthetics |Plugin|Before|After| |---|---|---| |SLO||| |Synthetics||| |Infra > Inventory||| |Infra > Hosts||| (cherry picked from commit 2e92018)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
… plugins (#204939) (#205474) # Backport This will backport the following commits from `main` to `8.x`: - [Enable execution context tracking for SLO, infra and synthetics plugins (#204939)](#204939) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Maryam Saeidi","email":"maryam.saeidi@elastic.co"},"sourceCommit":{"committedDate":"2025-01-03T08:45:21Z","message":"Enable execution context tracking for SLO, infra and synthetics plugins (#204939)\n\n## Summary\r\n\r\nThis PR enables default execution context tracking (which was added in\r\nthis [PR](#204547)) for the\r\nfollowing plugins:\r\n\r\n- SLO\r\n- Infra\r\n- Synthetics\r\n\r\n|Plugin|Before|After|\r\n|---|---|---|\r\n\r\n|SLO|||\r\n\r\n|Synthetics|||\r\n|Infra >\r\nInventory|||\r\n|Infra >\r\nHosts|||","sha":"2e9201855392894ff3de5c765c263ac69d1214d0","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.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-management"],"title":"Enable execution context tracking for SLO, infra and synthetics plugins","number":204939,"url":"https://github.com/elastic/kibana/pull/204939","mergeCommit":{"message":"Enable execution context tracking for SLO, infra and synthetics plugins (#204939)\n\n## Summary\r\n\r\nThis PR enables default execution context tracking (which was added in\r\nthis [PR](#204547)) for the\r\nfollowing plugins:\r\n\r\n- SLO\r\n- Infra\r\n- Synthetics\r\n\r\n|Plugin|Before|After|\r\n|---|---|---|\r\n\r\n|SLO|||\r\n\r\n|Synthetics|||\r\n|Infra >\r\nInventory|||\r\n|Infra >\r\nHosts|||","sha":"2e9201855392894ff3de5c765c263ac69d1214d0"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/204939","number":204939,"mergeCommit":{"message":"Enable execution context tracking for SLO, infra and synthetics plugins (#204939)\n\n## Summary\r\n\r\nThis PR enables default execution context tracking (which was added in\r\nthis [PR](#204547)) for the\r\nfollowing plugins:\r\n\r\n- SLO\r\n- Infra\r\n- Synthetics\r\n\r\n|Plugin|Before|After|\r\n|---|---|---|\r\n\r\n|SLO|||\r\n\r\n|Synthetics|||\r\n|Infra >\r\nInventory|||\r\n|Infra >\r\nHosts|||","sha":"2e9201855392894ff3de5c765c263ac69d1214d0"}}]}] BACKPORT--> Co-authored-by: Maryam Saeidi <maryam.saeidi@elastic.co>
…ns (elastic#204939) ## Summary This PR enables default execution context tracking (which was added in this [PR](elastic#204547)) for the following plugins: - SLO - Infra - Synthetics |Plugin|Before|After| |---|---|---| |SLO||| |Synthetics||| |Infra > Inventory||| |Infra > Hosts|||
Summary
This PR enables default execution context tracking (which was added in this PR) for the following plugins: