-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[UX] Fixed error rate, made sure all filters are applied #79222
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
Conversation
|
@elasticmachine merge upstream |
|
Pinging @elastic/apm-ui (Team:apm) |
|
Pinging @elastic/uptime (Team:uptime) |
justinkambic
left a comment
There was a problem hiding this 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')}</> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again because of EuiText?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
EuiToolTip
There was a problem hiding this comment.
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.
💚 Build SucceededMetrics [docs]async chunks size
distributable file count
History
To update your PR or re-run it, just comment with: |
justinkambic
left a comment
There was a problem hiding this 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')}</> |
There was a problem hiding this comment.
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.
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
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.
gif for an ant :(