We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When an error bubbles up from this line the trace spans are never flushed https://github.com/openzipkin/zipkin-ruby/blob/master/lib/zipkin-tracer/sidekiq/middleware.rb#L31
This results in spans missing from the trace context in a Zipkin UI.
Was this behavior intentional?
The text was updated successfully, but these errors were encountered:
as the author of that middleware, @ayrat555 might be able to answer that question
Sorry, something went wrong.
@brandon-zeeb-nw I think rescue (or ensure clause should be added to the middleware and send traces with exceptions there
rescue
ensure
No branches or pull requests
When an error bubbles up from this line the trace spans are never flushed
https://github.com/openzipkin/zipkin-ruby/blob/master/lib/zipkin-tracer/sidekiq/middleware.rb#L31
This results in spans missing from the trace context in a Zipkin UI.
Was this behavior intentional?
The text was updated successfully, but these errors were encountered: