-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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] Incorrect error count in trace header #45258
Comments
Pinging @elastic/apm-ui |
@sqren Perhaps unrelated to this issue, but was it discussed to add a link to the Errors overview page with the trace.id value filtered to show all the related errors on that summary badge, |
Not unrelated at all. That would actually mitigate this problem but since we are now displaying the error count for the full trace, there could be errors for multiple services. We currently don't have an error overview page that shows errors across multiple services (they are always scoped by a service). This reminds me a little of the talk we had about making |
Right, I see how that's a challenge.
But obviously that opens up a whole slurry of navigation changes that we'd need to make. I understand that could potentially change it and add the Service as a filter, but that's not really the ideal experience. I imagine we'd want to move the Errors page out of the Service area, and into its own like Services and Traces. Not sure if that's anything we want to act upon right now. |
Agree. Let's punt on it for now. |
Introduced in #44274
The number of errors in the trace header doesn't match the number of errors in the actual trace. In the screenshot below there are 4 errors in the trace header but only 2 in the trace.
It may happen that an agent sends up errors that occured in a transaction but the transaction itself is never sent. Likelyhood of this happening is rather small though.
Repro url: https://apm.elstc.co/ovk/app/apm#/services/client/transactions/view?rangeFrom=2019-08-27T21:11:00.000Z&rangeTo=2019-08-27T21:37:30.000Z&refreshPaused=true&refreshInterval=0&traceId=17a2c6b6ed58694d38c7c58f80df51d5&transactionId=d8cfb4f38bed3dce&transactionName=customers&transactionType=page-load&detailTab=timeline&_g=()&flyoutDetailTab=&waterfallItemId=
The text was updated successfully, but these errors were encountered: