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
Describe the bug If an http connection yields an error(read timeout or connection timeout) no span is produced for that http connection
Steps to reproduce https://github.com/necrolyte2/ratpack-kotlin-otel/releases/tag/4.0.0
What did you expect to see? There should be an http span created and marked with an error
What did you see instead? No span is created at all for the error'd http calls
What version are you using? main branch build from #3416
Environment Compiler: "AdoptOpenJDK 11.0.6"
The text was updated successfully, but these errors were encountered:
laurit
Successfully merging a pull request may close this issue.
Describe the bug
If an http connection yields an error(read timeout or connection timeout) no span is produced for that http connection
Steps to reproduce
https://github.com/necrolyte2/ratpack-kotlin-otel/releases/tag/4.0.0
What did you expect to see?
There should be an http span created and marked with an error
What did you see instead?
No span is created at all for the error'd http calls
What version are you using?
main branch build from #3416
Environment
Compiler: "AdoptOpenJDK 11.0.6"
The text was updated successfully, but these errors were encountered: