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.


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
euiColorVis7for the line chart color.