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

Top erroneous transactions #134929

Merged
merged 23 commits into from
Jul 18, 2022
Merged

Conversation

gbamparop
Copy link
Contributor

@gbamparop gbamparop commented Jun 22, 2022

Summary

  • Adds table for top erroneous transactions in errors details page
  • Adds table for top errors in transaction details page
Screen.Recording.2022-07-13.at.14.19.18.mov

Closes #133368 and https://github.com/elastic/apm-dev/issues/767

@gbamparop gbamparop added the Team:APM All issues that need APM UI Team support label Jun 22, 2022
@gbamparop
Copy link
Contributor Author

/oblt-deploy

name: i18n.translate(
'xpack.apm.errorGroupTopTransactions.column.occurrences',
{
defaultMessage: 'Number of transactions affected',
Copy link
Member

Choose a reason for hiding this comment

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

Is this the number of transactions affected or the number of occurrences? (Multiple errors can occur in the scope of a single transaction).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's the number of error occurrences for a particular transaction name.

Copy link
Member

Choose a reason for hiding this comment

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

I think the label is incorrect then?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That's right good spot. It should be something like "Occurrences" as in the other error tables.

@gbamparop
Copy link
Contributor Author

@elasticmachine merge upstream

@gbamparop gbamparop added release_note:feature Makes this part of the condensed release notes v8.4.0 backport:skip This commit does not require backporting labels Jul 13, 2022
@gbamparop gbamparop marked this pull request as ready for review July 13, 2022 13:21
@gbamparop gbamparop requested a review from a team as a code owner July 13, 2022 13:21
@elasticmachine
Copy link
Contributor

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

@gbamparop
Copy link
Contributor Author

/oblt-deploy

@cauemarcondes
Copy link
Contributor

Should we use 8 occ. here too? cc @boriskirov

Screen Shot 2022-07-13 at 1 23 58 PM

Copy link
Contributor

@cauemarcondes cauemarcondes left a comment

Choose a reason for hiding this comment

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

LGTM, nice work! Added some nit comments.

@gbamparop
Copy link
Contributor Author

gbamparop commented Jul 18, 2022

Should we use 8 occ. here too?

@cauemarcondes Added in e07d179

@gbamparop gbamparop enabled auto-merge (squash) July 18, 2022 13:34
@gbamparop
Copy link
Contributor Author

@elasticmachine merge upstream

@kibana-ci
Copy link
Collaborator

💛 Build succeeded, but was flaky

Failed CI Steps

Metrics [docs]

Module Count

Fewer modules leads to a faster build time

id before after diff
apm 1302 1304 +2

Async chunks

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

id before after diff
apm 3.0MB 3.0MB +5.4KB
Unknown metric groups

ESLint disabled line counts

id before after diff
apm 86 88 +2

Total ESLint disabled count

id before after diff
apm 100 102 +2

History

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

@gbamparop gbamparop merged commit 5c56102 into elastic:main Jul 18, 2022
@gbamparop
Copy link
Contributor Author

/oblt-deploy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:skip This commit does not require backporting release_note:feature Makes this part of the condensed release notes Team:APM All issues that need APM UI Team support v8.4.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[APM] Link to top erroneous transactions
6 participants