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] Add error rate chart to Errors overview and detail views #65619

Closed
formgeist opened this issue May 7, 2020 · 3 comments · Fixed by #67327
Closed

[APM] Add error rate chart to Errors overview and detail views #65619

formgeist opened this issue May 7, 2020 · 3 comments · Fixed by #67327
Assignees
Labels
Feature:New Feature New feature not correlating to an existing feature label Team:APM All issues that need APM UI Team support v7.9.0

Comments

@formgeist
Copy link
Contributor

Summary

Related design issue elastic/apm#264

We want to add a new error rate chart to the Errors overview and detail views to improve our overall errors experience in APM and to better inform users of their ratio of errors versus the number of transactions they are recording.

Solution

The error rate chart will sit next to the Error occurrences chart. It will be a line chart of the error rate; number of transactions / number of error occurrences.

As we're dealing with errors, we'll be using the euiColorVis7 for the line chart color.

Errors overview

Error detail

@formgeist formgeist added Team:APM All issues that need APM UI Team support v7.9.0 labels May 7, 2020
@elasticmachine
Copy link
Contributor

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

@felixbarny
Copy link
Member

Just some ideas: What can be quite useful is to see which transactions cause the most errors. Either by showing the top x transactions in the same chart (maybe even stacked so the total error rate is still there) or in a table. The approach with the table overlaps a bit with the table in the transactions overview which would also benefit from an error rate column.

@formgeist
Copy link
Contributor Author

Just some ideas: What can be quite useful is to see which transactions cause the most errors. Either by showing the top x transactions in the same chart (maybe even stacked so the total error rate is still there) or in a table. The approach with the table overlaps a bit with the table in the transactions overview which would also benefit from an error rate column.

Thanks @felixbarny those are all valid and great suggestions for additional improvements. I think it deserves its own issue. Would you mind creating one in APM?

I think we should definitely consider having the error rate column in the Transactions overview table possibly with the first iteration, but I've created a separate issue to track this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:New Feature New feature not correlating to an existing feature label Team:APM All issues that need APM UI Team support v7.9.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants