Skip to content
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

[APM] always prefer url over transaction.page.url #107613

Merged
merged 1 commit into from
Aug 4, 2021

Conversation

axw
Copy link
Member

@axw axw commented Aug 4, 2021

Summary

Since 7.9.0, APM Server has been copying the transaction.page.url value to the ECS url field. We should still use transaction.page.url if it exists and url does not (i.e. for very old docs), but we should stop expecting it in newly written documents.

Closes #107493

Checklist

- [ ] Unit or functional tests were updated or added to match the most common scenarios (Couldn't find any existing test, doesn't seem worthwhile to add one.)

For maintainers

Since 7.9.0, APM Server has been copying the `transaction.page.url`
value to the ECS `url` field. We should still use `transaction.page.url`
if it exists and `url` does not (i.e. for very old docs), but we should
stop expecting it in newly written documents.
@axw axw added the Team:APM All issues that need APM UI Team support label Aug 4, 2021
@axw axw requested a review from a team as a code owner August 4, 2021 05:38
@elasticmachine
Copy link
Contributor

Pinging @elastic/apm-ui (Team:apm)

@axw axw added release_note:skip Skip the PR/issue when compiling release notes v7.15.0 labels Aug 4, 2021
@axw axw changed the title [APM] always prefer url over trasaction.page.url [APM] always prefer url over transaction.page.url Aug 4, 2021
@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
apm 4.3MB 4.3MB +72.0B

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

Copy link
Member

@sorenlouv sorenlouv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@axw axw merged commit 2ad7d68 into elastic:master Aug 4, 2021
@axw axw deleted the apm-transaction-page branch August 4, 2021 12:05
@axw axw added the auto-backport Deprecated - use backport:version if exact versions are needed label Aug 4, 2021
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Aug 4, 2021
Since 7.9.0, APM Server has been copying the `transaction.page.url`
value to the ECS `url` field. We should still use `transaction.page.url`
if it exists and `url` does not (i.e. for very old docs), but we should
stop expecting it in newly written documents.
@kibanamachine
Copy link
Contributor

💚 Backport successful

Status Branch Result
7.x

This backport PR will be merged automatically after passing CI.

kibanamachine added a commit that referenced this pull request Aug 4, 2021
Since 7.9.0, APM Server has been copying the `transaction.page.url`
value to the ECS `url` field. We should still use `transaction.page.url`
if it exists and `url` does not (i.e. for very old docs), but we should
stop expecting it in newly written documents.

Co-authored-by: Andrew Wilkins <[email protected]>
streamich pushed a commit to vadimkibana/kibana that referenced this pull request Aug 8, 2021
Since 7.9.0, APM Server has been copying the `transaction.page.url`
value to the ECS `url` field. We should still use `transaction.page.url`
if it exists and `url` does not (i.e. for very old docs), but we should
stop expecting it in newly written documents.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-backport Deprecated - use backport:version if exact versions are needed release_note:skip Skip the PR/issue when compiling release notes Team:APM All issues that need APM UI Team support v7.15.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[APM] remove transaction.page field
4 participants