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

Provide option to mark root spans as failed if a nested error occurs #81

Open
sissbruecker opened this issue Sep 1, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@sissbruecker
Copy link
Collaborator

Vendors like Dynatrace, New Relic do only include traces in their error monitoring if the root trace itself is marked as an error, nested traces having an error are not enough.

We could provide an option to mark root spans as errors, if a nested instrumentation records an exception. We could also consider doing that by default, as from a "user operation" perspective, if some RPC call during a user-initiated request fails, then from a user perspective the operation has failed.

@heruan heruan added the enhancement New feature or request label Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants