Skip to content

Conversation

@shahzad31
Copy link
Contributor

@shahzad31 shahzad31 commented Oct 1, 2020

Summary

Fixes : #78926

ULR filter query wasn't being applied to JS errors, this makes sure that, also added a link for an error to be viewed in apm error details page.

Added few tests for js errors.

js errors

gif for an ant :(

@shahzad31 shahzad31 marked this pull request as ready for review October 2, 2020 15:20
@shahzad31 shahzad31 requested a review from a team as a code owner October 2, 2020 15:20
@shahzad31 shahzad31 self-assigned this Oct 2, 2020
@shahzad31 shahzad31 added release_note:skip Skip the PR/issue when compiling release notes v7.10.0 v8.0.0 labels Oct 2, 2020
@shahzad31 shahzad31 changed the title Fixed error rate, made sure all filters are applied [UX] Fixed error rate, made sure all filters are applied Oct 2, 2020
@shahzad31 shahzad31 requested a review from justinkambic October 2, 2020 15:22
@shahzad31
Copy link
Contributor Author

@elasticmachine merge upstream

@botelastic botelastic bot added Team:APM - DEPRECATED Use Team:obs-ux-infra_services. Team:Uptime - DEPRECATED Synthetics & RUM sub-team of Application Observability labels Oct 5, 2020
@elasticmachine
Copy link
Contributor

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

@elasticmachine
Copy link
Contributor

Pinging @elastic/uptime (Team:uptime)

Copy link
Contributor

@justinkambic justinkambic left a comment

Choose a reason for hiding this comment

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

Had one comment, functionality seems to work when tested locally.

totalErrors
) : (
<EuiToolTip content={totalErrors}>
<>{numeral(totalErrors).format('0 a')}</>
Copy link
Contributor

Choose a reason for hiding this comment

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

Again because of EuiText?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

EuiToolTip

Copy link
Contributor

Choose a reason for hiding this comment

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

Right of course, my mistake.

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

async chunks size

id before after diff
apm 4.2MB 4.2MB +1.0KB

distributable file count

id before after diff
default 47107 47108 +1

History

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

@shahzad31 shahzad31 requested a review from justinkambic October 5, 2020 18:09
Copy link
Contributor

@justinkambic justinkambic left a comment

Choose a reason for hiding this comment

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

LGTM and tested filtering and APM link working as expected.

totalErrors
) : (
<EuiToolTip content={totalErrors}>
<>{numeral(totalErrors).format('0 a')}</>
Copy link
Contributor

Choose a reason for hiding this comment

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

Right of course, my mistake.

@shahzad31 shahzad31 merged commit edbf6b8 into elastic:master Oct 6, 2020
@shahzad31 shahzad31 deleted the fix-error-rate branch October 6, 2020 16:48
shahzad31 added a commit to shahzad31/kibana that referenced this pull request Oct 6, 2020
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
shahzad31 added a commit that referenced this pull request Oct 6, 2020
…9721)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
@sorenlouv sorenlouv removed the Team:APM - DEPRECATED Use Team:obs-ux-infra_services. label Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release_note:skip Skip the PR/issue when compiling release notes Team:Uptime - DEPRECATED Synthetics & RUM sub-team of Application Observability v7.10.0 v8.0.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] JavaScript Errors on the UX page has inconsistent fields

5 participants