Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[APM] Fix: Add tracing sample missing fields in the overview (elastic…
…#206932) Closes elastic#200474 ## Summary This PR fixes the issue with tracing sample missing URL/Status Code/User Agent fields in the overview ## Testing - Open the APM UI and find APM traces that contains `url.full` / `transaction.page.url`, `http.request.method` and `http.response.status_code` - One should be ingested using an otel collector the other should use an apm-server - if using oblt cluster you can check transactions from `loadgenerator` and `opbeans-python` for example - check the trace summary: - Otel: ![image](https://github.com/user-attachments/assets/871172b6-8307-4aa2-844e-73a8405da746) - APM server: ![image](https://github.com/user-attachments/assets/ef233cf4-0fbb-49c2-8f09-d4299a34ec8c) (cherry picked from commit 1d493c0) # Conflicts: # x-pack/plugins/spaces/public/config.ts
- Loading branch information