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] Fix missing RUM url #42940

Merged
merged 4 commits into from
Aug 9, 2019
Merged

Conversation

sorenlouv
Copy link
Member

Fixes #42930

RUM agent:
Screen Shot 2019-08-08 at 16 12 32

Other agents:
Screen Shot 2019-08-08 at 16 12 41

@sorenlouv sorenlouv requested a review from a team as a code owner August 8, 2019 14:16
@sorenlouv sorenlouv added the Team:APM All issues that need APM UI Team support label Aug 8, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/apm-ui

@sorenlouv sorenlouv requested review from ogupte and dgieselaar August 8, 2019 14:20
Copy link
Member

@vigneshshanmugam vigneshshanmugam left a comment

Choose a reason for hiding this comment

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

Thanks @sqren looks good from RUM agent side :)

@elasticmachine
Copy link
Contributor

💔 Build Failed

@elasticmachine
Copy link
Contributor

💔 Build Failed

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Copy link
Member

@dgieselaar dgieselaar left a comment

Choose a reason for hiding this comment

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

LGTM!

@sorenlouv sorenlouv merged commit 40a0c06 into elastic:master Aug 9, 2019
@sorenlouv sorenlouv deleted the fix-missing-rum-url branch August 9, 2019 13:25
jloleysens added a commit to jloleysens/kibana that referenced this pull request Aug 9, 2019
…p-metrics-selectall

* 'master' of github.com:elastic/kibana: (306 commits)
  [ML] Adding job overrides to the module setup endpoint (elastic#42946)
  [APM] Fix missing RUM url (elastic#42940)
  close socket timeouts without message (elastic#42456)
  Upgrade elastic/charts to 8.1.6 (elastic#42518)
  [ML] Delete old AngularJS data visualizer and refactor folders (elastic#42962)
  Add custom formatting for Date Nanos Format (elastic#42445)
  [Vega] Shim new platform - vega_fn.js -> vega_fn.js , use ExpressionFunction (elastic#42582)
  add socket.getPeerCertificate to KibanaRequest (elastic#42929)
  [Automation] ISTANBUL PRESET PATH is not working fine with constructor(private foo) (elastic#42683)
  [ML] Data frames: Updated stats structure. (elastic#42923)
  [Code] fixed the issue that the repository can not be deleted in some cases. (elastic#42841)
  [kbn-es] Support for passing regex value to ES (elastic#42651)
  Connect to Elasticsearch via SSL when starting kibana with `--ssl` (elastic#42840)
  Add Elasticsearch SSL support for integration tests (elastic#41765)
  Fix duplicate fetch in Visualize (elastic#41204)
  [DOCS] TSVB and Timelion clean up (elastic#42953)
  [Maps] [File upload] Fix maps geojson upload hanging on index step (elastic#42623)
  [APM] Use rounded bucket sizes for transaction distribution (elastic#42830)
  [yarn.lock] consistent resolve domain (elastic#42969)
  [Uptime] [Test] Repurpose unit test assertions to avoid flakiness (elastic#40650)
  ...
sorenlouv added a commit to sorenlouv/kibana that referenced this pull request Aug 14, 2019
* [APM] Fix missing RUM url

* Reduce to single conditional branch

* Fix test

* Add tests for `url.full` and `error.page.url`

# Conflicts:
#	x-pack/legacy/plugins/apm/public/components/app/ErrorGroupDetails/DetailView/StickyErrorProperties.test.tsx
#	x-pack/legacy/plugins/apm/public/components/app/ErrorGroupDetails/DetailView/StickyErrorProperties.tsx
sorenlouv added a commit to sorenlouv/kibana that referenced this pull request Aug 14, 2019
* [APM] Fix missing RUM url

* Reduce to single conditional branch

* Fix test

* Add tests for `url.full` and `error.page.url`

# Conflicts:
#	x-pack/legacy/plugins/apm/public/components/app/ErrorGroupDetails/DetailView/StickyErrorProperties.test.tsx
#	x-pack/legacy/plugins/apm/public/components/app/ErrorGroupDetails/DetailView/StickyErrorProperties.tsx
sorenlouv added a commit that referenced this pull request Aug 14, 2019
* [APM] Fix missing RUM url (#42940)

* [APM] Fix missing RUM url

* Reduce to single conditional branch

* Fix test

* Add tests for `url.full` and `error.page.url`

# Conflicts:
#	x-pack/legacy/plugins/apm/public/components/app/ErrorGroupDetails/DetailView/StickyErrorProperties.test.tsx
#	x-pack/legacy/plugins/apm/public/components/app/ErrorGroupDetails/DetailView/StickyErrorProperties.tsx

* Fix missing import and `isHandled`
sorenlouv added a commit that referenced this pull request Aug 14, 2019
* [APM] Fix missing RUM url (#42940)

* [APM] Fix missing RUM url

* Reduce to single conditional branch

* Fix test

* Add tests for `url.full` and `error.page.url`

# Conflicts:
#	x-pack/legacy/plugins/apm/public/components/app/ErrorGroupDetails/DetailView/StickyErrorProperties.test.tsx
#	x-pack/legacy/plugins/apm/public/components/app/ErrorGroupDetails/DetailView/StickyErrorProperties.tsx

* Fix missing import and `isHandled`

* Fix TransactionLink
@dgieselaar
Copy link
Member

Verified that URL is shown for RUM agents and all others in the trace summary, the transaction properties flyout, and the error summary. For all agents but RUM it also shows in the error summary metadata. 7.3 doesn't show it for RUM either though, so it's not a 7.4 specific regression. @sqren is the fact that it's missing on the metadata tab a bug?

@sorenlouv
Copy link
Member Author

@dgieselaar Thanks for testing this!

is the fact that it's missing on the metadata tab a bug

No, I don't think so and as you say it's not a regression.
@smith actually added the RUM url to the transactions metadata tab in #44842 so at least it'll be fixed for 7.5 (not for the errors metadata though).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release_note:fix Team:APM All issues that need APM UI Team support v7.4.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[APM] FIx RUM page info display
4 participants