-
Notifications
You must be signed in to change notification settings - Fork 34
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
Support XRay Exceptions #60
Comments
Feel free to paste your earlier code here, wrapped in ``` for an example.
And also offer potential integration (ex via HttpClientParser)
|
I am in the process of integrations and testing. |
It seems like we would need support in brave for this functionality, either by giving us access to the Throwables or some ExceptionTagBuilder on the tracer that could be backend specific. I'm not sure the latter would be flexible enough in this case, the XRay spec allows multiple exception objects so we couldn't just pass a single exception and build the string right then, we'd need all the exceptions in order to do that. |
right now, exception management isn't really a feature as you noticed..
This might be possible as a context rider, ex an "extra" thing that holds
exceptions for a span?
|
That's about what I was thinking. I'm mulling it over now. It seems like a lot of work to support a single backed, though once it's there maybe people will want this functionality in zipkin or stackdriver might have something similar? |
I look at it as a nice way to experiment with a feature :) might not work
out, but maybe worth exploring.
|
XRay has nice support for
Exceptions
. It would be cool to support it.The text was updated successfully, but these errors were encountered: