-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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 link between errors and transactions #20981
Comments
Pinging @elastic/apm-ui |
Will look into creating some initial design screens for this 👍 |
Just a couple of thoughts around this; I immediately started thinking to add the links to the Transaction sample and Error occurrence KPIs area. Transaction samples would show a link with number of error groups (as it could have multiple), which links to the Errors list with the selected sample's Error occurrences will show a |
@formgeist looks good 👍 |
Nice! This should be pretty easy to implement! |
Btw. The transaction that is being linked to from the error details page might not exist due to sampling. |
@sqren That's due to the instrumentation of the particular service and sample settings. So it will happen for some but not all, right? |
Yes, exactly. It will only happen to those who enable sampling. And it will happen frequently for users with high sampling rates. |
I'll convert this to an implementation issue |
All agents but the RUM agent now supports
transaction.id
on errors. That means we can link from a transaction sample to the error occurrence that occurred during that transaction (if any). We'll also be able to link the other way, from an error occurrence to a transaction sample.NB: A transaction can throw multiple errors.
The text was updated successfully, but these errors were encountered: